Menu

Connecting to server using .onion domain

paddygra
2014-04-03
2014-07-23
  • paddygra

    paddygra - 2014-04-03

    Hello,

    Does anyone have any experience connecting to a server using a .onion address?

    For example...

    proxychains4 nc -v a1b2c3d4e5f6g7hi.onion 55002
    [proxychains] config file found: /etc/proxychains.conf
    [proxychains] preloading ./libproxychains4.so
    [proxychains] DLL init
    [proxychains] DLL init
    Ncat: Version 6.40 ( http://nmap.org/ncat )
    [proxychains] Strict chain ... 127.0.0.1:9050 ... a1b2c3d4e5f6g7hi.onion:55002 <--denied
    Ncat: Connection refused.

    proxychains4 nc -v 12.23.34.45 55002
    [proxychains] config file found: /etc/proxychains.conf
    [proxychains] preloading /usr/local/lib/libproxychains4.so
    [proxychains] DLL init
    [proxychains] DLL init
    Ncat: Version 6.40 ( http://nmap.org/ncat )
    [proxychains] Strict chain ... 127.0.0.1:9050 ... 12.23.34.45:55002 ... OK
    Ncat: Connected to 12.23.34.45:55002.
    SSH-2.0-OpenSSH_5.3

    Is this even possible with proxychains?

    Thanks

     
  • rofl0r

    rofl0r - 2014-07-23

    yes, that's supported by proxychains-ng (which you seem to be using).
    the onion addresses of freenode ( https://freenode.net/irc_servers.shtml#tor ) make for good test cases,

    proxychains4 telnet frxleqtzgvwkv7oz.onion 6667

    should be sufficient to see several IRC messages sent by the server.
    if your .onion doesn't work, it's likely an issue in the tor setup.
    (assuming that /bin/telnet is a dynamically linked binary, the file command can tell you whether it is)

     

Log in to post a comment.