-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathscanmethod.html
41 lines (38 loc) · 2.59 KB
/
scanmethod.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
<!DOCTYPE html>
<html>
<head>
<title>Scanning Methodology</title>
</head>
<body>
<p style="text-align: center;"><strong><span style="font-size: 24px; color: rgb(44, 130, 201);"><u>Scanning Methodology</u></span></strong></p>
<p><strong><span style="font-size: 24px;">Scanning Pen Testing</span></strong></p>
<p><span style="font-size: 24px;">This pen test report will help admins to:</span></p>
<p><span style="font-size: 24px;">Close ununsed ports, Disable unnecessary services, hide or customize banners, troubleshoot service config errors, calibrate firewall rules</span></p>
<p><br></p>
<ul>
<li><span style="font-size: 24px;">Perform Host disover</span></li>
</ul>
<p><span style="font-size: 24px;"><span style="color: rgb(97, 189, 109);">=Use tools such as Nmap, Angry IP scanner</span></span></p>
<ul>
<li><span style="font-size: 24px;">Perform port scanning</span></li>
</ul>
<p><span style="font-size: 24px;"><span style="color: rgb(44, 130, 201);">=Use tools such as Nmap, Netscan Tools Pro</span></span></p>
<ul>
<li><span style="font-size: 24px;">Scan beyond IDS and firewall</span></li>
</ul>
<p><span style="font-size: 24px;"><span style="color: rgb(147, 101, 184);">=Use techniques such as packet fragmentation, source routing</span></span></p>
<ul>
<li><span style="font-size: 24px;">Perform banner grabbing/OS fingerprinting</span></li>
</ul>
<p><span style="font-size: 24px;"><span style="color: rgb(65, 168, 95);">=Send specially crafted packets and sniff the responses</span></span></p>
<ul>
<li><span style="font-size: 24px;">Draw network diagrams</span></li>
</ul>
<p><span style="font-size: 24px;"><span style="color: rgb(235, 107, 86);">=Use tools such as Network Topology Mapper, OpManager </span></span></p>
<ul>
<li><span style="font-size: 24px;">Document all findings</span></li>
</ul>
<pre class="a-b-r-La" style='user-select: text; display: block; font-family: "Courier New", Courier, monospace, arial, sans-serif; margin: 0px; white-space: pre-wrap; overflow-wrap: break-word; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;'>
</pre>
</body>
</html>