A port-Finder is an application designed to probe a server or host for open ports. Such an application may be used by administrators to verify security policies of their networks and by attackers to identify network services running on a host and exploit vulnerabilities
git clone https://github.com/naemazam/port-finder.git
cd Port-finder
python3 port-finder.py
Contact us if you have a different question
A port scan is a method for determining which ports on a network are open. As ports on a computer are the place where information is sent and received, port scanning is analogous to knocking on doors to see if someone is home.
listen Voice For More about Port scanning
Running a port scan on a network or server reveals which ports are open and listening (receiving information), as well as revealing the presence of security devices such as firewalls that are present between the sender and the target.
A port scan is a common technique hackers use to discover open doors or weak points in a network. A port scan attack helps cyber criminals find open ports and figure out whether they are receiving or sending data. It can also reveal whether active security devices like firewalls are being used by an organization.
Yes,100% it's a Open Source Project
install Python3 On System (sudo apt-get install python3)
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. This is my first tool. every advice , you are welcome.!! Please make sure to update tests as appropriate.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. This is my first tool. every advice , you are welcome.!!
Please make sure to update tests as appropriate.