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
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
Distributed under the MIT License. See LICENSE.txt
for more information.