-
Notifications
You must be signed in to change notification settings - Fork 68
/
Copy pathpenetration_testing.html
26 lines (26 loc) · 1.23 KB
/
penetration_testing.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
<html>
<head>
<title>
penetration testing
</title>
<link rel="shortcut icon" type="image/png" href="favicon.png"/>
</head>
<body>
<img src="penetration_testing.png"draggable="false" border="none" usemap="#map"/>
<map name="map">
<area shape="rect" coords="1869,319,1885,335" href="internal_network_testing.html"/>
<area shape="rect" coords="2022,319,2038,335" href="external.html"/>
<area shape="rect" coords="2237,319,2253,335" href="perimeter_devices.html"/>
<area shape="rect" coords="1786,431,1802,447" href="web_application_penetration_testing.html"/>
<area shape="rect" coords="2193,584,2209,600" href="database_penetration_testing.html"/>
<area shape="rect" coords="2395,576,2411,592" href="wlan.html"/>
<area shape="rect" coords="2392,652,2408,668" href="rfid.html"/>
<area shape="rect" coords="2392,729,2408,745" href="nfc.html"/>
<area shape="rect" coords="2453,805,2469,821" href="mobile_device.html"/>
<area shape="rect" coords="2392,882,2408,898" href="iot.html"/>
<area shape="rect" coords="2078,891,2094,907" href="cloud_penetration_testing.html"/>
<area shape="rect" coords="1791,1101,1807,1117" href="report_writing.html"/>
<area shape="rect" coords="1560,1203,1576,1219" href="tools.html"/>
</map>
</body>
</html>