<?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; Hacking Tools</title>
	<atom:link href="http://www.darknet.org.uk/category/hacking-tools/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>theHarvester &#8211; Gather E-mail Accounts, Subdomains, Hosts, Employee Names &#8211; Information Gathering Tool</title>
		<link>http://www.darknet.org.uk/2012/01/theharvester-gather-e-mail-accounts-subdomains-hosts-employee-names-information-gathering-tool/</link>
		<comments>http://www.darknet.org.uk/2012/01/theharvester-gather-e-mail-accounts-subdomains-hosts-employee-names-information-gathering-tool/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 15:29:43 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Privacy]]></category>
		<category><![CDATA[Web Hacking]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[hacking tool]]></category>
		<category><![CDATA[info gathering]]></category>
		<category><![CDATA[info gathering tool]]></category>
		<category><![CDATA[information gathering]]></category>
		<category><![CDATA[information gathering tool]]></category>
		<category><![CDATA[pen-testing]]></category>
		<category><![CDATA[penetration-testing]]></category>
		<category><![CDATA[shodan]]></category>
		<category><![CDATA[snooping]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=3253</guid>
		<description><![CDATA[theHarvester is a tool to gather emails, subdomains, hosts, employee names, open ports and banners from different public sources like search engines, PGP key servers and SHODAN computer database. This tools is intended to help Penetration testers in the early stages of the project It&#8217;s a really simple tool, but very effective. The sources supported [...]]]></description>
			<content:encoded><![CDATA[<p>theHarvester is a tool to gather emails, subdomains, hosts, employee names, open ports and banners from different public sources like search engines, PGP key servers and SHODAN computer database. </p>
<p>This tools is intended to help Penetration testers in the early stages of the project It&#8217;s a really simple tool, but very effective.</p>
<p>The sources supported are:</p>
<ul>
<li>    Google &#8211; emails,subdomains/hostnames</li>
<li>    Google profiles &#8211; Employee names</li>
<li>    Bing search &#8211; emails, subdomains/hostnames,virtual hosts</li>
<li>    Pgp servers &#8211; emails, subdomains/hostnames</li>
<li>    Linkedin &#8211; Employee names</li>
<li>    Exalead &#8211; emails,subdomain/hostnames</li>
</ul>
<p><strong>New Features</strong></p>
<ul>
<li>    Time delays between requests</li>
<li>    XML and HTML results export</li>
<li>    Search a domain in all sources</li>
<li>    Virtual host verifier</li>
<li>    Shodan computer database integration</li>
<li>    Active enumeration (DNS enumeration,DNS reverse lookups, DNS TLD expansion)</li>
<li>    Basic graph with stats</li>
</ul>
<p><strong>Examples</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>
<p>Searching emails accounts for the domain microsoft.com, it will work with the first 500 google results:</p>
<pre><code>./theharvester.py -d microsoft.com -l 500 -b google</code></pre>
<p>Searching emails accounts for the domain microsoft.com in a PGP server, here it&#8217;s not necessary to specify the limit.</p>
<pre><code>./theharvester.py -d microsoft.com -b pgp</code></pre>
<p>Searching for user names that works in the company microsoft, we use google as search engine, so we need to specify the limit of results we want to use:</p>
<pre><code>./theharvester.py -d microsoft.com -l 200 -b linkedin</code></pre>
<p>Searching in all sources at the same time, with a limit of 200 results:</p>
<pre><code>./theHarvester.py -d microsoft.com -l 200 -b all</code></pre>
<p>You can download theHarvester here:</p>
<p><a href="https://theharvester.googlecode.com/files/theHarvester-2.1_BH2011_Arsenal.tar">theHarvester-2.1_BH2011_Arsenal.tar</a></p>
<p>Or read more <a href="http://www.edge-security.com/theHarvester.php">here</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=theHarvester+%E2%80%93+Gather+E-mail+Accounts%2C+Subdomains%2C+Hosts%2C+Employee+Names+%E2%80%93+Information+Gathering+To...+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D3253+from+%40THEdark..." 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/2012/01/theharvester-gather-e-mail-accounts-subdomains-hosts-employee-names-information-gathering-tool/&amp;t=theHarvester+%E2%80%93+Gather+E-mail+Accounts%2C+Subdomains%2C+Hosts%2C+Employee+Names+%E2%80%93+Information+Gathering+Tool" 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/2012/01/theharvester-gather-e-mail-accounts-subdomains-hosts-employee-names-information-gathering-tool/&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/2012/01/theharvester-gather-e-mail-accounts-subdomains-hosts-employee-names-information-gathering-tool/&amp;title=theHarvester+%E2%80%93+Gather+E-mail+Accounts%2C+Subdomains%2C+Hosts%2C+Employee+Names+%E2%80%93+Information+Gathering+Tool" 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/2012/01/theharvester-gather-e-mail-accounts-subdomains-hosts-employee-names-information-gathering-tool/&amp;title=theHarvester+%E2%80%93+Gather+E-mail+Accounts%2C+Subdomains%2C+Hosts%2C+Employee+Names+%E2%80%93+Information+Gathering+Tool" 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/2012/01/theharvester-gather-e-mail-accounts-subdomains-hosts-employee-names-information-gathering-tool/&amp;title=theHarvester+%E2%80%93+Gather+E-mail+Accounts%2C+Subdomains%2C+Hosts%2C+Employee+Names+%E2%80%93+Information+Gathering+Tool" 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/2012/01/theharvester-gather-e-mail-accounts-subdomains-hosts-employee-names-information-gathering-tool/&amp;title=theHarvester+%E2%80%93+Gather+E-mail+Accounts%2C+Subdomains%2C+Hosts%2C+Employee+Names+%E2%80%93+Information+Gathering+Tool" 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%2F2012%2F01%2Ftheharvester-gather-e-mail-accounts-subdomains-hosts-employee-names-information-gathering-tool%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/2012/01/theharvester-gather-e-mail-accounts-subdomains-hosts-employee-names-information-gathering-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Arachni v0.4 Released &#8211; High-Performance (Open Source) Web Application Security Scanner Framework</title>
		<link>http://www.darknet.org.uk/2012/01/arachni-v0-4-released-high-performance-open-source-web-application-security-scanner-framework/</link>
		<comments>http://www.darknet.org.uk/2012/01/arachni-v0-4-released-high-performance-open-source-web-application-security-scanner-framework/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 17:38:47 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Web Hacking]]></category>
		<category><![CDATA[arachni]]></category>
		<category><![CDATA[arachni v0.4]]></category>
		<category><![CDATA[path traversal scanner]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[sql-injection-scanner]]></category>
		<category><![CDATA[web application security scanner]]></category>
		<category><![CDATA[web-application-security]]></category>
		<category><![CDATA[web-security]]></category>
		<category><![CDATA[web-security-framework]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=3248</guid>
		<description><![CDATA[Arachni is a high-performance (Open Source) Web Application Security Scanner Framework written in Ruby. This version includes lots of goodies, including: A new light-weight RPC implementation (No more XMLRPC) High Performance Grid (HPG) &#8212; Combines the resources of multiple nodes for lightning-fast scans Updated WebUI to provide access to HPG features and context-sensitive help Accuracy [...]]]></description>
			<content:encoded><![CDATA[<p>Arachni is a high-performance (Open Source) Web Application Security Scanner Framework written in Ruby.</p>
<p>This version includes lots of goodies, including:</p>
<ul>
<li>A new light-weight RPC implementation (No more XMLRPC)</li>
<li>High Performance Grid (HPG) &#8212; Combines the resources of multiple nodes for lightning-fast scans</li>
<li>Updated WebUI to provide access to HPG features and context-sensitive help</li>
<li>Accuracy improvements and bugfixes for the XSS, SQL Injection and Path Traversal modules</li>
<li>New report formats (JSON, Marshal, YAML)</li>
<li>Cygwin package for Windows</li>
</ul>
<p><strong>New plugins</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>ReScan — It uses the AFR report of a previous scan to extract the sitemap in order to avoid a redundant crawl.</li>
<li>BeepNotify — Beeps when the scan finishes.</li>
<li>LibNotify — Uses the libnotify library to send notifications for each discovered issue and a summary at the end of the scan.</li>
<li>EmailNotify — Sends a notification (and optionally a report) over SMTP at the end of the scan.</li>
<li>Manual verification — Flags issues that require manual verification as untrusted in order to reduce the signal-to-noise ratio.</li>
<li>Resolver — Resolves vulnerable hostnames to IP addresses.</li>
</ul>
<p>IF you want a slightly more detailed description of what&#8217;s changed you can check <a href="http://trainofthought.segfault.gr/2012/01/07/arachni-v0-4-is-out/">here</a>, or view the <a href="http://arachni.segfault.gr/latest#v0.4">ChangeLog</a>.</p>
<p>You can download Arachni v0.4 here:</p>
<p>Windows &#8211; <a href="http://downloads.segfault.gr/arachni/arachni-v0.4.0.2-cygwin.exe">arachni-v0.4.0.2-cygwin.exe</a><br />
Linux &#8211; <a href="https://github.com/Zapotek/arachni/downloads/arachni-v0.4.0.2-cde.tar.gz">arachni-v0.4.0.2-cde.tar.gz</a></p>
<p>Or read more <a href="http://arachni.segfault.gr">here</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Arachni+v0.4+Released+%E2%80%93+High-Performance+%28Open+Source%29+Web+Application+Security+Scanner+Framework+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D3248+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/2012/01/arachni-v0-4-released-high-performance-open-source-web-application-security-scanner-framework/&amp;t=Arachni+v0.4+Released+%E2%80%93+High-Performance+%28Open+Source%29+Web+Application+Security+Scanner+Framework" 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/2012/01/arachni-v0-4-released-high-performance-open-source-web-application-security-scanner-framework/&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/2012/01/arachni-v0-4-released-high-performance-open-source-web-application-security-scanner-framework/&amp;title=Arachni+v0.4+Released+%E2%80%93+High-Performance+%28Open+Source%29+Web+Application+Security+Scanner+Framework" 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/2012/01/arachni-v0-4-released-high-performance-open-source-web-application-security-scanner-framework/&amp;title=Arachni+v0.4+Released+%E2%80%93+High-Performance+%28Open+Source%29+Web+Application+Security+Scanner+Framework" 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/2012/01/arachni-v0-4-released-high-performance-open-source-web-application-security-scanner-framework/&amp;title=Arachni+v0.4+Released+%E2%80%93+High-Performance+%28Open+Source%29+Web+Application+Security+Scanner+Framework" 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/2012/01/arachni-v0-4-released-high-performance-open-source-web-application-security-scanner-framework/&amp;title=Arachni+v0.4+Released+%E2%80%93+High-Performance+%28Open+Source%29+Web+Application+Security+Scanner+Framework" 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%2F2012%2F01%2Farachni-v0-4-released-high-performance-open-source-web-application-security-scanner-framework%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/2012/01/arachni-v0-4-released-high-performance-open-source-web-application-security-scanner-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Patator &#8211; Multi Purpose Brute Forcing Tool</title>
		<link>http://www.darknet.org.uk/2011/12/patator-multi-purpose-brute-forcing-tool/</link>
		<comments>http://www.darknet.org.uk/2011/12/patator-multi-purpose-brute-forcing-tool/#comments</comments>
		<pubDate>Thu, 29 Dec 2011 12:22:00 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Password Cracking]]></category>
		<category><![CDATA[brute forcer]]></category>
		<category><![CDATA[brute forcer tool]]></category>
		<category><![CDATA[brute forcing tool]]></category>
		<category><![CDATA[brute-forcing]]></category>
		<category><![CDATA[cracking tool]]></category>
		<category><![CDATA[dns brute forcing]]></category>
		<category><![CDATA[hacking tool]]></category>
		<category><![CDATA[http fuzzing]]></category>
		<category><![CDATA[password cracking script]]></category>
		<category><![CDATA[password cracking tool]]></category>
		<category><![CDATA[password-cracker]]></category>
		<category><![CDATA[patator]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=3244</guid>
		<description><![CDATA[Patator is a multi-purpose brute-forcer, with a modular design and a flexible usage. Basically the author got tired of using Medusa, Hydra, ncrack, metasploit auxiliary modules, nmap NSE scripts and the like because: They either do not work or are not reliable (false negatives several times in the past) They are slow (not multi-threaded or [...]]]></description>
			<content:encoded><![CDATA[<p>Patator is a multi-purpose brute-forcer, with a modular design and a flexible usage. Basically the author got tired of using <a href="http://www.darknet.org.uk/2010/02/medusa-2-0-released-parallel-network-login-brute-forcing-tool/">Medusa</a>, <a href="http://www.darknet.org.uk/2010/10/thc-hydra-5-8-released-extremely-fast-multi-threaded-loginpassword-cracker/" title="THC-Hydra 5.8 Released – Extremely Fast Multi-Threaded Login/Password Cracker">Hydra</a>, <a href="http://www.darknet.org.uk/2010/03/ncrack-high-speed-network-authentication-cracking-tool/" title="Ncrack – High Speed Network Authentication Cracking Tool">ncrack</a>, <a href="http://www.darknet.org.uk/2010/07/metasploit-framework-3-4-1-released-16-new-exploits-22-modules-11-meterpreter-scripts/" title="Metasploit Framework 3.4.1 Released – 16 New Exploits, 22 Modules &#038; 11 Meterpreter Scripts">metasploit</a> auxiliary modules, <a href="http://www.darknet.org.uk/2010/02/nmap-v5-20-released-open-source-network-exploration-auditing-tool/" title="Nmap v5.20 Released – Open Source Network Exploration &#038; Auditing Tool">nmap</a> NSE scripts and the like because:</p>
<ul>
<li>They either do not work or are not reliable (false negatives several times in the past)</li>
<li>They are slow (not multi-threaded or not testing multiple passwords within the same TCP connection)</li>
<li>They lack very useful features that are easy to code in python (eg. interactive runtime)</li>
</ul>
<p>Basically you should give Patator a try once you get disappointed by Medusa, Hydra or other brute-force tools and are about to code your own small script because Patator will allow you to:</p>
<ul>
<li>Not write the same code over and over</li>
<li>Run multi-threaded</li>
<li>Benefit for useful features such as the interactive runtime commands, response logging, etc.</li>
</ul>
<p>Currently it supports the following modules:</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>ftp_login     : Brute-force FTP</li>
<li>ssh_login     : Brute-force SSH</li>
<li>telnet_login  : Brute-force Telnet</li>
<li>smtp_login    : Brute-force SMTP</li>
<li>smtp_vrfy     : Enumerate valid users using the SMTP VRFY command</li>
<li>smtp_rcpt     : Enumerate valid users using the SMTP RCPT TO command</li>
<li>http_fuzz     : Brute-force HTTP/HTTPS</li>
<li>pop_passd     : Brute-force poppassd (not POP3)</li>
<li>ldap_login    : Brute-force LDAP</li>
<li>smb_login     : Brute-force SMB</li>
<li>mssql_login   : Brute-force MSSQL</li>
<li>oracle_login  : Brute-force Oracle</li>
<li>mysql_login   : Brute-force MySQL</li>
<li>pgsql_login   : Brute-force PostgreSQL</li>
<li>vnc_login     : Brute-force VNC</li>
<li>dns_forward   : Forward lookup subdomains</li>
<li>dns_reverse   : Reverse lookup subnets</li>
<li>snmp_login    : Brute-force SNMPv1/2 and SNMPv3</li>
<li>unzip_pass    : Brute-force the password of encrypted ZIP files</li>
<li>keystore_pass : Brute-force the password of Java keystore files</li>
</ul>
<p>The name &#8220;Patator&#8221; comes from this tv interview clip &#8211; <a href="http://www.youtube.com/watch?v=xoBkBvnTTjo">patator</a></p>
<p>Patator is NOT script-kiddie friendly, please read the README inside patator.py before reporting/complaining/asking me how to use this tool..</p>
<p>You can download Patator v0.3 here:</p>
<p><a href="http://patator.googlecode.com/files/patator_v0.3.py">patator_v0.3.py</a></p>
<p>Or read more <a href="http://code.google.com/p/patator/">here</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Patator+%E2%80%93+Multi+Purpose+Brute+Forcing+Tool+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D3244+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/12/patator-multi-purpose-brute-forcing-tool/&amp;t=Patator+%E2%80%93+Multi+Purpose+Brute+Forcing+Tool" 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/12/patator-multi-purpose-brute-forcing-tool/&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/12/patator-multi-purpose-brute-forcing-tool/&amp;title=Patator+%E2%80%93+Multi+Purpose+Brute+Forcing+Tool" 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/12/patator-multi-purpose-brute-forcing-tool/&amp;title=Patator+%E2%80%93+Multi+Purpose+Brute+Forcing+Tool" 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/12/patator-multi-purpose-brute-forcing-tool/&amp;title=Patator+%E2%80%93+Multi+Purpose+Brute+Forcing+Tool" 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/12/patator-multi-purpose-brute-forcing-tool/&amp;title=Patator+%E2%80%93+Multi+Purpose+Brute+Forcing+Tool" 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%2F12%2Fpatator-multi-purpose-brute-forcing-tool%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/12/patator-multi-purpose-brute-forcing-tool/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>MySQLPasswordAuditor &#8211; Free MySQL Audit/Password Recovery &amp; Cracking Tool</title>
		<link>http://www.darknet.org.uk/2011/12/mysqlpasswordauditor-free-mysql-auditpassword-recovery-cracking-tool/</link>
		<comments>http://www.darknet.org.uk/2011/12/mysqlpasswordauditor-free-mysql-auditpassword-recovery-cracking-tool/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 19:12:34 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Database Hacking]]></category>
		<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Password Cracking]]></category>
		<category><![CDATA[database-security]]></category>
		<category><![CDATA[hacking mysql]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysql password auditing]]></category>
		<category><![CDATA[mysql password cracking]]></category>
		<category><![CDATA[mysql password recovery]]></category>
		<category><![CDATA[mysql security]]></category>
		<category><![CDATA[mysqlpasswordauditor]]></category>
		<category><![CDATA[password-recovery]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=3119</guid>
		<description><![CDATA[MysqlPasswordAuditor is the FREE Mysql password recovery and auditing software. Mysql is one of the popular and powerful database software used by most of the web based and server side applications. If you have ever lost or forgotten your Mysql database password then MysqlPasswordAuditor can help in recovering it easily. It can also help you [...]]]></description>
			<content:encoded><![CDATA[<p>MysqlPasswordAuditor is the FREE Mysql password recovery and auditing software. Mysql is one of the popular and powerful database software used by most of the web based and server side applications.</p>
<p>If you have ever lost or forgotten your Mysql database password then MysqlPasswordAuditor can help in recovering it easily. It can also help you to audit Mysql database server setup in an corporate environment by discovering the weak password configurations. This makes it one of the must have tool for IT administrators &#038; Penetration Testers.</p>
<p>MysqlPasswordAuditor is very easy to use with the simple dictionary based password recovery method. By default it includes small password list file, however you can find more password dictionary files at OpenWall collection. You can also use tools like Crunch, Cupp to generate custom password list files on your own and then use it with MysqlPasswordAuditor.</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>
<p>MysqlPasswordAuditor works on wide range of platforms starting from Windows XP to latest operating system Windows 7.</p>
<p><strong>Features</strong></p>
<ul>
<li>Free and Simple software to Recover/Audit Mysql Password.</li>
<li>Very useful for IT administrators &#038; Penetration Testers</li>
<li>Dictionary based Password Recovery method</li>
<li>Detailed statistics such as  tested passwords, elapsed time, progress bar is displayed during Audit operation.</li>
<li>Simple, easy to use GUI interface</li>
<li>Integrated Installer for local Installation &#038; Uninstallation. </li>
</ul>
<p>You can download MysqlPasswordAuditor here:</p>
<p><a href="http://securityxploded.net/getfile.php?file=MysqlPasswordAuditor.zip">MysqlPasswordAuditor.zip</a></p>
<p>Or read more <a href="http://securityxploded.com/mysql-password-auditor.php">here</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=MySQLPasswordAuditor+%E2%80%93+Free+MySQL+Audit%2FPassword+Recovery+%26+Cracking+Tool+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D3119+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/12/mysqlpasswordauditor-free-mysql-auditpassword-recovery-cracking-tool/&amp;t=MySQLPasswordAuditor+%E2%80%93+Free+MySQL+Audit%2FPassword+Recovery+%26+Cracking+Tool" 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/12/mysqlpasswordauditor-free-mysql-auditpassword-recovery-cracking-tool/&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/12/mysqlpasswordauditor-free-mysql-auditpassword-recovery-cracking-tool/&amp;title=MySQLPasswordAuditor+%E2%80%93+Free+MySQL+Audit%2FPassword+Recovery+%26+Cracking+Tool" 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/12/mysqlpasswordauditor-free-mysql-auditpassword-recovery-cracking-tool/&amp;title=MySQLPasswordAuditor+%E2%80%93+Free+MySQL+Audit%2FPassword+Recovery+%26+Cracking+Tool" 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/12/mysqlpasswordauditor-free-mysql-auditpassword-recovery-cracking-tool/&amp;title=MySQLPasswordAuditor+%E2%80%93+Free+MySQL+Audit%2FPassword+Recovery+%26+Cracking+Tool" 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/12/mysqlpasswordauditor-free-mysql-auditpassword-recovery-cracking-tool/&amp;title=MySQLPasswordAuditor+%E2%80%93+Free+MySQL+Audit%2FPassword+Recovery+%26+Cracking+Tool" 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%2F12%2Fmysqlpasswordauditor-free-mysql-auditpassword-recovery-cracking-tool%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/12/mysqlpasswordauditor-free-mysql-auditpassword-recovery-cracking-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Mole &#8211; Automatic SQL Injection SQLi Exploitation Tool</title>
		<link>http://www.darknet.org.uk/2011/12/the-mole-automatic-sql-injection-sqli-exploitation-tool/</link>
		<comments>http://www.darknet.org.uk/2011/12/the-mole-automatic-sql-injection-sqli-exploitation-tool/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 16:50:44 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Database Hacking]]></category>
		<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[automatic sql injection tool]]></category>
		<category><![CDATA[database-security]]></category>
		<category><![CDATA[exploitation tool]]></category>
		<category><![CDATA[hacking tool]]></category>
		<category><![CDATA[sql injection exploitation]]></category>
		<category><![CDATA[sql-injection]]></category>
		<category><![CDATA[sql-injection-tool]]></category>
		<category><![CDATA[sqli tool]]></category>
		<category><![CDATA[the mole]]></category>
		<category><![CDATA[the mole sql injection tool]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=3234</guid>
		<description><![CDATA[The Mole is an automatic SQL Injection exploitation tool. Only by providing a vulnerable URL and a valid string on the site it can detect the injection and exploit it, either by using the union technique or a boolean query based technique. Features Support for injections using Mysql, SQL Server, Postgres and Oracle databases. Command [...]]]></description>
			<content:encoded><![CDATA[<p>The Mole is an automatic SQL Injection exploitation tool. Only by providing a vulnerable URL and a valid string on the site it can detect the injection and exploit it, either by using the union technique or a boolean query based technique.</p>
<p align="center"><img src="http://farm8.staticflickr.com/7016/6436951245_06f742897a.jpg" alt="The Mole SQL Injection Tool" /></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>
<p><strong>Features</strong></p>
<ul>
<li>    Support for injections using Mysql, SQL Server, Postgres and Oracle databases.</li>
<li>    Command line interface. Different commands trigger different actions.</li>
<li>    Auto-completion for commands, command arguments and database, table and columns names.</li>
<li>    Support for query filters, in order to bypass certain IPS/IDS rules using generic filters, and the possibility of creating new ones easily.</li>
<li>    Developed in python 3.</li>
</ul>
<p>If you want to know how to use The Mole there&#8217;s a good tutorial <a href="http://themole.sourceforge.net/?q=tutorial">here</a>.</p>
<p>You can download The Mole here:</p>
<p>Windows: <a href="http://sourceforge.net/projects/themole/files/themole-0.2.6/themole-0.2.6-win32.zip/download">themole-0.2.6-win32.zip</a><br />
Linux: <a href="http://sourceforge.net/projects/themole/files/themole-0.2.6/themole-0.2.6-lin-src.tar.gz/download">themole-0.2.6-lin-src.tar.gz</a></p>
<p>Or read more <a href="http://themole.sourceforge.net/">here</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=The+Mole+%E2%80%93+Automatic+SQL+Injection+SQLi+Exploitation+Tool+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D3234+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/12/the-mole-automatic-sql-injection-sqli-exploitation-tool/&amp;t=The+Mole+%E2%80%93+Automatic+SQL+Injection+SQLi+Exploitation+Tool" 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/12/the-mole-automatic-sql-injection-sqli-exploitation-tool/&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/12/the-mole-automatic-sql-injection-sqli-exploitation-tool/&amp;title=The+Mole+%E2%80%93+Automatic+SQL+Injection+SQLi+Exploitation+Tool" 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/12/the-mole-automatic-sql-injection-sqli-exploitation-tool/&amp;title=The+Mole+%E2%80%93+Automatic+SQL+Injection+SQLi+Exploitation+Tool" 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/12/the-mole-automatic-sql-injection-sqli-exploitation-tool/&amp;title=The+Mole+%E2%80%93+Automatic+SQL+Injection+SQLi+Exploitation+Tool" 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/12/the-mole-automatic-sql-injection-sqli-exploitation-tool/&amp;title=The+Mole+%E2%80%93+Automatic+SQL+Injection+SQLi+Exploitation+Tool" 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%2F12%2Fthe-mole-automatic-sql-injection-sqli-exploitation-tool%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/12/the-mole-automatic-sql-injection-sqli-exploitation-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VoIP Hopper 2.01 Released &#8211; IP Phone VLAN Hopping Tool</title>
		<link>http://www.darknet.org.uk/2011/11/voip-hopper-2-01-released-ip-phone-vlan-hopping-tool/</link>
		<comments>http://www.darknet.org.uk/2011/11/voip-hopper-2-01-released-ip-phone-vlan-hopping-tool/#comments</comments>
		<pubDate>Fri, 25 Nov 2011 09:45:37 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Network Hacking]]></category>
		<category><![CDATA[hacking tool]]></category>
		<category><![CDATA[hacking vlan]]></category>
		<category><![CDATA[hacking-networks]]></category>
		<category><![CDATA[vlan hacking]]></category>
		<category><![CDATA[vlan hopper]]></category>
		<category><![CDATA[vlan hopping]]></category>
		<category><![CDATA[vlan hopping tool]]></category>
		<category><![CDATA[voip]]></category>
		<category><![CDATA[voip hopper]]></category>
		<category><![CDATA[voip-hacking]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=1783</guid>
		<description><![CDATA[VoIP Hopper is a GPLv3 licensed security tool, written in C, that rapidly runs a VLAN Hop into the Voice VLAN on specific ethernet switches. VoIP Hopper does this by mimicking the behavior of an IP Phone, in Cisco, Avaya, and Nortel environments. This requires two important steps in order for the tool to traverse [...]]]></description>
			<content:encoded><![CDATA[<p>VoIP Hopper is a GPLv3 licensed security tool, written in C, that rapidly runs a VLAN Hop into the Voice VLAN on specific ethernet switches. VoIP Hopper does this by mimicking the behavior of an IP Phone, in Cisco, Avaya, and Nortel environments.</p>
<p>This requires two important steps in order for the tool to traverse VLANs for unauthorized access.  First,  discovery of the correct 12 bit Voice VLAN ID (VVID) used by the IP Phones is required.  VoIP Hopper supports multiple protocol discovery methods (CDP, DHCP, LLDP-MED, 802.1q ARP) for this important first step.  Second, the tool creates a virtual VoIP ethernet interface on the OS.  It then inserts a spoofed 4-byte 802.1q vlan header containing the 12 bit VVID into a spoofed DHCP request.</p>
<p>Once it receives an IP address in the VoIP VLAN subnet, all subsequent ethernet frames are &#8220;tagged&#8221; with the spoofed 802.1q header.</p>
<p>VoIP Hopper is a VLAN Hop test tool but also a tool to test VoIP infrastructure security. </p>
<p><strong>New Features</strong></p>
<ul>
<li>    New &#8220;Assessment&#8221; mode:  Interactive, menu driven command interface, improves ability to VLAN Hop in Pentesting when the security tester is working against an unknown network infrastructure</li>
<li>    New VLAN Discovery methods (802.1q ARP, LLDP-MED)</li>
<li>    LLDP-MED spoofing and sniffing support</li>
<li>    Can bypass VoIP VLAN subnets that have DHCP disabled, and spoof the IP address and MAC address of a phone by setting a static IP</li>
</ul>
<p>You can download VoIP Hopper 2.01 here:</p>
<p><a href="http://downloads.sourceforge.net/project/voiphopper/voiphopper-2.0/voiphopper-2.01.tar.gz?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fvoiphopper%2Ffiles%2Fvoiphopper-2.0%2F&#038;ts=1321850086&#038;use_mirror=cdnetworks-kr-1">voiphopper-2.01.tar.gz</a></p>
<p>Or read more <a href="http://voiphopper.sourceforge.net/">here</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=VoIP+Hopper+2.01+Released+%E2%80%93+IP+Phone+VLAN+Hopping+Tool+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D1783+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/11/voip-hopper-2-01-released-ip-phone-vlan-hopping-tool/&amp;t=VoIP+Hopper+2.01+Released+%E2%80%93+IP+Phone+VLAN+Hopping+Tool" 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/11/voip-hopper-2-01-released-ip-phone-vlan-hopping-tool/&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/11/voip-hopper-2-01-released-ip-phone-vlan-hopping-tool/&amp;title=VoIP+Hopper+2.01+Released+%E2%80%93+IP+Phone+VLAN+Hopping+Tool" 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/11/voip-hopper-2-01-released-ip-phone-vlan-hopping-tool/&amp;title=VoIP+Hopper+2.01+Released+%E2%80%93+IP+Phone+VLAN+Hopping+Tool" 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/11/voip-hopper-2-01-released-ip-phone-vlan-hopping-tool/&amp;title=VoIP+Hopper+2.01+Released+%E2%80%93+IP+Phone+VLAN+Hopping+Tool" 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/11/voip-hopper-2-01-released-ip-phone-vlan-hopping-tool/&amp;title=VoIP+Hopper+2.01+Released+%E2%80%93+IP+Phone+VLAN+Hopping+Tool" 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%2F11%2Fvoip-hopper-2-01-released-ip-phone-vlan-hopping-tool%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/11/voip-hopper-2-01-released-ip-phone-vlan-hopping-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>X-Scan by XFocus &#8211; Basic Free Network Vulnerability Scanner</title>
		<link>http://www.darknet.org.uk/2011/11/x-scan-by-xfocus-basic-free-network-vulnerability-scanner/</link>
		<comments>http://www.darknet.org.uk/2011/11/x-scan-by-xfocus-basic-free-network-vulnerability-scanner/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 08:30:50 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Network Hacking]]></category>
		<category><![CDATA[free vulnerability scanner]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[nasl]]></category>
		<category><![CDATA[nessus]]></category>
		<category><![CDATA[network vulnerability scanner]]></category>
		<category><![CDATA[network-security]]></category>
		<category><![CDATA[vulnerability-scanner]]></category>
		<category><![CDATA[xfocus]]></category>
		<category><![CDATA[xscan]]></category>
		<category><![CDATA[xscan by xfocus]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=1652</guid>
		<description><![CDATA[X-Scan is a general scanner for scanning network vulnerabilities for specific IP address range or stand-alone computer by multi-threading method, plug-ins are supported. This is an old tool (last update in 2005), but some people still find it useful and there are certain situations where it can be useful (especially in those jurassic companies using [...]]]></description>
			<content:encoded><![CDATA[<p>X-Scan is a general scanner for scanning network vulnerabilities for specific IP address range or stand-alone computer by multi-threading method, plug-ins are supported. This is an old tool (last update in 2005), but some people still find it useful and there are certain situations where it can be useful (especially in those jurassic companies using old kit).</p>
<p>It supports Nessus NASL plugins for vulnerability scanning &#8211; which makes it pretty useful. It also has both a GUI and command line version for scripting.</p>
<p>The following items can be scanned:</p>
<ul>
<li>    Remote OS type and version detection,</li>
<li>    Standard port status and banner information,</li>
<li>    SNMP information,</li>
<li>    CGI vulnerability detection,</li>
<li>    IIS vulnerability detection,</li>
<li>    RPC vulnerability detection,</li>
<li>    SSL vulnerability detection,</li>
<li>    SQL-server,</li>
<li>    FTP-server,</li>
<li>    SMTP-server,</li>
<li>    POP3-server,</li>
<li>    NT-server weak user/password pairs authentication module,</li>
<li>    NT server NETBIOS information,</li>
<li>    Remote Register information, etc.</li>
</ul>
<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>
<p>The results of the scan are saved in /log directory,  and are title index_ip_address.htm (if you used the GUI) or ip_address if you used the command line option.  These can be directly browsed by any normal Web Browser.</p>
<p>Basic user and password lists are supplied to carry out a basic attack on certain services, (above), if found enabled on the host.</p>
<p>You can download XScan v3.3 here:</p>
<p><a href="http://xfocus.org/programs/200507/X-Scan-v3.3-en.rar">X-Scan-v3.3-en.rar</a></p>
<p>Or read more <a href="http://www.xfocus.org/programs/200507/18.html">here</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=X-Scan+by+XFocus+%E2%80%93+Basic+Free+Network+Vulnerability+Scanner+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D1652+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/11/x-scan-by-xfocus-basic-free-network-vulnerability-scanner/&amp;t=X-Scan+by+XFocus+%E2%80%93+Basic+Free+Network+Vulnerability+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/2011/11/x-scan-by-xfocus-basic-free-network-vulnerability-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/2011/11/x-scan-by-xfocus-basic-free-network-vulnerability-scanner/&amp;title=X-Scan+by+XFocus+%E2%80%93+Basic+Free+Network+Vulnerability+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/2011/11/x-scan-by-xfocus-basic-free-network-vulnerability-scanner/&amp;title=X-Scan+by+XFocus+%E2%80%93+Basic+Free+Network+Vulnerability+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/2011/11/x-scan-by-xfocus-basic-free-network-vulnerability-scanner/&amp;title=X-Scan+by+XFocus+%E2%80%93+Basic+Free+Network+Vulnerability+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/2011/11/x-scan-by-xfocus-basic-free-network-vulnerability-scanner/&amp;title=X-Scan+by+XFocus+%E2%80%93+Basic+Free+Network+Vulnerability+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%2F2011%2F11%2Fx-scan-by-xfocus-basic-free-network-vulnerability-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/2011/11/x-scan-by-xfocus-basic-free-network-vulnerability-scanner/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>sqlsus 0.7.1 Released &#8211; MySQL Injection &amp; Takeover Tool</title>
		<link>http://www.darknet.org.uk/2011/11/sqlsus-0-7-1-released-mysql-injection-takeover-tool/</link>
		<comments>http://www.darknet.org.uk/2011/11/sqlsus-0-7-1-released-mysql-injection-takeover-tool/#comments</comments>
		<pubDate>Mon, 21 Nov 2011 14:15:08 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Database Hacking]]></category>
		<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Web Hacking]]></category>
		<category><![CDATA[database-security]]></category>
		<category><![CDATA[hacking mysql]]></category>
		<category><![CDATA[hacking toold]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysql hacking tool]]></category>
		<category><![CDATA[mysql injection]]></category>
		<category><![CDATA[mysql injection tool]]></category>
		<category><![CDATA[mysql security]]></category>
		<category><![CDATA[mysql takeover]]></category>
		<category><![CDATA[sql-injection]]></category>
		<category><![CDATA[sql-injection-tool]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=1680</guid>
		<description><![CDATA[sqlsus is an open source MySQL injection and takeover tool, written in perl. Via a command line interface, you can retrieve the database(s) structure, inject your own SQL queries (even complex ones), download files from the web server, crawl the website for writable directories, upload and control a backdoor, clone the database(s), and much more&#8230;Whenever [...]]]></description>
			<content:encoded><![CDATA[<p>sqlsus is an open source MySQL injection and takeover tool, written in perl. Via a command line interface, you can retrieve the database(s) structure, inject your own SQL queries (even complex ones), download files from the web server, crawl the website for writable directories, upload and control a backdoor, clone the database(s), and much more&#8230;Whenever relevant, sqlsus will mimic a MySQL console output.</p>
<p>sqlsus focuses on speed and efficiency, optimising the available injection space, making the best use (I can think of) of MySQL functions. It uses stacked subqueries and an powerful blind injection algorithm to maximise the data gathered per web server hit. Using multithreading on top of that, sqlsus is an extremely fast database dumper, be it for inband or blind injection.If the privileges are high enough, sqlsus will be a great help for uploading a backdoor through the injection point, and takeover the web server.</p>
<p>It uses SQLite as a backend, for an easier use of what has been dumped, and integrates a lot of usual features (see below) such as cookie support, socks/http proxying, https..</p>
<p><strong>What&#8217;s New</strong></p>
<p>Starting with version 0.7, sqlsus now supports time-based blind injection and automatically detects web server / suhosin / etc.. length restrictions.</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 time-based blind injection support (added option &#8220;blind_sleep&#8221;, and renamed &#8220;string_to_match&#8221; to &#8220;blind_string&#8221;).</li>
<li>It is now possible to force sqlsus to exit when it&#8217;s hanging (i.e.: retrieving data), by hitting Ctrl-C more than twice.</li>
<li>Rewrite of &#8220;autoconf max_sendable&#8221;, so that sqlsus will properly detect which length restriction applies (WEB server / layer above). (removed option &#8220;max_sendable&#8221;, added options &#8220;max_url_length&#8221; and &#8220;max_inj_length&#8221;)</li>
<li>Uploading a file now sends it into chunks under the length restriction.</li>
<li>sqlsus now saves variables after each command, so that forcing it to quit (or killing it) will not discard the changes that were made.</li>
<li>Added a progress bar to inband mode, sqlsus now determines the number of rows to be returned prior to fetching them.</li>
<li>get db (tables/columns) in inband mode now uses multithreading (like everything else).</li>
<li>clone now uses count(*) if available (set by &#8220;get count&#8221; / &#8220;get db&#8221;), instead of using fetch-ahead.</li>
<li>In blind mode, &#8220;start&#8221; will now test if things work the way they should, by injecting 2 queries : one true and one false.</li>
<li>sqlsus now prints what configuration options are overridden (when a saved value differs from the configuration file).</li>
</ul>
<p>You can download sqlsus 0.7.1 here:</p>
<p><a href="http://sourceforge.net/projects/sqlsus/files/sqlsus/sqlsus-0.7.1.tgz/download">sqlsus-0.7.1.tgz</a></p>
<p>Or read more <a href="http://sqlsus.sourceforge.net/">here</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=sqlsus+0.7.1+Released+%E2%80%93+MySQL+Injection+%26+Takeover+Tool+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D1680+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/11/sqlsus-0-7-1-released-mysql-injection-takeover-tool/&amp;t=sqlsus+0.7.1+Released+%E2%80%93+MySQL+Injection+%26+Takeover+Tool" 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/11/sqlsus-0-7-1-released-mysql-injection-takeover-tool/&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/11/sqlsus-0-7-1-released-mysql-injection-takeover-tool/&amp;title=sqlsus+0.7.1+Released+%E2%80%93+MySQL+Injection+%26+Takeover+Tool" 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/11/sqlsus-0-7-1-released-mysql-injection-takeover-tool/&amp;title=sqlsus+0.7.1+Released+%E2%80%93+MySQL+Injection+%26+Takeover+Tool" 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/11/sqlsus-0-7-1-released-mysql-injection-takeover-tool/&amp;title=sqlsus+0.7.1+Released+%E2%80%93+MySQL+Injection+%26+Takeover+Tool" 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/11/sqlsus-0-7-1-released-mysql-injection-takeover-tool/&amp;title=sqlsus+0.7.1+Released+%E2%80%93+MySQL+Injection+%26+Takeover+Tool" 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%2F11%2Fsqlsus-0-7-1-released-mysql-injection-takeover-tool%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/11/sqlsus-0-7-1-released-mysql-injection-takeover-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GoLISMERO &#8211; Web Application Mapping Tool</title>
		<link>http://www.darknet.org.uk/2011/11/golismero-web-application-mapping-tool/</link>
		<comments>http://www.darknet.org.uk/2011/11/golismero-web-application-mapping-tool/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 19:58:51 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Web Hacking]]></category>
		<category><![CDATA[golismero]]></category>
		<category><![CDATA[web application mapping]]></category>
		<category><![CDATA[web application mapping tool]]></category>
		<category><![CDATA[web mapping tool]]></category>
		<category><![CDATA[web site security]]></category>
		<category><![CDATA[web-application-hacking]]></category>
		<category><![CDATA[web-application-security]]></category>
		<category><![CDATA[web-security]]></category>
		<category><![CDATA[website mapping tool]]></category>
		<category><![CDATA[website scanner]]></category>
		<category><![CDATA[website security]]></category>
		<category><![CDATA[website-hacking]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=3224</guid>
		<description><![CDATA[GoLISMERO helps you to map a web application, displaying the results in a readable format for security auditors and also prepares the results for integration with other web hacking tools as w3af, wfuzz, netcat, nikto, etc. Features Map a web aplication. Show all links and forms params as confortable format. Save results with some formats: [...]]]></description>
			<content:encoded><![CDATA[<p>GoLISMERO helps you to map a web application, displaying the results in a readable format for security auditors and also prepares the results for integration with other web hacking tools as <a href="http://www.darknet.org.uk/2011/11/w3af-v1-1-released-for-download-web-application-attack-audit-framework/">w3af</a>, <a href="http://www.darknet.org.uk/2007/07/wfuzz-a-tool-for-bruteforcingfuzzing-web-applications/">wfuzz</a>, netcat, <a href="http://www.darknet.org.uk/2009/10/nikto-2-1-0-released-web-server-security-scanning-tool/">nikto</a>, etc.</p>
<p><strong>Features</strong></p>
<ul>
<li>    Map a web aplication.</li>
<li>    Show all links and forms params as confortable format.</li>
<li>    Save results with some formats: text, cvs, html, raw (for parsing with bash script) and wfuzz script.</li>
<li>    Detect common vulnerabilites of web application.</li>
<li>    Filter web information retaining only what is important.</li>
<li>    Many other features you can find very useful. </li>
</ul>
<p>You can download GoLISMERO here:</p>
<p><a href="http://golismero.googlecode.com/files/GoLISMERO_last.zip">GoLISMERO_last.zip</a></p>
<p>Or read more <a href="https://code.google.com/p/golismero/ ">here</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=GoLISMERO+%E2%80%93+Web+Application+Mapping+Tool+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D3224+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/11/golismero-web-application-mapping-tool/&amp;t=GoLISMERO+%E2%80%93+Web+Application+Mapping+Tool" 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/11/golismero-web-application-mapping-tool/&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/11/golismero-web-application-mapping-tool/&amp;title=GoLISMERO+%E2%80%93+Web+Application+Mapping+Tool" 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/11/golismero-web-application-mapping-tool/&amp;title=GoLISMERO+%E2%80%93+Web+Application+Mapping+Tool" 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/11/golismero-web-application-mapping-tool/&amp;title=GoLISMERO+%E2%80%93+Web+Application+Mapping+Tool" 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/11/golismero-web-application-mapping-tool/&amp;title=GoLISMERO+%E2%80%93+Web+Application+Mapping+Tool" 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%2F11%2Fgolismero-web-application-mapping-tool%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/11/golismero-web-application-mapping-tool/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>w3af v1.1 Released For Download &#8211; Web Application Attack &amp; Audit Framework</title>
		<link>http://www.darknet.org.uk/2011/11/w3af-v1-1-released-for-download-web-application-attack-audit-framework/</link>
		<comments>http://www.darknet.org.uk/2011/11/w3af-v1-1-released-for-download-web-application-attack-audit-framework/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 17:37:57 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Database Hacking]]></category>
		<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Web Hacking]]></category>
		<category><![CDATA[auditing-framework]]></category>
		<category><![CDATA[cross site scriping]]></category>
		<category><![CDATA[hacking-web-application]]></category>
		<category><![CDATA[hacking-web-sites]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[sql-injection]]></category>
		<category><![CDATA[sql-injection-tool]]></category>
		<category><![CDATA[w3af]]></category>
		<category><![CDATA[web-applicaton-security]]></category>
		<category><![CDATA[web-auditing]]></category>
		<category><![CDATA[XSS]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=3225</guid>
		<description><![CDATA[w3af is a Web Application Attack and Audit Framework. The project&#8217;s goal is to create a framework to find and exploit web application vulnerabilities that is easy to use and extend. The w3af core and it&#8217;s plugins are fully written in python. The project has more than 130 plugins, which check for SQL injection, cross [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.darknet.org.uk/tag/w3af/">w3af</a> is a Web Application Attack and Audit Framework. The project&#8217;s goal is to create a framework to find and exploit web application vulnerabilities that is easy to use and extend.</p>
<p>The w3af core and it&#8217;s plugins are fully written in python. The project has more than 130 plugins, which check for <a href="http://www.darknet.org.uk/tag/sql-injection/">SQL injection</a>, cross site scripting (<a href="http://www.darknet.org.uk/tag/xss/">xss</a>), local and remote file inclusion and much </p>
<p>Finally it&#8217;s out of BETA and RC and there&#8217;s now a stable core for the codebase.</p>
<p><strong>New in v1.1</strong></p>
<ul>
<li>Considerably increased performance by implementing gzip encoding</li>
<li>Enhanced embedded bug report system using Trac&#8217;s XMLRPC</li>
<li>Fixed hundreds of bugs</li>
<li>Fixed critical bug in auto-update feature</li>
<li>Enhanced integration with other tools (bug fixed and addedmore info to the file)</li>
</ul>
<p>You can download w3af v1.1 here:</p>
<p><a href="http://downloads.sourceforge.net/project/w3af/w3af/w3af%201.1/w3af-1.1.tar.bz2?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fw3af%2Ffiles%2Fw3af%2Fw3af%25201.1%2F&#038;ts=1321290325&#038;use_mirror=cdnetworks-kr-1">w3af-1.1.tar.bz2</a></p>
<p>Or you can read more <a href="http://www.w3af.com/">here</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=w3af+v1.1+Released+For+Download+%E2%80%93+Web+Application+Attack+%26+Audit+Framework+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D3225+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/11/w3af-v1-1-released-for-download-web-application-attack-audit-framework/&amp;t=w3af+v1.1+Released+For+Download+%E2%80%93+Web+Application+Attack+%26+Audit+Framework" 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/11/w3af-v1-1-released-for-download-web-application-attack-audit-framework/&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/11/w3af-v1-1-released-for-download-web-application-attack-audit-framework/&amp;title=w3af+v1.1+Released+For+Download+%E2%80%93+Web+Application+Attack+%26+Audit+Framework" 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/11/w3af-v1-1-released-for-download-web-application-attack-audit-framework/&amp;title=w3af+v1.1+Released+For+Download+%E2%80%93+Web+Application+Attack+%26+Audit+Framework" 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/11/w3af-v1-1-released-for-download-web-application-attack-audit-framework/&amp;title=w3af+v1.1+Released+For+Download+%E2%80%93+Web+Application+Attack+%26+Audit+Framework" 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/11/w3af-v1-1-released-for-download-web-application-attack-audit-framework/&amp;title=w3af+v1.1+Released+For+Download+%E2%80%93+Web+Application+Attack+%26+Audit+Framework" 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%2F11%2Fw3af-v1-1-released-for-download-web-application-attack-audit-framework%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/11/w3af-v1-1-released-for-download-web-application-attack-audit-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

