<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.1" -->
<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/"
	>

<channel>
	<title>bLackhammer.org</title>
	<link>http://blackhammer.org</link>
	<description>Ethical Hacking &#124; Penetration Testing &#124; Computer Security</description>
	<pubDate>Thu, 03 Jul 2008 21:20:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>
	<language>en</language>
			<item>
		<title>ratproxy - Passive Web Application Security Audit Tool</title>
		<link>http://blackhammer.org/ratproxy-passive-web-application-security-audit-tool/</link>
		<comments>http://blackhammer.org/ratproxy-passive-web-application-security-audit-tool/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 21:19:38 +0000</pubDate>
		<dc:creator>bLackhammer</dc:creator>
		
		<category><![CDATA[Hacking Tools]]></category>

		<category><![CDATA[Web Hacking]]></category>

		<guid isPermaLink="false">http://blackhammer.org/ratproxy-passive-web-application-security-audit-tool/</guid>
		<description><![CDATA[Ratproxy is a semi-automated, largely passive web application security audit tool. It is meant to complement active crawlers and manual proxies more commonly used for this task, and is optimized specifically for an accurate and sensitive detection, and automatic annotation, of potential problems and security-relevant design patterns based on the observation of existing, user-initiated traffic [...]]]></description>
			<content:encoded><![CDATA[<p>Ratproxy is a semi-automated, largely passive web application security audit tool. It is meant to complement active crawlers and manual proxies more commonly used for this task, and is optimized specifically for an accurate and sensitive detection, and automatic annotation, of potential problems and security-relevant design patterns based on the observation of existing, user-initiated traffic in complex web 2.0 environments.</p>
<p>The proxy analyzes problems such as cross-site script inclusion threats, insufficient cross-site request forgery defenses, caching issues, potentially unsafe cross-domain code inclusion schemes and information leakage scenarios, and much more.</p>
<p><strong>Why Ratproxy?</strong></p>
<p>There are numerous alternative proxy tools meant to aid security auditors - most notably WebScarab, Paros, Burp, ProxMon, and Pantera. Stick with whatever suits your needs, as long as you get the data you need in the format you like.</p>
<p>That said, ratproxy is there for a reason. It is designed specifically to deliver concise reports that focus on prioritized issues of clear relevance to contemporary web 2.0 applications, and to do so in a hands-off, repeatable manner. It should not overwhelm you with raw HTTP traffic dumps, and it goes far beyond simply providing a framework to tamper with the application by hand.</p>
<p>You can download Ratproxy here:</p>
<p><a href="http://ratproxy.googlecode.com/files/ratproxy-1.51.tar.gz" target="_blank">ratproxy-1.51.tar.gz</a></p>
<p>Or <a href="http://code.google.com/p/ratproxy/wiki/RatproxyDoc" target="_blank">read more here</a>.</p>
<p>The tool should run on Linux, *BSD, MacOS X, and Windows (Cygwin). Since it is in beta, there might be some kinks to be ironed out, and not all web technologies might be properly accounted for.</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/cross-site-scripting" rel="tag">cross-site-scripting</a>, <a href="http://technorati.com/tag/hacking" rel="tag">  hacking</a>, <a href="http://technorati.com/tag/Hacking+Tools" rel="tag">  Hacking Tools</a>, <a href="http://technorati.com/tag/hacking-web-applications" rel="tag">  hacking-web-applications</a>, <a href="http://technorati.com/tag/ratproxy" rel="tag">  ratproxy</a>, <a href="http://technorati.com/tag/Web+Hacking" rel="tag">  Web Hacking</a>, <a href="http://technorati.com/tag/web+security+assessment" rel="tag">  web security assessment</a>, <a href="http://technorati.com/tag/web-application-security" rel="tag">  web-application-security</a>, <a href="http://technorati.com/tag/XSS" rel="tag">  XSS</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blackhammer.org/ratproxy-passive-web-application-security-audit-tool/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PAW/PAWS - Python Advanced Wardialing System</title>
		<link>http://blackhammer.org/pawpaws-python-advanced-wardialing-system/</link>
		<comments>http://blackhammer.org/pawpaws-python-advanced-wardialing-system/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 21:17:58 +0000</pubDate>
		<dc:creator>bLackhammer</dc:creator>
		
		<category><![CDATA[Network Hacking]]></category>

		<category><![CDATA[Hacking Tools]]></category>

		<category><![CDATA[Applications]]></category>

		<guid isPermaLink="false">http://blackhammer.org/pawpaws-python-advanced-wardialing-system/</guid>
		<description><![CDATA[Now this is an oldskool topic, wardialling! Some people still ask me about wardialling tools though, so here’s one I found recently written in Python.
PAW / PAWS is a wardialing software in python. It is designed to scan for ISDN (PAWS only) and “modern” analog modems (running at 9.6kbit/s or higher). Wardialing tools are - [...]]]></description>
			<content:encoded><![CDATA[<p>Now this is an oldskool topic, wardialling! Some people still ask me about wardialling tools though, so here’s one I found recently written in Python.</p>
<p>PAW / PAWS is a wardialing software in python. It is designed to scan for ISDN (PAWS only) and “modern” analog modems (running at 9.6kbit/s or higher). Wardialing tools are - despite their martialic naming - used to find nonauthorized modems so one can disable those and as result make access to the internal network harder.</p>
<p>For PAW list all numbers you want to be dialed into the (text) file “dial.lst”, one in each line - numbers only, no spaces, plus signs, dashes or slashes please.</p>
<p>For PAWS the numbers are accompanied by the ISDN modes to be tested in the (text) file “dial.lst” in the exact format you find in the example file (you can delete individual ISDN types, though), one in each line - numbers only, no spaces, plus signs, dashes or slashes please. A syntax check of any kind is effectively non-existant, so be careful.</p>
<p>Make sure the device your modem is attached to is set correctly in paw.py in the variable “tty” at the top of the file.</p>
<p>Then simply call “./paw.py” or “./paws.py” and watch - a verbatim full log will be written into paw_dialing.log where CR, LF and TAB will be translated into readable equivalents. For PAW an additional summary will be written as CSV file in paw_dialing.csv</p>
<p>You can download PAW/PAWS here:</p>
<p><a href="http://www.wyae.de/software/paw/paw.tar.gz" target="_blank">paw.tar.gz</a> (analog wardialer only)</p>
<p><a href="http://www.wyae.de/software/paw/paws.tar.gz" target="_blank">paws.tar.gz</a> (ISDN &amp; analog wardialing)</p>
<p>Or <a href="http://www.wyae.de/software/paw/" target="_blank">read more here</a>.</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/hacking+pbx" rel="tag">hacking pbx</a>, <a href="http://technorati.com/tag/hacking-phones" rel="tag">  hacking-phones</a>, <a href="http://technorati.com/tag/hacking-software" rel="tag">  hacking-software</a>, <a href="http://technorati.com/tag/paw" rel="tag">  paw</a>, <a href="http://technorati.com/tag/python+advanced+wardialing+system" rel="tag">  python advanced wardialing system</a>, <a href="http://technorati.com/tag/war+dialing" rel="tag">  war dialing</a>, <a href="http://technorati.com/tag/wardialer" rel="tag">  wardialer</a>, <a href="http://technorati.com/tag/wardialing" rel="tag">  wardialing</a>, <a href="http://technorati.com/tag/wardialing+software" rel="tag">  wardialing software</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blackhammer.org/pawpaws-python-advanced-wardialing-system/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Bsqlbf V2 - Blind SQL Injection Brute Forcer Tool</title>
		<link>http://blackhammer.org/bsqlbf-v2-blind-sql-injection-brute-forcer-tool/</link>
		<comments>http://blackhammer.org/bsqlbf-v2-blind-sql-injection-brute-forcer-tool/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 21:16:13 +0000</pubDate>
		<dc:creator>bLackhammer</dc:creator>
		
		<category><![CDATA[Database Hacking]]></category>

		<category><![CDATA[Hacking Tools]]></category>

		<category><![CDATA[Web Hacking]]></category>

		<category><![CDATA[Applications]]></category>

		<guid isPermaLink="false">http://blackhammer.org/bsqlbf-v2-blind-sql-injection-brute-forcer-tool/</guid>
		<description><![CDATA[There are quite a lot of SQL Injection Tools available and now there is one more to add to the stable for testing - Bsqlbf V2, which is a Blind SQL Injection Brute Forcer.
The original tool (bsqlbfv1.2-th.pl) was intended to exploit blind sql injection against a mysql backend database, this new version supports blind sql [...]]]></description>
			<content:encoded><![CDATA[<p>There are quite a lot of SQL Injection Tools available and now there is one more to add to the stable for testing - Bsqlbf V2, which is a Blind SQL Injection Brute Forcer.</p>
<p>The original tool (<a href="http://www.514.es/download/bsqlbfv1.2-th.pl" target="_blank">bsqlbfv1.2-th.pl</a>) was intended to exploit blind sql injection against a mysql backend database, this new version supports blind sql injection against the following databases:</p>
<ul>
<li>    MS-SQL</li>
<li>MY-SQL</li>
<li>PostgreSQL</li>
<li>Oracle</li>
</ul>
<p>It supports injection in string and integer fields. The feature which separates this tool from all other sql injection tools is that it supports custom SQL queries to be supplied with the -sql switch.</p>
<p>It supports 2 modes of attack:</p>
<ol>
<li>   Type 0: Blind SQL Injection based on True And Flase response</li>
<li>Type 1: Blind SQL Injection based on True And Error Response(details)</li>
</ol>
<p>You can download Bsqlbf V2 here:</p>
<p><a href="http://bsqlbf-v2.googlecode.com/files/bsqlbf-v2.1.zip" target="_blank">bsqlbf-v2.1.zip</a></p>
<p>Or <a href="http://bsqlbf-v2.googlecode.com/" target="_blank">read more here</a>.</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/blind-sql-injection" rel="tag">blind-sql-injection</a>, <a href="http://technorati.com/tag/bsqlbf" rel="tag">  bsqlbf</a>, <a href="http://technorati.com/tag/hacking+mysql" rel="tag">  hacking mysql</a>, <a href="http://technorati.com/tag/hacking+sql" rel="tag">  hacking sql</a>, <a href="http://technorati.com/tag/Hacking+Tools" rel="tag">  Hacking Tools</a>, <a href="http://technorati.com/tag/hacking-web-applications" rel="tag">  hacking-web-applications</a>, <a href="http://technorati.com/tag/ms-sql" rel="tag">  ms-sql</a>, <a href="http://technorati.com/tag/mysql+blind+sql+injection" rel="tag">  mysql blind sql injection</a>, <a href="http://technorati.com/tag/Oracle" rel="tag">  Oracle</a>, <a href="http://technorati.com/tag/perl" rel="tag">  perl</a>, <a href="http://technorati.com/tag/perl+script" rel="tag">  perl script</a>, <a href="http://technorati.com/tag/postgres" rel="tag">  postgres</a>, <a href="http://technorati.com/tag/sql-brute-force" rel="tag">  sql-brute-force</a>, <a href="http://technorati.com/tag/sql-injection" rel="tag">  sql-injection</a>, <a href="http://technorati.com/tag/sql-injection-tool" rel="tag">  sql-injection-tool</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blackhammer.org/bsqlbf-v2-blind-sql-injection-brute-forcer-tool/feed/</wfw:commentRss>
		</item>
		<item>
		<title>BackTrack Final 3 Hacking LiveCD</title>
		<link>http://blackhammer.org/backtrack-final-3-hacking-livecd/</link>
		<comments>http://blackhammer.org/backtrack-final-3-hacking-livecd/#comments</comments>
		<pubDate>Wed, 25 Jun 2008 16:59:05 +0000</pubDate>
		<dc:creator>bLackhammer</dc:creator>
		
		<category><![CDATA[Hack]]></category>

		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blackhammer.org/backtrack-final-3-hacking-livecd/</guid>
		<description><![CDATA[If you don’t know, BackTrack is a top rated linux live distribution focused on penetration testing. With no installation whatsoever, the analysis platform is started directly from the CD-Rom and is fully accessible within minutes.
New Stuff
SAINT
SAINT has provided BackTrack users with a functional version of SAINT, pending a free request for an IP range license [...]]]></description>
			<content:encoded><![CDATA[<p>If you don’t know, BackTrack is a top rated linux live distribution focused on penetration testing. With no installation whatsoever, the analysis platform is started directly from the CD-Rom and is fully accessible within minutes.</p>
<p>New Stuff</p>
<p><strong>SAINT</strong><br />
SAINT has provided BackTrack users with a functional version of SAINT, pending a free request for an IP range license through the SAINT website, valid for 1 year.</p>
<p><strong>Maltego</strong><br />
The guys over at Paterva have created a special version of Maltego v2.0 with a community license especially for BackTrack users. We would like to thank Paterva for co-operating with us and allowing us to feature this amazing tool in BackTrack.</p>
<p><strong>Nessus</strong><br />
Tenable would not allow for redistribution of Nessus on BackTrack 3.</p>
<p><strong>Kernel</strong><br />
2.6.21.5. Yes, yes, stop whining….We had serious deliberations concerning the BT3 kernel. We decided not to upgrade to a newer kernel as wireless injection patches were not fully tested and verified. We did not want to jeopardize the awesome wireless capabilities of BT3 for the sake of sexiness or slightly increased hardware compatibilities. All relevant security patches have been applied.</p>
<p><strong>Tools</strong><br />
As usual, updated, sharpened, SVN’ed and armed to the teeth. This release we have some special features such as spoonwep, fastrack and other cool additions.</p>
<p>Availability</p>
<p>For the first time we distribute three different version of Backtrack 3:</p>
<ul>
<li>    CD version</li>
<li>USB version</li>
<li>VMWare version</li>
</ul>
<p>You can download BackTrack 3 Final here:</p>
<p><a href="http://remote-exploit.org/backtrack_download.html" target="_blank">http://remote-exploit.org/backtrack_download.html</a></p>
<p>Or <a href="http://remote-exploit.org/backtrack.html" target="_blank">read more here</a>.</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/auditor" rel="tag">auditor</a>, <a href="http://technorati.com/tag/backtrack" rel="tag">  backtrack</a>, <a href="http://technorati.com/tag/backtrack+3" rel="tag">  backtrack 3</a>, <a href="http://technorati.com/tag/backtrack+hacking+livecd" rel="tag">  backtrack hacking livecd</a>, <a href="http://technorati.com/tag/backtrack+live+hacking+cd" rel="tag">  backtrack live hacking cd</a>, <a href="http://technorati.com/tag/hacking" rel="tag">  hacking</a>, <a href="http://technorati.com/tag/Hacking+Tools" rel="tag">  Hacking Tools</a>, <a href="http://technorati.com/tag/hacking-livecd" rel="tag">  hacking-livecd</a>, <a href="http://technorati.com/tag/live+security+cd" rel="tag">  live security cd</a>, <a href="http://technorati.com/tag/live-hacking-cd" rel="tag">  live-hacking-cd</a>, <a href="http://technorati.com/tag/livecd" rel="tag">  livecd</a>, <a href="http://technorati.com/tag/maltego" rel="tag">  maltego</a>, <a href="http://technorati.com/tag/metasploit" rel="tag">  metasploit</a>, <a href="http://technorati.com/tag/penetration-testing" rel="tag">  penetration-testing</a>, <a href="http://technorati.com/tag/saint" rel="tag">  saint</a>, <a href="http://technorati.com/tag/top+hacking+cds" rel="tag">  top hacking cds</a>, <a href="http://technorati.com/tag/whax" rel="tag">  whax</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blackhammer.org/backtrack-final-3-hacking-livecd/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Technitium FREE MAC Address Changer v5 Released</title>
		<link>http://blackhammer.org/technitium-free-mac-address-changer-v5-released/</link>
		<comments>http://blackhammer.org/technitium-free-mac-address-changer-v5-released/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 10:31:00 +0000</pubDate>
		<dc:creator>bLackhammer</dc:creator>
		
		<category><![CDATA[Network Hacking]]></category>

		<category><![CDATA[Applications]]></category>

		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://blackhammer.org/technitium-free-mac-address-changer-v5-released/</guid>
		<description><![CDATA[Technitium MAC Address Changer allows you to change Media Access Control (MAC) Address of your Network Interface Card (NIC) irrespective to your NIC manufacturer or its driver. It has a very simple user interface and provides ample information regarding each NIC in the machine. Every NIC has a MAC address hard coded in its circuit [...]]]></description>
			<content:encoded><![CDATA[<p>Technitium MAC Address Changer allows you to change Media Access Control (MAC) Address of your Network Interface Card (NIC) irrespective to your NIC manufacturer or its driver. It has a very simple user interface and provides ample information regarding each NIC in the machine. Every NIC has a MAC address hard coded in its circuit by the manufacturer. This hard coded MAC address is used by windows drivers to access Ethernet Network (LAN). This tool can set a new MAC address to your NIC, bypassing the original hard coded MAC address. Technitium MAC Address Changer is a must have tool in every security professionals tool box. Technitium MAC Address Changer is coded in Visual Basic 6.0.</p>
<p><strong>Features</strong></p>
<ul>
<li>Support for Windows Vista SP1 and Windows Server 2008 added.</li>
<li>Allows you to remove all registry entries corresponding to Network Adapter that is no longer physically installed on the system.</li>
<li>Allows you to configure Internet Explorer HTTP proxy settings through configuration presets or command line.</li>
<li>Issues with installer program resolved. (Thanks to all your feedbacks)</li>
<li>Identifies the preset applied to currently selected Network Interface Card (NIC) automatically making it easy to identify settings.</li>
<li>Most known issues with Windows Vista removed. (Thanks to all your feedbacks)</li>
<li>Changes MAC address of Network Interface Card (NIC) including Wireless LAN Cards, irrespective of its manufacturer or its drivers.</li>
<li>Has latest list of all known manufacturers (with corporate addresses) to choose from. You can also enter any MAC address and know which manufacturer it belongs to.</li>
<li>Allows you to select random MAC address from the list of manufacturers by just clicking a button.</li>
<li>Restarts your NIC automatically to apply MAC address changes instantaneously.</li>
<li>Allows you to create Configuration Presets, which saves all your NIC settings and makes it very simple to switch between many settings in just a click and hence saves lot of time.</li>
<li>Allows you to Import or Export Configuration Presets to or from another file, which saves lot of time spent in reconfiguration.</li>
<li>Allows you to load any Configuration Presets when TMAC starts by just double clicking on any Configuration Preset File. (*.cpf file extension)</li>
<li>Has command line interface which allows you to perform all the tasks from the command prompt or you can even create a DOS batch program to carry out regular tasks. (see help for command line parameter details)</li>
<li>Allows you to export a detailed text report for all the network connections.</li>
<li>Displays all information you would ever need to know about your NIC in one view like Device Name, Configuration ID, Hardware ID, Connection Status, Link Speed, DHCP details, TCP/IP details etc.</li>
</ul>
<p>You can download Technitium v5 here:</p>
<p><a href="http://www.download.com/Technitium-MAC-Address-Changer/3000-2085-10554920.html?part=dl-Technitiu&amp;subj=uo&amp;tag=button" target="_blank">Technitium-MAC-Address-Changer</a></p>
<p>Or <a href="http://tmac.technitium.com/tmac/index.html" target="_blank">read more here</a>.</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/change+mac+address" rel="tag">change mac address</a>, <a href="http://technorati.com/tag/change+mac+address+windows" rel="tag">  change mac address windows</a>, <a href="http://technorati.com/tag/free-software" rel="tag">  free-software</a>, <a href="http://technorati.com/tag/freeware+mac+changer" rel="tag">  freeware mac changer</a>, <a href="http://technorati.com/tag/mac+address+changer" rel="tag">  mac address changer</a>, <a href="http://technorati.com/tag/mac-changer" rel="tag">  mac-changer</a>, <a href="http://technorati.com/tag/network-security" rel="tag">  network-security</a>, <a href="http://technorati.com/tag/Security+Software" rel="tag">  Security Software</a>, <a href="http://technorati.com/tag/technitium" rel="tag">  technitium</a>, <a href="http://technorati.com/tag/technitium+mac+adress+changer" rel="tag">  technitium mac adress changer</a>, <a href="http://technorati.com/tag/tmac" rel="tag">  tmac</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blackhammer.org/technitium-free-mac-address-changer-v5-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ArpON - ARP Handler Detect and Block ARP Poisoning/Spoofing</title>
		<link>http://blackhammer.org/arpon-arp-handler-detect-and-block-arp-poisoningspoofing/</link>
		<comments>http://blackhammer.org/arpon-arp-handler-detect-and-block-arp-poisoningspoofing/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 14:09:24 +0000</pubDate>
		<dc:creator>bLackhammer</dc:creator>
		
		<category><![CDATA[Network Hacking]]></category>

		<category><![CDATA[Applications]]></category>

		<guid isPermaLink="false">http://blackhammer.org/arpon-arp-handler-detect-and-block-arp-poisoningspoofing/</guid>
		<description><![CDATA[ArpON (Arp handler inspectiON) is a portable handler daemon with some nice tools to handle all ARP aspects. It has a lot of features and it makes ARP a bit safer. This is possible using two kinds of anti Arp Poisoning tecniques, the first is based on SARPI or “Static ARP Inspection”, the second on [...]]]></description>
			<content:encoded><![CDATA[<p>ArpON (Arp handler inspectiON) is a portable handler daemon with some nice tools to handle all ARP aspects. It has a lot of features and it makes ARP a bit safer. This is possible using two kinds of anti Arp Poisoning tecniques, the first is based on SARPI or “Static ARP Inspection”, the second on DARPI or “Dynamic ARP Inspection” approach.</p>
<p>Keep in mind other common tools fighting ARP poisoning usually limit their activity only to point out the problem instead of blocking it, ArpON does it using SARPI and DARPI policies.</p>
<p>Finally you can use ArpON to pentest some switched/hubbed LAN with/without DHCP protocol, in fact you can disable the daemon in order to use the tools to poison the ARP Cache.</p>
<p>However ArpON is also a good tool to a clever sysadmin aware of security related topics. It is a tool born to make ARP secure in order to avoid ARP Spoofing/Poisoning etc.</p>
<p><strong>Static ARP Inspection</strong></p>
<p>When SARPI starts, it saves statically all the ARP entries it finds in the ARP cache in a static cache called SARPI Cache. Note that you can also manage the ARP cache before starting SARPI, through the “ARP CACHE MANAGER” feature of ArpON.</p>
<p><strong>Dynamic ARP Inspection</strong></p>
<p>DARPI startup phase consists in cleaning up the ARP cache, deleting all of its entries. This is due because ARP cache may have poisoned entries from the beginning. DARPI handles the so called DARPI cache, applying different policies to different kinds of packets.</p>
<p>You can download ArpON here:</p>
<p><a href="https://sourceforge.net/project/downloading.php?group_id=227281&amp;use_mirror=osdn&amp;filename=ArpON-1.10.tar.gz&amp;67260950" target="_blank">ArpON-1.10.tar.gz</a></p>
<p>Or <a href="http://arpon.sourceforge.net/i" target="_blank">read more here</a>.</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/arp" rel="tag">arp</a>, <a href="http://technorati.com/tag/arp+handler" rel="tag">  arp handler</a>, <a href="http://technorati.com/tag/arp+inspection" rel="tag">  arp inspection</a>, <a href="http://technorati.com/tag/arp+poisoning+detection" rel="tag">  arp poisoning detection</a>, <a href="http://technorati.com/tag/arp+protection" rel="tag">  arp protection</a>, <a href="http://technorati.com/tag/arp+spoofing+detection" rel="tag">  arp spoofing detection</a>, <a href="http://technorati.com/tag/arpon" rel="tag">  arpon</a>, <a href="http://technorati.com/tag/Countermeasures" rel="tag">  Countermeasures</a>, <a href="http://technorati.com/tag/Network+Hacking" rel="tag">  Network Hacking</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blackhammer.org/arpon-arp-handler-detect-and-block-arp-poisoningspoofing/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SIPVicious v0.2.3 - VoIP/SIP Auditing Toolkit</title>
		<link>http://blackhammer.org/sipvicious-v023-voipsip-auditing-toolkit/</link>
		<comments>http://blackhammer.org/sipvicious-v023-voipsip-auditing-toolkit/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 06:44:22 +0000</pubDate>
		<dc:creator>bLackhammer</dc:creator>
		
		<category><![CDATA[Network Hacking]]></category>

		<category><![CDATA[Hacking Tools]]></category>

		<category><![CDATA[Applications]]></category>

		<guid isPermaLink="false">http://blackhammer.org/sipvicious-v023-voipsip-auditing-toolkit/</guid>
		<description><![CDATA[SIPVicious suite is a set of tools that can be used to audit SIP based VoIP systems. It currently consists of four tools:

svmap - this is a sip scanner. Lists SIP devices found on an IP range
svwar - identifies active extensions on a PBX
svcrack - an online password cracker for SIP PBX
svreport - manages sessions [...]]]></description>
			<content:encoded><![CDATA[<p>SIPVicious suite is a set of tools that can be used to audit SIP based VoIP systems. It currently consists of four tools:</p>
<ul>
<li>svmap - this is a sip scanner. Lists SIP devices found on an IP range</li>
<li>svwar - identifies active extensions on a PBX</li>
<li>svcrack - an online password cracker for SIP PBX</li>
<li>svreport - manages sessions and exports reports to various formats</li>
</ul>
<p><strong>svmap</strong><br />
This is a sip scanner. When launched against ranges of ip address space, it will identify any SIP servers which it finds on the way. Also has the option to scan hosts on ranges of ports. For usage instructions check out <a href="http://code.google.com/p/sipvicious/wiki/SvmapUsage" target="_blank">SvmapUsage</a>.</p>
<p><strong>svwar</strong><br />
Traditionally a war dialer used to call up numbers on the phone network to identify ones that are interesting from ones that are not. With SIP, you can do something similar to identify active users.</p>
<p><strong>svcrack</strong><br />
This is a password cracker making use of digest authentication. It is able to crack passwords on both registrar servers and proxy servers. It can make use of ranges of numbers or a dictionary file full of possible passwords.</p>
<p><strong>svreport</strong><br />
Able to manage sessions created by the rest of the tools and export to pdf, xml, csv and plain text.</p>
<p>You can download SIPVicious v0.2.3 here:</p>
<p><a href="http://sipvicious.googlecode.com/files/sipvicious-0.2.3.tar.gz" target="_blank">sipvicious-0.2.3.tar.gz</a></p>
<p>Or <a href="http://sipvicious.googlecode.com/" target="_blank">read more here</a>.</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/Hacking+Tools" rel="tag">Hacking Tools</a>, <a href="http://technorati.com/tag/hacking+voip" rel="tag">  hacking voip</a>, <a href="http://technorati.com/tag/Network+Hacking" rel="tag">  Network Hacking</a>, <a href="http://technorati.com/tag/Python" rel="tag">  Python</a>, <a href="http://technorati.com/tag/SIP" rel="tag">  SIP</a>, <a href="http://technorati.com/tag/sip+hacking" rel="tag">  sip hacking</a>, <a href="http://technorati.com/tag/sipvicious" rel="tag">  sipvicious</a>, <a href="http://technorati.com/tag/srv" rel="tag">  srv</a>, <a href="http://technorati.com/tag/svcrack" rel="tag">  svcrack</a>, <a href="http://technorati.com/tag/svmap" rel="tag">  svmap</a>, <a href="http://technorati.com/tag/svreport" rel="tag">  svreport</a>, <a href="http://technorati.com/tag/svwar" rel="tag">  svwar</a>, <a href="http://technorati.com/tag/voip" rel="tag">  voip</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blackhammer.org/sipvicious-v023-voipsip-auditing-toolkit/feed/</wfw:commentRss>
		</item>
		<item>
		<title>OSWA Assistant - Wireless Hacking &#038; Auditing LiveCD Toolkit</title>
		<link>http://blackhammer.org/oswa-assistant-wireless-hacking-auditing-livecd-toolkit/</link>
		<comments>http://blackhammer.org/oswa-assistant-wireless-hacking-auditing-livecd-toolkit/#comments</comments>
		<pubDate>Tue, 10 Jun 2008 21:17:28 +0000</pubDate>
		<dc:creator>bLackhammer</dc:creator>
		
		<category><![CDATA[Network Hacking]]></category>

		<category><![CDATA[Hacking Tools]]></category>

		<category><![CDATA[Wireless Hacking]]></category>

		<category><![CDATA[Applications]]></category>

		<guid isPermaLink="false">http://blackhammer.org/oswa-assistant-wireless-hacking-auditing-livecd-toolkit/</guid>
		<description><![CDATA[The OSWA-Assistant is a no-Operating-System-required standalone toolkit which is solely focused on wireless auditing. As a result, in addition to the usual WiFi (802.11) auditing tools, it also covers Bluetooth and RFID auditing. Using the toolkit is as easy as popping it into your computer’s CDROM and making your computer boot from it!
This toolkit is [...]]]></description>
			<content:encoded><![CDATA[<p>The OSWA-Assistant is a no-Operating-System-required standalone toolkit which is solely focused on wireless auditing. As a result, in addition to the usual WiFi (802.11) auditing tools, it also covers Bluetooth and RFID auditing. Using the toolkit is as easy as popping it into your computer’s CDROM and making your computer boot from it!</p>
<p>This toolkit is a contribution to the wireless security/auditing community and, as the “Assistant” moniker implies, and is designed for the following groups of people:</p>
<ul>
<li>IT-security auditors and professionals who need to execute technical wireless security testing against wireless infrastructure and clients;</li>
<li>IT professionals who have responsibility for ensuring the secure operation and administration of their organization’s wireless networks;</li>
<li> SME (Small &amp; Medium Enterprise) and SOHO (SmallOffice-HomeOffice) businesses who do not have either the technical expertise or the resources to employ such expertise to audit their wireless networks;</li>
<li>Non-technical-users who run wireless networks at home and who would like to audit the security of their wireless home networks and laptops but don’t know how.</li>
</ul>
<p>You can download OSWA Assistant here:</p>
<p><a href="http://securitystartshere.org/downloads/oswa-assistant.iso" target="_blank">oswa-assistant.iso</a></p>
<p>Or <a href="http://oswa-assistant.securitystartshere.org/" target="_blank">read more here</a>.</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/Hacking+Tools" rel="tag">Hacking Tools</a>, <a href="http://technorati.com/tag/hacking+wifi" rel="tag">  hacking wifi</a>, <a href="http://technorati.com/tag/hacking-livecd" rel="tag">  hacking-livecd</a>, <a href="http://technorati.com/tag/hacking-wireless" rel="tag">  hacking-wireless</a>, <a href="http://technorati.com/tag/livecd" rel="tag">  livecd</a>, <a href="http://technorati.com/tag/Network+Hacking" rel="tag">  Network Hacking</a>, <a href="http://technorati.com/tag/owsa" rel="tag">  owsa</a>, <a href="http://technorati.com/tag/owsa+assistant" rel="tag">  owsa assistant</a>, <a href="http://technorati.com/tag/security-livecd" rel="tag">  security-livecd</a>, <a href="http://technorati.com/tag/wifi" rel="tag">  wifi</a>, <a href="http://technorati.com/tag/wifi-hacking" rel="tag">  wifi-hacking</a>, <a href="http://technorati.com/tag/wifi-security" rel="tag">  wifi-security</a>, <a href="http://technorati.com/tag/wireless+auditing" rel="tag">  wireless auditing</a>, <a href="http://technorati.com/tag/Wireless+Hacking" rel="tag">  Wireless Hacking</a>, <a href="http://technorati.com/tag/wireless+hacking+livecd" rel="tag">  wireless hacking livecd</a>, <a href="http://technorati.com/tag/wireless-security" rel="tag">  wireless-security</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blackhammer.org/oswa-assistant-wireless-hacking-auditing-livecd-toolkit/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Metasploit Site Hijacked by ARP Poisoning Attack</title>
		<link>http://blackhammer.org/metasploit-site-hijacked-by-arp-poisoning-attack/</link>
		<comments>http://blackhammer.org/metasploit-site-hijacked-by-arp-poisoning-attack/#comments</comments>
		<pubDate>Sat, 07 Jun 2008 19:09:07 +0000</pubDate>
		<dc:creator>bLackhammer</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://blackhammer.org/metasploit-site-hijacked-by-arp-poisoning-attack/</guid>
		<description><![CDATA[Crackers briefly hijacked hacking tools website Metasploit.com on Monday.
Metasploit is an advanced open-source exploit development platform used by most pen-testers. A tool we often mention here on Darknet.
On Monday the site was redirected to a page announcing the site was “hacked by sunwear ! just for fun“, as recorded by Sunbelt Software.
Unidentified miscreants used an [...]]]></description>
			<content:encoded><![CDATA[<p>Crackers briefly hijacked hacking tools website <a href="http://www.metasploit.com/" target="_blank">Metasploit.com</a> on Monday.</p>
<p>Metasploit is an advanced open-source exploit development platform used by most pen-testers. A tool we often mention here on Darknet.</p>
<p>On Monday the site was redirected to a page announcing the site was “hacked by sunwear ! just for fun“, as recorded by Sunbelt Software.</p>
<blockquote><p>Unidentified miscreants used an ARP poisoning attack aimed at the network of Metasploit’s hosting provider in order to pull off the hack. The Metasploit project was quickly restored. H D Moore, the creator of the project, <a href="http://www.haloscan.com/comments/alexeck/964311044981251862" target="_blank">explained</a> what happened in response to online reports of the hack.</p>
<p>“Another customer on the same ISP was compromised and used to ARP poison all servers in that subnet. I corrected the problem by setting a static ARP entry and notifying the ISP. To make it very clear - the metasploit.com servers were not compromised, nor have been to this date,” he said</p></blockquote>
<p>So don’t worry, the Metasploit packages are safe as the server was NOT compromised it was a network level attack and a redirect rather than an actual intrusion.</p>
<p>Source: <a href="http://www.theregister.co.uk/2008/06/03/metasploit_hijack/" target="_blank">The Register</a></p>
<p>Technorati Tags: <a href="http://technorati.com/tag/arp+poisoning" rel="tag">arp poisoning</a>, <a href="http://technorati.com/tag/arp-hijacking" rel="tag">  arp-hijacking</a>, <a href="http://technorati.com/tag/defacement" rel="tag">  defacement</a>, <a href="http://technorati.com/tag/domain+hijacking" rel="tag">  domain hijacking</a>, <a href="http://technorati.com/tag/hd-moore" rel="tag">  hd-moore</a>, <a href="http://technorati.com/tag/metaspoit" rel="tag">  metaspoit</a>, <a href="http://technorati.com/tag/Web+Hacking" rel="tag">  Web Hacking</a>, <a href="http://technorati.com/tag/web+hijacking" rel="tag">  web hijacking</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blackhammer.org/metasploit-site-hijacked-by-arp-poisoning-attack/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Angry IP Scanner - Cross Platform Port Scanner</title>
		<link>http://blackhammer.org/angry-ip-scanner-cross-platform-port-scanner/</link>
		<comments>http://blackhammer.org/angry-ip-scanner-cross-platform-port-scanner/#comments</comments>
		<pubDate>Thu, 05 Jun 2008 23:44:23 +0000</pubDate>
		<dc:creator>bLackhammer</dc:creator>
		
		<category><![CDATA[Network Hacking]]></category>

		<category><![CDATA[Hacking Tools]]></category>

		<category><![CDATA[Applications]]></category>

		<guid isPermaLink="false">http://blackhammer.org/angry-ip-scanner-cross-platform-port-scanner/</guid>
		<description><![CDATA[Angry IP scanner is a very fast IP address and port scanner.
It can scan IP addresses in any range as well as any their ports. It is cross-platform and lightweight. Not requiring any installations, it can be freely copied and used anywhere.
Angry IP scanner simply pings each IP address to check if it’s alive, then [...]]]></description>
			<content:encoded><![CDATA[<p>Angry IP scanner is a very fast IP address and port scanner.</p>
<p>It can scan IP addresses in any range as well as any their ports. It is cross-platform and lightweight. Not requiring any installations, it can be freely copied and used anywhere.</p>
<p>Angry IP scanner simply pings each IP address to check if it’s alive, then optionally it is resolving its hostname, determines the MAC address, scans ports, etc. The amount of gathered data about each host can be extended with plugins.</p>
<p>It also has additional features, like NetBIOS information (computer name, workgroup name, and currently logged in Windows user), favorite IP address ranges, web server detection, customizable openers, etc.</p>
<p>Scanning results can be saved to CSV, TXT, XML or IP-Port list files. With help of plugins, Angry IP Scanner can gather any information about scanned IPs. Anybody who can write Java code is able to write plugins and extend functionality of Angry IP Scanner.</p>
<p>In order to increase scanning speed, it uses multithreaded approach: a separate scanning thread is created for each scanned IP address. It is also cross platform running on Windows, Linux &amp; Mac.</p>
<p>You can download Angry IP Scanner version 3.0-beta3 below:</p>
<p><a href="http://sourceforge.net/project/downloading.php?group_id=25534&amp;filename=ipscan-3.0-beta3.exe" target="_blank">Executable for Windows 2000/XP/Vista</a><br />
<a href="http://sourceforge.net/project/downloading.php?group_id=25534&amp;filename=ipscan-linux-3.0-beta3.jar"> Executable JAR for any distribution of Linux (32-bit)</a></p>
<p>Or <a href="http://www.angryziber.com/w/Home" target="_blank">read more here</a>.</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/angry+ip+scanner" rel="tag">angry ip scanner</a>, <a href="http://technorati.com/tag/angry+scanner" rel="tag">  angry scanner</a>, <a href="http://technorati.com/tag/cross+platform" rel="tag">  cross platform</a>, <a href="http://technorati.com/tag/fast+port+scanner" rel="tag">  fast port scanner</a>, <a href="http://technorati.com/tag/Hacking+Tools" rel="tag">  Hacking Tools</a>, <a href="http://technorati.com/tag/ip+scanner" rel="tag">  ip scanner</a>, <a href="http://technorati.com/tag/penetration-testing" rel="tag">  penetration-testing</a>, <a href="http://technorati.com/tag/port-scanner" rel="tag">  port-scanner</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blackhammer.org/angry-ip-scanner-cross-platform-port-scanner/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
