<?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>Root777 &#187; Web Security</title>
	<atom:link href="http://www.root777.com/category/web-security/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.root777.com</link>
	<description>Computer Security &#38; Technology</description>
	<lastBuildDate>Tue, 27 Jul 2010 02:25:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<image>
  <link>http://www.root777.com</link>
  <url>http://www.root777.com/favicon.ico</url>
  <title>Root777</title>
</image>
		<item>
		<title>Using SHODAN to find insecure Servers, Routers and gain ROOT access</title>
		<link>http://www.root777.com/web-security/using-shodan-to-find-insecure-servers-routers-and-gain-root-access/</link>
		<comments>http://www.root777.com/web-security/using-shodan-to-find-insecure-servers-routers-and-gain-root-access/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 01:37:01 +0000</pubDate>
		<dc:creator>Ajit Gaddam</dc:creator>
				<category><![CDATA[Web Security]]></category>
		<category><![CDATA[pwn]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[SHODAN]]></category>

		<guid isPermaLink="false">http://www.root777.com/?p=164</guid>
		<description><![CDATA[SHODAN lets you find servers/ routers/ etc. by using the simple search bar up above. Most of the data in the index covers web servers at the moment, but there is some data on FTP, Telnet and SSH services as well. Lets say you want to find servers running the &#8216;Apache&#8217; web daemon. A simple [...]]]></description>
			<content:encoded><![CDATA[<p></p><div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">SHODAN lets you find servers/ routers/ etc. by using the simple search bar up above. Most of the data in the index covers web servers at the moment, but there is some data on FTP, Telnet and SSH services as well.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Lets say you want to find servers running the &#8216;Apache&#8217; web daemon. A simple attempt would be to use:</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">apache</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">How about finding only apache servers running version 2.2.3?</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">apache 2.2.3</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">You can also narrow down the results using the following search parameters:</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">country:2-letter country code</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">hostname:full or partial host name</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">net:IP range using CIDR notation (ex: 18.7.7.0/24 )</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">port:21, 22, 23 or 80</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">For example: get all web (port:80) hosts running &#8216;apache&#8217; in switzerland (country:CH) that also have &#8216;.ch&#8217; in any of their domain names:</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">apache country:CH port:80 hostname:.ch</div>
<p><a title="Shodan computer search engine" href="http://shodan.surtri.com/" target="_blank">SHODAN</a> lets you find servers/ routers/ etc. by using the simple search bar up above. Most of the data in the index covers web servers at the moment, but there is some data on FTP, Telnet and SSH services as well. SHODAN is the brainchild of John Matherly aka <a title="Achillean twitter page" href="http://twitter.com/achillean" target="_blank">@achillean</a></p>
<p>Lets say you want to find servers running the &#8216;Apache&#8217; web daemon. A simple attempt would be to use:</p>
<blockquote><p><a title="Apache web servers" href="http://shodan.surtri.com/search?q=apache" target="_blank">apache</a></p></blockquote>
<p>You can also narrow down the results using the following search parameters:</p>
<p>country:2-letter country code</p>
<p>hostname:full or partial host name</p>
<p>net:IP range using CIDR notation (ex: 18.7.7.0/24 )</p>
<p>port:21, 22, 23 or 80</p>
<p>How about something really bad. Hopefully, the webmasters below are taking steps to upgrade from IIS 4</p>
<blockquote><p><span style="background-color: #ffffff;">Get all web (port:80) hosts running &#8216;IIS 4.0&#8242; in United States (country:US)</span></p></blockquote>
<blockquote><p><a title="IIS 4.0 Microsoft web servers" href="http://shodan.surtri.com/?q=iis+4.0+country:US+port:80" target="_blank">IIS 4.0 country:US port:80</a></p></blockquote>
<p><strong>Gain root shell access exploiting built in shell (ash)</strong></p>
<p>The query below is not confirmed but shows the power of SHODAN. Thanks to HDMoore</p>
<p><a href="http://shodan.surtri.com/?q=port:23+%22list+of+built-in+commands%22">http://shodan.surtri.com/?q=port:23+&#8221;list+of+built-in+commands&#8221;</a></p>
<p><strong><br />
</strong></p>
<img src="http://www.root777.com/?ak_action=api_record_view&id=164&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.root777.com/web-security/using-shodan-to-find-insecure-servers-routers-and-gain-root-access/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Break Web Software</title>
		<link>http://www.root777.com/security-video/how-to-break-web-software/</link>
		<comments>http://www.root777.com/security-video/how-to-break-web-software/#comments</comments>
		<pubDate>Sun, 07 Sep 2008 14:24:54 +0000</pubDate>
		<dc:creator>Ajit Gaddam</dc:creator>
				<category><![CDATA[Security Video]]></category>
		<category><![CDATA[Web Security]]></category>
		<category><![CDATA[Mike Andrews]]></category>
		<category><![CDATA[videos]]></category>

		<guid isPermaLink="false">http://www.root777.com/?p=32</guid>
		<description><![CDATA[Mike Andrews was one of the coolest and most knowledgeable professors I had the opportunity of learning from, while at school @ Florida Tech. Currently, Mike is currently working as the Principle consultant at Foundstone/McAfee, taking a break from teaching. At school, we did not have video tape lectures, but I did find this video [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a title="Mike Andrews profile on Linkedin" href="http://http//www.linkedin.com/pub/1/b21/816" target="_blank">Mike Andrews</a> was one of the coolest and most knowledgeable professors I had the opportunity of learning from, while at school @ Florida Tech.</p>
<p>Currently, Mike is currently working as the Principle consultant at Foundstone/McAfee, taking a break from teaching.</p>
<p>At school, we did not have video tape lectures, but I did find this video of Mike talking at Google on how to break web software, how web applications are attacked and walks through a testing framework for evaluating the security of an         application and takes some deep-dives into a few interesting and         common vulnerabilities and how they can be exploited.</p>
<p>[googlevideo]5159636580663884360[/googlevideo]</p>
<img src="http://www.root777.com/?ak_action=api_record_view&id=32&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.root777.com/security-video/how-to-break-web-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.424 seconds -->
