Skip to content

Commit c1ffb27

Browse files
committed
1.2 blog post
1 parent b294eba commit c1ffb27

File tree

16 files changed

+383
-132
lines changed

16 files changed

+383
-132
lines changed

about/index.html

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

6969
<li>
70-
<a class="titleX" href="/blog/2017/04/21/serpico-on-a-beaglebone/">Serpico on a Beaglebone - Arsenal 2016</a>
70+
<a class="titleX" href="/blog/2017/07/22/serpico-1-dot-2-feature-plug-in-framework/">Serpico 1.2 Feature: Plug-In Framework</a>
7171
</li>
7272

7373
<li>
74-
<a class="titleX" href="/blog/2016/12/17/udv-worksheet-example/">UDV Worksheet - Plugin Tradecraft</a>
74+
<a class="titleX" href="/blog/2017/04/21/serpico-on-a-beaglebone/">Serpico on a Beaglebone - Arsenal 2016</a>
7575
</li>
7676

7777
<li>
78-
<a class="titleX" href="/blog/2016/12/17/monkey-patching-serpico/">Monkey Patching Serpico</a>
78+
<a class="titleX" href="/blog/2016/12/17/udv-worksheet-example/">UDV Worksheet - Plugin Tradecraft</a>
7979
</li>
8080

8181
</ul>

atom.xml

Lines changed: 25 additions & 12 deletions
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>2017-04-26T16:42:13-07:00</updated>
7+
<updated>2017-07-22T21:06:53-04:00</updated>
88
<id>https://serpicoproject.github.io/</id>
99
<author>
1010
<name><![CDATA[SerpicoProject]]></name>
@@ -13,10 +13,23 @@
1313
<generator uri="http://octopress.org/">Octopress</generator>
1414

1515

