<?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, 04 Sep 2008 13:16:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>
	<language>en</language>
			<item>
		<title>XTest - VoIP Infrastructure Security Testing Tool</title>
		<link>http://blackhammer.org/xtest-voip-infrastructure-security-testing-tool/</link>
		<comments>http://blackhammer.org/xtest-voip-infrastructure-security-testing-tool/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 13:16:02 +0000</pubDate>
		<dc:creator>bLackhammer</dc:creator>
		
		<category><![CDATA[Network Hacking]]></category>

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

		<guid isPermaLink="false">http://blackhammer.org/xtest-voip-infrastructure-security-testing-tool/</guid>
		<description><![CDATA[What is XTest?
XTest is a simple, practical, and free, wired 802.1x supplicant security tool implementing the RFC 3847 EAP-MD5 Authentication method. It can be used to assess the password strength within wired ethernet environments that rely on 802.1x to protect IP Phones and the VoIP Infrastructure against rogue PC access. XTest is developed in C [...]]]></description>
			<content:encoded><![CDATA[<p><strong>What is XTest?</strong></p>
<p>XTest is a simple, practical, and free, wired 802.1x supplicant security tool implementing the RFC 3847 EAP-MD5 Authentication method. It can be used to assess the password strength within wired ethernet environments that rely on 802.1x to protect IP Phones and the VoIP Infrastructure against rogue PC access. XTest is developed in C and freely available to anyone, under the GPLv3 license.</p>
<p><strong>Why XTest?</strong></p>
<p>XTest was developed with the specific aim of improving the security of environments that use 802.1x to protect IP Phone endpoints and their supporting VoIP Infrastructure. With the increasing prevalence of 802.1x Supplicant support in wired hard Phones, 802.1x will be increasingly used to ensure that remote IP Phones placed in areas with low physical security will have their directly connected ethernet switch ports secured against unauthorized access.</p>
<p>Furthermore, the tool can demonstrate the danger of relying solely on 802.1x, because the current wired 802.1x implementation only requires authentication when the port initially comes up/up. Subsequent packets are not authenticated, allowing an attacker to share a connection on a hub with the valid 802.1x supplicant, allowing unauthorized switchport access.</p>
<p><strong>Features</strong></p>
<ul>
<li>    802.1x Supplicant: XTest can test the username and password against an 802.1x Authenticator (Ethernet Switch), and supports re-authentication. This is a simple and easy method of comparing the password against a valid 802.1x Supplicant running on an IP Phone or a PC.</li>
<li>Offline pcap dictionary attacK: If you capture a valid 802.1x authentication sequence into a pcap file, XTest will run a dictionary attack against the pcap using a supplied wordlist. XTest will elicit the password from the pcap if the dictionary file containst the valid password.</li>
<li>Shared Hub unauthorized access: Using a shared hub, XTest can use the successful authentication of a valid 802.1x supplicant to gain unauthorized access to the network.</li>
</ul>
<p><strong>Tested Platforms</strong></p>
<p>802.1x Supplicants:</p>
<ul>
<li>    Cisco Unified IP Phone 7971G-GE</li>
<li>Cisco Unified IP Phone 7961G-GE</li>
<li>Cisco Unified IP Phone 7941G-GE</li>
<li>Cisco Unified IP Phone 7942G</li>
<li>Cisco Unified IP Phone 7945G</li>
</ul>
<p>802.1x Authenticator:</p>
<ul>
<li>    Cisco Catalyst 3560 (WS-C3560G-24PS)</li>
</ul>
<p>Radius Server:</p>
<ul>
<li>    CiscoSecure ACS 4.1</li>
</ul>
<p>You can download XTest here:</p>
<p><a href="http://transact.dl.sourceforge.net/sourceforge/xtest/xtest-1.0.tar" target="_blank">xtest-1.0.tar</a></p>
<p>Or <a href="http://xtest.sourceforge.net/readme.html" target="_blank">read more here</a>.</p>
<p>Technorati Tags: <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/voip+auditing" rel="tag">  voip auditing</a>, <a href="http://technorati.com/tag/voip+infrastructure+security" rel="tag">  voip infrastructure security</a>, <a href="http://technorati.com/tag/voip+infrastructure+testing" rel="tag">  voip infrastructure testing</a>, <a href="http://technorati.com/tag/voip+testing" rel="tag">  voip testing</a>, <a href="http://technorati.com/tag/xtest" rel="tag">  xtest</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blackhammer.org/xtest-voip-infrastructure-security-testing-tool/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ISR-evilgrade</title>
		<link>http://blackhammer.org/isr-evilgrade/</link>
		<comments>http://blackhammer.org/isr-evilgrade/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 14:20:11 +0000</pubDate>
		<dc:creator>bLackhammer</dc:creator>
		
		<category><![CDATA[Hacking Tools]]></category>

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

		<category><![CDATA[Vulnerabilities &amp; Exploits]]></category>

		<guid isPermaLink="false">http://blackhammer.org/isr-evilgrade/</guid>
		<description><![CDATA[ISR-evilgrade is a modular framework that allow us to take advantage of poor upgrade implementations by injecting fake updates and exploiting the system or software.
How does it work?
It works with modules, each module implements the structure needed to emulate a false update of specific applications/systems. Evilgrade needs the manipulation of the victims DNS traffic, it [...]]]></description>
			<content:encoded><![CDATA[<p>ISR-evilgrade is a modular framework that allow us to take advantage of poor upgrade implementations by injecting fake updates and exploiting the system or software.</p>
<p><strong>How does it work?</strong></p>
<p>It works with modules, each module implements the structure needed to emulate a false update of specific applications/systems. Evilgrade needs the manipulation of the victims DNS traffic, it works in conjunction with man-in-the-middle techniques or MITM such as DNS, ARP, DHCP, etc.</p>
<p><strong>Attack Vectors</strong></p>
<p>Internal scenario:</p>
<ul>
<li>    Internal DNS access</li>
<li>ARP Spoofing</li>
<li>DNS Cache Poisoning</li>
<li>DHCP Spoofing</li>
</ul>
<p>External scenario:</p>
<ul>
<li>    Internal DNS Access</li>
<li>DNS Cache Poisoning</li>
</ul>
<p><strong>What are the supported OS?</strong></p>
<p>The framework is multiplatform, it only depends of having the right payload for the target platform to be exploited.</p>
<p><strong>Implemented modules</strong></p>
<ul>
<li>    Java plugin</li>
<li>Winzip</li>
<li>Winamp</li>
<li>MacOS</li>
<li>OpenOffice</li>
<li>iTunes</li>
<li>Linkedin Toolbar</li>
<li>Download Accelerator</li>
<li>Notepad++</li>
</ul>
<p>You can download ISR-evilgrade here:</p>
<p><a href="http://www.infobyte.com.ar/down/isr-evilgrade-1.0.0.tar.gz" target="_blank">isr-evilgrade-1.0.0.tar.gz</a></p>
<p>Or <a href="http://www.infobyte.com.ar/down/isr-evilgrade-Readme.txt" target="_blank">read more here</a>.</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/evilgrade" rel="tag">evilgrade</a>, <a href="http://technorati.com/tag/exploits" rel="tag">  exploits</a>, <a href="http://technorati.com/tag/fake+updates" rel="tag">  fake updates</a>, <a href="http://technorati.com/tag/infobyte" rel="tag">  infobyte</a>, <a href="http://technorati.com/tag/isr" rel="tag">  isr</a>, <a href="http://technorati.com/tag/isr-evilgrade" rel="tag">  isr-evilgrade</a>, <a href="http://technorati.com/tag/man-in-the-middle" rel="tag">  man-in-the-middle</a>, <a href="http://technorati.com/tag/mitm" rel="tag">  mitm</a>, <a href="http://technorati.com/tag/spoofing" rel="tag">  spoofing</a>, <a href="http://technorati.com/tag/vulnerabilities" rel="tag">  vulnerabilities</a>, <a href="http://technorati.com/tag/xploit+updates" rel="tag">  xploit updates</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blackhammer.org/isr-evilgrade/feed/</wfw:commentRss>
		</item>
		<item>
		<title>OpenVAS - Open Vulnerability Assessment System</title>
		<link>http://blackhammer.org/openvas-open-vulnerability-assessment-system/</link>
		<comments>http://blackhammer.org/openvas-open-vulnerability-assessment-system/#comments</comments>
		<pubDate>Tue, 19 Aug 2008 05:11:28 +0000</pubDate>
		<dc:creator>bLackhammer</dc:creator>
		
		<category><![CDATA[Network Hacking]]></category>

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

		<category><![CDATA[Vulnerabilities &amp; Exploits]]></category>

		<guid isPermaLink="false">http://blackhammer.org/openvas-open-vulnerability-assessment-system/</guid>
		<description><![CDATA[As you all probably known since version 3 Nessus turned to a proprietary model and started charging for the latest plugins locking most of us out. Now we finally have a new, properly organised forked development with the name of OpenVAS - at last a decent and free Vulnerability Scanner!
OpenVAS stands for Open Vulnerability Assessment [...]]]></description>
			<content:encoded><![CDATA[<p>As you all probably known since version 3 Nessus turned to a proprietary model and started charging for the latest plugins locking most of us out. Now we finally have a new, properly organised forked development with the name of OpenVAS - at last a decent and free Vulnerability Scanner!</p>
<p>OpenVAS stands for Open Vulnerability Assessment System and is a network security scanner with associated tools like a graphical user front-end. The core component is a server with a set of network vulnerability tests (NVTs) to detect security problems in remote systems and applications.</p>
<p>OpenVAS products are Free Software under GNU GPL and a fork of Nessus.</p>
<p><strong>About OpenVAS Server</strong></p>
<p>The OpenVAS Server is the core application of the OpenVAS project. It is a scanner that runs many network vulnerability tests against many target hosts and delivers the results. It uses a communication protocol to have client tools (graphical end-user or batched) connect to it, configure and execute a scan and finally receive the results for reporting. Tests are implemented in the form of plugins which need to be updated to cover recently identified security issues.</p>
<p>The server consists of 4 modules: openvas-libraries, openvas-libnasl, openvas-server and openvas-plugins. All need to be installed for a fully functional server.</p>
<p>OpenVAS server is a forked development of Nessus 2.2. The fork happened because the major development (Nessus 3) changed to a proprietary license model and the development of Nessus 2.2.x is practically closed for third party contributors. OpenVAS continues as Free Software under the GNU General Public License with a transparent and open development style.</p>
<p><strong>About OpenVAS-Client</strong></p>
<p>OpenVAS-Client is a terminal and GUI client application for both OpenVAS and Nessus. It implements the Nessus Transfer Protocol (NTP). The GUI is implemented using GTK+ 2.4 and allows for managing network vulnerability scan sessions.</p>
<p>OpenVAS-Client is a successor of NessusClient 1.X. The fork happened with NessusClient CVS HEAD 20070704. The reason was that the original authors of NessusClient decided to stop active development for this (GTK-based) NessusClient in favor of a newly written QT-based version released as proprietary software.</p>
<p>OpenVAS-Client is released under GNU GPLv2 and may be linked with OpenSSL.</p>
<p>You can download OpenVAS here:</p>
<p><a href="http://wald.intevation.org/frs/?group_id=29&amp;release_id=189" target="_blank">OpenVAS Client</a><br />
<a href="http://wald.intevation.org/frs/?group_id=29&amp;release_id=192" target="_blank">OpenVAS Server</a></p>
<p>Or <a href="http://www.openvas.org/" target="_blank">read more here</a>.</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/nessus" rel="tag">nessus</a>, <a href="http://technorati.com/tag/Network+Hacking" rel="tag">  Network Hacking</a>, <a href="http://technorati.com/tag/openvas" rel="tag">  openvas</a>, <a href="http://technorati.com/tag/penetration-testing" rel="tag">  penetration-testing</a>, <a href="http://technorati.com/tag/security+scanning" rel="tag">  security scanning</a>, <a href="http://technorati.com/tag/Security+Software" rel="tag">  Security Software</a>, <a href="http://technorati.com/tag/va" rel="tag">  va</a>, <a href="http://technorati.com/tag/vas" rel="tag">  vas</a>, <a href="http://technorati.com/tag/vuln+assessment" rel="tag">  vuln assessment</a>, <a href="http://technorati.com/tag/vulnerability-assessment" rel="tag">  vulnerability-assessment</a>, <a href="http://technorati.com/tag/vulnerability-scanner" rel="tag">  vulnerability-scanner</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blackhammer.org/openvas-open-vulnerability-assessment-system/feed/</wfw:commentRss>
		</item>
		<item>
		<title>raWPacket HeX - Network Security Monitoring &#038; Analysis LiveCD</title>
		<link>http://blackhammer.org/rawpacket-hex-network-security-monitoring-analysis-livecd/</link>
		<comments>http://blackhammer.org/rawpacket-hex-network-security-monitoring-analysis-livecd/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 22:09:01 +0000</pubDate>
		<dc:creator>bLackhammer</dc:creator>
		
		<category><![CDATA[Network Hacking]]></category>

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

		<guid isPermaLink="false">http://blackhammer.org/rawpacket-hex-network-security-monitoring-analysis-livecd/</guid>
		<description><![CDATA[HeX is a project aimed at the NSM (Network Security Monitoring) community for use by network security analysts. The developers believe that simplicity and analysis work flow logic must be enhanced and emphasized through-out the process of designing this liveCD. Not only have they carefully chosen all the necessary applications and tools to be included [...]]]></description>
			<content:encoded><![CDATA[<p>HeX is a project aimed at the NSM (Network Security Monitoring) community for use by network security analysts. The developers believe that simplicity and analysis work flow logic must be enhanced and emphasized through-out the process of designing this liveCD. Not only have they carefully chosen all the necessary applications and tools to be included to the liveCD, they have also tested them to make sure everything running as smooth as possible. In order to summarize the objective of HeX, they are trying to develop the first and foremost Network Security Monitoring &amp; Network Based Forensics liveCD!</p>
<p><strong>HeX Main Features</strong></p>
<p>HeX Main Menu - Cleaner look and more user interface oriented and maximum 4 levels depth HeX Main Menu allows quick access to all the installed applications in HeX.</p>
<p>Terminal - This is exactly what you need, the ultimate analyzt console!</p>
<p>Instant access to all the Network Security Monitoring(NSM) and Network Based Forensics(NBF) Toolkits via Fluxbox Menu. We have also categorized them nicely so that you know what to use conditionally or based on scenario.</p>
<p>Instant access to the Network Visualization Toolkit, you can watch the network traffics in graphical presentation and that assist you in identifying large scale network attacks easily.</p>
<p>Instant access to Pcap Editing Tools which you can use to modify or anonymize the pcap data, it’s great especially when you want to share your pcap data.</p>
<p>Network and Pentest Toolkits contain a lot of tools to perform network or application based attacks, you can generate malicious packets using them and study malicious packets using those analysis tools listed in NSM-Toolkit and NBF-Toolkit as well.</p>
<p>While we think HeliX liveCD is better choice in digital forensics arsenal, Forensics-Toolkit can be considered as the add-on for people who are interested in doing digital forensics.</p>
<p>Under Applications, there are Desktop, Sysutils and Misc, all of them are pretty self-explained and contain user based applications such as Firefox, Liferea, Xpdf and so forth. Additionally, Misc contains some useful scripts, for example you can just start ssh service by clicking on SSHD-Start.</p>
<p>You can download HeX 1.0.3 here:</p>
<p><a href="https://hex.xwings.net/hex-i386-1.0.3.iso" target="_blank">hex-i386-1.0.3.iso</a></p>
<p>Or <a href="http://www.rawpacket.org/projects/hex" target="_blank">read more here</a>.</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/digital-forensics" rel="tag">digital-forensics</a>, <a href="http://technorati.com/tag/hacking-networks" rel="tag">  hacking-networks</a>, <a href="http://technorati.com/tag/hex" rel="tag">  hex</a>, <a href="http://technorati.com/tag/linux-livecd" rel="tag">  linux-livecd</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/network+monitoring+livecd" rel="tag">  network monitoring livecd</a>, <a href="http://technorati.com/tag/network+security+analysis" rel="tag">  network security analysis</a>, <a href="http://technorati.com/tag/network+security+livecd" rel="tag">  network security livecd</a>, <a href="http://technorati.com/tag/network+security+monitoring" rel="tag">  network security monitoring</a>, <a href="http://technorati.com/tag/network-analysis" rel="tag">  network-analysis</a>, <a href="http://technorati.com/tag/network-forensics" rel="tag">  network-forensics</a>, <a href="http://technorati.com/tag/nsm" rel="tag">  nsm</a>, <a href="http://technorati.com/tag/nsm+livecd" rel="tag">  nsm livecd</a>, <a href="http://technorati.com/tag/packet+monkeys" rel="tag">  packet monkeys</a>, <a href="http://technorati.com/tag/packet+sniffing" rel="tag">  packet sniffing</a>, <a href="http://technorati.com/tag/rawpacket" rel="tag">  rawpacket</a>, <a href="http://technorati.com/tag/security-livecd" rel="tag">  security-livecd</a>, <a href="http://technorati.com/tag/traffic-analysis" rel="tag">  traffic-analysis</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blackhammer.org/rawpacket-hex-network-security-monitoring-analysis-livecd/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PuttyHijack V1.0 - Hijack SSH/PuTTY Connections on Windows</title>
		<link>http://blackhammer.org/puttyhijack-v10-hijack-sshputty-connections-on-windows/</link>
		<comments>http://blackhammer.org/puttyhijack-v10-hijack-sshputty-connections-on-windows/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 21:26:15 +0000</pubDate>
		<dc:creator>bLackhammer</dc:creator>
		
		<category><![CDATA[Windows Hacking]]></category>

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

		<category><![CDATA[Vulnerabilities &amp; Exploits]]></category>

		<guid isPermaLink="false">http://blackhammer.org/puttyhijack-v10-hijack-sshputty-connections-on-windows/</guid>
		<description><![CDATA[PuttyHijack is a POC tool that injects a dll into the PuTTY process to hijack an existing, or soon to be created, connection.
This can be useful during penetration tests when a windows box that has been compromised is used to SSH/Telnet into other servers. The injected DLL installs some hooks and creates a socket for [...]]]></description>
			<content:encoded><![CDATA[<p>PuttyHijack is a POC tool that injects a dll into the PuTTY process to hijack an existing, or soon to be created, connection.</p>
<p>This can be useful during penetration tests when a windows box that has been compromised is used to SSH/Telnet into other servers. The injected DLL installs some hooks and creates a socket for a<br />
callback connection that is then used for input/output redirection.</p>
<p>It does not kill the current connection, and will cleanly uninject if the socket or process is stopped.</p>
<p><strong>Details</strong></p>
<ol>
<li>Start a nc listener</li>
<li>Run PuttyHijack specify the listener ip and port</li>
<li>Watch the echoing of everything including passwords</li>
</ol>
<p>Some basic commands in this version include;</p>
<blockquote><p>!disco - disconnect the real putty from the display<br />
!reco - reconnect it<br />
!exit - just another way to exit the injected shell</p></blockquote>
<p>You can download PuttyHijack V1.0 here:</p>
<p><a href="http://www.insomniasec.com/tools/PuttyHijackV1.0.rar" target="_blank">PuttyHijackV1.0.rar</a></p>
<p>Or <a href="http://www.insomniasec.com/releases/tools" target="_blank">read more here</a>.</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/hacking+putty" rel="tag">hacking putty</a>, <a href="http://technorati.com/tag/hacking+ssh" rel="tag">  hacking ssh</a>, <a href="http://technorati.com/tag/hacking-windows" rel="tag">  hacking-windows</a>, <a href="http://technorati.com/tag/insomniasec" rel="tag">  insomniasec</a>, <a href="http://technorati.com/tag/putty" rel="tag">  putty</a>, <a href="http://technorati.com/tag/putty+hacking" rel="tag">  putty hacking</a>, <a href="http://technorati.com/tag/putty+hijack" rel="tag">  putty hijack</a>, <a href="http://technorati.com/tag/puttyhijack" rel="tag">  puttyhijack</a>, <a href="http://technorati.com/tag/ssh+security" rel="tag">  ssh security</a>, <a href="http://technorati.com/tag/windows-security" rel="tag">  windows-security</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blackhammer.org/puttyhijack-v10-hijack-sshputty-connections-on-windows/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Pass-The-Hash Toolkit v1.4</title>
		<link>http://blackhammer.org/pass-the-hash-toolkit-v14/</link>
		<comments>http://blackhammer.org/pass-the-hash-toolkit-v14/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 20:07:27 +0000</pubDate>
		<dc:creator>bLackhammer</dc:creator>
		
		<category><![CDATA[Windows Hacking]]></category>

		<category><![CDATA[Password Cracking]]></category>

		<category><![CDATA[Vulnerabilities &amp; Exploits]]></category>

		<guid isPermaLink="false">http://blackhammer.org/pass-the-hash-toolkit-v14/</guid>
		<description><![CDATA[The Pass-The-Hash Toolkit contains utilities to manipulate the Windows Logon Sessions mantained by the LSA (Local Security Authority) component. These tools allow you to list the current logon sessions with its corresponding NTLM credentials (e.g.: users remotely logged in thru Remote Desktop/Terminal Services), and also change in runtime the current username, domain name, and NTLM [...]]]></description>
			<content:encoded><![CDATA[<p>The Pass-The-Hash Toolkit contains utilities to manipulate the Windows Logon Sessions mantained by the LSA (Local Security Authority) component. These tools allow you to list the current logon sessions with its corresponding NTLM credentials (e.g.: users remotely logged in thru Remote Desktop/Terminal Services), and also change in runtime the current username, domain name, and NTLM hashes (YES, PASS-THE-HASH on Windows!).</p>
<p><strong>What’s new?</strong></p>
<ul>
<li>    Support for XP SP 3 for whosthere/iam (whosthere-alt/iam-alt work on xp sp3 without requiring any update)</li>
<li>New -t switch for whosthere/whosthere-alt: establishes interval used by the -i switch (by default 2 seconds).</li>
<li>New -a switch for whosthere/iam: specify addresses to use.</li>
<li>New -r switch for iam/iam-alt: Create a new logon session and run a command with the specified credentials (e.g.: -r cmd.exe)</li>
<li>genhash now outputs hashes using the LM HASH:NT HASH format</li>
</ul>
<p>You can download Pass-The-Hash Toolkit v.14 here:</p>
<p><strong>Source</strong></p>
<p><a href="http://oss.coresecurity.com/pshtoolkit/release/1.4/pshtoolkit_v1.4-src.tgz" target="_blank">pshtoolkit_v1.4-src.tgz</a></p>
<p><strong>Windows Binaries</strong></p>
<p><a href="http://oss.coresecurity.com/pshtoolkit/release/1.4/pshtoolkit_v1.4.tgz" target="_blank">pshtoolkit_v1.4.tgz</a></p>
<p>Read <a href="http://oss.coresecurity.com/pshtoolkit/release/1.4/WHATSNEW" target="_blank">what’s new? </a><br />
Or <a href="http://oss.coresecurity.com/projects/pshtoolkit.htm" 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-windows" rel="tag">  hacking-windows</a>, <a href="http://technorati.com/tag/hash+toolkit" rel="tag">  hash toolkit</a>, <a href="http://technorati.com/tag/LSA" rel="tag">  LSA</a>, <a href="http://technorati.com/tag/NTLM" rel="tag">  NTLM</a>, <a href="http://technorati.com/tag/ntlm+hashes" rel="tag">  ntlm hashes</a>, <a href="http://technorati.com/tag/pass+the+hash" rel="tag">  pass the hash</a>, <a href="http://technorati.com/tag/pass+the+hash+toolkit" rel="tag">  pass the hash toolkit</a>, <a href="http://technorati.com/tag/Password+Cracking" rel="tag">  Password Cracking</a>, <a href="http://technorati.com/tag/psh" rel="tag">  psh</a>, <a href="http://technorati.com/tag/Windows+Hacking" rel="tag">  Windows Hacking</a>, <a href="http://technorati.com/tag/windows+password+hash" rel="tag">  windows password hash</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blackhammer.org/pass-the-hash-toolkit-v14/feed/</wfw:commentRss>
		</item>
		<item>
		<title>nUbuntu Development Kicking Off Again - Security LiveCD</title>
		<link>http://blackhammer.org/nubuntu-development-kicking-off-again-security-livecd/</link>
		<comments>http://blackhammer.org/nubuntu-development-kicking-off-again-security-livecd/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 14:59:39 +0000</pubDate>
		<dc:creator>bLackhammer</dc:creator>
		
		<category><![CDATA[Linux Hacking]]></category>

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

		<guid isPermaLink="false">http://blackhammer.org/nubuntu-development-kicking-off-again-security-livecd/</guid>
		<description><![CDATA[We did mention nUbuntu long ago in our famous 10 Best Security Live CD Distros (Pen-Test, Forensics &#38; Recovery) article.
The main goal of nUbuntu is to create a distribution which is derived from the Ubuntu distribution, and add packages related to security testing, and remove unneeded packages, such as Gnome, Openoffice.org, and Evolution. nUbuntu is [...]]]></description>
			<content:encoded><![CDATA[<p>We did mention nUbuntu long ago in our famous 10 Best Security Live CD Distros (Pen-Test, Forensics &amp; Recovery) article.<br />
The main goal of nUbuntu is to create a distribution which is derived from the Ubuntu distribution, and add packages related to security testing, and remove unneeded packages, such as Gnome, Openoffice.org, and Evolution. nUbuntu is the result of an idea two people had to create a new distribution for the learning experience.</p>
<p>Many people ask, “What makes it better than X?”, or “Why should I use this over Y”. Our answer to this question is, we do not think about whether people are using it or not. We are more concerned about the learning process. If you want to try something with a clean interface, fast, and an excellent range of programs please don’t hesitate to download nUbuntu.</p>
<p>You can download nUbuntu 8.04 here:</p>
<p><a href="http://nubuntu.org/downloads/click.php?id=9" target="_blank">nUbuntu - 8.04 (x86)</a> (Torrent)<br />
<a href="http://nubuntu.org/downloads/click.php?id=4" target="_blank">nUbuntu - 8.04 (x86)</a> (Direct)</p>
<p>Or <a href="http://nubuntu.org/" target="_blank">read more here</a>.</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/hacking-livecd" rel="tag">hacking-livecd</a>, <a href="http://technorati.com/tag/livecd" rel="tag">  livecd</a>, <a href="http://technorati.com/tag/network+ubunutu" rel="tag">  network ubunutu</a>, <a href="http://technorati.com/tag/nubuntu" rel="tag">  nubuntu</a>, <a href="http://technorati.com/tag/nubuntu+livecd" rel="tag">  nubuntu livecd</a>, <a href="http://technorati.com/tag/security-livecd" rel="tag">  security-livecd</a>, <a href="http://technorati.com/tag/security-tools" rel="tag">  security-tools</a>, <a href="http://technorati.com/tag/ubuntu" rel="tag">  ubuntu</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blackhammer.org/nubuntu-development-kicking-off-again-security-livecd/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MoocherHunter - Detect &#038; Track Rogue Wifi Users</title>
		<link>http://blackhammer.org/moocherhunter-detect-track-rogue-wifi-users/</link>
		<comments>http://blackhammer.org/moocherhunter-detect-track-rogue-wifi-users/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 14:57:57 +0000</pubDate>
		<dc:creator>bLackhammer</dc:creator>
		
		<category><![CDATA[Wireless Hacking]]></category>

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

		<guid isPermaLink="false">http://blackhammer.org/moocherhunter-detect-track-rogue-wifi-users/</guid>
		<description><![CDATA[MoocherHunter™ is a mobile tracking software tool for the real-time on-the-fly geo-location of wireless moochers and hackers.
I wanted to mention this tool separately as I think it’s very cool!
MoocherHunter™ identifies the location of an 802.11-based wireless moocher or hacker by the traffic they send across the network. If they want to mooch from you or [...]]]></description>
			<content:encoded><![CDATA[<p>MoocherHunter™ is a mobile tracking software tool for the real-time on-the-fly geo-location of wireless moochers and hackers.</p>
<p>I wanted to mention this tool separately as I think it’s very cool!</p>
<p>MoocherHunter™ identifies the location of an 802.11-based wireless moocher or hacker by the traffic they send across the network. If they want to mooch from you or use your wireless network for illegal purposes (e.g. warez downloading or illegal filesharing), then they have no choice but to reveal themselves by sending traffic across in order to accomplish their objectives. MoocherHunter™ enables the owner of the wireless network to detect traffic from this unauthorized wireless client (using either MoocherHunter™’s Passive or Active mode) and enables the owner, armed with a laptop and directional antenna, to isolate and track down the source.</p>
<p>Because it is not based on fixed or statically-positioned hardware, MoocherHunter™ allows the user to move freely and walk towards the actual geographical location of the moocher/hacker. In residential and commercial multi-tenant building field trials held in Singapore in March 2008, MoocherHunter™ allowed a single trained operator to geo-locate a wireless moocher with a geographical positional accuracy of as little as 2 meters within an average of 30 minutes.</p>
<p>You can download OSWA Assistant here to get MoocherHunter:</p>
<p><a href="http://securitystartshere.org/downloads/oswa-assistant.iso" target="_blank">oswa-assistant.iso</a></p>
<p>Or <a href="http://securitystartshere.org/page-training-oswa-moocherhunter.htm" target="_blank">read more here</a>.</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/livecd" rel="tag">livecd</a>, <a href="http://technorati.com/tag/moocherhunter" rel="tag">  moocherhunter</a>, <a href="http://technorati.com/tag/oswa" rel="tag">  oswa</a>, <a href="http://technorati.com/tag/oswa+assistant" rel="tag">  oswa assistant</a>, <a href="http://technorati.com/tag/rogue+wifi+users" rel="tag">  rogue wifi users</a>, <a href="http://technorati.com/tag/rogue+wireless+users" rel="tag">  rogue wireless users</a>, <a href="http://technorati.com/tag/security-tools" rel="tag">  security-tools</a>, <a href="http://technorati.com/tag/thinksecure" rel="tag">  thinksecure</a>, <a href="http://technorati.com/tag/wifi+audit" rel="tag">  wifi audit</a>, <a href="http://technorati.com/tag/wifi-security" rel="tag">  wifi-security</a>, <a href="http://technorati.com/tag/wireless-security" rel="tag">  wireless-security</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blackhammer.org/moocherhunter-detect-track-rogue-wifi-users/feed/</wfw:commentRss>
		</item>
		<item>
		<title>TSGrinder - Brute Force Terminal Services Server</title>
		<link>http://blackhammer.org/tsgrinder-brute-force-terminal-services-server/</link>
		<comments>http://blackhammer.org/tsgrinder-brute-force-terminal-services-server/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 14:56:26 +0000</pubDate>
		<dc:creator>bLackhammer</dc:creator>
		
		<category><![CDATA[Windows Hacking]]></category>

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

		<category><![CDATA[Password Cracking]]></category>

		<guid isPermaLink="false">http://blackhammer.org/tsgrinder-brute-force-terminal-services-server/</guid>
		<description><![CDATA[This is a tool that has been around quite some time too, it’s still very useful though and it’s a very niche tool specifically for brute forcing Windows Terminal Server.
TSGrinder is the first production Terminal Server brute force tool, and is now in release 2. The main idea here is that the Administrator account, since [...]]]></description>
			<content:encoded><![CDATA[<p>This is a tool that has been around quite some time too, it’s still very useful though and it’s a very niche tool specifically for brute forcing Windows Terminal Server.</p>
<p>TSGrinder is the first production Terminal Server brute force tool, and is now in release 2. The main idea here is that the Administrator account, since it cannot be locked out for local logons, can be brute forced. And having an encrypted channel to the TS logon process sure helps to keep IDS from catching the attempts.</p>
<p>TSGringer is a “dictionary” based attack tool, but it does have some interesting features like “l337″ conversion, and supports multiple attack windows from a single dictionary file. It supports multiple password attempts in the same connection, and allows you to specify how many times to try a<br />
username/password combination within a particular connection.</p>
<p>You can download TSGrinder 2.0.3 here:</p>
<p><a href="http://www.hammerofgod.com/download/tsgrinder-2.03.zip" target="_blank">tsgrinder-2.03.zip</a></p>
<p>Note that the tool requires the Microsoft Simulated Terminal Server Client tool, “roboclient,” which may be found here:</p>
<p><a href="ftp://ftp.microsoft.com/ResKit/win2000/roboclient.zip" target="_blank">roboclient.zip</a></p>
<p>Or <a href="http://www.hammerofgod.com/download.html" target="_blank">read more here</a>.</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/brute-force" rel="tag">brute-force</a>, <a href="http://technorati.com/tag/hacking+terminal+server" rel="tag">  hacking terminal server</a>, <a href="http://technorati.com/tag/hacking+terminal+services" rel="tag">  hacking terminal services</a>, <a href="http://technorati.com/tag/Hacking+Tools" rel="tag">  Hacking Tools</a>, <a href="http://technorati.com/tag/hacking-windows" rel="tag">  hacking-windows</a>, <a href="http://technorati.com/tag/Password+Cracking" rel="tag">  Password Cracking</a>, <a href="http://technorati.com/tag/terminal+server" rel="tag">  terminal server</a>, <a href="http://technorati.com/tag/terminal+services" rel="tag">  terminal services</a>, <a href="http://technorati.com/tag/tsgrinder" rel="tag">  tsgrinder</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blackhammer.org/tsgrinder-brute-force-terminal-services-server/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Zodiac - DNS Protocol Monitoring and Spoofing Tool</title>
		<link>http://blackhammer.org/zodiac-dns-protocol-monitoring-and-spoofing-tool/</link>
		<comments>http://blackhammer.org/zodiac-dns-protocol-monitoring-and-spoofing-tool/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 14:59:41 +0000</pubDate>
		<dc:creator>bLackhammer</dc:creator>
		
		<category><![CDATA[Network Hacking]]></category>

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

		<category><![CDATA[Vulnerabilities &amp; Exploits]]></category>

		<guid isPermaLink="false">http://blackhammer.org/zodiac-dns-protocol-monitoring-and-spoofing-tool/</guid>
		<description><![CDATA[Zodiac is a DNS protocol analyzation and exploitation program. It is a robust tool to explore the DNS protocol. Internally it contains advanced DNS routines for DNS packet construction and disassembling and is the optimal tool if you just want to try something out without undergoing the hassle to rewrite DNS packet routines or packet [...]]]></description>
			<content:encoded><![CDATA[<p>Zodiac is a DNS protocol analyzation and exploitation program. It is a robust tool to explore the DNS protocol. Internally it contains advanced DNS routines for DNS packet construction and disassembling and is the optimal tool if you just want to try something out without undergoing the hassle to rewrite DNS packet routines or packet filtering.</p>
<p><strong>Features</strong></p>
<ul>
<li>    sniffing on all kinds of configured devices (Ethernet, PPP, …)</li>
<li>capturing and decoding nearly all types of DNS packets, including packet decompression</li>
<li>ncurses driven text based frontend with interactive commandline and multiple windows</li>
<li>threaded design allow more flexibility when adding your own features</li>
<li>clean code, commented and tested just fine, ready for you to extend</li>
<li>internal DNS packet filtering allows installation of pseudo DNS filters you can “select()” on a large set of DNS packet construction primitives</li>
<li>DNS name server versioning using BIND version requests</li>
<li>DNS local spoofing, answering DNS queries on your LAN before the remote NS</li>
<li>DNS jizz spoofing, exploiting a weakness within old BIND versions</li>
<li>DNS ID spoofing, exploiting a weakness within the DNS protocol itself</li>
</ul>
<p>You can download Zodiac 0.4.9 here:</p>
<p><a href="http://www.packetfactory.net/projects/zodiac/zodiac-0.4.9.tar.gz" target="_blank">zodiac-0.4.9.tar.gz</a></p>
<p>Or <a href="http://www.packetfactory.net/projects/zodiac/" target="_blank">read more here</a>.</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/dns+monitoring" rel="tag">dns monitoring</a>, <a href="http://technorati.com/tag/dns+sniffing" rel="tag">  dns sniffing</a>, <a href="http://technorati.com/tag/dns+spoofing" rel="tag">  dns spoofing</a>, <a href="http://technorati.com/tag/dns-hacking" rel="tag">  dns-hacking</a>, <a href="http://technorati.com/tag/hacking+bind" rel="tag">  hacking bind</a>, <a href="http://technorati.com/tag/hacking+dns" rel="tag">  hacking dns</a>, <a href="http://technorati.com/tag/hacking-networks" rel="tag">  hacking-networks</a>, <a href="http://technorati.com/tag/Network+Hacking" rel="tag">  Network Hacking</a>, <a href="http://technorati.com/tag/packet-factory" rel="tag">  packet-factory</a>, <a href="http://technorati.com/tag/zodiac" rel="tag">  zodiac</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blackhammer.org/zodiac-dns-protocol-monitoring-and-spoofing-tool/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
