Port-Finder

A faster Port-Scanner Python Based Tool




Port-Finder

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

***Install-Guide GitHub***

  • 1.Open Your terminal And Clone Git

  • git clone https://github.com/naemazam/port-finder.git

  • 2.Goto Folder

  • cd Port-finder

  • 3.Run Python3
  • python3 port-finder.py

F.A.Q.

Contact us if you have a different question

What is Port Scanning?

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

Why we need port-finder?

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.

what is port scanning attack?

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.

Is it Free?

Yes,100% it's a Open Source Project

Need Any Pre-Installment?

install Python3 On System (sudo apt-get install python3)

I want to do contribution

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.

Contribution

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.

Licence

MIT License [port-Finder](https://github.com/naemazam/port-finder) Copyright (c) 2021 Naem Azam Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.