Skip to content

Commit 587de1b

Browse files
committed
new blogpost
1 parent 0b372cc commit 587de1b

File tree

28 files changed

+619
-1139
lines changed

28 files changed

+619
-1139
lines changed

about/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,15 @@ <h3>Recent Posts</h3>
6969
<ul>
7070

7171
<li>
72-
<a class="titleX" href="/blog/2018/05/23/generating-status-document-for-assessment-video/">"Generating Status Document during Assessment" Video</a>
72+
<a class="titleX" href="/blog/2018/09/20/welcome-odle/">Welcome Odle</a>
7373
</li>
7474

7575
<li>
76-
<a class="titleX" href="/blog/2018/05/16/migrating-support-to-slack/">Migrating Support to Slack</a>
76+
<a class="titleX" href="/blog/2018/05/23/generating-status-document-for-assessment-video/">"Generating Status Document during Assessment" Video</a>
7777
</li>
7878

7979
<li>
80-
<a class="titleX" href="/blog/2017/07/22/visit-us-at-blackhat-arsenal-2017/">Visit Us At Blackhat Arsenal 2017</a>
80+
<a class="titleX" href="/blog/2018/05/16/migrating-support-to-slack/">Migrating Support to Slack</a>
8181
</li>
8282

8383
</ul>

atom.xml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[SerpicoProject]]></title>
55
<link href="https://serpicoproject.github.io/atom.xml" rel="self"/>
66
<link href="https://serpicoproject.github.io/"/>
7-
<updated>2018-05-23T20:06:34-04:00</updated>
7+
<updated>2018-09-20T13:34:43-04:00</updated>
88
<id>https://serpicoproject.github.io/</id>
99
<author>
1010
<name><![CDATA[SerpicoProject]]></name>
@@ -13,6 +13,22 @@
1313
<generator uri="http://octopress.org/">Octopress</generator>
1414

1515

16+
<entry>
17+
<title type="html"><![CDATA[Welcome Odle]]></title>
18+
<link href="https://serpicoproject.github.io/blog/2018/09/20/welcome-odle/"/>
19+
<updated>2018-09-20T12:59:39-04:00</updated>
20+
<id>https://serpicoproject.github.io/blog/2018/09/20/welcome-odle</id>
21+
<content type="html"><![CDATA[<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 &ndash; nokogiri. Serpico now supports odle as a means of importing scan data.</p>
22+
23+
<p><img style="border:1px solid black center" height=350 width=550 src="https://serpicoproject.github.io/images/odle_import.jpg"></p>
24+
25+
<!-- more -->
26+
27+
28+
<p>Moving forward we would like to move away from other import processes including removing Metasploit integration. I believe this will allow us to support more input formats while making it far simpler to troubleshoot import issues. Also, the community as a whole benefits from odle rather than just the Serpico project. Cheers!</p>
29+
]]></content>
30+
</entry>
31+
1632
<entry>
1733
<title type="html"><![CDATA["Generating Status Document during Assessment" Video]]></title>
1834
<link href="https://serpicoproject.github.io/blog/2018/05/23/generating-status-document-for-assessment-video/"/>

blog/2016/08/19/boot/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,15 @@ <h3>Recent Posts</h3>
6969
<ul>
7070

7171
<li>
72-
<a class="titleX" href="/blog/2018/05/23/generating-status-document-for-assessment-video/">"Generating Status Document during Assessment" Video</a>
72+
<a class="titleX" href="/blog/2018/09/20/welcome-odle/">Welcome Odle</a>
7373
</li>
7474

7575
<li>
76-
<a class="titleX" href="/blog/2018/05/16/migrating-support-to-slack/">Migrating Support to Slack</a>
76+
<a class="titleX" href="/blog/2018/05/23/generating-status-document-for-assessment-video/">"Generating Status Document during Assessment" Video</a>
7777
</li>
7878

7979
<li>
80-
<a class="titleX" href="/blog/2017/07/22/visit-us-at-blackhat-arsenal-2017/">Visit Us At Blackhat Arsenal 2017</a>
80+
<a class="titleX" href="/blog/2018/05/16/migrating-support-to-slack/">Migrating Support to Slack</a>
8181
</li>
8282

8383
</ul>

blog/2016/08/19/long-live-rubyzip/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,15 @@ <h3>Recent Posts</h3>
6969
<ul>
7070

