Skip to content

Latest commit

 

History

History
85 lines (58 loc) · 2.93 KB

README.md

File metadata and controls

85 lines (58 loc) · 2.93 KB

Network Scanner (Port Scanner)

MIT License Languages Contributors Size Issues

View Demo · Report Bug · Request Feature

About The Project

Product Name Screen Shot

Many websites have fallen into the trap of cyber-attacks because of their open ports and hence we developed a tool that detects vulnerable ports using NMAP-Python which displays the port information and its services, which enables the user to protect themselves from attacks

(back to top)

Built With

(back to top)

Getting Started

Prerequisites

Make sure that you have the following:

  • Python 3+ and pip (which comes with Python 3+)
  • nmap - https://nmap.org/download
  • socket
  • flask
  • An environment to work in - something like Jupyter or Spyder

Manual (Installation)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)