formatting
This commit is contained in:
parent
a0b0780fd6
commit
c9f93ec28a
27
README.md
27
README.md
@ -22,12 +22,31 @@
|
|||||||
|
|
||||||
#### inspired by blackout's [MagicPacketGenerator](https://github.com/LetUsFsck/MagicPacketGenerator), ___gaynoise___ was tailored to further infuriate whitey with improvements including
|
#### inspired by blackout's [MagicPacketGenerator](https://github.com/LetUsFsck/MagicPacketGenerator), ___gaynoise___ was tailored to further infuriate whitey with improvements including
|
||||||
- operating system header spoofing (linux, windows, cisco ios, solaris, etc) to legitimize traffic
|
- operating system header spoofing (linux, windows, cisco ios, solaris, etc) to legitimize traffic
|
||||||
- procedural target ip address generation (every ip is gauranteed a visit!)
|
- targeted destination ip address generation (every ip is gauranteed a visit!)
|
||||||
- rfc1918 circumvention
|
- rfc1918 circumvention
|
||||||
- improved performance
|
- improved performance
|
||||||
|
|
||||||
#### with enough instances running, ___gaynoise___ could render many threat intelligence sensors' data aggregations completely useless
|
#### with enough instances running, ___gaynoise___ could render many categories of threat intelligence sensors' data aggregations completely useless
|
||||||
|
|
||||||
## usage
|
## usage
|
||||||
1. grab a binary for your architecture from bin/
|
grab a binary for your architecture from **Releases**
|
||||||
2. ```./gaynoise```
|
|
||||||
|
**everyone everywhere:**
|
||||||
|
|
||||||
|
```./gaynoise```
|
||||||
|
|
||||||
|
**targeted list of cidr's (individual ip's are /32's):**
|
||||||
|
|
||||||
|
```./gaynoise -l nerds.txt```
|
||||||
|
|
||||||
|
**need help?**
|
||||||
|
|
||||||
|
```
|
||||||
|
./gaynoise -h
|
||||||
|
|
||||||
|
(-r) - cidr range [0.0.0.0/0]
|
||||||
|
(-l) - target cidr list
|
||||||
|
(-c) - concurrent threads [100]
|
||||||
|
(-t) - duration [-1]
|
||||||
|
(-p) - usec delay between sends [0]
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user