Features
- Create a hidden service
- Generate non-staged payload (python/meterpreter_reverse_http)
- Convert url using Tor2Web: a final extension .ws will be added, so url becomes available outside tor network
- Generate batch .rc file for msfconsole
Usage
$ git clone <https://github.com/CalfCrusher/Poiana/
>
$ cd Poiana && pip3 install -r requirements.txt
$ python3 poiana.py
NOTE: You need to edit your torrc file and insert: ControlPort 9151
as this is the port to which Tor will listen for any communication from applications talking to the Tor controller.
I didn’t want to insert this automatic ‘feature’ in my tool because of course you need to be root to edit torrc. In this way this script can run just as normal user. Remember do NOT run/trust scripts from others, discover some backdoor in fancy scripts is not rare unfortunately! Take care of source code, always :)
Comments
Post a Comment