jm33-m0 / emp3r0r

Linux/Windows post-exploitation framework made by linux user

Home Page:https://infosec.exchange/@jm33

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tor not working?

xxlimit opened this issue · comments

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

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.

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.

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?

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

I updated the wiki to make it easier to follow