7171
<li>
72-
<a class="titleX" href="/blog/2018/05/23/generating-status-document-for-assessment-video/">"Generating Status Document during Assessment" Video</a>
72+
<a class="titleX" href="/blog/2018/09/20/welcome-odle/">Welcome Odle</a>
7373
</li>
7474

7575
<li>
76-
<a class="titleX" href="/blog/2018/05/16/migrating-support-to-slack/">Migrating Support to Slack</a>
76+
<a class="titleX" href="/blog/2018/05/23/generating-status-document-for-assessment-video/">"Generating Status Document during Assessment" Video</a>
7777
</li>
7878

7979
<li>
80-
<a class="titleX" href="/blog/2017/07/22/visit-us-at-blackhat-arsenal-2017/">Visit Us At Blackhat Arsenal 2017</a>
80+
<a class="titleX" href="/blog/2018/05/16/migrating-support-to-slack/">Migrating Support to Slack</a>
8181
</li>
8282

8383
</ul>

blog/2016/09/30/serpico-1-dot-0-is-out/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,15 @@ <h3>Recent Posts</h3>
6969
<ul>
7070

7171
<li>
72-
<a class="titleX" href="/blog/2018/05/23/generating-status-document-for-assessment-video/">"Generating Status Document during Assessment" Video</a>
72+
<a class="titleX" href="/blog/2018/09/20/welcome-odle/">Welcome Odle</a>
7373
</li>
7474

7575
<li>
76-
<a class="titleX" href="/blog/2018/05/16/migrating-support-to-slack/">Migrating Support to Slack</a>
76+
<a class="titleX" href="/blog/2018/05/23/generating-status-document-for-assessment-video/">"Generating Status Document during Assessment" Video</a>
7777
</li>
7878

7979
<li>
80-
<a class="titleX" href="/blog/2017/07/22/visit-us-at-blackhat-arsenal-2017/">Visit Us At Blackhat Arsenal 2017</a>
80+
<a class="titleX" href="/blog/2018/05/16/migrating-support-to-slack/">Migrating Support to Slack</a>
8181
</li>
8282

8383
</ul>

blog/2016/12/05/release-1-dot-1-0/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,15 @@ <h3>Recent Posts</h3>
6969
<ul>
7070

7171
<li>
72-
<a class="titleX" href="/blog/2018/05/23/generating-status-document-for-assessment-video/">"Generating Status Document during Assessment" Video</a>
72+
<a class="titleX" href="/blog/2018/09/20/welcome-odle/">Welcome Odle</a>
7373
</li>
7474

7575
<li>
76-
<a class="titleX" href="/blog/2018/05/16/migrating-support-to-slack/">Migrating Support to Slack</a>
76+
<a class="titleX" href="/blog/2018/05/23/generating-status-document-for-assessment-video/">"Generating Status Document during Assessment" Video</a>
7777
</li>
7878

7979
<li>
80-
<a class="titleX" href="/blog/2017/07/22/visit-us-at-blackhat-arsenal-2017/">Visit Us At Blackhat Arsenal 2017</a>
80+
<a class="titleX" href="/blog/2018/05/16/migrating-support-to-slack/">Migrating Support to Slack</a>
8181
</li>
8282

8383
</ul>

blog/2016/12/17/monkey-patching-serpico/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,15 @@ <h3>Recent Posts</h3>
6969
<ul>
7070

7171
<li>
72-
<a class="titleX" href="/blog/2018/05/23/generating-status-document-for-assessment-video/">"Generating Status Document during Assessment" Video</a>
72+
<a class="titleX" href="/blog/2018/09/20/welcome-odle/">Welcome Odle</a>
7373
</li>
7474

7575
<li>
76-
<a class="titleX" href="/blog/2018/05/16/migrating-support-to-slack/">Migrating Support to Slack</a>
76+
<a class="titleX" href="/blog/2018/05/23/generating-status-document-for-assessment-video/">"Generating Status Document during Assessment" Video</a>
7777
</li>
7878

7979
<li>
80-
<a class="titleX" href="/blog/2017/07/22/visit-us-at-blackhat-arsenal-2017/">Visit Us At Blackhat Arsenal 2017</a>
80+
<a class="titleX" href="/blog/2018/05/16/migrating-support-to-slack/">Migrating Support to Slack</a>
8181
</li>
8282

8383
</ul>

blog/2016/12/17/udv-worksheet-example/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,15 @@ <h3>Recent Posts</h3>
6969
<ul>
7070

