Tornado uses the tor network with the Metasploit-Framework based and more specifically msfvenom where you can easily create hidden services for your local onion network.
If you have experience with different remote management tools, you probably know that you need to port forward with a virtual private network or using ngrok, but with tornado, the tor network offers the ability to make services hidden, without identifying the location of the attacker .
Table of Contents
Specifications
- Creating a hidden service with the tor network
- Creating a cross platform msfvenom payload and executing the shellcode undetected
- The hidden service is made available outside of the tor network and is ready for reverse shell connection
Installation
- Downloading the repo
$ git clone https://github.com/samet-g/tornado.git
- We install the requirement packages for the program to run correctly
$ sudo python3 setup.py install
- We run the program as an administrator
$ sudo tornado
Use
$ sudo tornado -start
Roadmap
- Integrity in the Windows operating system
- Reverse Shell without Tor2web
You can download the program from here.