From 8b73e1251f8aad11b635669c643f5fc267f71ae6 Mon Sep 17 00:00:00 2001 From: Meitar M Date: Wed, 8 Aug 2018 16:01:47 -0400 Subject: [PATCH] Add several new phishing and anonymity tools: * SocialFish, a social media phishing framework. * ShellPhish, a social media site cloner built on SocialFish. * dos-over-tor, a torifid DoS and stress test tool. * oregano, a MITM proxy that accepts direct Tor client requests. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 84de70f..f6c280f 100644 --- a/README.md +++ b/README.md @@ -387,6 +387,8 @@ Your contributions and suggestions are heartily♥ welcome. (✿◕‿◕). Plea * [Catphish](https://github.com/ring0lab/catphish) - Tool for phishing and corporate espionage written in Ruby. * [Beelogger](https://github.com/4w4k3/BeeLogger) - Tool for generating keylooger. * [FiercePhish](https://github.com/Raikia/FiercePhish) - Full-fledged phishing framework to manage all phishing engagements. +* [SocialFish](https://github.com/UndeadSec/SocialFish) - Social media phishing framework that can run on an Android phone or in a Docker container. +* [ShellPhish](https://github.com/thelinuxchoice/shellphish) - Social media site cloner and phishing tool built atop SocialFish. ### OSINT Tools @@ -427,6 +429,8 @@ Your contributions and suggestions are heartily♥ welcome. (✿◕‿◕). Plea * [I2P](https://geti2p.net/) - The Invisible Internet Project. * [Nipe](https://github.com/GouveaHeitor/nipe) - Script to redirect all traffic from the machine to the Tor network. * [What Every Browser Knows About You](http://webkay.robinlinus.com/) - Comprehensive detection page to test your own Web browser's configuration for privacy and identity leaks. +* [dos-over-tor](https://github.com/zacscott/dos-over-tor) - Proof of concept denial of service over Tor stress test tool. +* [oregano](https://github.com/nametoolong/oregano) - Python module that runs as a machine-in-the-middle (MITM) accepting Tor client requests. ### Reverse Engineering Tools