-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathiotmethod.html
45 lines (43 loc) · 2.76 KB
/
iotmethod.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
<!DOCTYPE html>
<html>
<head>
<title>IoT Methodology</title>
</head>
<body>
<p style="text-align: center;"><strong><span style="font-size: 24px;"><u><span style="color: rgb(44, 130, 201);">IoT Methodology</span></u></span></strong></p>
<ul>
<li><span style="font-size: 24px;">Discover IoT devices</span></li>
</ul>
<p><span style="font-size: 24px; color: rgb(97, 189, 109);">=use tools such as shodan, censys, thingful</span></p>
<ul>
<li><span style="font-size: 24px;">if IOT found</span></li>
<li><span style="font-size: 24px;">Perform hardware analysis</span></li>
</ul>
<p><span style="font-size: 24px; color: rgb(147, 101, 184);">=Use tools such as JTAG Dongle, digital sotrage oscilloscope and software defined radio</span></p>
<ul>
<li><span style="font-size: 24px;">Perform firmware OS analysis</span></li>
</ul>
<p><span style="font-size: 24px; color: rgb(41, 105, 176);">=use tools such as IoTinspector, binwalk, firmware mod kit</span></p>
<ul>
<li><span style="font-size: 24px;">Perform wireless protocol analysis</span></li>
</ul>
<p><span style="font-size: 24px; color: rgb(243, 121, 52);">=use tools such as ubiqua protocol analyser, perytons, wireshark, oapUI pro</span></p>
<ul>
<li><span style="font-size: 24px;">Perform mobile app testing</span></li>
</ul>
<p><span style="font-size: 24px; color: rgb(61, 142, 185);">=use tool such as X-ray, threat scan, halt exploit defender and shellshock scanner-zimperium</span></p>
<ul>
<li><span style="font-size: 24px;">Perform web app testing</span></li>
</ul>
<p><span style="font-size: 24px; color: rgb(65, 168, 95);">=use tools such as Sauce Labs Functional testing, powersploit</span></p>
<ul>
<li><span style="font-size: 24px;">Perform cloud services testing</span></li>
</ul>
<p><span style="font-size: 24px; color: rgb(250, 197, 28);">=use tools such as ZEPHYR, SOASTA cloudtest, loadstorm Pro, blazemeter</span></p>
<p><br></p>
<pre class="a-b-r-La" style='user-select: text; display: block; font-family: "Courier New", Courier, monospace, arial, sans-serif; margin-top: 0px; margin-right: 0px; margin-bottom: 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>
<p><br></p>
<p><br></p>
</body>
</html>