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: Tue Sep 13 08:18:35 2005
From: fd at ew.nsci.us (fd@...nsci.us)
Subject: Re: Full-Disclosure Digest, Vol 7, Issue 25

On Mon, 12 Sep 2005, Gary E. Miller wrote:
> On Mon, 12 Sep 2005 druid@...nedcoder.org wrote:
> 
> > Purchase? no. You can dd the drive and use a utility to recognize files
> > within the unallocated space, I just had to do this a couple nights ago
> > so:
> >
> > (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
> 

What if I am otherhost?  Is there a facility for something like 

[root@...erhost]# cat /dev/tcp/me/listen/5000 > yesterhost-hda.img
  //
[root@...terhost]# dd if=/dev/hda > /dev/tcp/otherhost/5000

-Eric

-- 
Eric Wheeler
Vice President
National Security Concepts, Inc.
PO Box 3567
Tualatin, OR 97062

http://www.nsci.us/
Voice: (503) 293-7656
Fax:   (503) 885-0770

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