HEAVILY multi-threaded DOS/DDOS ping tool with GUI interface
- Multi-threaded ICMP flood attack
- Verbose mode to track packets sent
- Monitoring mode to check target response
- Graphical User Interface (GUI) for easy use
- Enhanced security and input validation
- Real-time activity logging
- Support for single target or multiple targets from file
- Cross-platform (Linux/Windows)
git clone https://github.com/34zY/Ping-0f-Death.git
cd Ping-0f-Death/python PoD_GUI.pyGUI Features:
- No command line knowledge required
- Real-time activity log with color coding
- Easy target selection (single IP or file)
- Thread count configuration
- Verbose and monitor mode toggles
- Start/Stop/Clear controls
- Status bar with active thread counter
# Single target
python PoD.py -i <Target IP> -t <Threads> [-v] [-m]
# Multiple targets
python PoD.py -l targets.txt -t <Threads> [-v] [-m]
# Examples
python PoD.py -i 192.168.1.1 -t 100 -v -m
python PoD.py -l targets.txt -t 50 -mOptions:
- -i : Single target IP address
- -l : File containing list of IPs (one per line)
- -t : Number of threads per target (max 5000)
- -v : Verbose mode (show packets sent count)
- -m : Monitor mode (check target response every 10s)
- -h : Show help message
I'm not responsible for bad uses of this script.
@34zY