7171
<li>
72-
<a class="titleX" href="/blog/2018/05/23/generating-status-document-for-assessment-video/">"Generating Status Document during Assessment" Video</a>
72+
<a class="titleX" href="/blog/2018/09/20/welcome-odle/">Welcome Odle</a>
7373
</li>
7474

7575
<li>
76-
<a class="titleX" href="/blog/2018/05/16/migrating-support-to-slack/">Migrating Support to Slack</a>
76+
<a class="titleX" href="/blog/2018/05/23/generating-status-document-for-assessment-video/">"Generating Status Document during Assessment" Video</a>
7777
</li>
7878

7979
<li>
80-
<a class="titleX" href="/blog/2017/07/22/visit-us-at-blackhat-arsenal-2017/">Visit Us At Blackhat Arsenal 2017</a>
80+
<a class="titleX" href="/blog/2018/05/16/migrating-support-to-slack/">Migrating Support to Slack</a>
8181
</li>
8282

8383
</ul>

blog/2017/04/21/serpico-on-a-beaglebone/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,15 @@ <h3>Recent Posts</h3>
6969
<ul>
7070

7171
<li>
72-
<a class="titleX" href="/blog/2018/05/23/generating-status-document-for-assessment-video/">"Generating Status Document during Assessment" Video</a>
72+
<a class="titleX" href="/blog/2018/09/20/welcome-odle/">Welcome Odle</a>
7373
</li>
7474

7575
<li>
76-
<a class="titleX" href="/blog/2018/05/16/migrating-support-to-slack/">Migrating Support to Slack</a>
76+
<a class="titleX" href="/blog/2018/05/23/generating-status-document-for-assessment-video/">"Generating Status Document during Assessment" Video</a>
7777
</li>
7878

7979
<li>
80-
<a class="titleX" href="/blog/2017/07/22/visit-us-at-blackhat-arsenal-2017/">Visit Us At Blackhat Arsenal 2017</a>
80+
<a class="titleX" href="/blog/2018/05/16/migrating-support-to-slack/">Migrating Support to Slack</a>
8181
</li>
8282

8383
</ul>

blog/2017/07/22/serpico-1-dot-2-feature-plug-in-framework/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,15 @@ <h3>Recent Posts</h3>
6969
<ul>
7070

7171
<li>
72-
<a class="titleX" href="/blog/2018/05/23/generating-status-document-for-assessment-video/">"Generating Status Document during Assessment" Video</a>
72+
<a class="titleX" href="/blog/2018/09/20/welcome-odle/">Welcome Odle</a>
7373
</li>
7474

7575
<li>
76-
<a class="titleX" href="/blog/2018/05/16/migrating-support-to-slack/">Migrating Support to Slack</a>
76+
<a class="titleX" href="/blog/2018/05/23/generating-status-document-for-assessment-video/">"Generating Status Document during Assessment" Video</a>
7777
</li>
7878

7979
<li>
80-
<a class="titleX" href="/blog/2017/07/22/visit-us-at-blackhat-arsenal-2017/">Visit Us At Blackhat Arsenal 2017</a>
80+
<a class="titleX" href="/blog/2018/05/16/migrating-support-to-slack/">Migrating Support to Slack</a>
8181
</li>
8282

8383
</ul>

blog/2017/07/22/serpico-1-dot-2-feature-serpico-has-vector-strings/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,15 @@ <h3>Recent Posts</h3>
6969
<ul>
7070

7171
<li>
72-
<a class="titleX" href="/blog/2018/05/23/generating-status-document-for-assessment-video/">"Generating Status Document during Assessment" Video</a>
72+
<a class="titleX" href="/blog/2018/09/20/welcome-odle/">Welcome Odle</a>
7373
</li>
7474

7575
<li>
76-
<a class="titleX" href="/blog/2018/05/16/migrating-support-to-slack/">Migrating Support to Slack</a>
76+
<a class="titleX" href="/blog/2018/05/23/generating-status-document-for-assessment-video/">"Generating Status Document during Assessment" Video</a>
7777
</li>
7878

7979
<li>
80-
<a class="titleX" href="/blog/2017/07/22/visit-us-at-blackhat-arsenal-2017/">Visit Us At Blackhat Arsenal 2017</a>
80+
<a class="titleX" href="/blog/2018/05/16/migrating-support-to-slack/">Migrating Support to Slack</a>
8181
</li>
8282

8383
</ul>

blog/2017/07/22/serpico-gets-risk-matrix-reporting/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,15 @@ <h3>Recent Posts</h3>
6969
<ul>
7070

