<?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>tanasi.it &#187; hacking tools</title>
	<atom:link href="http://www.tanasi.it/tag/hacking-tools/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tanasi.it</link>
	<description>Alessandro `jekil` Tanasi blog</description>
	<lastBuildDate>Fri, 02 Jul 2010 11:06:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>splmap 0.6 released</title>
		<link>http://www.tanasi.it/1354-splmap-06-released.html</link>
		<comments>http://www.tanasi.it/1354-splmap-06-released.html#comments</comments>
		<pubDate>Sun, 31 Aug 2008 23:36:19 +0000</pubDate>
		<dc:creator>jekil</dc:creator>
				<category><![CDATA[In English]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Techie]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[hacking tools]]></category>
		<category><![CDATA[sql injection]]></category>
		<category><![CDATA[sqplamp]]></category>

		<guid isPermaLink="false">http://www.lonerunners.net/?p=1354</guid>
		<description><![CDATA[My friend inquis today released one of the best SQL injection tools available to the public: sqlmap. For the ones of you that do not know this tool yet, sqlmap is an automatic SQL injection tool developed in Python. Its goal is to detect and take advantage of SQL injection vulnerabilities on web applications. Once [...]]]></description>
			<content:encoded><![CDATA[<p>My friend <a href="http://bernardodamele.blogspot.com">inquis</a> today released one of the best SQL injection tools available to the public: <a href="http://sqlmap.sourceforge.net/">sqlmap</a>.<br />
For the ones of you that do not know this tool yet, sqlmap is an automatic <a href="http://www.google.com/search?q=SQL+injection">SQL injection</a> tool developed in <a href="http://www.python.org/">Python</a>. Its goal is to detect and take advantage of SQL injection vulnerabilities on web applications. Once it detects one or more SQL injections on the target host, the user can choose among a variety of options to perform an extensive back-end database management system fingerprint, retrieve DBMS session user and database, enumerate users, password hashes, privileges, databases, dump entire or user&#8217;s specific DBMS tables/columns, run his own SQL <code>SELECT</code> statement, read specific files on the file system and much more.</p>
<p>After almost a year of extensive programming I am done with complete code refactoring, many bugs fixes and many new features.<br />
Some of the new features include:</p>
<ul>
<li>Added multithreading support to set the maximum number of concurrent HTTP requests.</li>
<li>Implemented SQL shell (<span style="font-family: courier new;">&#8211;sql-shell</span>) functionality and fixed SQL query (<span style="font-family: courier new;">&#8211;sql-query</span>, before called <span style="font-family: courier new;">-e</span>) to be able to run whatever <span style="font-family: courier new;">SELECT</span> statement and get its output in both inband and blind SQL injection attack.</li>
<li>Added an option (<span style="font-family: courier new;">&#8211;privileges</span>) to retrieve DBMS users privileges, it also notifies if the user is a DBMS administrator.</li>
<li>Added support (<span style="font-family: courier new;">-c</span>) to read options from configuration file, an example of valid INI file is sqlmap.conf and support (<span style="font-family: courier new;">&#8211;save</span>) to save command line options on a configuration file.</li>
<li>Implemented support for HTTPS requests over HTTP(S) proxy.</li>
<li>Enhanced logging system: added three more levels of verbosity to show also HTTP sent and received traffic.</li>
</ul>
<p>Complete list of changes at <a href="http://sqlmap.sourceforge.net/doc/ChangeLog">http://sqlmap.sourceforge.net/doc/ChangeLog</a>.</p>
<ul class="related_post"><li><a href="http://www.tanasi.it/1246-database-datatype-comparison-sheet.html" title="Database datatype comparison sheet">Database datatype comparison sheet</a></li><li><a href="http://www.tanasi.it/952-free-sql-injection-scanners.html" title="Free SQL Injection Scanners">Free SQL Injection Scanners</a></li><li><a href="http://www.tanasi.it/1834-secdocs-documenti-vari-di-it-security.html" title="SecDocs &#8211; Documenti vari di IT security">SecDocs &#8211; Documenti vari di IT security</a></li><li><a href="http://www.tanasi.it/1828-le-migliori-tecniche-di-web-hacking-del-2008.html" title="Le migliori tecniche di Web Hacking del 2008">Le migliori tecniche di Web Hacking del 2008</a></li><li><a href="http://www.tanasi.it/1807-gli-alieni-ci-hanno-violato-i-sistemi.html" title="Gli alieni ci hanno violato i sistemi">Gli alieni ci hanno violato i sistemi</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.tanasi.it/1354-splmap-06-released.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Penetration Testing Tools</title>
		<link>http://www.tanasi.it/1188-penetration-testing-tools.html</link>
		<comments>http://www.tanasi.it/1188-penetration-testing-tools.html#comments</comments>
		<pubDate>Sun, 13 Jan 2008 16:03:44 +0000</pubDate>
		<dc:creator>jekil</dc:creator>
				<category><![CDATA[In English]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Techie]]></category>
		<category><![CDATA[hacker tools]]></category>
		<category><![CDATA[hacking tools]]></category>
		<category><![CDATA[penetration testing]]></category>

		<guid isPermaLink="false">http://localhost/wordpress/?p=1103</guid>
		<description><![CDATA[Packet Shaper: Nemesis: a command line packet shaper Packit: The Packet Toolkit &#8211; A network packet shaper. Hping by Antirez: a command line TCP/IP packet shaper Sing: stands for &#8216;Send ICMP Nasty Garbage&#8217;; sends fully customizeable ICMP packets Scapy: a new python-based packet generator Password Cracker/Login Hacker: John the Ripper: a well-known password cracker for [...]]]></description>
			<content:encoded><![CDATA[<p class="smallheadline"><font color="#000000">Packet<br />
Shaper:</font></p>
<ul>
<li class="stdtext"><font color="#000000"><a href="http://www.packetfactory.net/projects/nemesis/" class="stdtext">Nemesis</a>:<br />
a command line packet shaper</font></li>
<li class="stdtext"><font color="#000000"><a href="http://packit.sourceforge.net/">Packit</a>:<br />
The Packet Toolkit &#8211; A network packet shaper.</font></li>
<li><font color="#000000"><span class="stdtext"><a href="http://www.hping.org/">Hping</a><br />
by Antirez: a command line TCP/IP packet shaper</span></font></li>
<li class="stdtext"><font color="#000000"><a href="http://sourceforge.net/projects/sing/">Sing</a>:<br />
stands for &#8216;Send ICMP Nasty Garbage&#8217;; sends fully customizeable ICMP<br />
packets</font></li>
<li class="stdtext"><font color="#000000"><a href="http://www.cartel-securite.fr/pbiondi/scapy.html">Scapy</a>:<br />
a new python-based packet generator </font></li>
</ul>
<p class="smallheadline"><font color="#000000">Password<br />
Cracker/Login Hacker:</font></p>
<ul>
<li class="stdtext"><font color="#000000"><a name="john"></a><a href="http://www.openwall.com/john/">John<br />
the Ripper</a>: a well-known<br />
password cracker for Windows and *nix Systems</font></li>
<li class="stdtext"><font color="#000000"><a href="http://ktulu.com.ar/en/djohn.php">Djohn</a>:<br />
a distributed password cracker based on &quot;<a href="http://www.forinsect.de/pentest/pentest-tools.html#john" target="_self">John<br />
the Ripper</a>&quot; </font></li>
<li class="stdtext"><font color="#000000"><a name="cainabel"></a><a href="http://www.oxid.it/cain.html">Cain<br />
&amp; Abel</a>: an advanced<br />
password recovery tool for windows systems. It sniffs the network<br />
packets an cracks authentication brute-force or with dictionary<br />
attacks. </font></li>
<li class="stdtext"><font color="#000000"><a href="http://www.antsight.com/zsl/rainbowcrack/">Project<br />
RainbowCrack</a>: Advanced instant<br />
NT password cracker</font></li>
<li class="stdtext"><font color="#000000"><a href="http://rainbowtables.shmoo.com/">Rainbowtables</a>: <span class="stdtext">The<br />
shmoo group provides pre-generated rainbow tables for bittorrent<br />
download. The tables are generated with RainbowCrack (see above).</span></font></li>
<li><font color="#000000"><span class="stdtext">Windows<br />
NT<a href="http://home.eunet.no/%7Epnordahl/ntpasswd/"><br />
password recovery tool</a> by Peter<br />
Nordahl</span></font></li>
<li class="stdtext"><font color="#000000"><a href="http://www.thc.org/releases.php">THC-Dialup<br />
Login Hacker</a> by THC. It tries to<br />
guess username and password against the modem carrier. As far as I know<br />
the only available dialup password guesser for *NIX. </font></li>
<li class="stdtext"><font color="#000000"><a name="hydra"></a><a href="http://www.thc.org/releases.php">Hydra</a><br />
by THC: a multi-protocol login hacker. Hydra is also integrated with <a href="http://www.forinsect.de/pentest/pentest-tools.html#nessus" target="_self">Nessus</a>.</font></li>
<li class="stdtext"><font color="#000000"><a href="http://www.foofus.net/jmk/medusa/medusa.html">Medusa</a>: parallel network login auditor</font></li>
<li class="stdtext"><font color="#000000"><a href="http://www.thc.org/root/tools/">THC<br />
imap bruter</a>: a very fast imap<br />
password brute forcer</font></li>
<li><font color="#000000"><span class="stdtext"><a href="http://wayreth.eu.org/x25bru.c">x25bru</a>:<br />
a login/password bruteforcer for x25 pad</span></font></li>
<li><font color="#000000"><span class="stdtext"><a href="http://www.sensepost.com/research/crowbar/">Crowbar</a>:  a generic web brute force tool (Windows only; requires .NET Framework)</span></font></li>
<li><font color="#000000"><span class="stdtext"><a href="http://membres.lycos.fr/mdcrack/nsindex.html">MDCrack-NG</a>: a very fast MD4/MD5/NTLMv1 hash cracker; works optionally with precomputed hash tables
<p>          </span></font></li>
</ul>
<p class="smallheadline"><font color="#000000">Advanced<br />
Sniffers:</font></p>
<ul>
<li class="stdtext"><font color="#000000"><a name="wireshark"></a><a href="http://www.wireshark.org/">Wireshark</a> (formerly known as Ethereal): an open source network protocol analyzer</font></li>
<li class="stdtext"><font color="#000000"><a href="http://monkey.org/%7Edugsong/dsniff/">Dsniff</a><br />
by Dug Song: a combination of very useful sniffer and man-in-the-middle<br />
attack tools</font></li>
<li class="stdtext"><font color="#000000"><a href="http://ettercap.sourceforge.net/">Ettercap</a>:<br />
a multipurpose sniffer/interceptor/logger for switched LAN environments</font></li>
<li class="stdtext"><font color="#000000"><a href="http://www.aimsniff.com/">aimsniffer</a>:<br />
monitors AOL instant messager communication on the network</font></li>
<li class="stdtext"><font color="#000000"><a href="http://forgate.sourceforge.net/">4G8</a>:<br />
a tool ,similar to ettercap, to capture network traffic in switched<br />
environments</font></li>
<li class="stdtext"><font color="#000000"><a href="http://www.remote-exploit.org/codes.html">cdpsniffer</a>:<br />
Cisco discovery protocol (CDP) decoding sniffer</font></li>
</ul>
<p class="smallheadline"><font color="#000000">Port<br />
Scanner / Information Gathering:</font></p>
<ul>
<li class="stdtext"><font color="#000000"><a name="nmap"></a><a href="http://www.insecure.org/nmap/">nmap</a>:<br />
the currently most well-known port scanner. Since version 3.45 it<br />
supports <a href="http://www.insecure.org/nmap/versionscan.html">version<br />
scans</a>. Have a look at <a href="http://pbnj.sourceforge.net/">PBNJ</a> for diffing different nmap scans. </font></li>
<li class="stdtext"><font color="#000000"><a href="http://www.isecom.org/">ISECOM</a><br />
released their nmap wrapper <a href="http://www.isecom.org/projects/toolsandtemplates.shtml">NWRAP</a>,<br />
which shows all known protocols for the discovered ports form the Open<br />
Protocol Resource Database </font></li>
<li class="stdtext"><font color="#000000"><a href="http://webwizarddesign.com/nmap/">Nmap::Scanner</a>:<br />
Perl output parser for nmap </font></li>
<li class="stdtext"><font color="#000000"><a name="amap"></a><a href="http://www.thc.org/releases.php">Amap</a><br />
by THC: An advanced portscanner which determines the application behind<br />
a network port by its application handshake. Thus it detects well-known<br />
applications on non-standard ports or unknown applications on<br />
well-known ports.</font></li>
<li class="stdtext"><font color="#000000"><a href="http://www.thc.org/releases.php">vmap</a><br />
by THC: version mapper to determine the version (sic!) of scanned daemons</font></li>
<li class="stdtext"><font color="#000000"><a href="http://www.dyadsecurity.com/s_unicornscan.html">Unicornscan</a>:<br />
a information gathering and correlation engine</font></li>
<li class="stdtext"><font color="#000000"><a href="http://www.mor-pah.net/index.php?file=projects/dmitry">DMitry</a> (Deepmagic Information Gathering Tool): a host information gathering tool for *nix systems</font></li>
<li class="stdtext"><font color="#000000"><a href="http://www.buyukada.co.uk/projects/athena/">Athena</a>:<br />
a search engine query tool for passive information gathering</font></li>
</ul>
<p class="smallheadline"><font color="#000000">Security<br />
Scanner:</font></p>
<ul>
<li class="stdtext"><font color="#000000"><a name="nessus"></a><a href="http://www.nessus.org/">Nessus</a><br />
- In version 2 an OpenSource network scanner. Version 3 is only available in binary form and under a proprietary license.</font></li>
<li class="stdtext"><font color="#000000"><a href="http://www.openvas.org/doku.php">OpenVAS</a>: a fork of Nessus 2.2.5 (formerly known as GNessUs)
<p>          </font></li>
<li class="stdtext"><font color="#000000"><span class="stdtext"><span style="text-decoration: underline;">Nessj</span>: a java based <a target="_self" href="http://www.forinsect.de/pentest/pentest-tools.html#nessus">nessus</a> (and compatibles) client (formerly known as Reason)</span></font></li>
<li class="stdtext"><font color="#000000">Paul<br />
Clip from @stake released <a href="http://blog.cyberclip.com/wp-content/AUSTIN_1.0.1.zip">AUSTIN</a>,<br />
a security scanner for Palm OS 3.5+. </font></li>
</ul>
<p>      <font color="#000000"><span class="smallheadline">Webserver:</span></font></p>
<ul class="stdtext">
<li><font color="#000000"><a href="http://www.cirt.net/code/nikto.shtml">Nikto</a>:<br />
a web server scanner with anti IDS features. Based on Rain Forest<br />
Puppies <a href="http://sourceforge.net/projects/whisker/">libwhisker</a><br />
library.</font></li>
<li><font color="#000000"><a href="http://www.sensepost.com/research/crowbar/">Wikto</a>: a webserver assessment tool (Windows only; requires .NET framework)</font></li>
<li><font color="#000000"><span class="stdtext"><a href="http://www.foundstone.com/resources/s3i_tools.htm">WSDigger</a>:<br />
a  black box web pen testing tool from Foundstone (Windows based)</span></font></li>
<li><font color="#000000"><span class="stdtext"><a href="http://www.severus.org/sacha/metis/">Metis</a>:<br />
a java based information gathering tool for web sites</span></font></li>
</ul>
<p class="smallheadline"><font color="#000000">Fingerprinting:</font></p>
<ul>
<li class="stdtext"><font color="#000000"><a href="http://www.gomor.org/cgi-bin/index.pl?mode=view;page=sinfp">SinFP</a>: a fingerprinting tool which requires only an open tcp port and sends maximum 3 packets</font></li>
<li class="stdtext"><font color="#000000"><a href="http://winfingerprint.sourceforge.net/">Winfingerprint</a>:<br />
much more than a simple fingerprinting tool.It scans for Windows<br />
shares, enumerates usernames, groups, sids and much more.</font></li>
<li class="stdtext"><font color="#000000"><a href="http://lcamtuf.coredump.cx/p0f-beta.tgz">p0f<br />
2</a>: Michal Zalewski announced his<br />
new release of p0f 2, a passive OS fingerprinting tool. p0f 2 is a<br />
completely rewrite of the old p0f code. </font></li>
<li class="stdtext"><font color="#000000"><a name="xprobe"></a><a href="http://www.sys-security.com/html/projects/X.html">xprobe2</a>:<br />
a remote active operating system fingerprinting tool from Ofir Arkin<br />
and the xprobe2 team</font></li>
<li class="stdtext"><font color="#000000"><a href="http://home.gna.org/cronos/">Cron-OS</a>:<br />
an active OS fingerprinting tool based on TCP timeout behavior. This<br />
project was formerly known as &quot;RING&quot; and is now published as a nmap<br />
addon.</font></li>
</ul>
<p class="smallheadline"><font color="#000000">Proxy<br />
Server:</font></p>
<ul>
<li class="stdtext"><font color="#000000"><a href="http://portswigger.net/proxy/">Burp<br />
proxy</a>: an interactive HTTP/S<br />
proxy server for attacking and debugging web-enabled applications</font></li>
<li class="stdtext"><font color="#000000"><a href="http://www.screen-scraper.com/screen-scraper/doc.shtml">Screen-scraper</a>:<br />
a http/https-proxy server with a scripting engine for data manipulation<br />
and searching</font></li>
<li class="stdtext"><font color="#000000"><a name="paros"></a><a href="http://www.proofsecure.com/download.shtml">Paros</a>:<br />
a man-in-the-middle proxy and application vulnerability scanner</font></li>
<li class="stdtext"><font color="#000000"><a href="http://www.owasp.org/index.php/Category:OWASP_WebScarab_Project">WebScarab</a>: a framework for analyzing web applications. One of it&#8217;s basic functionality is the usage as intercepting proxy. </font></li>
</ul>
<p>      <font color="#000000"><span class="smallheadline"><br />
War Dialers:</span></font></p>
<ul class="stdtext">
<li><font color="#000000"><a href="http://www.softwink.com/iwar/">IWar</a>: a classic war dialer. One of a few wardialers for *nix operation systems, and the only with VOIP functionality (to my knowledge) </font></li>
<li><font color="#000000"><a href="http://www.thc.org/releases.php">THC-Scan</a>: a war dialer for DOS, Windows and DOS emulators</font></li>
</ul>
<p>      <font color="#000000"><span class="smallheadline">Malware / Exploit Collections:</span></font></p>
<ul class="stdtext">
<li><font color="#000000"><a href="http://packetstormsecurity.org/">packetstormsecurity.org</a>:<br />
Huge collections of tools and exploits</font></li>
<li><font color="#000000"><span class="stdtext"><a href="http://elsenot.com/">ElseNot Project</a>: The project tries to publish an exploit for each MS Security Bulltin. A script kiddie dream come true.</span></font></li>
<li><font color="#000000"><a href="http://www.offensivecomputing.net/">Offensive Computing</a>: Another malware collection site </font></li>
<li><font color="#000000"><a href="http://www.securityforest.com/wiki/index.php/Main_Page">Securityforest</a>: try the ExploitTree to get a collection of exploit code; have a look at the ToolTree for a huge list of pentest stuff</font></li>
</ul>
<p>      <font color="#000000"><br /><span class="smallheadline"></p>
<p>Databases / SQL:</span></font></p>
<ul>
<li><font color="#000000"><a class="stdtext" href="http://sqlninja.sourceforge.net/">sqlninja</a><span class="stdtext">: a tool to exploit sql injection vulnerabilities in web applications with MS SQL Servers (alpha stage)</span></font></li>
<li class="stdtext"><font color="#000000"><a href="http://www.cisecurity.org/bench_oracle.html">CIS<br />
Oracle Database Scoring Tool</a>:<br />
scans Oracle 8i for compliance with the CIS Oracle Database<br />
Benchmark</font></li>
<li class="stdtext"><font color="#000000"><span class="stdtext"><a href="http://www.specialopssecurity.com/labs/sqlrecon/">SQLRecon</a>:<br />
an active and passive scanner for MSSQL server. Works on Windows 2000,<br />
XP and 2003.</span></font></li>
<li class="stdtext"><font color="#000000"><span class="stdtext"><a href="http://www.0x90.org/releases/absinthe/">absinthe</a>: a<br />
gui-based tool that automates the process of downloading the schema<br />
&amp; contents of a database that is vulnerable to Blind SQL Injection<br />
(see <a href="http://www.spidynamics.com/whitepapers/Blind_SQLInjection.pdf">here</a><br />
and <a href="http://www.imperva.com/download.asp?id=4">here</a>). </span></font></li>
<li class="stdtext"><font color="#000000"><a href="http://www.sqlpowerinjector.com/">SQL Power Injector</a>: a GUI based SQL injector for web pages (Windows, .Net Framework 1.1 required, Internet Explorer 5.0+ required)</font></li>
</ul>
<p>      <font color="#000000"><span class="smallheadline">Voice over IP (VOIP):</p>
<p>      </span></font></p>
<ul>
<li><font color="#000000"><a href="http://vomit.xtdnet.nl/">vomit</a> (voice over misconfigured internet telephones): converts Cisco IP phone conversations into wave files</font></li>
<li><font color="#000000"><a href="http://www.vopsecurity.org/html/tools.html">SiVuS</a>: a VOIP vulnerability scanner &#8211; SIP protocol (beta, Windows only)</font></li>
<li><font color="#000000"><a target="_self" href="http://www.forinsect.de/pentest/pentest-tools.html#cainabel">Cain &amp; Abel</a>: mostly a password cracker, can also record VOIP conversations (Windows only)</font></li>
<li><font color="#000000"><a href="http://sipsak.org/">sipsak</a> (SIP swis army knife): a SIP packet generator</font></li>
<li><font color="#000000"><a href="http://sipp.sourceforge.net/">SIPp</a>: a SIP test tool and packet generator</font></li>
<li><font color="#000000"><a href="http://phoenix.labri.fr/documentation/sip/Documentation/Material/Clients/Tools/Test/NastySIP/SX%20Design.htm">Nastysip</a>: a SIP bogus message generator</font></li>
<li><font color="#000000"><a href="http://www.enderunix.org/voipong/index.php">voipong</a>: dumps G711 encoded VOIP communications to wave files. Supports: SIP, H323, Cisco Skinny Client Protocol, RTP and RTCP</font></li>
<li><font color="#000000"><a href="http://skora.net/voip/voip.html">Perl based tools</a> by Thomas Skora: sip-scan, sip-kill, sip-redirectrtp, rtpproxy and ipq_rules</font></li>
<li><font color="#000000"><a href="http://www.cs.columbia.edu/IRT/software/rtptools/">rtptools</a>: a toolset for rtp recording and playing</font></li>
</ul>
<p>      <font color="#000000"><span class="smallheadline"></p>
<p>Networkbased Tools</span>:</font></p>
<ul>
<li><font color="#000000"><span class="stdtext"><a name="yersinia"></a><a href="http://yersinia.sourceforge.net/">yersinia</a>: a network tool<br />
designed to take advantage of some weakeness in different network<br />
protocols (STP, CDP, DTP, DHCP, HSRP, 802.1q, VTP)</span></font></li>
<li>
<p class="stdtext"><font color="#000000"><a href="http://lcamtuf.coredump.cx/soft/netsed.tgz">Netsed</a>:<br />
alters content of network packets<span class="stdtext"> while<br />
forwarding the packets</span></font></p>
</li>
<li><font color="#000000"><a href="http://ip6sic.sourceforge.net/">ip6sic</a>:<br />
a IPv6 stack integrity tester</font></li>
</ul>
<p>      <font color="#000000"><span class="smallheadline">VPN:</span></font></p>
<ul>
<li><font color="#000000"><span class="stdtext"><a name="ikescan"></a><a href="http://www.nta-monitor.com/ike-scan/">ike-scan</a>:<br />
an IPSec enumeration and fingerprinting tool</span></font></li>
<li><font color="#000000"><span class="stdtext"><a name="ikeprobe"></a><a href="http://www.ernw.de/download/ikeprobe.zip">ikeprobe</a>:<br />
ike scanning tool</span></font></li>
<li><font color="#000000"><span class="stdtext"><a href="http://chewies.net/ipsectrace-0.1.0.tar.gz">ipsectrace</a>:<br />
a tool for profiling ipsec traffic in a dump file. Initial alpha release</span></font></li>
<li><font color="#000000"><a href="http://vpnmonitor.sourceforge.net/index.html">VPNMonitor</a>:<br />
a Java application to observer network traffic. It graphically<br />
represents network connections and highlights all VPN connections. Nice<br />
for demonstrations, if somewhat of limited use in a real pen test.</font></li>
<li><font color="#000000"><a href="http://ikecrack.sourceforge.net/">IKECrack</a>:an IKE/IPSec cracker for pre-shared keys (in aggressive mode authentication [RFC2409])</font></li>
</ul>
<p class="stdtext"><font color="#000000"><a href="http://www.packetfactory.net/projects/dnsa/">DNSA</a>:<br />
DNS Auditing tool by Pierre Betouin</font><font color="#000000"><span class="stdtext"></p>
<p>      <a href="http://lin.fsid.cvut.cz/%7Ekra/index.html#HUNT">Hunt</a>:<br />
a session hijacking tool with curses GUI</span></font></p>
<p class="stdtext"><font color="#000000"><span class="stdtext"><a href="http://www.klcconsulting.net/smac/">SMAC</a>:<br />
a Windows MAC Address Modifying Utility. Supports Windows 2000 and XP.</span></font></p>
<p class="stdtext"><font color="#000000"><span class="stdtext"><a href="http://www.owasp.org/webgoat">The<br />
WebGoat Project</a>: a web<br />
application written in Java with intentional vulnerabilities. Supports<br />
an interactive learning environment with individual lessons. </span></font></p>
<p class="stdtext"><font color="#000000"><a href="http://softlabs.spacebitch.com/tscrack/">TSCrack</a>:<br />
a Windows Terminal Server brute forcer </font></p>
<p class="stdtext"><font color="#000000">Ollie<br />
Whitehouse from @stake released some new cellular phone based<br />
pentesting tools for scanning<br />
(<a href="http://my-symbian.com/uiq/download/search.php?name=NetScan">NetScan</a>,<br />
      <a href="http://my-symbian.com/uiq/download/search.php?name=MobilePenTester">MobilePenTester</a>).<br />
All tools<br />
require a Sony Ericsson P800 mobile phone. Unfortunately, @stake seems<br />
no longer to support much of their free<br />
security tools. So, use instead the alternativ download links above. </font></p>
<p class="stdtext"><font color="#000000"><a name="fuzzyprint"></a><a href="http://www.thc.org/releases.php">THC-FuzzyFingerprint</a>:<br />
generates fuzzy fingerprints that look almost nearly equal to a given<br />
fingerprint/hash-sum. Very useful for MITM attacks.</font></p>
<p class="stdtext"><font color="#000000"><a href="http://www.securityfriday.com/tools/BeatLM.html">BeatLM</a>,<br />
a password finder for LM/NTLM hashes. Currently, there is no support<br />
for NTLM2 hashes. In order to get the hashes from network traffic, try <a href="http://www.securityfriday.com/ToolDownload/ScoopLM/scooplm_doc.html">ScoopLM</a>.<br />
      </font></p>
<p class="stdtext"><font color="#000000"><a href="http://www.thc.org/releases.php">THC<br />
vlogger</a>: a linux kernel based<br />
keylogger </font></p>
<p class="stdtext"><font color="#000000"><a name="metasploit"></a><a href="http://metasploit.com/projects/Framework/">The<br />
Metasploit Framework</a>: an<br />
&quot;advanced open-source platform for developing, testing, and using<br />
exploit code&quot;.</font></p>
<p class="stdtext"><font color="#000000"><a href="http://www.computec.ch/projekte/atk/">ATK</a> (Attack Tool Kit): a comination of security scanner and exploit framework (Windows only)</font></p>
<p class="stdtext"><font color="#000000"><a href="http://www.guay-leroux.com/projects/pirana-0.2.1.tar.gz">Pirana</a>: an exploitation framework to test the security of email content filters. See also the <a href="http://www.guay-leroux.com/projects/SMTP%20content%20filters.pdf">whitepaper</a></font> </p>
<p class="stdtext"><font color="#000000"><a href="http://www.imperva.com/adc/tools/passloc">PassLoc</a>:<br />
a tool which provides the means to locate keys within a buffer. Based<br />
on the article &quot;<a href="http://www.forinsect.de/pentest/Playing%20hide%20and%20seek%20with%20encryption%20keys">Playing<br />
hide and seek with stored keys</a>&quot;<br />
by Adi Shamir. </font></p>
<p class="stdtext"><font color="#000000"><a href="http://www.imperva.com/adc/tools/dlhell">Dl-Hell</a>:<br />
identifies an executables dynamic link library (DLL) files </font></p>
<p class="stdtext"><font color="#000000"><a href="http://c3rb3r.openwall.net/dhcping/">DHCPing</a>:<br />
a security tool for testing dhcp security</font></p>
<p class="stdtext"><font color="#000000"><a href="https://sourceforge.net/projects/ldapenum">ldapenum</a>:<br />
a perl<br />
script for enumeration against ldap servers.</font></p>
<p class="stdtext"><font color="#000000"><a href="http://www.red-database-security.com/software/checkpwd.html">Checkpwd</a>: a dictionary based password checker for oracle databases</font></p>
<p class="stdtext"> <font color="#000000"><a href="http://www.nirsoft.net/utils/nircmd.html">NirCmd from NirSoft</a>: a windows command line tool to manipulate the registry, initiate a dialup connection and much more</font></p>
<p class="stdtext"><font color="#000000"><a href="http://www.stationx.net/windows_permission_identifier.php">Windows Permission Identifier</a>: a tools for auditing user permissions on a windows system</font></p>
<p class="stdtext"><font color="#000000"><a href="http://net-square.com/msnpawn/index.shtml">MSNPawn</a>: a toolset for footprinting, profiling and assesment via the MSN Search. Windows-only, .NET required</font></p>
<p class="stdtext"> <font color="#000000"><a href="http://www.nothink.org/perl/snmpcheck/">snmpcheck</a>:a tool to gather information via snmp. Works on Linux, *BSD and Windows systems. </font></p>
<p class="stdtext"><font color="#000000"><a href="http://www.foofus.net/fizzgig/pwdump/">pwdump6</a>: extract NTLM and LanMan hashes from Windows targets</font></p>
<ul class="related_post"><li><a href="http://www.tanasi.it/1130-must-have-bluetooth-hacking-tools.html" title="Must have Bluetooth hacking tools">Must have Bluetooth hacking tools</a></li><li><a href="http://www.tanasi.it/1062-great-list-of-hacking-tools.html" title="Great list of hacking tools">Great list of hacking tools</a></li><li><a href="http://www.tanasi.it/1354-splmap-06-released.html" title="splmap 0.6 released">splmap 0.6 released</a></li><li><a href="http://www.tanasi.it/1185-voip-hacking-software.html" title="VoIP Hacking software">VoIP Hacking software</a></li><li><a href="http://www.tanasi.it/952-free-sql-injection-scanners.html" title="Free SQL Injection Scanners">Free SQL Injection Scanners</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.tanasi.it/1188-penetration-testing-tools.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VoIP Hacking software</title>
		<link>http://www.tanasi.it/1185-voip-hacking-software.html</link>
		<comments>http://www.tanasi.it/1185-voip-hacking-software.html#comments</comments>
		<pubDate>Sat, 05 Jan 2008 23:59:00 +0000</pubDate>
		<dc:creator>jekil</dc:creator>
				<category><![CDATA[In English]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Techie]]></category>
		<category><![CDATA[hacking tools]]></category>
		<category><![CDATA[voip]]></category>
		<category><![CDATA[voip security]]></category>
		<category><![CDATA[voip tools]]></category>

		<guid isPermaLink="false">http://localhost/wordpress/?p=1101</guid>
		<description><![CDATA[Asteroid: A collection of bad formatted SIP messages which canbe used to test SIP applications. Homepage: http://www.infiltrated.net/asteroid/. callflow: a powerful SIP call flow visualizer; Homepage: http://callflow.sourceforge.net/. hackingvoip: The &#34;Hacking VoIP Exposed&#34; book offers several tools for hacking your VoIP systems.http://www.hackingvoip.com/sec_tools.html. pjsip-perf, siptrp: Tools to generate high loads of calls (UDP+TCP) and simple call answer application. [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li><b>Asteroid</b>: A collection of bad formatted SIP messages which canbe used to test SIP applications. Homepage: <a href="http://www.infiltrated.net/asteroid/">http://www.infiltrated.net/asteroid/</a>.</li>
<li><b>callflow</b>: a powerful SIP call flow visualizer; Homepage: <a href="http://callflow.sourceforge.net/">http://callflow.sourceforge.net/</a>.</li>
<li><b>hackingvoip</b>: The &quot;Hacking VoIP Exposed&quot; book offers several tools for hacking your VoIP systems.<a href="http://www.hackingvoip.com/sec_tools.html">http://www.hackingvoip.com/sec_tools.html</a>.</li>
<li><b>pjsip-perf, siptrp</b>: Tools to generate high loads of calls<br />
(UDP+TCP) and simple call answer application. They are part of the<br />
pjproject SIP+RTP suite.<a href="http://www.pjsip.org/">http://www.pjsip.org/</a>. The 0.5.8 release binaries can be <a href="http://www.pjsip.org/release/0.5.8/">found here</a>.</li>
<li><b>Nastysip</b>: A simple Linux-program from SX-Design that generates bogus SIP-messages and sends them to any peer. Download at (broken) <a href="http://phoenix.labri.fr/documentation/sip/Documentation/Material/Clients/Tools/Test/NastySIP/SX%20Design.htm">http://phoenix.labri.fr/documentation/sip/Documentation/Material/Clients/Tools/Test/NastySIP/SX%20Design.htm</a>.</li>
<li><b>PROTOS Test-Suite: c07-sip</b>: This is a java based tool, which<br />
tests SIP clients by sending badly formated SIP messages. Thus, you can<br />
find bugs in the string processing functions of your SIP client.<a href="http://www.ee.oulu.fi/research/ouspg/protos/testing/c07/sip/">http://www.ee.oulu.fi/research/ouspg/protos/testing/c07/sip/</a>.</li>
<li><b>SIPANAlyzer</b>: Allows remote SIP capture and DB storage, and viewing in a web browser. Homepage:<a href="http://ant.comm.ccu.edu.tw/sip/">http://ant.comm.ccu.edu.tw/sip/</a>.</li>
<li><b>SIP Forum Test Framework (SFTF)</b>: A Framework to test SIP devices for common errors. License: <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a>; Homepage: <a href="http://www.sipfoundry.org/sftf/index.html">sipfoundry.org</a>.</li>
<li><b>SIP Proxy &#8211; VoIP Security Test Tool</b>: The &quot;SIP Proxy &#8211; VoIP<br />
Security Test Tool&quot; is a SIP proxy which sits between the SIP client<br />
and the SIP Proxy and modifies messages on the fly to detect bugs in<br />
client and proxy software. It is written in Java. License: GPL,<br />
Homepage: <a href="http://sourceforge.net/projects/sipproxy">http://sourceforge.net/projects/sipproxy</a>.</li>
<li><b>SIP Scenario Generator</b>: a powerful SIP call flow visualizer; Homepage: <a href="http://www.iptel.org/%7Esipsc/">http://www.iptel.org/~sipsc/</a>.</li>
<li><b>SIP Testing Prototype Eclipse Plugin</b>: An Eclipse plugin which<br />
allows you to create test call flows with drag and drop. Free, but<br />
registration is necessary. Homepage:<a href="https://developer.ubiquitysoftware.com/downloads/unsupported-code">https://developer.ubiquitysoftware.com/downloads/unsupported-code</a>.</li>
<li><b>SIPNess</b>: Ortena Networks SIP Messenger, very useful test utility for windows; Homepage: <a href="http://www.ortena.com/download.htm">http://www.ortena.com/download.htm</a></li>
<li><b>SIPp</b>: a powerful SIP performance testing tool sponsered by HP; Homepage: <a href="http://sipp.sourceforge.net/">http://sipp.sourceforge.net/</a>.</li>
<li><b>sipsak</b>: SIP Swiss Army Knife, very useful test utility (Linux); Homepage: <a href="http://sipsak.org/">http://sipsak.org/</a></li>
<li><b>SIPv6 Analyzer</b>: A frontend for ethereal and other tools to<br />
capture VoIP traffic (local or remote) and display it in a nice way.<br />
Supports also playback of RTP streams. Homepage:<a href="http://pcs.csie.nctu.edu.tw/%7Eyhsung/sipv6_analyzer/">http://pcs.csie.nctu.edu.tw/~yhsung/sipv6_analyzer/</a>.</li>
<li><b>SiVuS</b>: A Windows based VoIP Vulnerability Scanner. Homepage: <a href="http://vopsecurity.org/html/tools.html">http://vopsecurity.org/html/tools.html</a>.</li>
<li><b>VoIPong</b>: sniffs the network, detects RTP streams and write them into wav files. Currently only supports G.711. Homepage: <a href="http://www.enderunix.org/voipong/">http://www.enderunix.org/voipong/</a>.</li>
<li><b>WIST</b>: WIST stands for Web Interface for SIP Trace. It allows<br />
remote capturing and nice graphical representation in a browser window.<br />
Homepage:<a href="http://www.devel-it.org/index.php?modulo=projetos&#038;id=2">http://www.devel-it.org/index.php?modulo=projetos&amp;id=2</a>.</li>
</ul>
<ul class="related_post"><li><a href="http://www.tanasi.it/936-voip-security-tool-list.html" title="VoIP Security Tool List">VoIP Security Tool List</a></li><li><a href="http://www.tanasi.it/1354-splmap-06-released.html" title="splmap 0.6 released">splmap 0.6 released</a></li><li><a href="http://www.tanasi.it/1188-penetration-testing-tools.html" title="Penetration Testing Tools">Penetration Testing Tools</a></li><li><a href="http://www.tanasi.it/1130-must-have-bluetooth-hacking-tools.html" title="Must have Bluetooth hacking tools">Must have Bluetooth hacking tools</a></li><li><a href="http://www.tanasi.it/1062-great-list-of-hacking-tools.html" title="Great list of hacking tools">Great list of hacking tools</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.tanasi.it/1185-voip-hacking-software.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Must have Bluetooth hacking tools</title>
		<link>http://www.tanasi.it/1130-must-have-bluetooth-hacking-tools.html</link>
		<comments>http://www.tanasi.it/1130-must-have-bluetooth-hacking-tools.html#comments</comments>
		<pubDate>Fri, 19 Oct 2007 23:11:25 +0000</pubDate>
		<dc:creator>jekil</dc:creator>
				<category><![CDATA[In English]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Techie]]></category>
		<category><![CDATA[bluetooth]]></category>
		<category><![CDATA[hacker tools]]></category>
		<category><![CDATA[hacking tools]]></category>

		<guid isPermaLink="false">http://localhost/wordpress/?p=1054</guid>
		<description><![CDATA[This is a lis of the essential Bleutooth hacking tools, mostly for the Linux platform, that can be used to search out and hack Bluetooth-enabled devices. Discovering Bluetooth Devices BlueScanner &#8211; BlueScanner searches out for Bluetooth-enabled devices. It will try to extract as much information as possible for each newly discovered device. Download BlueScan. BlueSniff [...]]]></description>
			<content:encoded><![CDATA[<p>This is a lis of the essential Bleutooth hacking tools, mostly for the Linux<br />
platform, that can be used to search out and hack Bluetooth-enabled<br />
devices.</p>
<p><strong>Discovering Bluetooth Devices</strong></p>
<p><em>BlueScanner</em> &#8211; BlueScanner searches out for<br />
Bluetooth-enabled devices. It will try to extract as much information<br />
as possible for each newly discovered device. <a target="_blank" href="http://sourceforge.net/project/platformdownload.php?group_id=195755">Download BlueScan</a>.</p>
<p><em>BlueSniff</em> &#8211; BlueSniff is a GUI-based utility for finding discoverable and hidden Bluetooth-enabled devices. <a target="_blank" href="http://bluesniff.shmoo.com/bluesniff-0.1.tar.gz">Download BlueSniff</a>.</p>
<p><em>BTBrowser</em> &#8211; Bluetooth Browser is a J2ME application that<br />
can browse and explore the technical specification of surrounding<br />
Bluetooth-enabled devices. You can browse device information and all<br />
supported profiles and service records of each device. BTBrowser works<br />
on phones that supports JSR-82 &#8211; the Java Bluetooth specification. <a target="_blank" href="http://www.benhui.net/bluetooth/btbrowser.html">Download BTBrowser</a>.</p>
<p><em>B</em><em>TCrawler</em> -BTCrawler is a scanner for Windows<br />
Mobile based devices. It scans for other devices in range and performs<br />
service query. It implements the BlueJacking and BlueSnarfing attacks. <a target="_blank" href="http://www.silentservices.de/btCrawler.html">Download BTCrawler</a>.</p>
<p><strong>Hacking Bluetooth</strong> <strong>Devices</strong></p>
<p><em>BlueBugger</em> -BlueBugger exploits the BlueBug vulnerability.<br />
BlueBug is the name of a set of Bluetooth security holes found in some<br />
Bluetooth-enabled mobile phones. By exploiting those vulnerabilities,<br />
one can gain an unauthorized access to the phone-book, calls lists and<br />
other private information. <a target="_blank" href="http://www.remote-exploit.org/codes/bluebugger/bluebugger-0.1.tar.gz">Download BlueBugger</a>.</p>
<p><em>CIHWB</em> &#8211; Can I Hack With Bluetooth (CIHWB) is a Bluetooth<br />
security auditing framework for Windows Mobile 2005. Currently it only<br />
support some Bluetooth exploits and tools like BlueSnarf, BlueJack, and<br />
some DoS attacks. Should work on any PocketPC with the Microsoft<br />
Bluetooth stack. <a target="_blank" href="http://sourceforge.net/project/showfiles.php?group_id=173145">Download CIHWB</a>.</p>
<p><em>Bluediving</em> &#8211; Bluediving is a Bluetooth penetration testing<br />
suite. It implements attacks like Bluebug, BlueSnarf, BlueSnarf++,<br />
BlueSmack, has features such as Bluetooth address spoofing, an AT and a<br />
RFCOMM socket shell and implements tools like carwhisperer, bss, L2CAP<br />
packetgenerator, L2CAP connection resetter, RFCOMM scanner and<br />
greenplaque scanning mode. <a target="_blank" href="http://sourceforge.net/project/showfiles.php?group_id=155933">Download Bluediving</a>.</p>
<p><em>Transient Bluetooth Environment Auditor</em> &#8211; T-BEAR is a<br />
security-auditing platform for Bluetooth-enabled devices. The platform<br />
consists of Bluetooth discovery tools, sniffing tools and various<br />
cracking tools. <a target="_blank" href="http://freshmeat.net/redir/t-bear/67412/url_tgz/tbear.tar.gz">Download T-BEAR</a>.</p>
<p><em>Bluesnarfer</em> &#8211;  Bluesnarfer will download the phone-book of any mobile device vulnerable to <a target="_blank" href="http://www.salzburgresearch.at/research/publications_detail_e.php?pub_id=152">Bluesnarfing</a>.<br />
Bluesnarfing is a serious security flow discovered in several<br />
Bluetooth-enabled mobile phones. If a mobile phone is vulnerable, it is<br />
possible to connect to the phone without alerting the owner, and gain<br />
access to restricted portions of the stored data. <a target="_blank" href="http://www.alighieri.org/tools/bluesnarfer.tar.gz">Download Bluesnarfer</a>.</p>
<p><em>BTcrack</em> &#8211; BTCrack is a Bluetooth Pass phrase (PIN) cracking<br />
tool. BTCrack aims to reconstruct the Passkey and the Link key from<br />
captured Pairing exchanges. <a target="_blank" href="http://www.nruns.com/_en/security_tools_btcrack.php">Download BTcrack</a>.</p>
<p><em>Blooover II</em> &#8211; Blooover II is a J2ME-based auditing tool. It<br />
is intended to serve as an auditing tool to check whether a mobile<br />
phone is vulnerable. <a target="_blank" href="http://trifinite.org/Downloads/Blooover2.jar">Download Blooover II</a>.</p>
<p><em>BlueTest</em> &#8211; BlueTest is a Perl script designed to do data extraction from vulnerable Bluetooth-enabled devices. <a target="_blank" href="http://packetstorm.linuxsecurity.com/wireless/bluetest.pl.txt">Download BlueTest</a>.</p>
<p><em>BTAudit</em> &#8211; BTAudit is a set of programs and scripts for auditing Bluetooth-enabled devices. <a target="_blank" href="http://www.betaversion.net/btdsd/download/bt_audit-0.1.1.tar.gz">Download BTAuding</a>.</p>
<ul class="related_post"><li><a href="http://www.tanasi.it/1188-penetration-testing-tools.html" title="Penetration Testing Tools">Penetration Testing Tools</a></li><li><a href="http://www.tanasi.it/1062-great-list-of-hacking-tools.html" title="Great list of hacking tools">Great list of hacking tools</a></li><li><a href="http://www.tanasi.it/1354-splmap-06-released.html" title="splmap 0.6 released">splmap 0.6 released</a></li><li><a href="http://www.tanasi.it/1185-voip-hacking-software.html" title="VoIP Hacking software">VoIP Hacking software</a></li><li><a href="http://www.tanasi.it/952-free-sql-injection-scanners.html" title="Free SQL Injection Scanners">Free SQL Injection Scanners</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.tanasi.it/1130-must-have-bluetooth-hacking-tools.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Great list of hacking tools</title>
		<link>http://www.tanasi.it/1062-great-list-of-hacking-tools.html</link>
		<comments>http://www.tanasi.it/1062-great-list-of-hacking-tools.html#comments</comments>
		<pubDate>Wed, 08 Aug 2007 14:36:28 +0000</pubDate>
		<dc:creator>jekil</dc:creator>
				<category><![CDATA[In English]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Techie]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[hacker tools]]></category>
		<category><![CDATA[hacking tools]]></category>

		<guid isPermaLink="false">http://localhost/wordpress/?p=983</guid>
		<description><![CDATA[On darknet blog you can found a great list of hacker tools: http://www.darknet.org.uk/category/hacking-tools/ Penetration Testing ToolsMust have Bluetooth hacking toolsSecDocs &#8211; Documenti vari di IT securityLol: A Geek Lifesplmap 0.6 released]]></description>
			<content:encoded><![CDATA[<p>On darknet blog you can found a great list of hacker tools: <a href="http://www.darknet.org.uk/category/hacking-tools/">http://www.darknet.org.uk/category/hacking-tools/</a></p>
<ul class="related_post"><li><a href="http://www.tanasi.it/1188-penetration-testing-tools.html" title="Penetration Testing Tools">Penetration Testing Tools</a></li><li><a href="http://www.tanasi.it/1130-must-have-bluetooth-hacking-tools.html" title="Must have Bluetooth hacking tools">Must have Bluetooth hacking tools</a></li><li><a href="http://www.tanasi.it/1834-secdocs-documenti-vari-di-it-security.html" title="SecDocs &#8211; Documenti vari di IT security">SecDocs &#8211; Documenti vari di IT security</a></li><li><a href="http://www.tanasi.it/1802-lol-a-geek-life.html" title="Lol: A Geek Life">Lol: A Geek Life</a></li><li><a href="http://www.tanasi.it/1354-splmap-06-released.html" title="splmap 0.6 released">splmap 0.6 released</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.tanasi.it/1062-great-list-of-hacking-tools.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free SQL Injection Scanners</title>
		<link>http://www.tanasi.it/952-free-sql-injection-scanners.html</link>
		<comments>http://www.tanasi.it/952-free-sql-injection-scanners.html#comments</comments>
		<pubDate>Mon, 28 May 2007 18:26:00 +0000</pubDate>
		<dc:creator>jekil</dc:creator>
				<category><![CDATA[In English]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Techie]]></category>
		<category><![CDATA[hacking tools]]></category>
		<category><![CDATA[security tools]]></category>
		<category><![CDATA[sql injection]]></category>

		<guid isPermaLink="false">http://localhost/wordpress/?p=934</guid>
		<description><![CDATA[SQLIer &#8211; SQLIer takes a vulnerable URL and attempts to determine all the necessary information to exploit the SQL Injection vulnerability by itself, requiring no user interaction at all. Get SQLIer. SQLbftools &#8211; SQLbftools is a collection of tools to retrieve MySQL information available using a blind SQL Injection attack. Get SQLbftools. SQL Injection Brute-forcer [...]]]></description>
			<content:encoded><![CDATA[<p><strong>SQLIer</strong> &#8211; SQLIer takes a vulnerable URL and attempts to determine all the necessary information to exploit the SQL Injection vulnerability by itself, requiring no user interaction at all. <a target="_blank" href="http://bcable.net/project.php?sqlier">Get SQLIer</a>.</p>
<p><strong>SQLbftools</strong> &#8211;  SQLbftools is a collection of tools to retrieve MySQL information available using a blind SQL Injection attack. <a target="_blank" href="http://www.reversing.org/node/view/11">Get SQLbftools</a>.</p>
<p><strong>SQL Injection Brute-forcer</strong> &#8211; SQLibf is a tool for automatizing the work of detecting and exploiting SQL Injection vulnerabilities. SQLibf can work in Visible and Blind SQL Injection. It works by doing simple logic SQL operations to determine the exposure level of the vulnerable application. <a target="_blank" href="http://www.open-labs.org/sqlibf19beta1.tar.gz">Get SQLLibf</a>.</p>
<p><strong>SQLBrute</strong> &#8211; SQLBrute is a tool for brute forcing data out of databases using blind SQL injection vulnerabilities. It supports time based and error based exploit types on Microsoft SQL Server, and error based exploit on Oracle. It is written in Python, uses multi-threading, and doesn’t require non-standard libraries. <a target="_blank" href="http://www.justinclarke.com/security/sqlbrute.py">Get SQLBrute</a>.</p>
<p><strong>BobCat</strong> &#8211; BobCat is a tool to aid an auditor in taking full advantage of SQL injection vulnerabilities. It is based on <a target="_blank" href="http://www.appsecinc.com/presentations/Manipulating_SQL_Server_Using_SQL_Injection.pdf">AppSecInc</a> research. It can list the linked severs, database schema, and allow the retrieval of data from any table that the current application user has access to. <a target="_blank" href="http://www.northern-monkee.co.uk/projects/bobcat/bobcat.html">Get BobCat</a>.</p>
<p><strong>SQLMap</strong> &#8211; SQLMap is an automatic blind SQL injection tool, developed in python, capable to perform an active database management system fingerprint, enumerate entire remote databases and much more. The aim of SQLMap is to implement a fully functional database management system tool which takes advantages of web application programming security flaws which lead to SQL injection vulnerabilities. <a target="_blank" href="http://sqlmap.sourceforge.net/">Get SQLMap</a>.</p>
<p><strong>Absinthe</strong> &#8211; Absinthe is a GUI-based tool that automates the process of downloading the schema and contents of a database that is vulnerable to Blind SQL Injection. <a target="_blank" href="http://www.0x90.org/releases/absinthe/download.php">Get Absinthe</a>.</p>
<p><strong>SQL Injection Pen-testing Tool</strong> &#8211; The SQL Injection Tool is a GUI-based utility designed to examine database through vulnerabilities in web-applications. <a target="_blank" href="http://sqltool.itdefence.ru/indexeng.html">Get SQL Injection Pen-testing tool</a>.</p>
<p><strong>SQID</strong> &#8211; SQL Injection digger (SQLID) is a command line program that looks for SQL injections and common errors in websites. It can perform the follwing operations: look for SQL injection in a web pages and test submit forms for possible SQL injection vulnerabilities. <a target="_blank" href="http://sqid.rubyforge.org/">Get SQID</a>.</p>
<p><strong>Blind SQL Injection Perl Tool</strong> &#8211;  	    bsqlbf is a Perl script that lets auditors retrieve information from web sites that are vulnerable to SQL Injection. <a target="_blank" href="http://www.unsec.net/download/bsqlbf.pl">Get Blind SQL Injection Perl Tool</a>.</p>
<p><strong>SQL Power <strike>Injection</strike> Injector</strong> &#8211; SQL Power Injection helps the penetration tester to inject SQL commands on a web page. It’s main strength is its capacity to automate tedious blind SQL injection with several threads. <a target="_blank" href="http://www.sqlpowerinjector.com/">Get SQL Power Injection</a>.</p>
<p><strong>FJ-Injector Framwork</strong> &#8211; FG-Injector is a free open source framework designed to help find SQL injection vulnerabilities in web applications. It includes a proxy feature for intercepting and modifying HTTP requests, and an interface for automating SQL injection exploitation. <a target="_blank" href="http://sourceforge.net/project/showfiles.php?group_id=183841">Get FJ-Injector Framework</a>.</p>
<p><strong>SQLNinja</strong> &#8211; SQLNinja is a tool to exploit SQL Injection vulnerabilities on a web application that uses Microsoft SQL Server as its back-end database. <a target="_blank" href="http://sqlninja.sourceforge.net/">Get SQLNinja</a>.</p>
<p><strong>Automagic SQL Injector</strong> &#8211; The Automagic SQL Injector is an automated SQL injection tool designed to help save time on penetration testing. It is only designed to work with vanilla Microsoft SQL injection holes where errors are returned. <a target="_blank" href="http://www.indianz.ch/tools/attack/automagic.zip">Get Automagic SQL Injector</a>.</p>
<p><strong>NGSS SQL Injector</strong> &#8211; NGSS SQL Injector exploit vulnerabilities in SQL injection on disparate database servers to gain access to stored data. It currently supports the following databases: Access, DB2, Informix, MSSQL, MySQL, Oracle, Sysbase. <a target="_blank" href="http://www.indianz.ch/tools/attack/sqlinjector.zip">Get NGSS SQL Injector</a>.</p>
<ul class="related_post"><li><a href="http://www.tanasi.it/1354-splmap-06-released.html" title="splmap 0.6 released">splmap 0.6 released</a></li><li><a href="http://www.tanasi.it/1246-database-datatype-comparison-sheet.html" title="Database datatype comparison sheet">Database datatype comparison sheet</a></li><li><a href="http://www.tanasi.it/1229-famola-strana-la-sql-injection.html" title="Famola strana (la SQL Injection)">Famola strana (la SQL Injection)</a></li><li><a href="http://www.tanasi.it/1188-penetration-testing-tools.html" title="Penetration Testing Tools">Penetration Testing Tools</a></li><li><a href="http://www.tanasi.it/1185-voip-hacking-software.html" title="VoIP Hacking software">VoIP Hacking software</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.tanasi.it/952-free-sql-injection-scanners.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
