lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Tue Jun 20 15:31:04 2006
From: niam.tni at googlemail.com (Stefan Drexleri)
Subject: dns tunneling with win32 client / ProxyCommand

Hi,

i'm building up dns tunnel (www.dnstunnel.de and Dan Kaminsky's
scripts) to establish a SSH connection over DNS data transfers.
To prepare client side you have to use command like this:
ssh -o ProxyCommand="./droute.pl sshdns.server.example.com" user@...alhost

droute.pl is one of Dan Kaminsky's scripts to send ssh connection in
dns packets (to local dns server).

So how can this be accomplished on win32 system?
PUTTY unfortunately doesn't have any "ProxyCommand" option which could
be used to choose script.
Perhaps you could try to build up local SOCKS server which 'uses' droute.pl.

Does anyone have a working solution?

Thx.

Powered by blists - more mailing lists