This is an old revision of the document!
The lab will be run on Linux, using the BackTrack image available here.
site:
restricts the results of the query to the specified site: site:pub.ro “error in your SQL syntax”
intitle:
/ allintitle:
- the keywords cand be found in the page title: intitle:“index of” intext:“parent directory”
filetype:
specifies the file extension: filetype:doc site:pub.ro
+
: +123456 “yahoo.com” site:pastebin.com
-
: +virus –biology
Choose a site: xyz
mysql dump filetype:sql
. What is the result?inurl:/view/index.shtml
inurl:viewerFrame?Mode=
Useful information:
whois cisco.com
whois 128.107.241.185
dig pub.ro mx
host –t mx pub.ro
dig @ns1.roedu.net ptr 60.166.85.141.in-addr.arpa
host 141.85.166.60
nmap -sS -p 445 192.168.1.1
hping -S -p 445 192.168.1.1
nmap -sT -p 445 192.168.1.1
telnet 192.168.1.1 445
netcat 192.168.1.1 445
nmap –sA –p 445 192.168.1.1
nmap –sU –p 53 192.168.1.1
nmap 192.168.1-254.1-254
nmap 192.168.0.0/16
nmap –iL iplist.txt
nmap –p21,22,80,445 192.168.1.1
nmap –p1-65535 192.168.1.1
nmap –oN output.txt 192.168.1.1
nmap –T<0-5> 192.168.1.1
(larger number is faster)nmap –sV 192.168.1.1
nmap –O 192.168.1.1