<?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>Ascii for Breakfast &#187; Python</title>
	<atom:link href="http://www.xenuser.org/tag/python/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xenuser.org</link>
	<description></description>
	<lastBuildDate>Tue, 29 Nov 2011 23:19:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Simple LAN Scanner 1.0 released</title>
		<link>http://www.xenuser.org/2011/01/08/simple-lan-scanner-1-0-released/</link>
		<comments>http://www.xenuser.org/2011/01/08/simple-lan-scanner-1-0-released/#comments</comments>
		<pubDate>Sat, 08 Jan 2011 13:15:53 +0000</pubDate>
		<dc:creator>valentin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security in general]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[discover]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[LAN Scanner]]></category>
		<category><![CDATA[local area network]]></category>
		<category><![CDATA[local network]]></category>
		<category><![CDATA[MAC]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[scanner]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Security Assessment]]></category>
		<category><![CDATA[Simple LAN Scanner]]></category>
		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://www.xenuser.org/?p=1326</guid>
		<description><![CDATA[Today I am releasing my Simple LAN Scanner 1.0 (08th January 2011). [Download] Description The Simple LAN Scanner is a very simple LAN scanner written in Python. It scans the local network and tries to give you the MAC and IP addresses of the discovered running systems. Furthermore it creates a small log file at [...]]]></description>
			<content:encoded><![CDATA[<p>Today I am releasing my Simple LAN Scanner 1.0 (08th January 2011).<br />
[<a href="http://www.xenuser.org/my-tools/" target="_blank">Download</a>]</p>
<p><strong>Description</strong><br />
The Simple LAN Scanner is a very simple LAN scanner written in Python. It scans the local network and tries to give you the MAC and IP addresses of the discovered running systems. Furthermore it creates a small log file at the end of the scan.</p>
<p><strong>Usage</strong><br />
sudo ./simple_lan_scan.py &#8211;network=&lt;your network&gt;</p>
<p><strong>Usage example</strong><br />
sudo ./simple_lan_scan.py &#8211;network=192.168.1.0/24</p>
<p><strong>Installation</strong><br />
Make sure you install the package python-scapy before you run the Simple LAN Scanner.</p>
<p><strong>Feature list</strong><br />
- Tries to give you the MACs and IPs of discovered running systems.<br />
- Creates a small log file.</p>
<p><strong>Some notes</strong><br />
- Tested with Python 2.6.5.<br />
- Modify, distribute, share and copy the code in any way you like!<br />
- Please note that this tool was created for educational purposes only.<br />
- Power to teh c0ws! <img src="http://www.xenuser.org/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=1326" width="1" height="1" style="display: none;" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.xenuser.org/2011/01/08/simple-lan-scanner-1-0-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Local File Inclusion Vulnerability Scanner version 1.0 released</title>
		<link>http://www.xenuser.org/2010/12/29/simple-local-file-inclusion-vulnerability-scanner-version-1-0-released/</link>
		<comments>http://www.xenuser.org/2010/12/29/simple-local-file-inclusion-vulnerability-scanner-version-1-0-released/#comments</comments>
		<pubDate>Wed, 29 Dec 2010 16:52:46 +0000</pubDate>
		<dc:creator>valentin</dc:creator>
				<category><![CDATA[LFI]]></category>
		<category><![CDATA[Security in general]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[Exploits]]></category>
		<category><![CDATA[local file inclusion]]></category>
		<category><![CDATA[Penetration Testing]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[scanner]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Security Assessment]]></category>
		<category><![CDATA[Simple Local File Inclusion Vulnerability Scanner]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[vulnerabilities]]></category>
		<category><![CDATA[vulnerability]]></category>
		<category><![CDATA[Vulnerability Research]]></category>
		<category><![CDATA[vulnerability scanner]]></category>

		<guid isPermaLink="false">http://www.xenuser.org/?p=1309</guid>
		<description><![CDATA[Today I am releasing my Simple Local File Inclusion Vulnerability Scanner 1.0 (29th December 2010). [Download] Description The Simple Local File Inclusion Vulnerability Scanner helps you to find LFI vulnerabilities. Usage ./lfi_scanner.py &#8211;url= Usage example ./lfi_scanner.py &#8211;url=&#8221;http://www.example.com/page.php?file=main&#8221; Usage notes - Always use http://…. - This tool does not work with SEO URLs, such as http://www.example.com/news-about-the-internet/. [...]]]></description>
			<content:encoded><![CDATA[<p>Today I am releasing my Simple Local File Inclusion Vulnerability Scanner 1.0 (29th December 2010).<br />
[<a href="http://www.xenuser.org/my-tools/" target="_blank">Download</a>]</p>
<p><strong>Description</strong><br />
The Simple Local File Inclusion Vulnerability Scanner helps you to find LFI vulnerabilities.</p>
<p><strong>Usage</strong><br />
./lfi_scanner.py &#8211;url=</p>
<p><strong>U</strong><span style="font-size: 13.3333px;"><strong>sage example</strong></span><br />
./lfi_scanner.py &#8211;url=&#8221;http://www.example.com/page.php?file=main&#8221;</p>
<p><strong>Usage notes</strong><br />
- Always use http://….<br />
- This tool does not work with SEO URLs, such as http://www.example.com/news-about-the-internet/.<br />
- If you only have a SEO URL, try to find out the real URL which contents parameters.</p>
<p><strong>Feature list</strong><br />
- Provides a random user agent for the connection.<br />
- Checks if a connection to the target can be established.<br />
- Tries to catch most errors with error handling.<br />
- Contains a LFI vulnerability scanner.<br />
- Finds out how a possible LFI vulnerability can be exploited (e.g. directory depth).<br />
- Supports nullbytes!<br />
- Supports common *nix targets, but no Windows systems.</p>
<p><strong>Known issues</strong><br />
- This tool is only able to handle “simple” LFI vulnerabilities, but not complex ones.<br />
- Like most other LFI scanners, this tool here also has trouble with handling certain server responses.</p>
<p><strong>Some notes</strong><br />
- Tested with Python 2.6.5.<br />
- Modify, distribute, share and copy the code in any way you like!<br />
- Please note that this tool was created for educational purposes only.<br />
- Do not use this tool in an illegal way. Know and respect your local laws.<br />
- Only use this tool for legal purposes, such as pentesting your own website<br />
- I am not responsible if you cause any damage or break the law.<br />
- Power to teh c0ws!</p>
<p><strong>Screenshot</strong></p>
<div id="attachment_1311" class="wp-caption alignleft" style="width: 308px"><a href="http://www.xenuser.org/wp-content/uploads/2010/12/lfi_scanner.png"><img class="size-medium wp-image-1311" title="lfi_scanner" src="http://www.xenuser.org/wp-content/uploads/2010/12/lfi_scanner-298x300.png" alt="Simple Local File Inclusion Vulnerability Scanner screenshot" width="298" height="300" /></a>
<p class="wp-caption-text">Simple Local File Inclusion Vulnerability Scanner screenshot</p>
</div>
<p> <img src="http://www.xenuser.org/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=1309" width="1" height="1" style="display: none;" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.xenuser.org/2010/12/29/simple-local-file-inclusion-vulnerability-scanner-version-1-0-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Local File Inclusion Exploiter version 1.1 released</title>
		<link>http://www.xenuser.org/2010/11/23/simple-local-file-inclusion-exploiter-version-1-1-released/</link>
		<comments>http://www.xenuser.org/2010/11/23/simple-local-file-inclusion-exploiter-version-1-1-released/#comments</comments>
		<pubDate>Tue, 23 Nov 2010 21:51:27 +0000</pubDate>
		<dc:creator>valentin</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[local file inclusion]]></category>
		<category><![CDATA[Penetration Testing]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[scanner]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Security Assessment]]></category>
		<category><![CDATA[Simple Local Fiile Inclusion Exploiter]]></category>
		<category><![CDATA[Vulnerability Research]]></category>
		<category><![CDATA[vulnerability scanner]]></category>

		<guid isPermaLink="false">http://www.xenuser.org/?p=1255</guid>
		<description><![CDATA[I just uploaded a new version of the Simple Local File Inclusion Exploiter, version 1.1. It was updated with some new user agents, &#8220;interesting files&#8221; and now creates a small log file. Just visit the &#8220;My Tools&#8221; section for the download link.]]></description>
			<content:encoded><![CDATA[<p>I just uploaded a new version of the Simple Local File Inclusion Exploiter, version 1.1. It was updated with some new user agents, &#8220;interesting files&#8221; and now creates a small log file.</p>
<p>Just visit the &#8220;My Tools&#8221; section for the download link. <img src="http://www.xenuser.org/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=1255" width="1" height="1" style="display: none;" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.xenuser.org/2010/11/23/simple-local-file-inclusion-exploiter-version-1-1-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Local File Inclusion Exploiter version 1.0 released</title>
		<link>http://www.xenuser.org/2010/11/21/simple-local-file-inclusion-exploiter-version-1-0-released/</link>
		<comments>http://www.xenuser.org/2010/11/21/simple-local-file-inclusion-exploiter-version-1-0-released/#comments</comments>
		<pubDate>Sun, 21 Nov 2010 18:20:02 +0000</pubDate>
		<dc:creator>valentin</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[local file inclusion]]></category>
		<category><![CDATA[Penetration Testing]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[scanner]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Security Assessment]]></category>
		<category><![CDATA[Simple Local File Inclusion Scanner]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[vulnerabilities]]></category>
		<category><![CDATA[Vulnerability Research]]></category>
		<category><![CDATA[vulnerability scanner]]></category>

		<guid isPermaLink="false">http://www.xenuser.org/?p=1248</guid>
		<description><![CDATA[Today I am releasing my Simple Local File Inclusion Exploiter 1.0 (21th November 2010). [Download] Description The Simple Local File Inclusion Exploiter helps you to exploit LFI vulnerabilities. After you found one, simply pass the URL of the affected website and the vulnerable parameter to this tool. You can also use this tool to scan [...]]]></description>
			<content:encoded><![CDATA[<p>Today I am releasing my Simple Local File Inclusion Exploiter 1.0 (21th November 2010).<br />
[<a href="http://www.xenuser.org/my-tools/" target="_blank">Download</a>]</p>
<p><strong>Description</strong><br />
The Simple Local File Inclusion Exploiter helps you to exploit LFI vulnerabilities. After you found one, simply pass the URL of the affected website and the vulnerable parameter to this tool. You can also use this tool to scan a parameter of an ULR for a LFI vulnerability.</p>
<p><strong>Usage</strong><br />
./lfi_sploiter.py &#8211;exploit-url= &#8211;vulnerable-parameter=</p>
<p><strong>Usage example</strong><br />
./lfi_sploiter.py &#8211;exploit-url=http://www.example.com/page.php?file=main &#8211;vulnerable-parameter=file</p>
<p><strong>Usage notes</strong><br />
- Always use http://&#8230;.<br />
- When you pass a vulnerable parameter, this tool assumes that it is really vulnerable.<br />
- If you do not know if a parameter is vulnerable, simply pass it to this script and let the scanner have a look.<br />
- Only use one vulnerable parameter at once.<br />
- This tool does not work with SEO URLs, such as http://www.example.com/news-about-the-internet/.<br />
- If you only have a SEO URL, try to find out the real URL which contents parameters.</p>
<p><strong>Feature list</strong><br />
- Provides a random user agent for the connection.<br />
- Checks if a connection to the target can be established.<br />
- Tries catch most errors with error handling.<br />
- Contains a LFI scanner (only scans one parameter at once).<br />
- Finds out how a LFI vulnerability can be exploited (e.g. directory depth).<br />
- Supports nullbytes!<br />
- Exploit features: Dumps a list of interesting files to your hard disk.<br />
- Supports common *nix targets, but no Windows systems.</p>
<p><strong>Known issues</strong><br />
- I know there is more about LFI than it is covered in this tool. But this is the first release,<br />
and more features will be implemented in future versions.<br />
- This tool is only able to handle &#8220;simple&#8221; LFI vulnerabilities, but not complex ones. For example: Some LFI vulnerabilities consist of two URL parameters or require to find a way around filters. In those cases, this tool unfortunately does not work.<br />
- Like most other LFI exploiter / scanner, this tool here also has problems with handling certain server responses. So this tool does not work with every website.</p>
<p><strong>Some notes</strong><br />
- Tested with Python 2.6.5.<br />
- Modify, distribute, share and copy the code in any way you like!<br />
- Please note that this tool was created for educational purposes only.<br />
- Do not use this tool in an illegal way. Know and respect your local laws.<br />
- Only use this tool for legal purposes, such as pentesting your own website <img src='http://www.xenuser.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
- I am not responsible if you cause any damage or break the law.<br />
- Power to teh c0ws!</p>
<p><strong>Screenshot</strong></p>
<div id="attachment_1252" class="wp-caption alignleft" style="width: 297px"><a href="http://www.xenuser.org/wp-content/uploads/2010/11/lfi_sploiter-1_0-screenshot.png"><img class="size-medium wp-image-1252" title="lfi_sploiter-1_0-screenshot" src="http://www.xenuser.org/wp-content/uploads/2010/11/lfi_sploiter-1_0-screenshot-287x300.png" alt="Simple Local File Inclusion Exploiter screenshot" width="287" height="300" /></a>
<p class="wp-caption-text">Simple Local File Inclusion Exploiter screenshot</p>
</div>
<p> <img src="http://www.xenuser.org/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=1248" width="1" height="1" style="display: none;" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.xenuser.org/2010/11/21/simple-local-file-inclusion-exploiter-version-1-0-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Specialist Bed and Breakfast Website SQL Injection Exploit released</title>
		<link>http://www.xenuser.org/2010/07/03/specialist-bed-and-breakfast-website-sql-injection-exploit-released/</link>
		<comments>http://www.xenuser.org/2010/07/03/specialist-bed-and-breakfast-website-sql-injection-exploit-released/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 23:26:39 +0000</pubDate>
		<dc:creator>valentin</dc:creator>
				<category><![CDATA[Exploits]]></category>
		<category><![CDATA[SQL Injection]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Specialist Bed and Breakfast Website]]></category>
		<category><![CDATA[Specialist Bed and Breakfast Website SQL Injection Exploit]]></category>
		<category><![CDATA[sql injection]]></category>
		<category><![CDATA[vulnerability]]></category>

		<guid isPermaLink="false">http://www.xenuser.org/?p=953</guid>
		<description><![CDATA[Today I am releasing my Specialist Bed and Breakfast Website SQL Injection Exploit (remote). [Download] Description The Specialist Bed and Breakfast Website SQL Injection Exploit takes advantage of a SQL injection vulnerability JaMbA discovered on 30th June 2010. The exploit source code also contains the table structure of the vulnerable product. About the vulnerability Learn [...]]]></description>
			<content:encoded><![CDATA[<p>Today I am releasing my Specialist Bed and Breakfast Website SQL Injection Exploit (remote).<br />
[<a href="http://www.xenuser.org/my-exploits/" target="_blank">Download</a>]</p>
<p><strong>Description</strong><br />
The Specialist Bed and Breakfast Website SQL Injection Exploit takes advantage of a SQL injection vulnerability JaMbA discovered on 30th June 2010. The exploit source code also contains the table structure of the vulnerable product.</p>
<p><strong>About the vulnerability</strong><br />
Learn more about the vulnerability <a href="http://www.exploit-db.com/exploits/14144/" target="_blank">here</a>.</p>
<p><strong>Features</strong><br />
- Check if provided URL is reachable<br />
- Error handling for HTTP requests<br />
- Display current database, MySQL user and the MySQL version<br />
- Display the admin login data<br />
- Easy to use (everything is simple and automated)<br />
- User agent for HTTP requests</p>
<p><strong>Additional information</strong><br />
Written in Python (less than 400 lines).</p>
<p><strong>Usage example</strong><br />
<em> python bed_and_breakfast_sploit.py &#8211; u &#8220;http://target/site/pages.php?fid=0,1,472&amp;pp_id=84&#8243;</em></p>
<p><strong>Disclaimer</strong><br />
Only use this tool to check websites you are allowed to test (e.g. for penetration testing). Never use this tool on foreign websites! Know and respect your local laws! I am not responsible if you cause any damage or run into trouble. This tool was written for educational purposes only. <img src="http://www.xenuser.org/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=953" width="1" height="1" style="display: none;" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.xenuser.org/2010/07/03/specialist-bed-and-breakfast-website-sql-injection-exploit-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple SQL Injection Vulnerability Scanner 0.5 released</title>
		<link>http://www.xenuser.org/2010/06/17/simple-sql-injection-vulnerability-scanner-0-5-released/</link>
		<comments>http://www.xenuser.org/2010/06/17/simple-sql-injection-vulnerability-scanner-0-5-released/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 21:15:45 +0000</pubDate>
		<dc:creator>valentin</dc:creator>
				<category><![CDATA[SQL Injection]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[column fuzzer]]></category>
		<category><![CDATA[Penetration Testing]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[scanner]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Security Assessment]]></category>
		<category><![CDATA[Simple SQL Injection Vulnerability Scanner]]></category>
		<category><![CDATA[sql injection]]></category>
		<category><![CDATA[vulnerabilities]]></category>
		<category><![CDATA[vulnerability scanner]]></category>

		<guid isPermaLink="false">http://www.xenuser.org/?p=947</guid>
		<description><![CDATA[Today I am releasing version 0.5 of my Simple SQL Injection Vulnerability Scanner. [Download here] It contains all the features from the first released version 0.3 and now contains &#8211; in addition &#8211; a column fuzzer. Simply start a scan by using python sqli_scanner.py -u &#8220;target&#8221; and then start fuzzing by using the parameter -fuzz [...]]]></description>
			<content:encoded><![CDATA[<p>Today I am releasing version 0.5 of my Simple SQL Injection Vulnerability Scanner.<br />
[<a href="http://www.xenuser.org/my-tools/" target="_blank">Download here</a>]</p>
<p>It contains all the features from the first released version 0.3 and now contains &#8211; in addition &#8211; a column fuzzer. Simply start a scan by using python sqli_scanner.py -u &#8220;target&#8221; and then start fuzzing by using the parameter -fuzz &#8220;exploit url&#8221;. The exploit url will be provided by the scanner (when a vulnerability was found). <img src="http://www.xenuser.org/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=947" width="1" height="1" style="display: none;" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.xenuser.org/2010/06/17/simple-sql-injection-vulnerability-scanner-0-5-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Log File Analyzer 1.0 released</title>
		<link>http://www.xenuser.org/2010/06/06/simple-log-file-analyzer-1-0-released/</link>
		<comments>http://www.xenuser.org/2010/06/06/simple-log-file-analyzer-1-0-released/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 15:39:29 +0000</pubDate>
		<dc:creator>valentin</dc:creator>
				<category><![CDATA[Security in general]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[hack attempts]]></category>
		<category><![CDATA[html code injection]]></category>
		<category><![CDATA[local file inclusion]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[remote file inclusion]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Simple Log File Analyzer]]></category>
		<category><![CDATA[sql injection]]></category>
		<category><![CDATA[webserver]]></category>
		<category><![CDATA[XSS]]></category>

		<guid isPermaLink="false">http://www.xenuser.org/?p=888</guid>
		<description><![CDATA[Today I am releasing my Simple Log File Analyzer 1.0. [Download here] Description The Simple Log File Analyzer helps you to detect possible hack attempts within the log files of your webserver. Features - Error handling - Scan a log file for four different attack types - Display a short scan report - Write scan [...]]]></description>
			<content:encoded><![CDATA[<p>Today I am releasing my Simple Log File Analyzer 1.0.<br />
[<a href="http://www.xenuser.org/my-tools/" target="_blank">Download here</a>]</p>
<p><strong>Description</strong><br />
The Simple Log File Analyzer helps you to detect possible hack attempts within the log files of your webserver.</p>
<p><strong>Features</strong><br />
- Error handling<br />
- Scan a log file for four different attack types<br />
- Display a short scan report<br />
- Write scan results to a new log file<br />
- Easy to use (everything is simple and automated)</p>
<p><strong>Additional information</strong><br />
Written in Python (less than 400 lines).</p>
<p><strong>Usage example</strong><br />
<em>scan_log.py -file vhost_access.log</em></p>
<p><strong>Disclaimer</strong><br />
I am not responsible if this script or you cause any damage# to your system. The memory consumption can become quite large and the generated reports very huge. So be sure you know what you are doing. I highly recommend you download your log files on a separate machine and analyze these files there.</p>
<p><strong>Known issue</strong><br />
XSS attempt discovery feature can be a little bit buggy.</p>
<p><strong>Screenshot</strong></p>
<div id="attachment_891" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.xenuser.org/wp-content/uploads/2010/06/scan_log.png"><img class="size-medium wp-image-891" title="Simple Log File Analyzer" src="http://www.xenuser.org/wp-content/uploads/2010/06/scan_log-300x286.png" alt="Simple Log File Analyzer" width="300" height="286" /></a>
<p class="wp-caption-text">Simple Log File Analyzer</p>
</div>
<p> <img src="http://www.xenuser.org/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=888" width="1" height="1" style="display: none;" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.xenuser.org/2010/06/06/simple-log-file-analyzer-1-0-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple SQL Injection Vulnerability Scanner 0.3 released</title>
		<link>http://www.xenuser.org/2010/06/03/simple-sql-injection-vulnerability-scanner-version-0-3-released/</link>
		<comments>http://www.xenuser.org/2010/06/03/simple-sql-injection-vulnerability-scanner-version-0-3-released/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 17:59:43 +0000</pubDate>
		<dc:creator>valentin</dc:creator>
				<category><![CDATA[SQL Injection]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Penetration Testing]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Security Assessment]]></category>
		<category><![CDATA[Simple SQL Injection Vulnerability Scanner]]></category>
		<category><![CDATA[sql injection]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[vulnerability]]></category>
		<category><![CDATA[Vulnerability Research]]></category>
		<category><![CDATA[vulnerability scanner]]></category>

		<guid isPermaLink="false">http://www.xenuser.org/?p=879</guid>
		<description><![CDATA[Today I am releasing my Simple SQL Injection Vulnerability Scanner (version 0.3, not 1.0 since it contains not many features). [Download here] Description The Simple SQL Injection Vulnerability Scanner helps you to find SQL injection vulnerabilities within your website. Simply provide an URL and let the tool do all the work. Features - Scan a [...]]]></description>
			<content:encoded><![CDATA[<p>Today I am releasing my Simple SQL Injection Vulnerability Scanner (version 0.3, not 1.0 since it contains not many features).<br />
[<a href="http://www.xenuser.org/my-tools/" target="_self">Download here</a>]</p>
<p><strong>Description</strong><br />
The Simple SQL Injection Vulnerability Scanner helps you to find SQL injection vulnerabilities within your website. Simply provide an URL and let the tool do all the work.</p>
<p><strong>Features</strong><br />
- Scan a single URL<br />
- Detect SQL injection vulnerabilities<br />
- User agent for web requests<br />
- User friendly (easy to use, everything is automated)<br />
- Error handling for http requests<br />
- Display a short scan report<br />
- Check if the provided URL is reachable</p>
<p><strong>Additional information</strong><br />
Written in Python (less than 400 lines).</p>
<p><strong>Usage</strong><br />
<em>python sqli_scanner.py -u “http://target/index.php?var1=x&amp;var2=y″</em></p>
<p><strong>Disclaimer</strong><br />
This tool was written for educational and penetration testing purposes. Only check websites you are allowed to test, e.g. your own or one of your customers/friends. I am not responsible for any damage you or my script could cause. Please know and respect your local laws.</p>
<p><strong>Known issue</strong><br />
Sometimes the target webserver throws back specific errors (403, 500 etc.). The Simple SQL Injection Vulnerability Scanner then fails to find SQL injection vulnerabilities.</p>
<p><strong>Screenshot</strong></p>
<div id="attachment_883" class="wp-caption aligncenter" style="width: 287px"><a href="http://www.xenuser.org/wp-content/uploads/2010/06/simple_sqli_scanner.png"><img class="size-medium wp-image-883" title="Simple SQL Injection Vulnerability Scanner - sample output" src="http://www.xenuser.org/wp-content/uploads/2010/06/simple_sqli_scanner-277x300.png" alt="Simple SQL Injection Vulnerability Scanner - sample output" width="277" height="300" /></a>
<p class="wp-caption-text">Simple SQL Injection Vulnerability Scanner - sample output</p>
</div>
<p> <img src="http://www.xenuser.org/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=879" width="1" height="1" style="display: none;" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.xenuser.org/2010/06/03/simple-sql-injection-vulnerability-scanner-version-0-3-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joomla Component BF Quiz SQL Injection Exploit released</title>
		<link>http://www.xenuser.org/2010/05/29/joomla-component-bf-quiz-sql-injection-exploit-released/</link>
		<comments>http://www.xenuser.org/2010/05/29/joomla-component-bf-quiz-sql-injection-exploit-released/#comments</comments>
		<pubDate>Sat, 29 May 2010 19:37:40 +0000</pubDate>
		<dc:creator>valentin</dc:creator>
				<category><![CDATA[Exploits]]></category>
		<category><![CDATA[SQL Injection]]></category>
		<category><![CDATA[com_bfquiz]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[sql injection]]></category>
		<category><![CDATA[vulnerability]]></category>

		<guid isPermaLink="false">http://www.xenuser.org/?p=852</guid>
		<description><![CDATA[Today I am releasing my Joomla Component BF Quiz SQL Injection Exploit. It exploits a vulnerability within the Joomla component BF Quiz I found a few hours ago. Please click here to download the Python sploit. Usage example: python joomla_com_bfquiz_sploit.py &#8211; u &#8220;http://target/index.php?option=com_bfquiztrial&#38;view=bfquiztrial&#38;catid=34&#8243; Features: - Check if the provided URL is reachable - Display current database, [...]]]></description>
			<content:encoded><![CDATA[<p>Today I am releasing my Joomla Component BF Quiz SQL Injection Exploit. It exploits a vulnerability within the Joomla component BF Quiz I found a few hours ago.</p>
<p>Please <a href="http://www.xenuser.org/my-exploits/" target="_blank">click here</a> to download the Python sploit.</p>
<p><strong>Usage example:</strong><br />
<em> python joomla_com_bfquiz_sploit.py &#8211; u &#8220;http://target/index.php?option=com_bfquiztrial&amp;view=bfquiztrial&amp;catid=34&#8243;</em></p>
<p><strong>Features:</strong><br />
- Check if the provided URL is reachable<br />
- Display current database, MySQL user and the MySQL version<br />
- Display the password hash of the Joomla administrator</p>
<p><strong>Screenshot:</strong></p>
<p><strong><a href="http://www.xenuser.org/wp-content/uploads/2010/05/com_bfquiz_sploit.png"><img class="aligncenter size-medium wp-image-854" title="Joomla Component BF Quiz SQL Injection Exploit" src="http://www.xenuser.org/wp-content/uploads/2010/05/com_bfquiz_sploit-281x300.png" alt="Joomla Component BF Quiz SQL Injection Exploit" width="281" height="300" /></a></strong></p>
<p><strong>Additional information</strong><br />
Only attack targets you are allowed to attack (e.g. your own website or a customer&#8217;s website for penetration testing). I am not responsible if you cause any damage or do bad things! Know and respect your local laws! <img src="http://www.xenuser.org/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=852" width="1" height="1" style="display: none;" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.xenuser.org/2010/05/29/joomla-component-bf-quiz-sql-injection-exploit-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automated Joomla SQL Injection Exploiter</title>
		<link>http://www.xenuser.org/2010/05/23/automated-joomla-sql-injection-exploiter/</link>
		<comments>http://www.xenuser.org/2010/05/23/automated-joomla-sql-injection-exploiter/#comments</comments>
		<pubDate>Sun, 23 May 2010 19:29:43 +0000</pubDate>
		<dc:creator>valentin</dc:creator>
				<category><![CDATA[Exploits]]></category>
		<category><![CDATA[SQL Injection]]></category>
		<category><![CDATA[Automated Joomla SQL Injection Exploiter]]></category>
		<category><![CDATA[column]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[fuzzer]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[sql injection]]></category>
		<category><![CDATA[vulnerabilities]]></category>

		<guid isPermaLink="false">http://www.xenuser.org/?p=803</guid>
		<description><![CDATA[Today I am releasing my Automated Joomla SQL Injection Exploiter version 1.0 (23th May 2010). [Download here] I wrote this tool because I did not want to write a new exploit every time when a new Joomla (component/module/plugin) SQL injection vulnerability was discovered/revealed. Simply hand over a vulnerable Joomla URL to the tool and receive all Joomla [...]]]></description>
			<content:encoded><![CDATA[<p>Today I am releasing my Automated Joomla SQL Injection Exploiter version 1.0 (23th May 2010).<br />
[<a href="http://www.xenuser.org/my-exploits/" target="_blank">Download here</a>]</p>
<p>I wrote this tool because I did not want to write a new exploit every time when a new Joomla (component/module/plugin) SQL injection vulnerability was discovered/revealed. Simply hand over a vulnerable Joomla URL to the tool and receive all Joomla users (with password hashes).</p>
<p><strong>Description<br />
</strong>The Automated Joomla SQL Injection Exploiter exploits almost every SQL injection vulnerability which was and will be discovered in Joomla or it&#8217;s components/modules/plugins. From now on you don&#8217;t need an exploit for every new SQL injection vulnerability! Just hand over the vulnerable URL to the tool and receive a list of Joomla users. The Automated Joomla SQL Injection Exploiter is based on my column fuzzer.</p>
<p><strong>Features</strong><br />
- Check if URL is reachable<br />
- Fuzz amount of columns (needed for UNION SELECT attack)<br />
- Show a sample exploitation URL for pasting into the browser<br />
- Showing the Joomla users from the table jos_users (with password hashes)<br />
- Display current database, database user and database version</p>
<p><strong>Additional information</strong><br />
Written in Python (less than 300 lines).</p>
<p><strong>Screenshots</strong></p>
<p><strong><a href="http://www.xenuser.org/wp-content/uploads/2010/05/joomla_sqli_sploiter_1.png"><img class="aligncenter size-medium wp-image-807" title="Automated Joomla SQL Injection Exploiter Screenshot 1" src="http://www.xenuser.org/wp-content/uploads/2010/05/joomla_sqli_sploiter_1-300x213.png" alt="Automated Joomla SQL Injection Exploiter Screenshot 1" width="300" height="213" /></a></strong></p>
<p><strong><a href="http://www.xenuser.org/wp-content/uploads/2010/05/joomla_sqli_sploiter_2.png"><img class="aligncenter size-medium wp-image-808" title="Automated Joomla SQL Injection Exploiter Screenshot 2" src="http://www.xenuser.org/wp-content/uploads/2010/05/joomla_sqli_sploiter_2-300x146.png" alt="Automated Joomla SQL Injection Exploiter Screenshot 2" width="300" height="146" /></a></strong></p>
<p><strong>Usage</strong><br />
<em>root@localhost: python joomla_sqli_sploiter.py -u &#8220;http://target/index.php?option=com_vulnerable?id=1&#8243;</em></p>
<p><strong>Disclaimer</strong><br />
Tool was written for educational purposes only. I am not responsible for any damage you might cause using this tool. Know and respect your local laws! Only use this tool on websites you are allowed to test, e.g. for penetration testing.</p>
<p><strong>Sample Output (bad formatted, sorry about that)</strong><br />
&lt;<em>root@localhost: python joomla_sqli_sploiter.py -u &#8220;http://target/index.php?com_option=blubb&amp;id=1&#8243;</em><br />
<em>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~,(^_^),~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</em><br />
<em>Automated Joomla SQL Injection Exploiter 1.0 (23th May 2010)</em><br />
<em>by Valentin Hoebel (valentin@xenuser.org)</em><br />
<em>For educational purposes only! I am not responsible if you cause any damage!</em><br />
<em>Only use this tool on websites which you may test, e.g. for penetration testing.</em><br />
<em>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~,(^_^),~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</em><br />
<em>&gt;&gt; Checking if connection can be established&#8230;</em><br />
<em>&gt;&gt; Connected to target! URL seems to be valid.</em><br />
<em>&gt;&gt; Assuming that your provided URL is vulnerable.</em><br />
<em>&gt;&gt; Trying to find the correct number of columns&#8230; (this may take a while)</em><br />
<em>&gt;&gt; Correct number of columns found!</em><br />
<em>&gt;&gt; Amount:  21</em><br />
<em>&gt;&gt; Do you want to have a sample exploitation URL for pasting into the browser? (Yes/No) no</em><br />
<em>&gt;&gt; Viewing a sample exploitation URL was skipped!</em><br />
<em>&gt;&gt; Now assuming that this is a Joomla installation.</em><br />
<em>&gt;&gt; Trying to fetch the first user of the Joomla user table&#8230;</em><br />
<em>ID:  ['62']</em><br />
<em>Name:  ['Administrator'] Username:  ['admin']</em><br />
<em>Password Hash:  ['censored']</em><br />
<em>E-Mail Address:  ['valentin@xenuser.org'] User status:  ['Super Administrator']</em><br />
<em>&gt;&gt; Do you want to display all Joomla users? Replying with Yes will show you the source code response of the website. (Yes/No) no</em><br />
<em>&gt;&gt; Viewing the Joomla user table output was skipped!</em><br />
<em>&gt;&gt; Do you want to display the current database, database user and MySQL version? (Yes/No) yes</em><br />
<em>MySQL Database User:  ['root@localhost']</em><br />
<em>MySQL Database:  ['joomla']</em><br />
<em>MySQL Version:  ['5.1.34-0.dotdeb.1-log']</em><br />
<em>That&#8217;s it. Bye!</em> <img src="http://www.xenuser.org/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=803" width="1" height="1" style="display: none;" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.xenuser.org/2010/05/23/automated-joomla-sql-injection-exploiter/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

