<?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>Genxweb.Net</title>
	<atom:link href="http://genxweb.net/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://genxweb.net</link>
	<description>Network and Computer Security Consulting and Training</description>
	<lastBuildDate>Mon, 11 Jun 2007 17:51:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>LSO (Learn Security Online) Nov 4 IIS Unicode rootwar.</title>
		<link>http://genxweb.net/?p=10</link>
		<comments>http://genxweb.net/?p=10#comments</comments>
		<pubDate>Mon, 11 Jun 2007 17:47:35 +0000</pubDate>
		<dc:creator>michael</dc:creator>
				<category><![CDATA[Papers]]></category>

		<guid isPermaLink="false">http://genxweb.net/?p=10</guid>
		<description><![CDATA[I know this is old but figure the inforamtion in the paper may help others in future rootwars to see the thought process involved in a hack / pen test. IIS Unicode Rootwar]]></description>
			<content:encoded><![CDATA[<p>I know this is old but figure the inforamtion in the paper may help others in future rootwars to see the thought process involved in a hack / pen test.</p>
<p><a href="http://genxweb.net/wp-content/uploads/2007/06/lso-10-4-06.doc" title="IIS Unicode Rootwar">IIS Unicode Rootwar</a></p>
]]></content:encoded>
			<wfw:commentRss>http://genxweb.net/?feed=rss2&amp;p=10</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Null Session Scanning</title>
		<link>http://genxweb.net/?p=7</link>
		<comments>http://genxweb.net/?p=7#comments</comments>
		<pubDate>Mon, 11 Jun 2007 17:31:47 +0000</pubDate>
		<dc:creator>michael</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://genxweb.net/?p=7</guid>
		<description><![CDATA[For a recent audit I was tasked with checking a class C network for null sessions. The task itself sounds simple doesn&#8217;t it? But I am not one to just run a quick scan without verifying my work. This caused a interesting discovery. My first run at the network I used NTscan and discovered 1 [...]]]></description>
			<content:encoded><![CDATA[<p style="margin: 0in 0in 10pt" class="MsoNormal"><span style="font-family: 'Georgia','serif'">For a recent audit I was tasked with checking a class C network for null sessions. The task itself sounds simple doesn&#8217;t it? But I am not one to just run a quick scan without verifying my work. This caused a interesting discovery. My first run at the network I used NTscan and discovered 1 machine with a null session open. If this would of been correct then the client would of definitely improved their security posture since the last audit they had from another company. To verify my work I then ran xscan v3, though I prefer their older versions I could not find a working clean copy in the short time frame I had to use it. This scan returned 3 open machines. Now this was odd but I chalked it up to maybe another machine came up in the time frame it took to run the tools. The third scan I ran with a tool called netscan and this tool not only returned 16 machines open but returned all the drive information with their permissions. Now this totally baffled me, so I ran all three tools one after another and the same results came up. I also manually checked the machines that returned results and each one was indeed open. Now with this in mind I figured the only safest way to confirm what was truly open was to manual test the full class C using net commands. So to this I wrote a simple shell script for CYGWIN to verify the machine was up then to check it for null sessions. The script returned 26 null sessions, which I verified a sampling of them and confirmed my results. The script is attached. The script was not written with the ability to quickly change it with variables as I needed it quickly and did not have time to make it look real pretty. If you would like to customize the script please feel free to do it, or if you need help please feel free to ask.</span></p>
<p style="margin: 0in 0in 10pt" class="MsoNormal"><span style="font-family: 'Georgia','serif'">Part 1:</span></p>
<p style="margin: 0in 0in 10pt" class="MsoNormal"><span style="font-family: 'Georgia','serif'">Verify the node is up: <span style="font-family: 'Georgia','serif'"><a href="http://genxweb.net/wp-content/uploads/2007/06/shareup.zip" title="ShareScan">ShareScan</a></span></span></p>
<p style="margin: 0in 0in 10pt" class="MsoNormal"><span style="font-family: 'Georgia','serif'"><span style="font-family: 'Georgia','serif'">This script will go through a txt file and verify that the ips inside the file are up and if they are up moves it to another file that will be used by the scanner to check for null sessions.</span></span></p>
<p style="margin: 0in 0in 10pt" class="MsoNormal"><span style="font-family: 'Georgia','serif'"><span style="font-family: 'Georgia','serif'">Part 2:</span></span></p>
<p style="margin: 0in 0in 10pt" class="MsoNormal"><span style="font-family: 'Georgia','serif'"><span style="font-family: 'Georgia','serif'">Check for null session: <span style="font-family: 'Georgia','serif'"><a href="http://genxweb.net/wp-content/uploads/2007/06/scanshare.zip" title="Scan Share">Scan Share</a></span></span></span></p>
<p style="margin: 0in 0in 10pt" class="MsoNormal"><span style="font-family: 'Georgia','serif'"><span style="font-family: 'Georgia','serif'"><span style="font-family: 'Georgia','serif'">This script takes the IP addresses that are up from the results from the first part of the script and runs the net use commands on them checking for null sessions. Error checking is basic as we use a simple truth statement &amp;&amp; to say if it was mapped successfully then disconnect it.</span></span></span></p>
<p style="margin: 0in 0in 10pt" class="MsoNormal"><span style="font-family: 'Georgia','serif'"></span></p>
]]></content:encoded>
			<wfw:commentRss>http://genxweb.net/?feed=rss2&amp;p=7</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
