Port-Hound is a Python-based script that allows you to scan and identify open ports on a target IP address or domain. It offers a simple way to perform basic network reconnaissance and report open ports for further analysis and security assessment.
- Simple and efficient port scanning
- Displays open ports in real-time
- Provides a final list of open ports
- ASCII art banner for style
-
Clone the repository:
git clone https://github.com/iftekharmickey/Port-Hound.git
-
Navigate to the project directory:
cd Port-Hound
-
Run the script:
python portscanner.py
-
Enter the target IP address or domain when prompted.
-
The script will scan for open ports and display real-time results.
-
At the end, it will provide a list of open ports found.
- Python 3.x
This tool was developed by Iftekhar Tahir.
This project is licensed under the MIT License. See the (LICENSE) file for details.
Disclaimer: This tool is for educational and informational purposes only. Use it responsibly and only on systems for which you have explicit permission.