Skip to content

DeadDroid403/DeadScan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

DeadScan

Overview

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.

Features

  • 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.

Prerequisites

  • Python 3.x
  • Required Python packages:
    • socket
    • threading
    • argparse

You can install the necessary packages using pip:

pip install socket threading argparse

Usage

  • 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>]

Conclusion

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...

About

A Simple and Fast Network Port Scanner Made in Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages