From 9101e5419eb9570ab8c62161c88ef6b4f2b590ea Mon Sep 17 00:00:00 2001 From: Meitar M Date: Wed, 8 Aug 2018 15:56:04 -0400 Subject: [PATCH] Add new section ("Offensive tools"), list `dos-over-tor` and `oregano`. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1668994..6363815 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ - [Funding](#funding) - [Messaging](#messaging) - [Onion service tools](#onion-service-tools) +- [Offensive tools](#offensive-tools) - [Operating System distributions](#operating-system-distributions) - [Pluggable transports](#pluggable-transports) - [Relay operator tools](#relay-operator-tools) @@ -75,6 +76,11 @@ - [Stormy](https://github.com/glamrock/stormy) - Easy creation of Tor Onion services ("Location-Hidden Services"), currently under heavy development. - [Vanguards](https://github.com/mikeperry-tor/vanguards) - Version 3 Onion service guard discovery attack mitigation script (intended for eventual inclusion in Tor core). +# Offensive tools + +- [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. + # Operating System distributions - [The Amnesic Incognito Live System (TAILS)](https://www.torproject.org/getinvolved/volunteer.html.en#project-tails) - Live CD/USB distribution preconfigured so that everything is safely routed through Tor and leaves no trace on the local system.