and you better read the readme

This commit is contained in:
delorean 2024-03-01 14:11:14 -06:00
parent b1657cf94e
commit 97f55c9d5d
Signed by: delorean
GPG Key ID: 08CFF8565BE941CD
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
# zmap - mark II
zmap stripped of its trackers. evades fingerprinting by threat intelligence firms, service providers, and everyone in between.
zmap tuned for stealth. evades fingerprinting by threat intelligence firms, service providers, and everyone in between.
# Why?
the original zmap contains values in its headers that are used to identify the traffic as belonging to zmap.
the original zmap contains trackers in its headers that are used to identify the traffic as belonging to zmap.
this makes it easy for threat intelligence agencies, isp's, and anyone else to fingerprint zmap traffic and generate alerts/tags/abuse reports accordingly.
@ -40,4 +40,4 @@ sudo make install
zmap -h
```
refer to [zmap's usage](https://github.com/robertdavidgraham/masscan/tree/master?tab=readme-ov-file#usage)
refer to [zmap's usage](https://github.com/zmap/zmap/wiki/Getting-Started-Guide)