anonymously reverse shell over onion network using hidden services without portfortwarding
Explore the docs
fully undetectable reverse shell
·
View Demo
·
bulletproof anonymity
If you are having any operating system compatiblity issue, let me know. I will try to fix as soon as possible so let's explore the docs.
Tornado is implements tor network with metasploit-framework tool and msfvenom module, you can easily create hidden services for your localhost .onion domain without portforwarding. If you have experience different remote administration tools, probably you know you need forward port with virtual private network or ngrok but in this sense with tornado, the tor network offers the possibility of making services in a machine accessible as hidden services without portforwarding, by taking advantage of the anonymity it offers and thereby preventing the real location of the machine from being exposed.
tornado can do
A word of caution regarding the use of Tor2Web and the onion network: disregarding security measures can be perilous. From the standpoint of a potential victim, Tornado might not be secure; Tor's primary aim is to enable anonymous connections free from surveillance. Utilizing Tor2Web to access services over the clearnet, even with the use of HTTPS, can significantly undermine the privacy and security efforts the Tor network strives to provide.
To get a local copy up and running follow these simple steps.
$ git clone https://github.com/samogod/tornado.git
$ sudo python3 setup.py install
$ sudo tornado
Clone the repo
git clone https://github.com/samogod/tornado.git
Setup tornado with requirement packages.
python setup.py install
Run it
python -m tornado
$ sudo tornado -start
python -m tornado -start
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated especially Roadmap check this to-do list.
git checkout -b feature/feature
git commit -m 'Add some feature'
git push origin feature/feature
Distributed under the GNU License.
See LICENSE
for more information.
This tool is only for testing and can only be used where strict consent has been given. Do not use it for illegal purposes! It is the end user’s responsibility to obey all applicable local, state and federal laws. I assume no liability and are not responsible for any misuse or damage caused by this tool and software.