16+
<entry>
17+
<title type="html"><![CDATA[Serpico 1.2 Feature: Plug-In Framework]]></title>
18+
<link href="https://serpicoproject.github.io/blog/2017/07/22/serpico-1-dot-2-feature-plug-in-framework/"/>
19+
<updated>2017-07-22T20:47:54-04:00</updated>
20+
<id>https://serpicoproject.github.io/blog/2017/07/22/serpico-1-dot-2-feature-plug-in-framework</id>
21+
<content type="html"><![CDATA[<p>The Serpico team has been hard at work adding features to lessen the burden of reporting. One of our latest features <!-- more --> is the Plugin framework. One of the goals we had for the plug-in framework was to allow a developer to overwrite parts of Serpico. Plug-ins give developers tremendous power and flexibility to extent Serpico to meet their specific needs. With plug-ins, developers no longer have to worry about their secret sauce getting overwritten when updating the core framework.</p>
22+
23+
<p>Our first example is the Auth_Mode plug-in described in <a href="https://www.serpicoproject.com/blog/2016/12/17/monkey-patching-%20serpico/">Monkey Patching Serpico</a>. As a developer, the Auth_Mode plugin is a <em>must</em> have and speeds up development time. Our second example plug-in deals with custom User Defined Variables as shown in <a href="https://www.serpicoproject.com/blog/2016/12/17/udv-worksheet-example/">UDV Worksheet</a>. This post is a great example of using a plug-in to extend the framework. With some additional tweaks and creativity, this plug-in can be used to assist in gap style assessments such as those used for HIPPA or PCI.</p>
24+
25+
<p>If you’re at Black Hat 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>
26+
]]></content>
27+
</entry>
28+
1629
<entry>
1730
<title type="html"><![CDATA[Serpico on a Beaglebone - Arsenal 2016]]></title>
1831
<link href="https://serpicoproject.github.io/blog/2017/04/21/serpico-on-a-beaglebone/"/>
19-
<updated>2017-04-21T05:20:32-07:00</updated>
32+
<updated>2017-04-21T08:20:32-04:00</updated>
2033
<id>https://serpicoproject.github.io/blog/2017/04/21/serpico-on-a-beaglebone</id>
2134
<content type="html"><![CDATA[<p>Just wanted to share a cool image from last year&rsquo;s <a href="https://www.blackhat.com/us-16/arsenal.html#serpico">BlackHat Arsenal</a>
2235
<img style="border:1px solid black center" height=350 width=550 src="https://serpicoproject.github.io/images/beaglebone.jpg"></p>
@@ -35,7 +48,7 @@
3548
<entry>
3649
<title type="html"><![CDATA[UDV Worksheet - Plugin Tradecraft]]></title>
3750
<link href="https://serpicoproject.github.io/blog/2016/12/17/udv-worksheet-example/"/>
38-
<updated>2016-12-17T15:44:02-08:00</updated>
51+
<updated>2016-12-17T18:44:02-05:00</updated>
3952
<id>https://serpicoproject.github.io/blog/2016/12/17/udv-worksheet-example</id>
4053
<content type="html"><![CDATA[<p>The <a href="https://github.com/SerpicoProject/SerpicoPlugins/tree/master/UDV_Worksheet">UDV Worksheet</a> plugin allows administrators to create questions that can be filled out by consultants. The answers are inserted into the report as User Defined Variables<!-- more -->. It is really handy because it can centralize questions that are typically added in an assessment while still allowing them to be used throughout a report template.</p>
4154
@@ -70,7 +83,7 @@
7083
<entry>
7184
<title type="html"><![CDATA[Monkey Patching Serpico]]></title>
7285
<link href="https://serpicoproject.github.io/blog/2016/12/17/monkey-patching-serpico/"/>
73-
<updated>2016-12-17T08:54:57-08:00</updated>
86+
<updated>2016-12-17T11:54:57-05:00</updated>
7487
<id>https://serpicoproject.github.io/blog/2016/12/17/monkey-patching-serpico</id>
7588
<content type="html"><![CDATA[<p><a href="https://en.wikipedia.org/wiki/Monkey_patch">Monkey Patching</a> is a technique to modify the way a dynamic language operates at run time. One of the goals we had from the plug-in framework is that it would allow a developer to overwrite parts of Serpico. <!-- more --> Specifically, a developer could completely modify the way some part of their reporting process works with a minimal amount of code.</p>
7689
@@ -131,7 +144,7 @@
131144
<entry>
132145
<title type="html"><![CDATA[Release 1.1.0 is out]]></title>
133146
<link href="https://serpicoproject.github.io/blog/2016/12/05/release-1-dot-1-0/"/>
134-
<updated>2016-12-05T12:33:36-08:00</updated>
147+
<updated>2016-12-05T15:33:36-05:00</updated>
135148
<id>https://serpicoproject.github.io/blog/2016/12/05/release-1-dot-1-0</id>
136149
<content type="html"><![CDATA[<p>Release <a href="https://github.com/SerpicoProject/Serpico/releases/tag/1.1.0">1.1.0</a> went out on Friday. It&rsquo;s <!-- more --> a relatively small release feature wise but there are a couple of things to call out:</p>
137150
@@ -152,7 +165,7 @@
152165
<entry>
153166
<title type="html"><![CDATA[Serpico 1.0.0 is out]]></title>
154167
<link href="https://serpicoproject.github.io/blog/2016/09/30/serpico-1-dot-0-is-out/"/>
155-
<updated>2016-09-30T10:40:59-07:00</updated>
168+
<updated>2016-09-30T13:40:59-04:00</updated>
156169
<id>https://serpicoproject.github.io/blog/2016/09/30/serpico-1-dot-0-is-out</id>
157170
<content type="html"><![CDATA[<p>BlackHat Arsenal marked the first alpha release of Serpico. Today, after a major effort in the release cycle from Petessss we have hit <a href="https://github.com/SerpicoProject/Serpico/releases/tag/1.0">1.0.0</a>. There&rsquo;s <!-- more --> a lot of stuff in here (55 issues closed since last release; numerous features and bugs) but there are a few things I want to call out:</p>
158171
@@ -186,9 +199,9 @@
186199

187200
<entry>
188201
<title type="html"><![CDATA[Welcome RubyZip]]></title>
189-
<link href="https://serpicoproject.github.io/blog/2016/08/18/long-live-rubyzip/"/>
190-
<updated>2016-08-18T21:00:01-07:00</updated>
191-
<id>https://serpicoproject.github.io/blog/2016/08/18/long-live-rubyzip</id>
202+
<link href="https://serpicoproject.github.io/blog/2016/08/19/long-live-rubyzip/"/>
203+
<updated>2016-08-19T00:00:01-04:00</updated>
204+
<id>https://serpicoproject.github.io/blog/2016/08/19/long-live-rubyzip</id>
192205
<content type="html"><![CDATA[<p>Since the beginning Serpico has used ZipRuby for the Zip library. It&rsquo;s done a sufficient job but it is a mess to install on Windows. Gathering up our technical debt <!-- more --> we switched the code to RubyZip along with refactoring the document process. Really RubyZip is a far better option as it&rsquo;s modern, supported, and installs on Windows.</p>
193206
194207
<h1>TLDR</h1>
@@ -199,9 +212,9 @@
199212

200213
<entry>
201214
<title type="html"><![CDATA[Booting Up the Blog and Support]]></title>
202-
<link href="https://serpicoproject.github.io/blog/2016/08/18/boot/"/>
203-
<updated>2016-08-18T21:00:01-07:00</updated>
204-
<id>https://serpicoproject.github.io/blog/2016/08/18/boot</id>
215+
<link href="https://serpicoproject.github.io/blog/2016/08/19/boot/"/>
216+
<updated>2016-08-19T00:00:01-04:00</updated>
217+
<id>https://serpicoproject.github.io/blog/2016/08/19/boot</id>
205218
<content type="html"><![CDATA[<p>The first commit for Serpico was February 4th, 2013. Since then we&rsquo;ve had dozens of contributors, <!-- more --> thousands of installs, three appearances at BlackHat Arsenal and a little over 50,000 LOCs written. And that just skims the surface. I am so proud to be a part of something like this.</p>
206219
207220
<p>Up to this point each of us has been contributing in our spare time. Internally we were paying it forward to so many people that helped us. However, recently we&rsquo;ve hit a tough point. To be able to support the community with something worth using, we need to take a chance in offering a paid option for enterprise customers.</p>

blog/2016/08/18/boot/index.html renamed to blog/2016/08/19/boot/index.html

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

6969
<li>
70-
<a class="titleX" href="/blog/2017/04/21/serpico-on-a-beaglebone/">Serpico on a Beaglebone - Arsenal 2016</a>
70+
<a class="titleX" href="/blog/2017/07/22/serpico-1-dot-2-feature-plug-in-framework/">Serpico 1.2 Feature: Plug-In Framework</a>
7171
</li>
7272

7373
<li>
74-
<a class="titleX" href="/blog/2016/12/17/udv-worksheet-example/">UDV Worksheet - Plugin Tradecraft</a>
74+
<a class="titleX" href="/blog/2017/04/21/serpico-on-a-beaglebone/">Serpico on a Beaglebone - Arsenal 2016</a>
7575
</li>
7676

7777
<li>
78-
<a class="titleX" href="/blog/2016/12/17/monkey-patching-serpico/">Monkey Patching Serpico</a>
78+
<a class="titleX" href="/blog/2016/12/17/udv-worksheet-example/">UDV Worksheet - Plugin Tradecraft</a>
7979
</li>
8080

8181
</ul>

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

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

6969
<li>
70-
<a class="titleX" href="/blog/2017/04/21/serpico-on-a-beaglebone/">Serpico on a Beaglebone - Arsenal 2016</a>
70+
<a class="titleX" href="/blog/2017/07/22/serpico-1-dot-2-feature-plug-in-framework/">Serpico 1.2 Feature: Plug-In Framework</a>
7171
</li>
7272

7373
<li>
74-
<a class="titleX" href="/blog/2016/12/17/udv-worksheet-example/">UDV Worksheet - Plugin Tradecraft</a>
74+
<a class="titleX" href="/blog/2017/04/21/serpico-on-a-beaglebone/">Serpico on a Beaglebone - Arsenal 2016</a>
7575
</li>
7676

7777
<li>
78-
<a class="titleX" href="/blog/2016/12/17/monkey-patching-serpico/">Monkey Patching Serpico</a>
78+
<a class="titleX" href="/blog/2016/12/17/udv-worksheet-example/">UDV Worksheet - Plugin Tradecraft</a>
7979
</li>
8080

8181
</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
@@ -67,15 +67,15 @@ <h3>Recent Posts</h3>
6767
<ul>
6868

6969
<li>
70-
<a class="titleX" href="/blog/2017/04/21/serpico-on-a-beaglebone/">Serpico on a Beaglebone - Arsenal 2016</a>
70+
<a class="titleX" href="/blog/2017/07/22/serpico-1-dot-2-feature-plug-in-framework/">Serpico 1.2 Feature: Plug-In Framework</a>
7171
</li>
7272

7373
<li>
74-
<a class="titleX" href="/blog/2016/12/17/udv-worksheet-example/">UDV Worksheet - Plugin Tradecraft</a>
74+
<a class="titleX" href="/blog/2017/04/21/serpico-on-a-beaglebone/">Serpico on a Beaglebone - Arsenal 2016</a>
7575
</li>
7676

7777
<li>
78-
<a class="titleX" href="/blog/2016/12/17/monkey-patching-serpico/">Monkey Patching Serpico</a>
78+
<a class="titleX" href="/blog/2016/12/17/udv-worksheet-example/">UDV Worksheet - Plugin Tradecraft</a>
7979
</li>
8080

8181
</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
@@ -67,15 +67,15 @@ <h3>Recent Posts</h3>
6767
<ul>
6868

6969
<li>
70-
<a class="titleX" href="/blog/2017/04/21/serpico-on-a-beaglebone/">Serpico on a Beaglebone - Arsenal 2016</a>
70+
<a class="titleX" href="/blog/2017/07/22/serpico-1-dot-2-feature-plug-in-framework/">Serpico 1.2 Feature: Plug-In Framework</a>
7171
</li>
7272

7373
<li>
74-
<a class="titleX" href="/blog/2016/12/17/udv-worksheet-example/">UDV Worksheet - Plugin Tradecraft</a>
74+
<a class="titleX" href="/blog/2017/04/21/serpico-on-a-beaglebone/">Serpico on a Beaglebone - Arsenal 2016</a>
7575
</li>
7676

7777
<li>
78-
<a class="titleX" href="/blog/2016/12/17/monkey-patching-serpico/">Monkey Patching Serpico</a>
78+
<a class="titleX" href="/blog/2016/12/17/udv-worksheet-example/">UDV Worksheet - Plugin Tradecraft</a>
7979
</li>
8080

8181
</ul>

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

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

6969
<li>
70-
<a class="titleX" href="/blog/2017/04/21/serpico-on-a-beaglebone/">Serpico on a Beaglebone - Arsenal 2016</a>
70+
<a class="titleX" href="/blog/2017/07/22/serpico-1-dot-2-feature-plug-in-framework/">Serpico 1.2 Feature: Plug-In Framework</a>
7171
</li>
7272

7373
<li>
74-
<a class="titleX" href="/blog/2016/12/17/udv-worksheet-example/">UDV Worksheet - Plugin Tradecraft</a>
74+
<a class="titleX" href="/blog/2017/04/21/serpico-on-a-beaglebone/">Serpico on a Beaglebone - Arsenal 2016</a>
7575
</li>
7676

7777
<li>
78-
<a class="titleX" href="/blog/2016/12/17/monkey-patching-serpico/">Monkey Patching Serpico</a>
78+
<a class="titleX" href="/blog/2016/12/17/udv-worksheet-example/">UDV Worksheet - Plugin Tradecraft</a>
7979
</li>
8080

8181
</ul>

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

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

6969
<li>
70-
<a class="titleX" href="/blog/2017/04/21/serpico-on-a-beaglebone/">Serpico on a Beaglebone - Arsenal 2016</a>
70+
<a class="titleX" href="/blog/2017/07/22/serpico-1-dot-2-feature-plug-in-framework/">Serpico 1.2 Feature: Plug-In Framework</a>
7171
</li>
7272

7373
<li>
74-
<a class="titleX" href="/blog/2016/12/17/udv-worksheet-example/">UDV Worksheet - Plugin Tradecraft</a>
74+
<a class="titleX" href="/blog/2017/04/21/serpico-on-a-beaglebone/">Serpico on a Beaglebone - Arsenal 2016</a>
7575
</li>
7676

7777
<li>
78-
<a class="titleX" href="/blog/2016/12/17/monkey-patching-serpico/">Monkey Patching Serpico</a>
78+
<a class="titleX" href="/blog/2016/12/17/udv-worksheet-example/">UDV Worksheet - Plugin Tradecraft</a>
7979
</li>
8080

8181
</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
@@ -67,15 +67,15 @@ <h3>Recent Posts</h3>
6767
<ul>
6868

6969
<li>
70-
<a class="titleX" href="/blog/2017/04/21/serpico-on-a-beaglebone/">Serpico on a Beaglebone - Arsenal 2016</a>
70+
<a class="titleX" href="/blog/2017/07/22/serpico-1-dot-2-feature-plug-in-framework/">Serpico 1.2 Feature: Plug-In Framework</a>
7171
</li>
7272

7373
<li>
74-
<a class="titleX" href="/blog/2016/12/17/udv-worksheet-example/">UDV Worksheet - Plugin Tradecraft</a>
74+
<a class="titleX" href="/blog/2017/04/21/serpico-on-a-beaglebone/">Serpico on a Beaglebone - Arsenal 2016</a>
7575
</li>
7676

7777
<li>
78-
<a class="titleX" href="/blog/2016/12/17/monkey-patching-serpico/">Monkey Patching Serpico</a>
78+
<a class="titleX" href="/blog/2016/12/17/udv-worksheet-example/">UDV Worksheet - Plugin Tradecraft</a>
7979
</li>
8080

8181
</ul>
Lines changed: 137 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,137 @@
1+
2+
<!DOCTYPE html>
3+
<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]-->
4+
<!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]-->
5+
<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]-->
6+
<head>
7+
<meta charset="utf-8">
8+
<title>Serpico 1.2 Feature: Plug-In Framework - SerpicoProject</title>
9+
<meta name="author" content="SerpicoProject">
10+
11+
12+
<meta name="description" content="Serpico 1.2 Feature: Plug-In Framework The Serpico team has been hard at work adding features to lessen the burden of reporting. One of our latest &hellip;">
13+
14+
15+
<meta name="HandheldFriendly" content="True">
16+
<meta name="MobileOptimized" content="320">
17+
<meta name="viewport" content="width=device-width, initial-scale=1">
18+
19+
20+
<link rel="canonical" href=" { { site.url } }{ { page.url } }" />
21+
<link href="/logo_1.svg" rel="icon">
22+
<link href="/stylesheets/styles.css" media="screen, projection" rel="stylesheet" type="text/css">
23+
<link href="/atom.xml" rel="alternate" title="SerpicoProject" type="application/atom+xml">
24+
<script src="/javascripts/modernizr-2.0.js"></script>
25+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
26+
<script>!window.jQuery && document.write(unescape('%3Cscript src="./javascripts/lib/jquery.min.js"%3E%3C/script%3E'))</script>
27+
<script src="/javascripts/octopress.js" type="text/javascript"></script>
28+
<script src="/javascripts/jquery.sidr.min.js"></script>
29+
<script src="/javascripts/ah-blue.js"></script>
30+
31+
32+
<script type="text/javascript">
33+
var host = "www.serpicoproject.com";
34+
if ((host == window.location.host) && (window.location.protocol != "https:"))
35+
window.location.protocol = "https";
36+
</script>
37+
</head>
38+
39+
<body >
40+
<div class="aux-container">
41+
<a id="nav-toggle" href="#sidr"></a>
42+
</div>
43+
44+
45+
46+
<div class="main-container">
47+
<div class="main wrapper clearfix">
48+
49+
<aside>
50+
51+
<div class="search-container">
52+
<br>
53+
<center><a href="/"><img src="/images/logo_1.svg" height=200 width=200></a></center>
54+
<br>
55+
<div id="main-nav">
56+
<nav>
57+
<ul>
58+
<li>
59+
<ul>
60+
<li><a href="/about" target="_blank">About</a>
61+
<li><a href="/support" target="_blank">Services and Support &nbsp;<img height=20 width=20 src="/images/logo_1.svg"></a>
62+
</ul>
63+
</li>
64+
<li>
65+
66+
<h3>Recent Posts</h3>
67+
<ul>
68+
69+
<li>
70+
<a class="titleX" href="/blog/2017/07/22/serpico-1-dot-2-feature-plug-in-framework/">Serpico 1.2 Feature: Plug-In Framework</a>
71+
</li>
72+
73+
<li>
74+
<a class="titleX" href="/blog/2017/04/21/serpico-on-a-beaglebone/">Serpico on a Beaglebone - Arsenal 2016</a>
75+
</li>
76+
77+
<li>
78+
<a class="titleX" href="/blog/2016/12/17/udv-worksheet-example/">UDV Worksheet - Plugin Tradecraft</a>
79+
</li>
80+
81+
</ul>
82+
83+
84+
</li>
85+
<li>
86+
<ul>
87+
<li>Github - <a href="https://www.github.com/SerpicoProject" target="_blank">https://www.github.com/SerpicoProject</a></li>
88+
<li>Twitter - <a href="http://www.twitter.com/SerpicoProject" target="_blank">@SerpicoProject</a></li>
89+
</ul>
90+
</li>
91+
</ul>
92+
</nav>
93+
</div>
94+
95+
<br><br><br>
96+
</div>
97+
98+
</aside>
99+
100+
<br><br><br><br>
101+
<div>
102+
<article>
103+
<header>
104+
<div class="article-tags">
105+
106+
107+
108+
</div>
109+
110+
<h1>
111+
Serpico 1.2 Feature: Plug-In Framework
112+
</h1>
113+
114+
</header>
115+
116+
<section><p>The Serpico team has been hard at work adding features to lessen the burden of reporting. One of our latest features <!-- more --> is the Plugin framework. One of the goals we had for the plug-in framework was to allow a developer to overwrite parts of Serpico. Plug-ins give developers tremendous power and flexibility to extent Serpico to meet their specific needs. With plug-ins, developers no longer have to worry about their secret sauce getting overwritten when updating the core framework.</p>
117+
118+
<p>Our first example is the Auth_Mode plug-in described in <a href="https://www.serpicoproject.com/blog/2016/12/17/monkey-patching-%20serpico/">Monkey Patching Serpico</a>. As a developer, the Auth_Mode plugin is a <em>must</em> have and speeds up development time. Our second example plug-in deals with custom User Defined Variables as shown in <a href="https://www.serpicoproject.com/blog/2016/12/17/udv-worksheet-example/">UDV Worksheet</a>. This post is a great example of using a plug-in to extend the framework. With some additional tweaks and creativity, this plug-in can be used to assist in gap style assessments such as those used for HIPPA or PCI.</p>
119+
120+
<p>If you’re at Black Hat 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>
121+
</section>
122+
123+
124+
125+
126+
</article>
127+
</div>
128+
129+
</div>
130+
</div>
131+
132+
133+
134+
135+
136+
</body>
137+
</html>

0 commit comments

Comments
 (0)