An open API service indexing awesome lists of open source software.

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

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'