<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Information Systems Auditing</title>
	<atom:link href="http://www.jedge.com/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jedge.com/wordpress</link>
	<description></description>
	<lastBuildDate>Sat, 05 May 2012 04:10:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>WRT54GL is Not Dead</title>
		<link>http://www.jedge.com/wordpress/2012/04/wrt54gl-is-not-dead/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wrt54gl-is-not-dead</link>
		<comments>http://www.jedge.com/wordpress/2012/04/wrt54gl-is-not-dead/#comments</comments>
		<pubDate>Mon, 23 Apr 2012 16:27:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.jedge.com/wordpress/?p=530</guid>
		<description><![CDATA[Well the WRT54GL is not dead for me. Due to it&#8217;s popularity this venerable wireless router has been documented across the Internet on how to software and hardware hack it. Tinkering with this devices is a great way to learn about embedded Linux, cross-compilation, soldering, and serial communication. I continue to search for new ways <a href='http://www.jedge.com/wordpress/2012/04/wrt54gl-is-not-dead/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="margin: 5px;" title="Linksys WRT54GL 1.1" src="http://www.jedge.com/images/generic_wrt54g_image.jpg" alt="" width="134" height="134" />Well the WRT54GL is not dead for me. Due to it&#8217;s popularity this venerable wireless router has been documented across the Internet on how to software and hardware hack it. Tinkering with this devices is a great way to learn about embedded Linux, cross-compilation, soldering, and serial communication. I continue to search for new ways to play with this router (I plan on adding some USB ports once my 12v/5v power supply arrives!).  The reason I&#8217;m documenting my experiences is because I haven&#8217;t seen many tutorials where the device has a GPS module. I&#8217;ve seen some documentation on connecting a GPS device (Garmin) to a serial port. Mine goes the extra step and includes a module in the router for a nice compact wardriving box. I&#8217;m even able to set the date and time on the device after a GPS lock is obtained.  So I&#8217;m going to put together a tutorial on the GPS module and the version of Openwrt, Kismet, and GPSd I used to allow this device to be a self contained wardriving box.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jedge.com/wordpress/2012/04/wrt54gl-is-not-dead/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compiling Wireless Tools for Nokia N810</title>
		<link>http://www.jedge.com/wordpress/2012/04/compiling-wireless-tools-for-nokia-n810-post/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=compiling-wireless-tools-for-nokia-n810-post</link>
		<comments>http://www.jedge.com/wordpress/2012/04/compiling-wireless-tools-for-nokia-n810-post/#comments</comments>
		<pubDate>Mon, 23 Apr 2012 00:51:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.jedge.com/wordpress/?p=527</guid>
		<description><![CDATA[This tutorial will help you configure the Scratchbox environment to compile the latest svn of aircrack-ng, latest stable kismet, and reaver 1.4 for the Nokia n810. A lot of love is getting sent to the N900 but the n8x0 series of devices are still great for wireless testing. With this tutorial you will be able <a href='http://www.jedge.com/wordpress/2012/04/compiling-wireless-tools-for-nokia-n810-post/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>This tutorial will help you configure the Scratchbox environment to compile the latest svn of aircrack-ng, latest stable kismet, and reaver 1.4 for the Nokia n810. A lot of love is getting sent to the N900 but the n8x0 series of devices are still great for wireless testing. With this tutorial you will be able to compile the software and create Debian packages for easy installation on your Nokia device. Of important note were the errors I encountered while compiling aircrack-ng. The error had not been documented on the Internet. Trust me I Googled my heart out. Everyones solution was update the linux kernel headers. Well in this case that wasn’t possible. I’m not a Linux programmer but I figured out how to edit the header file to make the changed needed to get Aircrack-ng to compile.</p>
<p><a href="http://www.jedge.com/wordpress/compiling-wireless-tools-for-nokia-n810/">Read More</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jedge.com/wordpress/2012/04/compiling-wireless-tools-for-nokia-n810-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Parse Kismet NETXML for Aireplay-ng</title>
		<link>http://www.jedge.com/wordpress/2012/04/parse-kismet-netxml-for-aireplay-ng/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=parse-kismet-netxml-for-aireplay-ng</link>
		<comments>http://www.jedge.com/wordpress/2012/04/parse-kismet-netxml-for-aireplay-ng/#comments</comments>
		<pubDate>Thu, 05 Apr 2012 18:49:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.jedge.com/wordpress/?p=496</guid>
		<description><![CDATA[This post deals with gathering the information you need to use aircrack-ng to capture a WPA/WPA2 handshake for offline bruteforce attacks.  When running aireplay-ng to send out de-authentication packets you need the MAC address of the Access Point and a Client that is associated with it.  The way I would collect the information is run <a href='http://www.jedge.com/wordpress/2012/04/parse-kismet-netxml-for-aireplay-ng/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>This post deals with gathering the information you need to use aircrack-ng to capture a WPA/WPA2 handshake for offline bruteforce attacks.  When running aireplay-ng to send out de-authentication packets you need the MAC address of the Access Point and a Client that is associated with it.  The way I would collect the information is run <a title="Kismet Wireless" href="http://www.kismetwireless.net" target="_blank">Kismet</a>.  With the <a title="Kismet Old" href="http://kismetwireless.net/documentation.shtml#old" target="_blank">older version</a> of Kismet I would monitor the client (panel view) and select (copy/paste) the access point and client MAC.  With the <a title="Kismet Newcore" href="http://kismetwireless.net/documentation.shtml#readme" target="_blank">new version</a> of Kismet you cannot select a MAC address.  So I wrote myself a quick Perl script to parse the Kismet NETXML file to create output with the MAC addresses of AP and associated client pairs.</p>
<p><pre><code>
#!/usr/bin/perl
use XML::Simple;

$xs = XML::Simple-&gt;new( KeyAttr=&gt;[] );
$data = $xs-&gt;XMLin($ARGV[0]);

for $wn (@{$data-&gt;{&#039;wireless-network&#039;}}){
&nbsp;&nbsp;$channel = $wn-&gt;{&#039;channel&#039;};
&nbsp;&nbsp;$bssid = $wn-&gt;{&#039;BSSID&#039;};
&nbsp;&nbsp;
&nbsp;&nbsp;if(ref($wn-&gt;{&#039;SSID&#039;}-&gt;{&#039;encryption&#039;}) eq &#039;ARRAY&#039; &amp;&amp; $wn-&gt;{&#039;type&#039;} eq &#039;infrastructure&#039;)
&nbsp;&nbsp;{
&nbsp;&nbsp;&nbsp;&nbsp;if(ref($wn-&gt;{&#039;wireless-client&#039;}) eq &#039;ARRAY&#039;){
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;for $wc (@{$wn-&gt;{&#039;wireless-client&#039;}}){
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if($wc-&gt;{&#039;type&#039;} eq &#039;tods&#039;){
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;print $bssid . &quot; &quot; . $wc-&gt;{&#039;client-mac&#039;} . &quot;\n&quot;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;}
&nbsp;&nbsp;}
}

</code></pre></p>
<p>I then use the file that was created in a simple Bash script to use aireplay-ng to knock all the clients offline.  Of course you have airodump-ng listening for the WPA/WPA2 handshakes.</p>
<p><pre><code>
#!/bin/bash
set -x
AIREPLAY=/usr/local/sbin/aireplay-ng
WIFACE=$1
FILE=$2

while read bssid clientmac
do
&nbsp;&nbsp;&nbsp;&nbsp;echo $x
&nbsp;&nbsp;&nbsp;&nbsp;$AIREPLAY -0 1 -a $bssid -c $clientmac --ignore-negative-one $WIFACE
done &lt; $FILE

</code></pre></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jedge.com/wordpress/2012/04/parse-kismet-netxml-for-aireplay-ng/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compiling Nmap for Android</title>
		<link>http://www.jedge.com/wordpress/2012/02/compiling-nmap-for-android/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=compiling-nmap-for-android</link>
		<comments>http://www.jedge.com/wordpress/2012/02/compiling-nmap-for-android/#comments</comments>
		<pubDate>Wed, 29 Feb 2012 13:34:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Configuration Tutorials]]></category>
		<category><![CDATA[Installing & Using Tools]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Cross-compile]]></category>
		<category><![CDATA[Install]]></category>
		<category><![CDATA[nmap]]></category>
		<category><![CDATA[Penetration Testing]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.jedge.com/wordpress/?p=457</guid>
		<description><![CDATA[Compile Nmap for Android This tutorial will show you how to compile the latest version of Nmap for your Android device starting with a standard Ubuntu install. I will offer instructions on how to obtain two versions of compiler that I’ve had success compiling software for Android. I will show the Android NDK and the <a href='http://www.jedge.com/wordpress/2012/02/compiling-nmap-for-android/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p><strong>Compile Nmap for Android</strong></p>
<p>This tutorial will show you how to compile the latest version of Nmap for your Android device starting with a standard Ubuntu install. I will offer instructions on how to obtain two versions of compiler that I’ve had success compiling software for Android. I will show the Android NDK and the free Lite ARM compiler from Mentor (formally Code Sorcery). Hopefully you can take this instruction to try and compile other tools for Android.</p>
<p>The build environment and instructions come from an auditor with strong technical skills but somebody who is not a programmer or developer so hopefully my view point can help other individuals who are also not developers. I’ve built cross-compile environments for Openwrt, Nokia Maemo, Familiar Linux (iPaq) in the past but always from piecing together instructions from multiple Google queues and forum searches. I’m creating this document so it will be helpful for someone somebody elses Google search.</p>
<p>After the Ubuntu installation here are ALL the steps you can/should take to compile Nmap for Android. I like vim as my command-line editor. You can use which ever editor you prefer.</p>
<p>Here is a quick rundown of what is done. Everything (almost) is done from a terminal window.</p>
<ol>
<li>I update all Ubuntu software and install all files and tools to compile software on Ubuntu</li>
<li>I download the software required to compile for Android</li>
<li>Setup the environment to compile for Android</li>
<li>I create a source folder in the home directory for downloading and compiling the software.</li>
<li>Download the software, patch, configure, and compile.</li>
<li>Install Android SDK Platform Tools to copy files to your phone</li>
<li>Copy files to the phone and set PATH environment variable.</li>
</ol>
<p><a title="Compiling Nmap for Android" href="http://www.jedge.com/wordpress/compiling-nmap-for-android-complete/">(read more)</a><br />
<a title="Compile Nmap for Android PDF Document" href="http://www.jedge.com/docs/Compile%20Nmap%20for%20Android.pdf"> (download PDF)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jedge.com/wordpress/2012/02/compiling-nmap-for-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Penetration Testing Laptop Setup v4 (Ubuntu 11.4 Natty Narwhal)</title>
		<link>http://www.jedge.com/wordpress/2011/09/linux-penetration-testing-laptop-setup-v4-ubuntu-11-4-natty-narwhal/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=linux-penetration-testing-laptop-setup-v4-ubuntu-11-4-natty-narwhal</link>
		<comments>http://www.jedge.com/wordpress/2011/09/linux-penetration-testing-laptop-setup-v4-ubuntu-11-4-natty-narwhal/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 03:46:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Configuration Tutorials]]></category>
		<category><![CDATA[Aircrack]]></category>
		<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Hydra]]></category>
		<category><![CDATA[Install]]></category>
		<category><![CDATA[John the Ripper]]></category>
		<category><![CDATA[JtR]]></category>
		<category><![CDATA[kismet]]></category>
		<category><![CDATA[Laptop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[metasploit]]></category>
		<category><![CDATA[Nessus]]></category>
		<category><![CDATA[nmap]]></category>
		<category><![CDATA[Penetration Testing]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Wireless]]></category>

		<guid isPermaLink="false">http://www.jedge.com/wordpress/?p=440</guid>
		<description><![CDATA[I’m now providing an updated Linux Penetration Testing Laptop Setup document to help install popular and useful vulnerability assessment tools for the Linux operating system. You can go and obtain Backtrack but I feel that you will have more understanding of the tools and Linux in general if you install the tools yourself. You will <a href='http://www.jedge.com/wordpress/2011/09/linux-penetration-testing-laptop-setup-v4-ubuntu-11-4-natty-narwhal/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>I’m now providing an updated Linux Penetration Testing Laptop Setup document to help install popular and useful vulnerability assessment tools for the Linux operating system. You can go and obtain <a href="../category/configuration/www.backtrack-linux.org/">Backtrack</a> but I feel that you will have more understanding of the tools and Linux in general if you install the tools yourself. You will also have the most current version available. See <a title="Configuration Tutorials Page" href="http://www.jedge.com/wordpress/configuration-tutorials/">Configuration Tutorials</a> for the latest document.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jedge.com/wordpress/2011/09/linux-penetration-testing-laptop-setup-v4-ubuntu-11-4-natty-narwhal/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Nokia N810 &#8211; Wireless Auditing</title>
		<link>http://www.jedge.com/wordpress/2011/09/nokia-n810-wireless-auditing/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=nokia-n810-wireless-auditing</link>
		<comments>http://www.jedge.com/wordpress/2011/09/nokia-n810-wireless-auditing/#comments</comments>
		<pubDate>Thu, 08 Sep 2011 12:52:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Configuration Tutorials]]></category>
		<category><![CDATA[Installing & Using Tools]]></category>
		<category><![CDATA[Using the Tools]]></category>
		<category><![CDATA[aircrack-ng]]></category>
		<category><![CDATA[auditing]]></category>
		<category><![CDATA[btscanner]]></category>
		<category><![CDATA[gps]]></category>
		<category><![CDATA[kismet]]></category>
		<category><![CDATA[Wireless]]></category>

		<guid isPermaLink="false">http://www.jedge.com/wordpress/?p=428</guid>
		<description><![CDATA[I created a tutorial on how to setup and configure the Nokia N810 Internet Tablet to conduct a wireless assessment or audit. The tools included in the tutorial include how to setup kismet (oldcore and newcore), aircrack-ng (airbase and aircrack), and btscanner. I&#8217;m still working on developing steps to install Metasploit and Karmetasploit for wireless <a href='http://www.jedge.com/wordpress/2011/09/nokia-n810-wireless-auditing/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>I created a tutorial on how to setup and configure the Nokia N810 Internet Tablet to conduct a wireless assessment or audit. The tools included in the tutorial include how to setup kismet (oldcore and newcore), aircrack-ng (airbase and aircrack), and btscanner. I&#8217;m still working on developing steps to install Metasploit and Karmetasploit for wireless client attacks. The tutorial also details using the internal GPS as well as adding an external wireless adapter. The latest version of the tutorial can be found <a href="http://www.jedge.com/docs/Nokia%20N810%20-%20Wireless%20Auditing.pdf">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jedge.com/wordpress/2011/09/nokia-n810-wireless-auditing/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ISACA Atlanta Chapter &#8211; GEEK WEEK 2011</title>
		<link>http://www.jedge.com/wordpress/2011/08/isaca-atlanta-chapter-geek-week-2011/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=isaca-atlanta-chapter-geek-week-2011</link>
		<comments>http://www.jedge.com/wordpress/2011/08/isaca-atlanta-chapter-geek-week-2011/#comments</comments>
		<pubDate>Wed, 24 Aug 2011 01:42:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FYI]]></category>

		<guid isPermaLink="false">http://www.jedge.com/wordpress/?p=422</guid>
		<description><![CDATA[The 4th annual  Atlanta Chapter of ISACA GEEK WEEK conference was held the week of August 22nd &#8211; 26th.  GEEK WEEK is a track-oriented, full week Conference focusing on providing training, networking, and roundtable sessions on IT governance, audit &#38; security. I conducted the presentation Wireless Auditing on a Budget:  Using Low Cost Hardware and <a href='http://www.jedge.com/wordpress/2011/08/isaca-atlanta-chapter-geek-week-2011/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.jedge.com/wordpress/wp-content/uploads/2011/08/geek.week.jpg"><img class="alignleft size-thumbnail wp-image-423" style="margin: 5px;" title="geek week logo-c-noborder" src="http://www.jedge.com/wordpress/wp-content/uploads/2011/08/geek.week.jpg" alt="Atlanta Chapter of ISACA GEEK WEEK 2011" width="226" height="103" /></a>The 4th annual  Atlanta Chapter of ISACA GEEK WEEK conference was held the week of August 22nd &#8211; 26th.  GEEK WEEK is a track-oriented, full week Conference focusing on providing training, networking, and roundtable sessions on IT governance, audit &amp; security.</p>
<p>I conducted the presentation Wireless Auditing on a Budget:  Using Low Cost Hardware and Open Source Software.  You can find the presentation slides <a href="http://www.jedge.com/docs/Wireless%20Auditing%20on%20a%20Budget.pdf" target="_blank">here</a>.  For links and information on the other presentations you can go <a href="http://www.isaca-atlanta.org/events/GeekWeek/geekweek2011.htm" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jedge.com/wordpress/2011/08/isaca-atlanta-chapter-geek-week-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SNMP Assessment Worksheet</title>
		<link>http://www.jedge.com/wordpress/2011/06/snmp-assessment-worksheet/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=snmp-assessment-worksheet</link>
		<comments>http://www.jedge.com/wordpress/2011/06/snmp-assessment-worksheet/#comments</comments>
		<pubDate>Tue, 07 Jun 2011 23:50:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Configuration Tutorials]]></category>
		<category><![CDATA[Installing & Using Tools]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Using the Tools]]></category>
		<category><![CDATA[SNMP]]></category>

		<guid isPermaLink="false">http://www.jedge.com/wordpress/?p=380</guid>
		<description><![CDATA[I put together another Technical Assessment Plan for assessing the SNMP protocol.  You will use open source and freely download-able utilities to assess the SNMP protocol.  This is for auditors that do not have access to or cannot afford the Solarwinds toolset.  This is version 0.1 of the document and I plan on making updates <a href='http://www.jedge.com/wordpress/2011/06/snmp-assessment-worksheet/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>I put together another<a title="Technical Assessment Plans" href="http://www.jedge.com/wordpress/?page_id=210"> Technical Assessment Plan</a> for assessing the <a title="SNMP Assessment Worksheet" href="http://www.jedge.com/docs/SNMP%20Assessment%20Worksheet.docx" target="_blank">SNMP protocol</a>.  You will use open source and freely download-able utilities to assess the SNMP  protocol.  This is for auditors that do not have access to or cannot  afford the Solarwinds toolset.  This is version 0.1 of the document and I  plan on making updates and add new tools in the future.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jedge.com/wordpress/2011/06/snmp-assessment-worksheet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>LAMP setup for .nessus v2 custom report generation.</title>
		<link>http://www.jedge.com/wordpress/2011/05/lamp-setup-for-nessus-v2-custom-report-generation/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=lamp-setup-for-nessus-v2-custom-report-generation</link>
		<comments>http://www.jedge.com/wordpress/2011/05/lamp-setup-for-nessus-v2-custom-report-generation/#comments</comments>
		<pubDate>Mon, 02 May 2011 18:15:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Installing & Using Tools]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Appliance]]></category>
		<category><![CDATA[executive report]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[kismet]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Nessus]]></category>
		<category><![CDATA[nmap]]></category>
		<category><![CDATA[Project RF]]></category>
		<category><![CDATA[reports]]></category>
		<category><![CDATA[Turn Key]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[vulnerabilities]]></category>

		<guid isPermaLink="false">http://www.jedge.com/wordpress/?p=373</guid>
		<description><![CDATA[I created Project RF to have a reporting framework that provides  consistent reports for various vulnerability scanning tools.  The  project started with support for Nessus back when I would parse nbe files.   I’ve  since included reporting for eEye Retina, Nmap, HP WebInpect,  AppScan AppDetective,  Kismet, and GFI Languard.  This project is still in its <a href='http://www.jedge.com/wordpress/2011/05/lamp-setup-for-nessus-v2-custom-report-generation/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>I created Project RF to have a reporting framework that  provides  consistent reports for various vulnerability scanning tools.   The  project started with support for Nessus back when I would parse nbe  files.   I’ve  since included reporting for eEye Retina, Nmap, HP  WebInpect,  AppScan AppDetective,  Kismet, and GFI Languard.  This  project is still in its alpha stages as  I’m not a top notch web program  developer.  Scan results are exported to  XML which is then uploaded,  parsed, and imported into a backend MySQL  database.  I have found this  framework very useful in generating reports  for my workpapers.  I still  continue to work on this project even though I&#8217;m no longer an auditor.   Recently I stripped it down to just Nessus and I rewrote the  Nessus portion to support the .nesses v2 xml output.  Installation and setup instructions can be found <a href="http://www.jedge.com/docs/install%20Project%20RF.pdf">here</a>.</p>
<p>This framework supports many options for report generation and executive reporting.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jedge.com/wordpress/2011/05/lamp-setup-for-nessus-v2-custom-report-generation/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Kennesaw &#8211; ISA 4220 Students</title>
		<link>http://www.jedge.com/wordpress/2011/03/isa-4220-students/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=isa-4220-students</link>
		<comments>http://www.jedge.com/wordpress/2011/03/isa-4220-students/#comments</comments>
		<pubDate>Wed, 30 Mar 2011 14:17:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[FYI]]></category>
		<category><![CDATA[Kennesaw]]></category>
		<category><![CDATA[Linux Hardening]]></category>
		<category><![CDATA[Presentation]]></category>
		<category><![CDATA[University]]></category>

		<guid isPermaLink="false">http://www.jedge.com/wordpress/?p=324</guid>
		<description><![CDATA[Students from ISA 4220 Server Systems Security can download the PowerPoint presentation from here.]]></description>
			<content:encoded><![CDATA[<p>Students from ISA 4220 Server Systems Security can download the PowerPoint presentation from <a href="http://www.jedge.com/docs/Assessing%20Vulnerabilities.pptx">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jedge.com/wordpress/2011/03/isa-4220-students/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

