View difference between Paste ID: 80A2qfhb and b9vgrpjC
SHOW: | | - or go back to the newest paste.
1-
# Login panel search
1+
# Login panel search
2-
site:target.com inurl:admin | administrator | adm | login | l0gin | wp-login
2+
site:target.com inurl:admin | administrator | adm | login | l0gin | wp-login
3-
3+
4-
# Login panel search #2
4+
# Login panel search #2
5-
intitle:"login" "admin" site:target.com
5+
intitle:"login" "admin" site:target.com
6-
6+
7-
# Admin panel search
7+
# Admin panel search
8-
inurl:admin site:target.com
8+
inurl:admin site:target.com
9-
9+
10-
# Search for our target's exposed files
10+
# Search for our target's exposed files
11-
site:target.com ext:txt | ext:doc | ext:docx | ext:odt | ext:pdf | ext:rtf | ext:sxw | ext:psw | ext:ppt | ext:pptx | ext:pps | ext:csv | ext:mdb
11+
site:target.com ext:txt | ext:doc | ext:docx | ext:odt | ext:pdf | ext:rtf | ext:sxw | ext:psw | ext:ppt | ext:pptx | ext:pps | ext:csv | ext:mdb
12-
12+
13-
# Get open directories (index of)
13+
# Get open directories (index of)
14-
intitle:"index of /" Parent Directory site:target.com
14+
intitle:"index of /" Parent Directory site:target.com
15-
15+
16-
# Search for exposed admin directories
16+
# Search for exposed admin directories
17-
intitle:"index of /admin" site:target.com
17+
intitle:"index of /admin" site:target.com
18-
18+
19-
# Search for exposed password directories
19+
# Search for exposed password directories
20-
intitle:"index of /password" site:target.com
20+
intitle:"index of /password" site:target.com
21-
21+
22-
# Search for directories with mail
22+
# Search for directories with mail
23-
intitle:"index of /mail" site:target.com
23+
intitle:"index of /mail" site:target.com
24-
24+
25-
# Search for directories containing passwords
25+
# Search for directories containing passwords
26-
intitle:"index of /" (passwd | password.txt) site:target.com
26+
intitle:"index of /" (passwd | password.txt) site:target.com
27-
27+
28-
# Search for directories containing .htaccess
28+
# Search for directories containing .htaccess
29-
intitle:"index of /" .htaccess site:target.com
29+
intitle:"index of /" .htaccess site:target.com
30-
30+
31-
# Search for .txt files with passwords
31+
# Search for .txt files with passwords
32-
inurl:passwd filetype:txt site:target.com
32+
inurl:passwd filetype:txt site:target.com
33-
33+
34-
# Search for potentially sensitive database files
34+
# Search for potentially sensitive database files
35-
inurl:admin filetype:db site:target.com
35+
inurl:admin filetype:db site:target.com
36-
36+
37-
# Search for log files
37+
# Search for log files
38-
filetype:log site:target.com
38+
filetype:log site:target.com
39-
39+
40-
# Search for other sites that are linking to our target
40+
# Search for other sites that are linking to our target
41
link:target.com -site:target.com