|
|
| Unix Administration Firewall Intrusion Detection Network Security Hacking MORE HOME |
fdisk /dev/hdc
mount /dev/hdc1 /mnt/hdc1 cd / ; tar cf - boot root bin sbin etc dev lib var usr \ | ( cd /mnt/hdc1 ; tar xvfp - )
nc -p 6666 -l > file
nc -p 6666 -l -v -w 60 < /dev/null | gzip -dc | dd of=/dev/hda bs=512
cat data | gzip -c | nc -v -w 120 -p 6666 -l IP
dd if=/dev/hda1 bs=512 | gzip -c | nc -v -w 60 IP -p 2020
On a Windows sender:
dd.exe if:\\.\C: bs=512 | nc.exe a.b.c.d port
| CopyLeft (l) 2003 by Raffael Marty |