DeadScan is a fast, multi-threaded port scanning tool written in Python. This script allows you to scan for open ports on a target IP address, specify the range of ports to scan, and control the number of concurrent threads to speed up the process.
- Fast, multi-threaded scanning using Python's threading module.
- Customizable port ranges.
- Control the number of threads.
- Option to display the time taken to complete the scan.
- Simple and lightweight, with minimal dependencies.
- Python 3.x
- Required Python packages:
socket
threading
argparse
You can install the necessary packages using pip:
pip install socket threading argparse
-
Run the script:
python3 DeadScan.py -h
-
To use DeadScan, run the following command:
python3 deadscan.py -i <target-ip> [-sp <start-port>] [-ep <end-port>]
The DeadScan Tool is efficiant way to scan port on a host.
Feel free to contribute or suggest improvements by opening an issue or submitting a pull request. Enjoy Using it...