-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathfpmethod.html
53 lines (51 loc) · 2.71 KB
/
fpmethod.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html>
<head>
<title>Footprinting Methodology</title>
</head>
<body>
<p style="text-align: center;"><strong><span style="font-size: 24px; color: rgb(44, 130, 201);"><u>Footprinting Methodology</u></span></strong></p>
<ul>
<li><span style="font-size: 24px;">Get proper authorisation</span></li>
<li><span style="font-size: 24px;">Define the scope of assessment</span></li>
<li><span style="font-size: 24px;">Perform footprinting through search engines</span></li>
<li><span style="font-size: 24px;">Perform footprinting through web services </span></li>
</ul>
<p><span style="font-size: 24px; color: rgb(226, 80, 65);">= Use web services such as NetCraft, Pipl, Google Finance, Alerts etc</span></p>
<ul>
<li><span style="font-size: 24px;">Performig FP through social networking sites</span></li>
</ul>
<p><span style="font-size: 24px; color: rgb(243, 121, 52);">=Create a false identity on social networking sites such as FB, Linkedin</span></p>
<ul>
<li><span style="font-size: 24px;">Perform a website FP</span></li>
</ul>
<p><span style="font-size: 24px; color: rgb(44, 130, 201);">=Use tools such as Burp Suite, Web Data Extractor, HTTrack etc</span></p>
<ul>
<li><span style="font-size: 24px;">Perform email FP</span></li>
</ul>
<p><span style="font-size: 24px; color: rgb(147, 101, 184);">=Use tools such as emailTrackerPro, Yesware</span></p>
<ul>
<li><span style="font-size: 24px;">Gather competitive intelligence</span></li>
</ul>
<p><span style="font-size: 24px; color: rgb(65, 168, 95);">=Use tools such as Hoovers, Lexis Nexis, BusinessWire etc</span></p>
<ul>
<li><span style="font-size: 24px;">Perform whois FP</span></li>
</ul>
<p><span style="font-size: 24px; color: rgb(71, 85, 119);">=Use tools such as SmartWhois, Batch IP Converter</span></p>
<ul>
<li><span style="font-size: 24px;">Perform DNS FP</span></li>
</ul>
<p><span style="font-size: 24px; color: rgb(40, 50, 78);">=Use tools such as DNSstuff, DIG, myDNSTools</span></p>
<ul>
<li><span style="font-size: 24px;">Perform Network FP</span></li>
</ul>
<p><span style="font-size: 24px; color: rgb(243, 121, 52);">=Use tools such as Path Analyser Pro, VisualRoute</span></p>
<ul>
<li><span style="font-size: 24px;">Perform Social Engineering</span></li>
</ul>
<p><span style="font-size: 24px; color: rgb(61, 142, 185);">=Implement techniques such as eavesdropping, shoulder surfing, dumpster driving</span></p>
<ul>
<li><span style="font-size: 24px;">Document all findings</span></li>
</ul>
</body>
</html>