-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathfootprinting.html
29 lines (26 loc) · 1.66 KB
/
footprinting.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<p><span style="font-size: 24px;">Footprinting</span></p>
<ul>
<li><span style="font-size: 24px;">Use search engines</span></li>
<li><span style="font-size: 24px;">Google hacking</span></li>
<li><span style="font-size: 24px;">Public and private website</span></li>
<li><span style="font-size: 24px;">Netcraft and link extractor tools</span></li>
<li><span style="font-size: 24px;">Location and Geography - Google Earth, Maps,Webcams, People Search</span></li>
<li><span style="font-size: 24px;">Social networking and information gathering</span></li>
<li><span style="font-size: 24px;">Use <a href="//Echosec.net">Echosec.net</a> - searches social media and provides location services for postings</span></li>
<li><span style="font-size: 24px;">Using Maltego - search social media, extracting information</span></li>
<li><span style="font-size: 24px;">Financial service </span></li>
<li><span style="font-size: 24px;">Job sites - job postings</span></li>
<li><span style="font-size: 24px;">Working with emails - polite mail, whoreadme</span></li>
<li><span style="font-size: 24px;">Competitive analysis -business pages, lexisnexus, CNBC</span></li>
<li><span style="font-size: 24px;">Gaining network info - whois, ping, nslookup,tracert</span></li>
<li><span style="font-size: 24px;">Find OS type, inc web server, web app types etc</span></li>
<li><span style="font-size: 24px;">Social engineering - phising, shoulder surfing, bin diving</span></li>
</ul>
</body>
</html>