7171
<li>
72-
<a class="titleX" href="/blog/2018/05/23/generating-status-document-for-assessment-video/">"Generating Status Document during Assessment" Video</a>
72+
<a class="titleX" href="/blog/2018/09/20/welcome-odle/">Welcome Odle</a>
7373
</li>
7474

7575
<li>
76-
<a class="titleX" href="/blog/2018/05/16/migrating-support-to-slack/">Migrating Support to Slack</a>
76+
<a class="titleX" href="/blog/2018/05/23/generating-status-document-for-assessment-video/">"Generating Status Document during Assessment" Video</a>
7777
</li>
7878

7979
<li>
80-
<a class="titleX" href="/blog/2017/07/22/visit-us-at-blackhat-arsenal-2017/">Visit Us At Blackhat Arsenal 2017</a>
80+
<a class="titleX" href="/blog/2018/05/16/migrating-support-to-slack/">Migrating Support to Slack</a>
8181
</li>
8282

8383
</ul>

blog/2017/07/22/serpico-supports-cvssv3/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,15 @@ <h3>Recent Posts</h3>
6969
<ul>
7070

7171
<li>
72-
<a class="titleX" href="/blog/2018/05/23/generating-status-document-for-assessment-video/">"Generating Status Document during Assessment" Video</a>
72+
<a class="titleX" href="/blog/2018/09/20/welcome-odle/">Welcome Odle</a>
7373
</li>
7474

7575
<li>
76-
<a class="titleX" href="/blog/2018/05/16/migrating-support-to-slack/">Migrating Support to Slack</a>
76+
<a class="titleX" href="/blog/2018/05/23/generating-status-document-for-assessment-video/">"Generating Status Document during Assessment" Video</a>
7777
</li>
7878

7979
<li>
80-
<a class="titleX" href="/blog/2017/07/22/visit-us-at-blackhat-arsenal-2017/">Visit Us At Blackhat Arsenal 2017</a>
80+
<a class="titleX" href="/blog/2018/05/16/migrating-support-to-slack/">Migrating Support to Slack</a>
8181
</li>
8282

8383
</ul>

blog/2017/07/22/visit-us-at-blackhat-arsenal-2017/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,15 @@ <h3>Recent Posts</h3>
6969
<ul>
7070

7171
<li>
72-
<a class="titleX" href="/blog/2018/05/23/generating-status-document-for-assessment-video/">"Generating Status Document during Assessment" Video</a>
72+
<a class="titleX" href="/blog/2018/09/20/welcome-odle/">Welcome Odle</a>
7373
</li>
7474

7575
<li>
76-
<a class="titleX" href="/blog/2018/05/16/migrating-support-to-slack/">Migrating Support to Slack</a>
76+
<a class="titleX" href="/blog/2018/05/23/generating-status-document-for-assessment-video/">"Generating Status Document during Assessment" Video</a>
7777
</li>
7878

7979
<li>
80-
<a class="titleX" href="/blog/2017/07/22/visit-us-at-blackhat-arsenal-2017/">Visit Us At Blackhat Arsenal 2017</a>
80+
<a class="titleX" href="/blog/2018/05/16/migrating-support-to-slack/">Migrating Support to Slack</a>
8181
</li>
8282

8383
</ul>

blog/2018/05/16/migrating-support-to-slack/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,15 @@ <h3>Recent Posts</h3>
6969
<ul>
7070

7171
<li>
72-
<a class="titleX" href="/blog/2018/05/23/generating-status-document-for-assessment-video/">"Generating Status Document during Assessment" Video</a>
72+
<a class="titleX" href="/blog/2018/09/20/welcome-odle/">Welcome Odle</a>
7373
</li>
7474

7575
<li>
76-
<a class="titleX" href="/blog/2018/05/16/migrating-support-to-slack/">Migrating Support to Slack</a>
76+
<a class="titleX" href="/blog/2018/05/23/generating-status-document-for-assessment-video/">"Generating Status Document during Assessment" Video</a>
7777
</li>
7878

7979
<li>
80-
<a class="titleX" href="/blog/2017/07/22/visit-us-at-blackhat-arsenal-2017/">Visit Us At Blackhat Arsenal 2017</a>
80+
<a class="titleX" href="/blog/2018/05/16/migrating-support-to-slack/">Migrating Support to Slack</a>
8181
</li>
8282

8383
</ul>

0 commit comments

Comments
 (0)