gaynoise/README.md

53 lines
1.7 KiB
Markdown
Raw Normal View History

2023-11-28 04:58:17 +00:00
# gaynoise
> unleashes a storm of legitimate-looking fugazi traffic in order to congest, invalidate, and annoy threat intelligence sensors such as GreyNoise and SpamHaus.
2023-11-28 04:36:42 +00:00
```
got some intelligence for u
right here
_ _
|_| |_|
| | /^^^\ | |
_| |_ (| "o" |) _| |_
_| | | | _ (_---_) _ | | | |_
| | | | |' | _| |_ | '| | | | |
| | / \ | |
\ / / /(. .)\ \ \ /
\ / / / | . | \ \ \ /
\ \/ / ||Y|| \ \/ /
\__/ || || \__/
() ()
|| ||
ooO Ooo
2023-11-28 04:58:17 +00:00
```
#### 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
2024-02-20 03:17:09 +00:00
- targeted destination ip address generation (every ip is gauranteed a visit!)
2023-11-28 04:58:17 +00:00
- rfc1918 circumvention
2023-11-28 05:11:33 +00:00
- improved performance
2024-02-20 03:17:09 +00:00
#### with enough instances running, ___gaynoise___ could render many categories of threat intelligence sensors' data aggregations completely useless
2023-11-28 05:11:33 +00:00
## usage
2024-02-20 03:17:09 +00:00
grab a binary for your architecture from **Releases**
**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]
```