https://github.com/tintinweb/ip_udpflood
General purpose IP src/dst network flooder
https://github.com/tintinweb/ip_udpflood
Last synced: 6 months ago
JSON representation
General purpose IP src/dst network flooder
- Host: GitHub
- URL: https://github.com/tintinweb/ip_udpflood
- Owner: tintinweb
- Created: 2013-01-08T22:10:38.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-08T22:25:32.000Z (about 13 years ago)
- Last Synced: 2025-05-09T01:51:22.563Z (8 months ago)
- Language: Python
- Size: 113 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
IP_UDPFlood
===========
General purpose IP src/dst network flooder
Dependencies: [SimpleOptparse](https://github.com/tintinweb/LegacyOptparse/), [ipaddr](http://code.google.com/p/ipaddr-py/)
Example
-------
Usage: ip_udp_netflood.py [OPTIONS] [Argument(s) ...]
Mandatory arguments to long options are mandatory for short options too.
-x , --src-net= Source Network.
*** DEFAULT='172.16.5.0/24'
-n , --numPackets= number of individual src-dst-IP UDP packets to spawn.
*** DEFAULT='1'
-i , --iface= interface to use.
*** DEFAULT='eth1'
-p , --payload-pattern= pattern * size = payload.
*** DEFAULT='Fancy'
-v , --verbosity= NOTSET=0 <- Debug,Info,Warning,Error -> CRITICAL=50.
*** DEFAULT='10'
-y , --dst-net= Destination Network.
*** DEFAULT='172.16.6.0/24'
-h, --help This help.
-s , --payload-size= payload size x times payload pattern.
*** DEFAULT='10'
-w , --src-blacklist= Blacklist Host (e.g. Gateway.
*** DEFAULT='172.16.5.1'
-v , --dst-blacklist= Blacklist Host (e.g. Gateway.
*** DEFAULT='172.16.6.1'