-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
277 lines (147 loc) · 6.74 KB
/
index.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
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
<!DOCTYPE html>
<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]-->
<!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]-->
<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8">
<title>SerpicoProject</title>
<meta name="author" content="SerpicoProject">
<meta name="description" content="UI Refresh Thanks to a massive effort by @MaxNad Serpico has a new refreshed UI. As a result the web interface is far more responsive, fits better …">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="canonical" href=" { { site.url } }{ { page.url } }" />
<link href="/logo_1.svg" rel="icon">
<link href="/stylesheets/styles.css" media="screen, projection" rel="stylesheet" type="text/css">
<link href="/atom.xml" rel="alternate" title="SerpicoProject" type="application/atom+xml">
<script src="/javascripts/modernizr-2.0.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>!window.jQuery && document.write(unescape('%3Cscript src="./javascripts/lib/jquery.min.js"%3E%3C/script%3E'))</script>
<script src="/javascripts/octopress.js" type="text/javascript"></script>
<script src="/javascripts/jquery.sidr.min.js"></script>
<script src="/javascripts/ah-blue.js"></script>
<script type="text/javascript">
var host = "www.serpicoproject.com";
if ((host == window.location.host) && (window.location.protocol != "https:"))
window.location.protocol = "https";
</script>
</head>
<body >
<div class="aux-container">
<a id="nav-toggle" href="#sidr"></a>
</div>
<div class="main-container">
<div class="main wrapper clearfix">
<aside>
<div class="search-container">
<br>
<center><a href="/"><img src="/images/logo_1.svg" height=200 width=200></a></center>
<br>
<div id="main-nav">
<nav>
<ul>
<li>
<ul>
<li><a href="/faq" target="_blank">About</a>
<li><a href="https://github.com/SerpicoProject/Serpico/wiki#online-demo" target="_blank">Video Demos </a>
<li><a href="/faq" target="_blank">FAQ </a>
</ul>
</li>
<li>
<h3>Recent Posts</h3>
<ul>
<li>
<a class="titleX" href="/blog/2019/04/12/ui-refresh/">UI Refresh</a>
</li>
<li>
<a class="titleX" href="/blog/2018/09/20/welcome-odle/">Welcome Odle</a>
</li>
<li>
<a class="titleX" href="/blog/2018/05/23/generating-status-document-for-assessment-video/">"Generating Status Document during Assessment" Video</a>
</li>
</ul>
</li>
<li>
<ul>
<li>Github - <a href="https://www.github.com/SerpicoProject" target="_blank">https://www.github.com/SerpicoProject</a></li>
<li>Twitter - <a href="http://www.twitter.com/SerpicoProject" target="_blank">@SerpicoProject</a></li>
</ul>
</li>
</ul>
</nav>
</div>
<br><br><br>
</div>
</aside>
<br><br><br><br>
<article>
<header>
<div class="article-tags">
</div>
<h1><a style="TitleX" href="/blog/2019/04/12/ui-refresh/">
UI Refresh
</a></h1>
</header>
<section><p>Thanks to a massive effort by <a href="https://github.com/MaxNad">@MaxNad</a> Serpico has a new refreshed UI. As a result the web interface is far more responsive, fits better on different screen resolutions, significantly cleaner code, and other benefits. Best of all it should make it even easier to commit updates in the future. DECENT!</p>
<p><img style="border:1px solid black" height=350 width=550 src="/images/updated_ui.png"></p>
</section>
<p><a style="TitleX" href="/blog/2019/04/12/ui-refresh/">Read on →</a></p>
</article>
<article>
<header>
<div class="article-tags">
</div>
<h1><a style="TitleX" href="/blog/2018/09/20/welcome-odle/">
Welcome Odle
</a></h1>
</header>
<section><p>Importing scan data has been a long standing thorn in our side. To decouple the import process and encourage new import formats I authored a Ruby gem named <a href="https://github.com/BuffaloWill/odle">odle</a>(<a href="https://rubygems.org/gems/odle">rubygem</a>). odle takes XML data from various security tools and outputs their JSON equivalent. The goal is to be (1) simple, (2) fast, and (3) work on many platforms with only one dependency – nokogiri. Serpico now supports odle as a means of importing scan data.</p>
<p><img style="border:1px solid black center" height=350 width=550 src="/images/odle_import.jpg"></p>
</section>
<footer>
<div class="article-date">
<time datetime="2018-09-20T12:59:39-04:00" pubdate data-updated="true"></time></div>
</footer>
<p><a style="TitleX" href="/blog/2018/09/20/welcome-odle/">Read on →</a></p>
</article>
<article>
<header>
<div class="article-tags">
</div>
<h1><a style="TitleX" href="/blog/2018/05/23/generating-status-document-for-assessment-video/">
"Generating Status Document during Assessment" Video
</a></h1>
</header>
<section><p>A quick video how to on generating status updates in Serpico:</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/N_yFYDvq1mw" frameborder="0" allowfullscreen></iframe>
</section>
</article>
<article>
<header>
<div class="article-tags">
</div>
<h1><a style="TitleX" href="/blog/2018/05/16/migrating-support-to-slack/">
Migrating Support to Slack
</a></h1>
</header>
<section><p>Over the past few months the team has been migrating Serpico support away from IRC and over to Slack. If you’d like access to the Slack channel please e-mail support –at___ serpicoproject.com. As of today, the IRC channel will no long be a monitored platform for support.</p>
</section>
</article>
<article>
<header>
<div class="article-tags">
</div>
<h1><a style="TitleX" href="/blog/2017/07/22/visit-us-at-blackhat-arsenal-2017/">
Visit Us At Blackhat Arsenal 2017
</a></h1>
</header>
<section><p>We are presenting at Arsenal BlackHat USA 2017. If you’re at BlackHat next week stop by and check out these new features in action. We’ll be at the Arsenal track on Thursday, July 27th from 10:00am-11:20am.</p>
</section>
</article>
<div class="pagination">
<a class="prev" href="list_posts.html">← Show All Posts</a>
</div>
</div>
</div>
</body>
</html>