-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
296 lines (161 loc) · 7.3 KB
/
index.html
File metadata and controls
296 lines (161 loc) · 7.3 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="generator" content="Hugo 0.55.6" />
<title>Securelayer7 — Time and again securing you</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<meta name="description" content="Time and again securing you"/>
<meta name="keywords" content="Cybersecurity"/>
<meta name="robots" content="noodp"/>
<link rel="canonical" href="https://securelayer7.github.io/" />
<link rel="stylesheet" href="https://securelayer7.github.io/assets/style.css">
<link rel="stylesheet" href="https://securelayer7.github.io/assets/blue.css">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://securelayer7.github.io/img/apple-touch-icon-144-precomposed.png">
<link rel="shortcut icon" href="https://securelayer7.github.io/img/favicon/blue.png">
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Securelayer7 — Time and again securing you" />
<meta name="twitter:description" content="" />
<meta name="twitter:site" content="https://securelayer7.github.io" />
<meta name="twitter:creator" content="" />
<meta name="twitter:image" content="">
<meta property="og:locale" content="en" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Securelayer7 — Time and again securing you">
<meta property="og:description" content="" />
<meta property="og:url" content="https://securelayer7.github.io/" />
<meta property="og:site_name" content="Securelayer7" />
<meta property="og:image" content="">
<meta property="og:image:width" content="2048">
<meta property="og:image:height" content="1024">
<link href="/index.xml" rel="alternate" type="application/rss+xml" title="Securelayer7" />
</head>
<body class="">
<div class="container center">
<header class="header">
<div class="header__inner">
<div class="header__logo">
<a href="/">
<div class="logo">
Securelayer7
</div>
</a>
</div>
<div class="menu-trigger">menu</div>
</div>
<nav class="menu">
<ul class="menu__inner menu__inner--desktop">
<li><a href="/about">About</a></li>
</ul>
<ul class="menu__inner menu__inner--mobile">
<li><a href="/about">About</a></li>
</ul>
</nav>
</header>
<div class="content">
<div class="posts">
<div class="post on-list">
<h1 class="post-title">
<a href="https://securelayer7.github.io/posts/reading-firmware-from-eeprom-easyway/">Reading data from EEPROM without desoldering</a></h1>
<div class="post-meta">
<span class="post-date">
2019-07-17
</span>
<span class="post-author">::
CJHackerz, Shubham Chougule</span>
</div>
<span class="post-tags">
#<a href="https://securelayer7.github.io/tags/iot/">IoT</a>
#<a href="https://securelayer7.github.io/tags/hardware/">Hardware</a>
#<a href="https://securelayer7.github.io/tags/cybersecurity/">Cybersecurity</a>
</span>
<img src="https://securelayer7.github.io/img/IMG_20190716_121835.jpg" class="post-cover" />
<div class="post-content">
EEPROM is read-only non-volatile memory whose contents can be erased and reprogrammed using a pulsed voltage often time used in embedded systems (network routers) and smart IoT devices. EEPROM holds firmware data and bootloader, in this post we will explore non-destructive way to read data from EEPROM for security assements purposes.
</div>
<div>
<a class="read-more button"
href="/posts/reading-firmware-from-eeprom-easyway/">Read more →</a>
</div>
</div>
<div class="post on-list">
<h1 class="post-title">
<a href="https://securelayer7.github.io/posts/xss-auditor-no-more-part-of-google-chrome/">XSS Auditor no more part of Google Chrome</a></h1>
<div class="post-meta">
<span class="post-date">
2019-07-16
</span>
<span class="post-author">::
Sandeep Kamble</span>
</div>
<span class="post-tags">
#<a href="https://securelayer7.github.io/tags/news/">News</a>
</span>
<div class="post-content">
Yes, you heard correct Google Chromium devs announced the news about XSS auditor. The XSS auditor time and again bypassed by the client security researcher to execute the malicious javascript, and this may be the primary reason to be deprecated and removed from the Google Chrome browser.
</div>
<div>
<a class="read-more button"
href="/posts/xss-auditor-no-more-part-of-google-chrome/">Read more →</a>
</div>
</div>
<div class="post on-list">
<h1 class="post-title">
<a href="https://securelayer7.github.io/posts/rise-conference-2019/">SecureLayer7 at RISE Conference, Hong Kong 2019</a></h1>
<div class="post-meta">
<span class="post-date">
2019-07-07
</span>
<span class="post-author">::
Sandeep Kamble</span>
</div>
<span class="post-tags">
#<a href="https://securelayer7.github.io/tags/news/">News</a>
</span>
<img src="https://securelayer7.github.io/img/risecon-2019-cover.png" class="post-cover" />
<div class="post-content">
RISE Conference Hong Kong 2019 is Asia’s largest tech conference, and SecureLayer7 is selected in the Alpha program. At SecureLayer7, we decided to release our signature two products at RISE 19 conference as below mentioned.
</div>
<div>
<a class="read-more button"
href="/posts/rise-conference-2019/">Read more →</a>
</div>
</div>
<div class="post on-list">
<h1 class="post-title">
<a href="https://securelayer7.github.io/posts/identifying-uart-pins-without-a-multi-meter/">Identifying UART Pins Without a Multi-Meter (PinNinja)</a></h1>
<div class="post-meta">
<span class="post-date">
2019-06-27
</span>
<span class="post-author">::
Raghav Pillai</span>
</div>
<span class="post-tags">
#<a href="https://securelayer7.github.io/tags/iot/">IoT</a>
#<a href="https://securelayer7.github.io/tags/hardware/">Hardware</a>
</span>
<div class="post-content">
As someone who likes to tinker with hardware, we often find ourselves opening up a device to find UART pins which are originally meant for debugging and testing We often use these to connect to the device.
</div>
<div>
<a class="read-more button"
href="/posts/identifying-uart-pins-without-a-multi-meter/">Read more →</a>
</div>
</div>
<div class="pagination">
<div class="pagination__buttons">
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="footer__inner">
<div class="copyright copyright--user">Copyright © 2019 SecureLayer7, LLC. All rights reserved.</div>
</div>
</footer>
<script src="https://securelayer7.github.io/assets/main.js"></script>
<script src="https://securelayer7.github.io/assets/prism.js"></script>
</div>
</body>
</html>