masscan stripped of its trackers
Go to file
delorean 0f03a0d280
initial
2024-03-01 14:08:33 -06:00
bin initial 2024-03-01 13:40:10 -06:00
src initial 2024-02-26 10:35:54 -06:00
tmp initial 2024-03-01 13:40:10 -06:00
Makefile initial 2024-02-26 10:35:54 -06:00
README.md initial 2024-03-01 14:08:33 -06:00

README.md

masscan - mark II

masscan stripped of its trackers. evades fingerprinting by threat intelligence firms, service providers, and everyone in between.

Why?

the original masscan contains sneaky values in its headers and payloads intended to identify the traffic as belonging to masscan.

this makes it trivial for threat intelligence agencies, isp's, and anyone else to fingerprint masscan traffic and generate alerts/tags/abuse reports accordingly.

Installation

dependencies: gcc, make, git

git clone https://git.supernets.org/delorean/masscan-mark-ii
cd masscan-mark-ii
make

this will yield a 'masscan' binary in ./bin

to automatically install it into your path (Linux),

make install

Usage

masscan -h

refer to masscan's usage