This readme is a bit outdated. You can read the blog post about ActiveAntiPhish for more info https://computeco.de/posts/2019-06-16_1.html
This repo takes advantage of a technique called database saturation. If your organization is successfully phished this tool allows the organization to increase the noise in the signal to noise ratio of the hacker's stolen credentials. This is done by providing the tool with a fake password list, fake username list, proxy list, the phishing page's callback url, and your organizations email domain extension.
It generates hundreds of fake username/password pairs that are injected into the phishing page.
The theory is that the phisher will abandon their database as validating thousands of fake accounts just to find the small amount of valid accounts is very annoying.
You can use the ActiveAntiPhish command line application by downloading the linux release or by installing the rust toolchain and installing aap
with cargo install aap
. You will then be able to run the aap
program from the command line.
aap
Help``` ActiveAntiPhish 0.3.0 GNU-GPL-3.0 Chad Baxter cbax@doslabelectronics.com Saturate the bad guys' databases.
USAGE:
aap [FLAGS] [OPTIONS] --time
FLAGS: -g, --debug Locks application to one thread and displays HTTP response data. -r, --getparams The form uses GET parameterized data. -h, --help Prints help information -m, --multipart The form uses multipart data. -w, --urlencoded The form uses www-urlencoded data. -V, --version Prints version information
OPTIONS:
-c, --ccn
This project maintains a collection of active and inactive phish kits that are unredacted. They are encrypted to protect from leechers and to protect the identities of hackers. Please contact me to be vetted for the decryption password.
In the rules
directory you can find a yara ruleset for the phishkits in this repo as well as a generic rule for detecting phishing page source code (phish kits all use a similar design/coding style).
You can find current phishing advisories in ADVISORIES.md
.