Port Scanner Tool
This project is a simple port scanning tool written in Python. It is used to check network connections and detect open ports.
Features
1-)Scans ports within a specified IP address and port range.
2-)Indicates whether each port is open or closed.
3-)Command-line interface for easy usage.
Usage
Clone this project to your computer:
git clone https://github.com/fuysaal/fscan.git
Install the required dependencies (if any):
pip install -r requirements.txt
To start the port scan, use the following command:
python fscan.py
For example:
python3 fscan.py
Enter target IP address or domain name: 127.0.0.1
IP address: 127.0.0.1
Enter starting port (e.g. 1): 21
Enter ending port (e.g. 1024): 80
Contributing
This project is open source. To contribute, please send a pull request.
License
This project is licensed under the MIT License.