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-prev] [thread-next>] [day] [month] [year] [list]
Date: Wed Sep 14 03:14:48 2005
From: peer at baden-online.de (Peer Janssen)
Subject: Re: Full-Disclosure Digest, Vol 7, Issue 25

Aditya Deshmukh wrote:

>>>(on system you want to copy)
>>>dd if=/dev/hda | nc otherhost 5000
>>>      
>>>
>>If you are running bash, then you do not even need netcat:
>>
>>	dd if=/dev/hda > /dev/tcp/otherhost/5000
>>    
>>
>This is interesting.
>
Indeed :-)

>Which version of bash are you using ? 
>I havent found it in my man page!
>  
>
My guess is that it probably has nothing to do with bash but with the 
devices your system provides.
But where is documentation for this kind of useful information anyway?

Peer

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