<?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>Darknet - The Darkside &#187; lfi</title>
	<atom:link href="http://www.darknet.org.uk/tag/lfi/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darknet.org.uk</link>
	<description>Ethical Hacking, Penetration Testing &#38; Computer Security</description>
	<lastBuildDate>Tue, 07 Feb 2012 18:34:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Zero-day Vulnerability In TimThumb Image Utility Threatens Many WordPress Sites</title>
		<link>http://www.darknet.org.uk/2011/08/zero-day-vulnerability-in-timthumb-image-utility-threatens-many-wordpress-sites/</link>
		<comments>http://www.darknet.org.uk/2011/08/zero-day-vulnerability-in-timthumb-image-utility-threatens-many-wordpress-sites/#comments</comments>
		<pubDate>Wed, 03 Aug 2011 11:02:53 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Exploits/Vulnerabilities]]></category>
		<category><![CDATA[Web Hacking]]></category>
		<category><![CDATA[hacking-wordpress]]></category>
		<category><![CDATA[lfi]]></category>
		<category><![CDATA[local file inclusion]]></category>
		<category><![CDATA[php file upload]]></category>
		<category><![CDATA[timthumb]]></category>
		<category><![CDATA[timthumb exploit]]></category>
		<category><![CDATA[timthumb security]]></category>
		<category><![CDATA[timthumb.php]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress 0day]]></category>
		<category><![CDATA[wordpress zero-day]]></category>
		<category><![CDATA[wordpress-security]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=3161</guid>
		<description><![CDATA[This is pretty apt after we wrote about WebsiteDefender – Ensure Your Website Security on Monday, a platform for securing web applications with a focus on WordPress. Today a zero-day in a very commonly used WordPress library hit quite a few news sites. The flaw is in an image utility called TimThumb which is used [...]]]></description>
			<content:encoded><![CDATA[<p>This is pretty apt after we wrote about <a href="http://www.darknet.org.uk/2011/08/websitedefender-ensure-your-website-security/">WebsiteDefender – Ensure Your Website Security</a> on Monday, a platform for securing web applications with a focus on <a href="http://www.darknet.org.uk/tag/wordpress/">WordPress</a>. Today a zero-day in a very commonly used WordPress library hit quite a few news sites.</p>
<p>The flaw is in an image utility called TimThumb which is used in a LOT of premium themes for generating on the fly thumbnails, you can check it out (and grab the latest version) here:</p>
<p><a href="http://code.google.com/p/timthumb/">http://code.google.com/p/timthumb/</a></p>
<blockquote><p>Attackers are exploiting a widely used extension for the WordPress publishing platform to take control of vulnerable websites, one of the victims has warned.</p>
<p>The vulnerability affects virtually all websites that have an image-resizing utility called TimThumb running with WordPress, Mark Maunder, CEO of Seattle-based Feedjit, wrote in a post published Monday. The extension is &#8220;inherently insecure&#8221; because it makes it easy for hackers to execute malicious code on websites that use it. At least two websites have already been compromised, he reported.</p>
<p>Maunder said he found the vulnerability after discovering his own website, markmaunder.com, was suddenly and inexplicably loading advertisements, even though the blog wasn&#8217;t configured to do so.</p>
<p>After a thorough investigation, he learned that an attacker had used TimThumb to load a PHP file into one of his site directories and then execute it. The utility, he said, by default allows files to be remotely loaded and resized from blogger.com, wordpress.com, and five other websites and doesn&#8217;t vet URLs for malicious strings, making it possible to upload malicious payloads.</p></blockquote>
<p>I personally think this could cause some major problems because TimThumb is bundled with almost every <a href="http://www.darknet.org.uk/tag/wordpress/">WordPress</a> theme (free ones or otherwise) and is invariably an old version &#8211; which will be insecure. It creates an image cache inside the readable webroot &#8211; which is really bad.</p>
<p>Plus the URL filtering doesn&#8217;t really work properly, so with your own domain you could create a subdomain malware.flickr.com.darknet.org.uk/malware.php and host up some nasty files there, call TimThumb on that file and it&#8217;d be cached in the webroot.</p>
<p><div align="center"><script type="text/javascript"><!--
google_ad_client = "pub-3033787195489589";
/* Darknet-Body468 */
google_ad_slot = "1341243171";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><br /></p>
<blockquote><p>&#8220;So if you create a file on a web server like so: http://blogger.com.somebadhackersite.com/badscript.php and tell timthumb.php to fetch it, it merrily fetches the file and puts it in the cache directory ready for execution,&#8221; Maunder explained.</p>
<p>He went on to report the technique was used on Friday to hack Ben Gillbanks, developer of TimThumb. Gilders is working on a permanent fix, but in the meantime, Maunder has submitted a temporary patch that fixes the most obvious errors.</p>
<p>&#8220;I can’t apologise enough for this oversight in the code and hope nobody has anything too bad happen to their sites because of my error,&#8221; Gilders wrote in a comment responding to Maunder&#8217;s post</p></blockquote>
<p>One of the first people that was hit was a WordPress developer himself (which is a good thing as it means we get a quick fix), a new more secure version (hopefully) is in the works and the developer has pushed out some quick fixes in the current version to make it harder to exploit.</p>
<p>You can grab the latest TimThumb.php code here:</p>
<p><a href="http://timthumb.googlecode.com/svn/trunk/timthumb.php">http://timthumb.googlecode.com/svn/trunk/timthumb.php</a></p>
<p>There are also a lot more details on how to fix the problem on Mark Maunder&#8217;s blog, CEO of Seattle-based Feedjit:</p>
<p><a href="http://markmaunder.com/2011/zero-day-vulnerability-in-many-wordpress-themes/">Zero Day Vulnerability in Many WordPress Themes</a></p>
<p>There&#8217;s a story from Network World here too:</p>
<p><a href="http://www.networkworld.com/news/2011/080211-zero-day-vulnerability-found-in-a.html?source=nww_rss">Zero-day vulnerability found in a WordPress image utility </a></p>
<p>TimThumb is in many themes with other names, so please also search for thumb.php, cropper.php, crop.php &#038; resize.php.</p>
<p>Site: <a href="http://www.theregister.co.uk/2011/08/02/wordpress_zero_day/">The Register</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Zero-day+Vulnerability+In+TimThumb+Image+Utility+Threatens+Many+WordPress+Sites+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D3161+from+%40THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2011/08/zero-day-vulnerability-in-timthumb-image-utility-threatens-many-wordpress-sites/&amp;t=Zero-day+Vulnerability+In+TimThumb+Image+Utility+Threatens+Many+WordPress+Sites" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.google.com/buzz/post?url=http://www.darknet.org.uk/2011/08/zero-day-vulnerability-in-timthumb-image-utility-threatens-many-wordpress-sites/&amp;imageurl=" title="Post to Google Buzz"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/gbuzz/tt-gbuzz-micro3.png" alt="Post to Google Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2011/08/zero-day-vulnerability-in-timthumb-image-utility-threatens-many-wordpress-sites/&amp;title=Zero-day+Vulnerability+In+TimThumb+Image+Utility+Threatens+Many+WordPress+Sites" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2011/08/zero-day-vulnerability-in-timthumb-image-utility-threatens-many-wordpress-sites/&amp;title=Zero-day+Vulnerability+In+TimThumb+Image+Utility+Threatens+Many+WordPress+Sites" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.darknet.org.uk/2011/08/zero-day-vulnerability-in-timthumb-image-utility-threatens-many-wordpress-sites/&amp;title=Zero-day+Vulnerability+In+TimThumb+Image+Utility+Threatens+Many+WordPress+Sites" title="Post to Reddit"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro3.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2011/08/zero-day-vulnerability-in-timthumb-image-utility-threatens-many-wordpress-sites/&amp;title=Zero-day+Vulnerability+In+TimThumb+Image+Utility+Threatens+Many+WordPress+Sites" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p></div><div class="AWD_like_button "><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.darknet.org.uk%2F2011%2F08%2Fzero-day-vulnerability-in-timthumb-image-utility-threatens-many-wordpress-sites%2F&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:40px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2011/08/zero-day-vulnerability-in-timthumb-image-utility-threatens-many-wordpress-sites/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>LFIMAP &#8211; Scan For Files Vulnerable To LFI (Local File Inclusion)</title>
		<link>http://www.darknet.org.uk/2010/12/lfimap-scan-for-files-vulnerable-to-lfi-local-file-inclusion/</link>
		<comments>http://www.darknet.org.uk/2010/12/lfimap-scan-for-files-vulnerable-to-lfi-local-file-inclusion/#comments</comments>
		<pubDate>Fri, 03 Dec 2010 08:49:37 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Exploits/Vulnerabilities]]></category>
		<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Web Hacking]]></category>
		<category><![CDATA[detect lfi]]></category>
		<category><![CDATA[detect local file inclusion]]></category>
		<category><![CDATA[find lfi]]></category>
		<category><![CDATA[lfi]]></category>
		<category><![CDATA[lfi map]]></category>
		<category><![CDATA[lfi mapping]]></category>
		<category><![CDATA[lfi scanner]]></category>
		<category><![CDATA[local file inclusion]]></category>
		<category><![CDATA[web security tools]]></category>
		<category><![CDATA[web-application-security]]></category>
		<category><![CDATA[web-hacking-tools]]></category>
		<category><![CDATA[web-security]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=3005</guid>
		<description><![CDATA[There are some existing tools that deal with LFI vulnerabilities such as fimap the Remote &#038; Local File Inclusion (RFI/LFI) Scanner and inspathx a Tool For Finding Path Disclosure Vulnerabilities (which can lead to the discovery of LFI). A new simple tool was released recently which focuses purely on LFI attacks. Functions Automatically find the [...]]]></description>
			<content:encoded><![CDATA[<p>There are some existing tools that deal with LFI vulnerabilities such as <a href="http://www.darknet.org.uk/2010/01/fimap-remote-local-file-inclusion-rfilfi-scanner/">fimap the Remote &#038; Local File Inclusion (RFI/LFI) Scanner</a> and <a href="http://www.darknet.org.uk/2010/09/inspathx-tool-for-finding-path-disclosure-vulnerabilities/">inspathx a Tool For Finding Path Disclosure Vulnerabilities</a> (which can lead to the discovery of LFI).</p>
<p>A new simple tool was released recently which focuses purely on LFI attacks.</p>
<p><strong>Functions</strong></p>
<ul>
<li>Automatically find the root of the file system</li>
<li>Detect default files outside of the web folder</li>
<li>Attempts to detect passwords inside the files</li>
<li>Supports basic authentication</li>
<li>Can use null byte to bypass some controls</li>
<li>Writes a report of the scan to a file</li>
</ul>
<p>You can download LFIMAP 1.4.3 here:</p>
<p><a href="http://lfimap.googlecode.com/files/lfimap-1.4.3.tar.gz">lfimap-1.4.3.tar.gz</a></p>
<p>Or read more <a href="http://code.google.com/p/lfimap/">here</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=LFIMAP+%E2%80%93+Scan+For+Files+Vulnerable+To+LFI+%28Local+File+Inclusion%29+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D3005+from+%40THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2010/12/lfimap-scan-for-files-vulnerable-to-lfi-local-file-inclusion/&amp;t=LFIMAP+%E2%80%93+Scan+For+Files+Vulnerable+To+LFI+%28Local+File+Inclusion%29" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.google.com/buzz/post?url=http://www.darknet.org.uk/2010/12/lfimap-scan-for-files-vulnerable-to-lfi-local-file-inclusion/&amp;imageurl=" title="Post to Google Buzz"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/gbuzz/tt-gbuzz-micro3.png" alt="Post to Google Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2010/12/lfimap-scan-for-files-vulnerable-to-lfi-local-file-inclusion/&amp;title=LFIMAP+%E2%80%93+Scan+For+Files+Vulnerable+To+LFI+%28Local+File+Inclusion%29" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2010/12/lfimap-scan-for-files-vulnerable-to-lfi-local-file-inclusion/&amp;title=LFIMAP+%E2%80%93+Scan+For+Files+Vulnerable+To+LFI+%28Local+File+Inclusion%29" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.darknet.org.uk/2010/12/lfimap-scan-for-files-vulnerable-to-lfi-local-file-inclusion/&amp;title=LFIMAP+%E2%80%93+Scan+For+Files+Vulnerable+To+LFI+%28Local+File+Inclusion%29" title="Post to Reddit"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro3.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2010/12/lfimap-scan-for-files-vulnerable-to-lfi-local-file-inclusion/&amp;title=LFIMAP+%E2%80%93+Scan+For+Files+Vulnerable+To+LFI+%28Local+File+Inclusion%29" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p></div><div class="AWD_like_button "><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.darknet.org.uk%2F2010%2F12%2Flfimap-scan-for-files-vulnerable-to-lfi-local-file-inclusion%2F&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:40px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2010/12/lfimap-scan-for-files-vulnerable-to-lfi-local-file-inclusion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>fimap &#8211; Remote &amp; Local File Inclusion (RFI/LFI) Scanner</title>
		<link>http://www.darknet.org.uk/2010/01/fimap-remote-local-file-inclusion-rfilfi-scanner/</link>
		<comments>http://www.darknet.org.uk/2010/01/fimap-remote-local-file-inclusion-rfilfi-scanner/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 09:39:12 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Exploits/Vulnerabilities]]></category>
		<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Web Hacking]]></category>
		<category><![CDATA[audit tool]]></category>
		<category><![CDATA[fimap]]></category>
		<category><![CDATA[hacking tool]]></category>
		<category><![CDATA[hacking-web-applications]]></category>
		<category><![CDATA[lfi]]></category>
		<category><![CDATA[lfi scanner]]></category>
		<category><![CDATA[local file inclusion]]></category>
		<category><![CDATA[remote file inclusion]]></category>
		<category><![CDATA[rfi]]></category>
		<category><![CDATA[rfi scanner]]></category>
		<category><![CDATA[web-application-security]]></category>
		<category><![CDATA[web-security]]></category>
		<category><![CDATA[webapp security]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=2390</guid>
		<description><![CDATA[fimap is a little python tool which can find, prepare, audit, exploit and even google automatically for local and remote file inclusion bugs in webapps. fimap is similar to sqlmap just for LFI/RFI bugs instead of sql injection. It is currently under heavy development but it’s usable. Features Check a Single URL, List of URLs, [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>fimap is a little python tool which can find, prepare, audit, exploit and even google automatically for local and remote file inclusion bugs in webapps. fimap is similar to <a href="http://www.darknet.org.uk/2009/07/sqlmap-0-7-released-automatic-sql-injection-tool/">sqlmap</a> just for LFI/RFI bugs instead of sql injection. It is currently under heavy development but it’s usable.</p>
<p><strong>Features</strong></p>
<ul>
<li>Check a Single URL, List of URLs, or Google results fully automatically.</li>
<li>Can identify and exploit file inclusion bugs.</li>
<li>Test and exploit multiple bugs</li>
<li>Has an interactive exploit mode</li>
<li>Add your own payloads and patches to the config.py file.</li>
<li>Has a Harvest mode which can collect URLs from a given domain for later pentesting.</li>
<li>Can use proxies (experimental).</li>
</ul>
<p><strong>Changes</strong></p>
<ul>
<li>All commands will now be send base64 encoded. So you can use quotes as much as you want.</li>
<li>php://input detection is now 100% reliable.</li>
<li>You can now define a POST string for relative and absolute files in the config.py.</li>
<li>TTL implemented. You can define it with &#8220;—ttl &#8220;. Default is 30 seconds.</li>
<li>Experimental HTTP Proxy support. You can define a HTTP(s) proxy with &#8220;—http-proxy localhost:8080&#8243;.</li>
<li>Googlescanner can now skip the first X pages. Use &#8220;—skip-pages X&#8221;.</li>
<li>Lots of bugfixes and additional regular expressions.</li>
</ul>
<p><strong>Requirements</strong></p>
<ul>
<li>Needs: Python >= 2.4</li>
</ul>
<p>You can download fimap here:</p>
<p><a href="http://fimap.googlecode.com/files/fimap_alpha_v07.tar.gz">fimap_alpha_v07.tar.gz</a></p>
<p></p>
<p>Or read more <a href="http://code.google.com/p/fimap/">here</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=fimap+%E2%80%93+Remote+%26+Local+File+Inclusion+%28RFI%2FLFI%29+Scanner+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D2390+from+%40THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2010/01/fimap-remote-local-file-inclusion-rfilfi-scanner/&amp;t=fimap+%E2%80%93+Remote+%26+Local+File+Inclusion+%28RFI%2FLFI%29+Scanner" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.google.com/buzz/post?url=http://www.darknet.org.uk/2010/01/fimap-remote-local-file-inclusion-rfilfi-scanner/&amp;imageurl=" title="Post to Google Buzz"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/gbuzz/tt-gbuzz-micro3.png" alt="Post to Google Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2010/01/fimap-remote-local-file-inclusion-rfilfi-scanner/&amp;title=fimap+%E2%80%93+Remote+%26+Local+File+Inclusion+%28RFI%2FLFI%29+Scanner" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2010/01/fimap-remote-local-file-inclusion-rfilfi-scanner/&amp;title=fimap+%E2%80%93+Remote+%26+Local+File+Inclusion+%28RFI%2FLFI%29+Scanner" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.darknet.org.uk/2010/01/fimap-remote-local-file-inclusion-rfilfi-scanner/&amp;title=fimap+%E2%80%93+Remote+%26+Local+File+Inclusion+%28RFI%2FLFI%29+Scanner" title="Post to Reddit"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro3.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2010/01/fimap-remote-local-file-inclusion-rfilfi-scanner/&amp;title=fimap+%E2%80%93+Remote+%26+Local+File+Inclusion+%28RFI%2FLFI%29+Scanner" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p></div><div class="AWD_like_button "><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.darknet.org.uk%2F2010%2F01%2Ffimap-remote-local-file-inclusion-rfilfi-scanner%2F&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:40px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2010/01/fimap-remote-local-file-inclusion-rfilfi-scanner/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Microsoft IIS Semicolon Bug Leaves Servers Vulnerable</title>
		<link>http://www.darknet.org.uk/2009/12/microsoft-iis-semicolon-bug-leaves-servers-vulnerable/</link>
		<comments>http://www.darknet.org.uk/2009/12/microsoft-iis-semicolon-bug-leaves-servers-vulnerable/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 04:11:44 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Exploits/Vulnerabilities]]></category>
		<category><![CDATA[Web Hacking]]></category>
		<category><![CDATA[Windows Hacking]]></category>
		<category><![CDATA[hacking-web-servers]]></category>
		<category><![CDATA[hacking-windows]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[iis exploit]]></category>
		<category><![CDATA[iis vulnerability]]></category>
		<category><![CDATA[IIS-hacking]]></category>
		<category><![CDATA[lfi]]></category>
		<category><![CDATA[local file inclusion]]></category>
		<category><![CDATA[microsoft iis bug]]></category>
		<category><![CDATA[microsoft iss]]></category>
		<category><![CDATA[semicolon bug]]></category>
		<category><![CDATA[semicolon hack]]></category>
		<category><![CDATA[web-security]]></category>
		<category><![CDATA[web-server-security]]></category>
		<category><![CDATA[windows-security]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=2383</guid>
		<description><![CDATA[The latest news breaking over the Christmas period is that of a fairly serious bug in IIS that allows local file inclusion (LFI) of any filetype due a bug in the way IIS filters handle semicolons (;). Secunia has confirmed the vulnerability &#8220;on a fully patched Windows Server 2003 R2 SP2 running Microsoft IIS version [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>The latest news breaking over the Christmas period is that of a fairly serious bug in IIS that allows local file inclusion (<a href="http://www.darknet.org.uk/tag/LFI/">LFI</a>) of any filetype due a bug in the way IIS filters handle semicolons (;).</p>
<p><a href="http://secunia.com/advisories/37831/">Secunia has confirmed the vulnerability</a> &#8220;on a fully patched Windows Server 2003 R2 SP2 running Microsoft IIS version 6. Other versions may also be affected&#8221;.</p>
<p>Although oddly it only classifies the bug as &#8220;<em>Less critical</em>&#8221; &#8211; basically a 2/5 on their threat scale.</p>
<blockquote><p>A researcher has identified a vulnerability in the most recent version of Microsoft&#8217;s Internet Information Services that allows attackers to execute malicious code on machines running the popular webserver.</p>
<p>The bug stems from the way IIS parses file names with colons or semicolons in them, according to researcher Soroush Dalili. Many web applications are configured to reject uploads that contain executable files, such as active server pages, which often carry the extension &#8220;.asp.&#8221; By appending &#8220;;.jpg&#8221; or other benign file extensions to a malicious file, attackers can bypass such filters and potentially trick a server into running the malware.</p>
<p>There appears to be some disagreement over the severity of the bug, which Dalili said affects all versions of IIS. While he rated it &#8220;highly critical,&#8221; vulnerability tracker Secunia classified it as &#8220;less critical,&#8221; which is only the second notch on its five-tier severity rating scale.</p></blockquote>
<p>It&#8217;s a pretty nasty bug if you ask me, it means any CMS, forum software or gallery page where users are allowed to upload files (running on IIS) can be owned by a webshell without any effort at all.</p>
<p>Even if an app doesn&#8217;t allow native uploading, LFI can now be executed using another exploit and it will bypass any filtering IIS provides against executable files such as .asp scripts.</p>
<p>I don&#8217;t really see how this bug is &#8220;<em>Less critical</em>&#8221; &#8211; I&#8217;d imagine there&#8217;s some mass pwnage going around the World right now.</p>
<blockquote><p>&#8220;Impact of this vulnerability is absolutely high as an attacker can bypass file extension protections by using a semicolon after an executable extension such as &#8216;.asp,&#8217; &#8216;.cer,&#8217; &#8216;.asa&#8217; and so on,&#8221; Dalili wrote. &#8220;Many web applications are vulnerable against file uploading attacks because of this weakness of IIS.&#8221;</p>
<p>In an email to El Reg, Dalili offered the following attack scenario:</p>
<p>&#8220;Assume a website which only accepts JPG files as the users’ avatars. And the users can upload their avatars on the server. Now an attacker tries to upload &#8220;Avatar.asp;.jpg&#8221; on the server. Web application considers this file as a JPG file. So, this file has the permission to be uploaded on the server. But when the attacker opens the uploaded file, IIS considers this file as an ASP file and tries to execute it by &#8216;asp.dll.&#8217;</p>
<p>&#8220;So, the attacker can upload a web-shell on the server by using this method. Most of the uploaders only control the last part of the files as their extensions, and by using this method, their protection will be bypassed.&#8221;</p></blockquote>
<p><a href="http://www.darknet.org.uk/tag/microsoft/">Microsoft</a> as per usual is &#8216;looking into it&#8217; &#8211; I would guess within a week or so users will be screaming for a patch in the next round of updates planned for January if not sooner.</p>
<p>Although if you are using IIS, I wouldn&#8217;t hold your breath for an out of schedule patch &#8211; we all know what <a href="http://www.darknet.org.uk/2009/10/no-emergency-patch-for-latest-windows-exploit/">Microsoft thinks of those</a>.</p>
<p></p>
<p>Source: <a href="http://www.theregister.co.uk/2009/12/25/microsoft_iis_semicolon_bug/http://www.theregister.co.uk/2009/12/25/microsoft_iis_semicolon_bug/">The Register</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Microsoft+IIS+Semicolon+Bug+Leaves+Servers+Vulnerable+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D2383+from+%40THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2009/12/microsoft-iis-semicolon-bug-leaves-servers-vulnerable/&amp;t=Microsoft+IIS+Semicolon+Bug+Leaves+Servers+Vulnerable" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.google.com/buzz/post?url=http://www.darknet.org.uk/2009/12/microsoft-iis-semicolon-bug-leaves-servers-vulnerable/&amp;imageurl=" title="Post to Google Buzz"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/gbuzz/tt-gbuzz-micro3.png" alt="Post to Google Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2009/12/microsoft-iis-semicolon-bug-leaves-servers-vulnerable/&amp;title=Microsoft+IIS+Semicolon+Bug+Leaves+Servers+Vulnerable" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2009/12/microsoft-iis-semicolon-bug-leaves-servers-vulnerable/&amp;title=Microsoft+IIS+Semicolon+Bug+Leaves+Servers+Vulnerable" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.darknet.org.uk/2009/12/microsoft-iis-semicolon-bug-leaves-servers-vulnerable/&amp;title=Microsoft+IIS+Semicolon+Bug+Leaves+Servers+Vulnerable" title="Post to Reddit"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro3.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2009/12/microsoft-iis-semicolon-bug-leaves-servers-vulnerable/&amp;title=Microsoft+IIS+Semicolon+Bug+Leaves+Servers+Vulnerable" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p></div><div class="AWD_like_button "><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.darknet.org.uk%2F2009%2F12%2Fmicrosoft-iis-semicolon-bug-leaves-servers-vulnerable%2F&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:40px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2009/12/microsoft-iis-semicolon-bug-leaves-servers-vulnerable/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Damn Vulnerable Web App &#8211; Learn &amp; Practise Web Hacking</title>
		<link>http://www.darknet.org.uk/2009/07/damn-vulnerable-web-app-learn-practise-web-hacking/</link>
		<comments>http://www.darknet.org.uk/2009/07/damn-vulnerable-web-app-learn-practise-web-hacking/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 08:39:59 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Exploits/Vulnerabilities]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Hacking]]></category>
		<category><![CDATA[damn vulnerable web app]]></category>
		<category><![CDATA[exploits]]></category>
		<category><![CDATA[hacking-websites]]></category>
		<category><![CDATA[lfi]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[php mysql]]></category>
		<category><![CDATA[practise web hacking]]></category>
		<category><![CDATA[rfi]]></category>
		<category><![CDATA[vulnerabilities]]></category>
		<category><![CDATA[vulnerable web app]]></category>
		<category><![CDATA[vulnerable web application]]></category>
		<category><![CDATA[web-application-security]]></category>
		<category><![CDATA[web-security]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=1913</guid>
		<description><![CDATA[Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is damn vulnerable. Its main goals are to be light weight, easy to use and full of vulnerabilities to exploit. Used to learn or teach the art of web application security. Vulnerabilities SQL Injection XSS (Cross Site Scripting) LFI (Local File Inclusion) RFI (Remote [...]]]></description>
			<content:encoded><![CDATA[<p>Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is damn vulnerable. Its main goals are to be light weight, easy to use and full of vulnerabilities to exploit. Used to learn or teach the art of web application security.</p>
<p><strong>Vulnerabilities</strong></p>
<ul>
<li>SQL Injection</li>
<li>XSS (Cross Site Scripting)</li>
<li>LFI (Local File Inclusion)</li>
<li>RFI (Remote File Inclusion)</li>
<li>Command Execution</li>
<li>Upload Script</li>
<li>Login Brute Force</li>
</ul>
<p><strong>Changes</strong></p>
<p><div align="center"><script type="text/javascript"><!--
google_ad_client = "pub-3033787195489589";
/* Darknet-Body468 */
google_ad_slot = "1341243171";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><br /></p>
<ul>
<li>Added Acunetix scan report.</li>
<li>All links use http://hiderefer.com to hide referrer header.</li>
<li>Updated/added ‘more info’ links.</li>
<li>Moved change log info to CHANGELOG.txt.</li>
<li>Fixed the exec.php UTF-8 output.</li>
<li>Moved Help/View source buttons to footer.</li>
<li>Fixed phpInfo bug. </li>
<li>Made DVWA IE friendly.</li>
<li>Fixed html bugs.</li>
<li>Improved README.txt and fixed typos.</li>
<li>Made SQL injection possible in sqli_med.php.</li>
</ul>
<p><strong>WARNING</strong></p>
<p>It should come as no shock..but this application is damn vulnerable! Do not upload it to your hosting provider’s public html folder or any working web server as it will be hacked. It&#8217;s recommend that you download and install XAMP onto a local machine inside your LAN which is used solely for testing.</p>
<p>You can download DVWA 1.0.4 here:</p>
<p><a href="http://sourceforge.net/projects/dvwa/files/dvwa/dvwa_v1.0.4.zip/download">dvwa_v1.0.4.zip</a></p>
<p>Or read more <a href="http://sourceforge.net/projects/dvwa/">here</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Damn+Vulnerable+Web+App+%E2%80%93+Learn+%26+Practise+Web+Hacking+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D1913+from+%40THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2009/07/damn-vulnerable-web-app-learn-practise-web-hacking/&amp;t=Damn+Vulnerable+Web+App+%E2%80%93+Learn+%26+Practise+Web+Hacking" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.google.com/buzz/post?url=http://www.darknet.org.uk/2009/07/damn-vulnerable-web-app-learn-practise-web-hacking/&amp;imageurl=" title="Post to Google Buzz"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/gbuzz/tt-gbuzz-micro3.png" alt="Post to Google Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2009/07/damn-vulnerable-web-app-learn-practise-web-hacking/&amp;title=Damn+Vulnerable+Web+App+%E2%80%93+Learn+%26+Practise+Web+Hacking" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2009/07/damn-vulnerable-web-app-learn-practise-web-hacking/&amp;title=Damn+Vulnerable+Web+App+%E2%80%93+Learn+%26+Practise+Web+Hacking" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.darknet.org.uk/2009/07/damn-vulnerable-web-app-learn-practise-web-hacking/&amp;title=Damn+Vulnerable+Web+App+%E2%80%93+Learn+%26+Practise+Web+Hacking" title="Post to Reddit"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro3.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2009/07/damn-vulnerable-web-app-learn-practise-web-hacking/&amp;title=Damn+Vulnerable+Web+App+%E2%80%93+Learn+%26+Practise+Web+Hacking" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p></div><div class="AWD_like_button "><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.darknet.org.uk%2F2009%2F07%2Fdamn-vulnerable-web-app-learn-practise-web-hacking%2F&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:40px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2009/07/damn-vulnerable-web-app-learn-practise-web-hacking/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

