jm33-m0 / emp3r0r

Linux/Windows post-exploitation framework made by linux user
https://infosec.exchange/@jm33
MIT License
1.26k stars 232 forks source link

Tor not working? #145

Closed xxlimit closed 2 years ago

xxlimit commented 2 years ago

I am currently running Ubuntu 22.04 LTS

The CC only asks for the tor sever. But when I run tor sever as the port I still don't get any connections. image

jm33-m0 commented 2 years ago

Well it's simple, if you don't specify a Tor proxy, it will use socks5://127.0.0.1:9050 as default, which is unavailable, as shown in your screenshot.

jm33-m0 commented 2 years ago

To use a Tor proxy you only need a properly configured hidden service and a Tor proxy on agent side.

See wiki for details.

Also a statically linked tor binary can be found in the repo, you can use it to provide Tor proxy.

xxlimit commented 2 years ago

I have the tor sever setup with it the problem is for some reason the tor sever isn't responding. What should the tor sever config look like?

jm33-m0 commented 2 years ago

https://github.com/jm33-m0/emp3r0r/wiki/Getting-started#tor

I updated the wiki to make it easier to follow