From d09c9799ea620a21c24a02ca5b0cab07e1c4333e Mon Sep 17 00:00:00 2001 From: delorean Date: Fri, 1 Mar 2024 13:40:10 -0600 Subject: [PATCH] initial --- README.md | 31 +++++++++++++++++++++++++++++++ bin/h | 0 tmp/h | 0 3 files changed, 31 insertions(+) create mode 100644 README.md create mode 100644 bin/h create mode 100644 tmp/h diff --git a/README.md b/README.md new file mode 100644 index 0000000..21cad65 --- /dev/null +++ b/README.md @@ -0,0 +1,31 @@ +# 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 + +refer to [masscan's usage](https://github.com/robertdavidgraham/masscan/tree/master?tab=readme-ov-file#usage) \ No newline at end of file diff --git a/bin/h b/bin/h new file mode 100644 index 0000000..e69de29 diff --git a/tmp/h b/tmp/h new file mode 100644 index 0000000..e69de29