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]
|
||||||
|
```
|
||||||
|
2
main.go
2
main.go
@ -261,7 +261,7 @@ func banner() {
|
|||||||
func usage() {
|
func usage() {
|
||||||
fmt.Fprintf(os.Stderr, `gaynoise:
|
fmt.Fprintf(os.Stderr, `gaynoise:
|
||||||
(%s-r%s) - cidr range [%s0.0.0.0/0%s]
|
(%s-r%s) - cidr range [%s0.0.0.0/0%s]
|
||||||
(%s-l%s) - target cidr list
|
(%s-l%s) - target cidr list
|
||||||
(%s-c%s) - concurrent threads [%s100%s]
|
(%s-c%s) - concurrent threads [%s100%s]
|
||||||
(%s-t%s) - duration [%s-1%s]
|
(%s-t%s) - duration [%s-1%s]
|
||||||
(%s-p%s) - usec delay between sends [%s0%s]
|
(%s-p%s) - usec delay between sends [%s0%s]
|
||||||
|
Loading…
Reference in New Issue
Block a user