tornado: Anonymously Reverse shell over Tor Network using Hidden Services without portfortwarding
tornado
Anonymously Reverse shell over Tor Network using Hidden Services without port forwarding.
This project implements the tor network with the metasploit-framework tool and msfvenom module. You can easily create hidden services for your LHOST .onion domain without portforwarding. If you have experienced different remote administration tools, probably you know you need a forward port with VPN or NGROK but in this sense, 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.
Currently, this project has that features.
- Create a hidden service
- Generate msfvenom payload with fully undetectable
- Hidden service becomes available outside tor network
Install
Built With
- Clone the repo
git clone https://github.com/samet-g/tornado.git
- Install Python packages
pip3 install -r requirements.txt
Use
- Run with Python as Administrator
python3 tornado.py
Copyright (C) 2022 samet-g
Source: https://github.com/samet-g/