shmt wrote:I remeber seeing a tutorial about it somewhere, can't find it.
So I'm asking:
Is it possible (I'm sure it is, how?) to use SSHater/Hydra/nmap/metasploit to go through TOR?
If I got it correctly, all I have to do is use 127.0.0.1:port (with tor running) as a proxy and it will be send over TOR.
How can I convince the tools to actually use a proxy? Or even better a proxy chain?
Thoughts?
___________________________________________________________________________________________________
#hackerthreads pointed me at proxychains.
- Code: Select all
proxychains ssh alskdjl@ksdjfls.net
Really like it, especially if used with TOR.
Hi guys, first of all i'm sorry for my English.
I had the same question and in my searches I had the same answer...
Now i have a problem with this soft, can anybody help me, please? I trying to use "Hydra" through "tor". I trying:
- Code: Select all
goog@G-PC:~$ proxychains hydra -l login -P ~/Documents/P.txt -o ~/Documents/O.txt -vV -t 1 vkmessenger.com xmpp DIGEST-MD5
But I getting this:
- Code: Select all
ProxyChains-3.1 (http://proxychains.sf.net) Hydra v7.3 (c)2012 by van Hauser/THC & David Maciejak - for legal purposes only Hydra (http://www.thc.org/thc-hydra) starting at 2012-08-03 00:22:29 [DATA] 1 task, 1 server, 37 login tries (l:1/p:37), ~37 tries per task [DATA] attacking service xmpp on port 5222 [VERBOSE] Resolving addresses ... |DNS-request| vkmessenger.com |S-chain|-<>-127.0.0.1:9050-<><>-4.2.2.2:53-<><>-OK [ERROR] Received signal 11, going down ...

Every time... it does not depend on server or service. Please help.
About thoughts about using Hydra with Tor:
If I understand Hydra manual and help well, it have the built-in function for work through proxy. It is HYDRA_PROXY_HTTP/HYDRA_PROXY and HYDRA_PROXY_AUTH. (I got it from
http://www.thc.org/thc-hydra/README I tried do this:
- Code: Select all
goog@G-PC:~$ hydra -l login -P ~/Documents/P.txt -o ~/Documents/O.txt -vV -t 1 vkmessenger.com xmpp DIGEST-MD5 HYDRA_PROXY=socks4://127.0.0.1:9050
But it does not give me "proxy effect"...
So, i have 2 questions:
- How to fix the proxychains's "Received signal 11, going down ..." problem
- How to use Hydra with Tor, by another way?
Thank You for paying attention.