15 November 2012

Basic Backtrack Tools

Sometimes it is always helpful to have a hitlist you can rely on....well here's mine:

TFTP Server
#tftpd --deamon --port 69 /tmp/
#pkill tftpd

NETSTAT
#netstat -nat
#netstat -nau
#netstat -nat | grep 22

WINDOWS

Mount Share
#share <user> <targetIP> <remote share>
#mkdir /mnt/share
#mount -t ntfs <remote share>
#umount /mnt/share

No comments:

Post a Comment