<?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>Fri, 16 May 2008 15:27:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>
	<language>en</language>
			<item>
		<title>Xprobe2 - Active OS Fingerprinting Tool</title>
		<link>http://blackhammer.org/xprobe2-active-os-fingerprinting-tool/</link>
		<comments>http://blackhammer.org/xprobe2-active-os-fingerprinting-tool/#comments</comments>
		<pubDate>Fri, 16 May 2008 15:27:41 +0000</pubDate>
		<dc:creator>bLackhammer</dc:creator>
		
		<category><![CDATA[Network Hacking]]></category>

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

		<guid isPermaLink="false">http://blackhammer.org/xprobe2-active-os-fingerprinting-tool/</guid>
		<description><![CDATA[Sometimes I wonder to myself have I mentioned a certain tool on the site, usually one of my favourites…often I search the site to find I have never posted about it.
It just goes to show how we often overlook some of the more ‘obvious’ choices, and to many people they may not be that obvious. [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes I wonder to myself have I mentioned a certain tool on the site, usually one of my favourites…often I search the site to find I have never posted about it.</p>
<p>It just goes to show how we often overlook some of the more ‘obvious’ choices, and to many people they may not be that obvious. I’ll be going through the tools I use and posting them up here if I haven’t already.</p>
<p>Anyway one of the stock tools for any pen-tester is Xprobe usually known now as Xprobe2 - some of it’s logic has been absorbed into nmap and it’s basically an active OS fingerprinting tool meaning it sends actual data to the machine it’s fingerprinting rather than a passive tool like p0f which just listens.</p>
<p>Xprobe2 is a remote, active OS fingerprinting tool, the features are as below:</p>
<ul>
<li>Port scanning is now available through the usage of the -T (TCP) and -U (UDP) command line option</li>
<li>Added the -B command line option (’blind port guess’) used for searching an open TCP port among the following ports: 80,21, 25, 22, 139</li>
<li>Include XSD schema with distribution and make our XML comply with that XSD</li>
<li>loopback (lo) is supported</li>
</ul>
<p>You can read more on Xprobe2 and what it does here:</p>
<p><a href="http://www.sans.org/resources/idfaq/xprobe.php" target="_blank">Intrusion Detection FAQ: What is XProbe?</a></p>
<p>Download Xprobe2 here:</p>
<p><a href="http://prdownloads.sourceforge.net/xprobe/xprobe2-0.3.tar.gz?download" target="_blank">xprobe2-0.3.tar.gz</a></p>
<p>Or <a href="http://">read more here</a>.</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/fingerprinting" rel="tag">fingerprinting</a>, <a href="http://technorati.com/tag/information+gathering" rel="tag">  information gathering</a>, <a href="http://technorati.com/tag/Network+Hacking" rel="tag">  Network Hacking</a>, <a href="http://technorati.com/tag/nmap" rel="tag">  nmap</a>, <a href="http://technorati.com/tag/os-detection" rel="tag">  os-detection</a>, <a href="http://technorati.com/tag/os-fingerprinting" rel="tag">  os-fingerprinting</a>, <a href="http://technorati.com/tag/penetration-testing" rel="tag">  penetration-testing</a>, <a href="http://technorati.com/tag/xprobe" rel="tag">  xprobe</a>, <a href="http://technorati.com/tag/xprobe2" rel="tag">  xprobe2</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blackhammer.org/xprobe2-active-os-fingerprinting-tool/feed/</wfw:commentRss>
		</item>
		<item>
		<title>browserrecon - Passive Browser Fingerprinting</title>
		<link>http://blackhammer.org/browserrecon-passive-browser-fingerprinting/</link>
		<comments>http://blackhammer.org/browserrecon-passive-browser-fingerprinting/#comments</comments>
		<pubDate>Thu, 15 May 2008 09:04:35 +0000</pubDate>
		<dc:creator>bLackhammer</dc:creator>
		
		<category><![CDATA[Privacy]]></category>

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

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

		<guid isPermaLink="false">http://blackhammer.org/browserrecon-passive-browser-fingerprinting/</guid>
		<description><![CDATA[Most of todays tools for fingerprinting are focusing on server-side services. Well-known and widely-accepted implementations of such utilities are available for http web services, smtp mail server, ftp servers and even telnet daemons. Of course, many attack scenarios are focusing on server-side attacks.
Client-based attacks, especially targeting web clients, are becoming more and more popular. Browser-targeted [...]]]></description>
			<content:encoded><![CDATA[<p>Most of todays tools for fingerprinting are focusing on server-side services. Well-known and widely-accepted implementations of such utilities are available for http web services, smtp mail server, ftp servers and even telnet daemons. Of course, many attack scenarios are focusing on server-side attacks.</p>
<p>Client-based attacks, especially targeting web clients, are becoming more and more popular. Browser-targeted attacks, drive-by pharming and web-based phishing provide a broad aspect of threats during surfing in the world wide web. Attacker might initialize and optimize their attacks by fingerprinting the target application to find the best possible way to compromise the client.</p>
<p>The browserrecon project is going to prove, that client-side fingerprinting is possible and useful too. In this particular implementation, currently available in php only, the given web browser is identified by the used http requests. Similar to the http fingerprinting provided within httprecon the header lines and values are analyzed and compared to a fingerprint database.</p>
<p>The current release of browserrecon is written in PHP. Therefore, you might be able to use browserrecon on a web server supporting PHP. If you want to include browserrecon in a given web application, the software has to support PHP itself or a fork of the PHP scripts.</p>
<p>You can download browserrecon here:</p>
<p><a href="http://www.computec.ch/projekte/browserrecon/download/php/browserrecon-1.0-php.tar.gz" target="_blank">browserrecon-1.0-php.tar.gz</a></p>
<p>Or <a href="http://www.computec.ch/projekte/browserrecon/" target="_blank">read more here</a>.</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/browser+fingerpringt" rel="tag">browser fingerpringt</a>, <a href="http://technorati.com/tag/browser+fingerprinting" rel="tag">  browser fingerprinting</a>, <a href="http://technorati.com/tag/browser+identification" rel="tag">  browser identification</a>, <a href="http://technorati.com/tag/browser+strings" rel="tag">  browser strings</a>, <a href="http://technorati.com/tag/browserrecon" rel="tag">  browserrecon</a>, <a href="http://technorati.com/tag/fingerprinting" rel="tag">  fingerprinting</a>, <a href="http://technorati.com/tag/information+gathering" rel="tag">  information gathering</a>, <a href="http://technorati.com/tag/passive+fingerprinting" rel="tag">  passive fingerprinting</a>, <a href="http://technorati.com/tag/PHP" rel="tag">  PHP</a>, <a href="http://technorati.com/tag/Web+Hacking" rel="tag">  Web Hacking</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blackhammer.org/browserrecon-passive-browser-fingerprinting/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Metagoofil v1.4 Released - Metadata and Information Gathering Tool</title>
		<link>http://blackhammer.org/metagoofil-v14-released-metadata-and-information-gathering-tool/</link>
		<comments>http://blackhammer.org/metagoofil-v14-released-metadata-and-information-gathering-tool/#comments</comments>
		<pubDate>Mon, 12 May 2008 10:59:18 +0000</pubDate>
		<dc:creator>bLackhammer</dc:creator>
		
		<category><![CDATA[Privacy]]></category>

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

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

		<guid isPermaLink="false">http://blackhammer.org/metagoofil-v14-released-metadata-and-information-gathering-tool/</guid>
		<description><![CDATA[Metagoofil is an information gathering tool designed for extracting metadata of public documents (pdf,doc,xls,ppt,odp,ods) available on the target/victim website.
It will generate a html page with the results of the metadata extracted, plus a list of potential usernames very useful for preparing a bruteforce attack on open services like ftp, pop3,web applications, vpn and so on. [...]]]></description>
			<content:encoded><![CDATA[<p>Metagoofil is an information gathering tool designed for extracting metadata of public documents (pdf,doc,xls,ppt,odp,ods) available on the target/victim website.</p>
<p>It will generate a html page with the results of the metadata extracted, plus a list of potential usernames very useful for preparing a bruteforce attack on open services like ftp, pop3,web applications, vpn and so on. Also it will extract a list of disclosed PATHs in the metadata, with this information you can guess OS, network names, shared resources etc.</p>
<p>This new version extracts MAC address from Microsoft Office documents. Now you can have an idea of what kind of hardware they are using.</p>
<p>All this information should not be available on the net, but most of the companies don’t have policies about information leaking… and most of them don’t know this information exists. So you can show them what information an attacker can obtain, with this simple technique.</p>
<p>You can download Metagoofil v1.4 here:</p>
<p><a href="http://www.edge-security.com/soft/metagoofil-1.4.tar" target="_blank">MetaGooFil 1.4 (tar)</a> (20/04/2008)</p>
<p>Or <a href="http://www.edge-security.com/metagoofil.php" target="_blank">read more here</a>.</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/data+gathering" rel="tag">data gathering</a>, <a href="http://technorati.com/tag/Hacking+Tools" rel="tag">  Hacking Tools</a>, <a href="http://technorati.com/tag/information+gathering" rel="tag">  information gathering</a>, <a href="http://technorati.com/tag/information+leaking" rel="tag">  information leaking</a>, <a href="http://technorati.com/tag/metadata" rel="tag">  metadata</a>, <a href="http://technorati.com/tag/metadata+extraction" rel="tag">  metadata extraction</a>, <a href="http://technorati.com/tag/metadata+gathering" rel="tag">  metadata gathering</a>, <a href="http://technorati.com/tag/metagoofil" rel="tag">  metagoofil</a>, <a href="http://technorati.com/tag/penetration-testing" rel="tag">  penetration-testing</a>, <a href="http://technorati.com/tag/Privacy" rel="tag">  Privacy</a>, <a href="http://technorati.com/tag/surveillance" rel="tag">  surveillance</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blackhammer.org/metagoofil-v14-released-metadata-and-information-gathering-tool/feed/</wfw:commentRss>
		</item>
		<item>
		<title>rtpbreak 1.3a Released - RTP Analysis and Hacking</title>
		<link>http://blackhammer.org/rtpbreak-13a-released-rtp-analysis-and-hacking/</link>
		<comments>http://blackhammer.org/rtpbreak-13a-released-rtp-analysis-and-hacking/#comments</comments>
		<pubDate>Wed, 07 May 2008 11:32:10 +0000</pubDate>
		<dc:creator>bLackhammer</dc:creator>
		
		<category><![CDATA[Network Hacking]]></category>

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

		<guid isPermaLink="false">http://blackhammer.org/rtpbreak-13a-released-rtp-analysis-and-hacking/</guid>
		<description><![CDATA[With rtpbreak you can detect, reconstruct and analyze any RTP session. It doesn’t require the presence of RTCP packets and works independently form the used signaling protocol (SIP, H.323, SCCP etc). The input is a sequence of packets, the output is a set of files you can use as input for other tools (wireshark/tshark, sox, [...]]]></description>
			<content:encoded><![CDATA[<p>With rtpbreak you can detect, reconstruct and analyze any RTP session. It doesn’t require the presence of RTCP packets and works independently form the used signaling protocol (SIP, H.323, SCCP etc). The input is a sequence of packets, the output is a set of files you can use as input for other tools (wireshark/tshark, sox, grep/awk/cut/cat/sed and so on). It also supports wireless (AP_DLT_IEEE802_11) networks.</p>
<p>This is a list of scenarios where rtpbreak is a good choice:</p>
<ul>
<li>    reconstruct any RTP stream with an unknown or unsupported signaling protocol</li>
<li>reconstruct any RTP stream in wireless networks, while doing channel hopping (VoIP activity detector)</li>
<li>reconstruct and decode any RTP stream in batch mode (with sox, asterisk)</li>
<li>reconstruct any already existing RTP stream</li>
<li>reorder the packets of any RTP stream for later analysis (with tshark, wireshark, …)</li>
<li>build a tiny wireless VoIP tapping system in a single chip Linux unit</li>
<li>build a complete VoIP tapping system (rtpbreak would be just the RTP dissector module!)</li>
</ul>
<p>This project is released under license GPL version 2.</p>
<p>You can download rtpbreak 1.3a here:</p>
<p><a href="http://xenion.antifork.org/rtpbreak/rtpbreak-1.3a.tgz" target="_blank">rtpbreak-1.3a.tgz</a></p>
<p>Or <a href="http://xenion.antifork.org/rtpbreak/doc/rtpbreak_en.html" target="_blank">read more here</a>.</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/hacking+rtp" rel="tag">hacking rtp</a>, <a href="http://technorati.com/tag/Hacking+Tools" rel="tag">  Hacking Tools</a>, <a href="http://technorati.com/tag/hacking-networks" rel="tag">  hacking-networks</a>, <a href="http://technorati.com/tag/hacking-software" rel="tag">  hacking-software</a>, <a href="http://technorati.com/tag/Network+Hacking" rel="tag">  Network Hacking</a>, <a href="http://technorati.com/tag/rfc189" rel="tag">  rfc189</a>, <a href="http://technorati.com/tag/rtp" rel="tag">  rtp</a>, <a href="http://technorati.com/tag/rtp+tool" rel="tag">  rtp tool</a>, <a href="http://technorati.com/tag/rtp-analysis" rel="tag">  rtp-analysis</a>, <a href="http://technorati.com/tag/rtpbreak" rel="tag">  rtpbreak</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blackhammer.org/rtpbreak-13a-released-rtp-analysis-and-hacking/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Sandman - Read the Windows Hibernation File</title>
		<link>http://blackhammer.org/sandman-read-the-windows-hibernation-file/</link>
		<comments>http://blackhammer.org/sandman-read-the-windows-hibernation-file/#comments</comments>
		<pubDate>Wed, 07 May 2008 11:25:32 +0000</pubDate>
		<dc:creator>bLackhammer</dc:creator>
		
		<category><![CDATA[Windows Hacking]]></category>

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

		<guid isPermaLink="false">http://blackhammer.org/sandman-read-the-windows-hibernation-file/</guid>
		<description><![CDATA[This is a pretty new tool and a very cool one, Hibernation is a fairly new feature for Windows so it’s good to see a new tool targeting that.
Microsoft provides a feature called Hibernation also know as suspend to disk that aims to save the system state into an undocumented file called hiberfil.sys. This file [...]]]></description>
			<content:encoded><![CDATA[<p>This is a pretty new tool and a very cool one, Hibernation is a fairly new feature for Windows so it’s good to see a new tool targeting that.</p>
<p>Microsoft provides a feature called <a href="http://en.wikipedia.org/wiki/Hibernate_(OS_feature)" target="_blank">Hibernation</a> also know as suspend to disk that aims to save the system state into an undocumented file called hiberfil.sys. This file contains all the physical memory saved by the Operating System and aims to be restored by the user the next time the computer is powered on. Live forensics analysis is used to use physical memory dump to recover information on the targeted machine.</p>
<p>One of the main problems is to obtain a readable physical memory dump, hibernation is an efficient way to save and load physical memory. Hibernation analysis has notable advantages. System activity is totally frozen, therefore coherent data is acquired and no software tool is able to block the analysis. The system is left perfectly functional after analysis, with no side effects.</p>
<p>The hibernation file opens two valuable doors:</p>
<p>The first one is forensics analysis for defensive computing. Hibernation is an efficient and easy way to get a physical memory dump. But the main issue about it was: How to read the hiberfil.sys? This is why SandMan was born.</p>
<p>The second one is a new concept we will be introducing and called “offensics” which is a portmanteau from “offensive” and “forensics”. If we can read hiberfil.sys, can we rewrite it? The answer is: Yes, with SandMan you can.</p>
<p>Sandman is a C Library that aims to read the hibernation file, regardless of Windows version. Thus, it makes possible to do forensics live analysis on the dumped file.</p>
<p>For a good explanation and technical info I suggest you read the whitepaper:</p>
<p><a href="http://sandman.msuiche.net/docs/SandMan_Project.pdf" target="_blank">SandMan Project, Whitepaper</a> [PDF]</p>
<p>You can download Sandman here:</p>
<p><a href="http://sandman.msuiche.net/release/SandMan-1.0.080226.zip" target="_blank">SandMan-1.0.080226.zip</a></p>
<p>Or <a href="http://sandman.msuiche.net/" target="_blank">read more here</a>.</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/hack+windows" rel="tag">hack windows</a>, <a href="http://technorati.com/tag/hacking+hibernation+file" rel="tag">  hacking hibernation file</a>, <a href="http://technorati.com/tag/hacking-windows" rel="tag">  hacking-windows</a>, <a href="http://technorati.com/tag/hibernation" rel="tag">  hibernation</a>, <a href="http://technorati.com/tag/hibernation+file" rel="tag">  hibernation file</a>, <a href="http://technorati.com/tag/read+hibernation+file" rel="tag">  read hibernation file</a>, <a href="http://technorati.com/tag/sandman" rel="tag">  sandman</a>, <a href="http://technorati.com/tag/Windows+Hacking" rel="tag">  Windows Hacking</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blackhammer.org/sandman-read-the-windows-hibernation-file/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CDPSnarf - CDP Packet Sniffer</title>
		<link>http://blackhammer.org/cdpsnarf-cdp-packet-sniffer/</link>
		<comments>http://blackhammer.org/cdpsnarf-cdp-packet-sniffer/#comments</comments>
		<pubDate>Thu, 01 May 2008 01:05:26 +0000</pubDate>
		<dc:creator>bLackhammer</dc:creator>
		
		<category><![CDATA[Network Hacking]]></category>

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

		<guid isPermaLink="false">http://blackhammer.org/cdpsnarf-cdp-packet-sniffer/</guid>
		<description><![CDATA[CDPSnarf if a network sniffer exclusively written to extract information from CDP packets. It provides all the information a “show cdp neighbors detail” command would return on a Cisco router and even more.
The application is written in C using the popular PCAP library.
Sample Output
Cisco AIR-AP1231G-E-K9 Access Point:
$ sudo ./cdpsnarf eth2
Waiting for a CDP packet...
[#0] Sniffed [...]]]></description>
			<content:encoded><![CDATA[<p>CDPSnarf if a network sniffer exclusively written to extract information from CDP packets. It provides all the information a “show cdp neighbors detail” command would return on a Cisco router and even more.</p>
<p>The application is written in C using the popular PCAP library.</p>
<p><strong>Sample Output</strong></p>
<p>Cisco AIR-AP1231G-E-K9 Access Point:</p>
<blockquote><p>$ sudo ./cdpsnarf eth2<br />
Waiting for a CDP packet...</p>
<p>[#0] Sniffed CDP advertisement with a size of 367 bytes.<br />
——————————————————-<br />
CDP Version: 2<br />
TTL: 180 ms<br />
Checksum: 0×7282</p>
<p>Device ID: cisco-ap.mydomain.net</p>
<p>Software version: Cisco IOS Software, C1200 Software (C1200-K9W7-M),<br />
Version 12.3(8)JEA, RELEASE SOFTWARE (fc2)<br />
Technical Support: http://www.cisco.com/techsupport<br />
Copyright (c) 1986-2006 by Cisco Systems, Inc.<br />
Compiled Wed 23-Aug-06 16:42 by kellythw</p>
<p>Platform: cisco AIR-AP1231G-E-K9</p>
<p>Addresses:  1<br />
Address #: 1<br />
Protocol type: [1] NLPID format<br />
Protocol: [0xCC] IP<br />
IP Address: 157.228.87.1</p>
<p>Port ID: Dot11Radio0</p>
<p>Capabilities:<br />
[0x02]       Transparent bridge</p></blockquote>
<p>You can download CDPSnarf here:</p>
<p><a href="http://segfault.gr/projects/releases/download.php?release_id=48" target="_blank">CDPSnarf 0.1.6</a></p>
<p>Or <a href="http://segfault.gr/projects/lang/en/projects_id/14/secid/28/" target="_blank">read more here</a>.</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/cdp" rel="tag">cdp</a>, <a href="http://technorati.com/tag/cdp+packet+sniffer" rel="tag">  cdp packet sniffer</a>, <a href="http://technorati.com/tag/cdpsnarf" rel="tag">  cdpsnarf</a>, <a href="http://technorati.com/tag/cisco" rel="tag">  cisco</a>, <a href="http://technorati.com/tag/hacking+routers" rel="tag">  hacking routers</a>, <a href="http://technorati.com/tag/Hacking+Tools" rel="tag">  Hacking Tools</a>, <a href="http://technorati.com/tag/hacking-cisco" rel="tag">  hacking-cisco</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></p>
]]></content:encoded>
			<wfw:commentRss>http://blackhammer.org/cdpsnarf-cdp-packet-sniffer/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Technitium MAC Address Changer v4.8 Released for Download - Free</title>
		<link>http://blackhammer.org/technitium-mac-address-changer-v48-released-for-download-free/</link>
		<comments>http://blackhammer.org/technitium-mac-address-changer-v48-released-for-download-free/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 21:11:35 +0000</pubDate>
		<dc:creator>bLackhammer</dc:creator>
		
		<category><![CDATA[Network Hacking]]></category>

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

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

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

		<guid isPermaLink="false">http://blackhammer.org/technitium-mac-address-changer-v48-released-for-download-free/</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 tool in every security professionals tool box. Technitium MAC Address Changer is coded in Visual Basic 6.0.</p>
<p>There are some famous, commercial tools available in the market for US$19.99 to as much as US$1500 (!), but Technitium MAC Address Changer is available for FREE. We don’t charge for just changing a registry value! Also knowing how this works doesn’t require extensive research as some commercial tool providers claim!</p>
<p><strong>Features</strong></p>
<ul>
<li>Identifies the preset applied to currently selected Network Interface Card (NIC) automatically making it easy to identify settings.</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>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.</li>
</ul>
<p>You can download Technitium MAC Address Changer v4.8 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/" target="_blank">read more here</a>.</p>
<p>[tags]change mac address,  change mac address windows,  free-software,  freeware mac changer,  mac address changer,  mac-changer,  network-security,  Security Software,  technitium,  technitium mac adress changer,  tmac[tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://blackhammer.org/technitium-mac-address-changer-v48-released-for-download-free/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Pass-The-Hash Toolkit v1.3</title>
		<link>http://blackhammer.org/pass-the-hash-toolkit-v13/</link>
		<comments>http://blackhammer.org/pass-the-hash-toolkit-v13/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 00:19:33 +0000</pubDate>
		<dc:creator>bLackhammer</dc:creator>
		
		<category><![CDATA[Windows Hacking]]></category>

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

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

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

		<guid isPermaLink="false">http://blackhammer.org/pass-the-hash-toolkit-v13/</guid>
		<description><![CDATA[The Pass-The-Hash Toolkit contains utilities to manipulate the Windows Logon Sessions maintained 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 maintained 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>Pass-The-Hash Toolkit</strong></p>
<p>Pass-The-Hash Toolkit is comprised of three tools: IAM.EXE, WHOSTHERE.EXE and GENHASH.EXE.</p>
<p><strong>GENHASH.EXE</strong><br />
This is just a utility that uses some undocumented Windows functions to generate the LM and NT hash of a password. This tool is useful to test IAM.EXE and WHOSTHERE.EXE and perhaps to do some other things. Pretty simple and small tool.</p>
<p><strong>IAM.EXE</strong><br />
This tools allows you to change your current NTLM credentials without having the cleartext password but the hashes of the password. The program receives a username, domain name and the LM and NT hashes of the password; using this it will change in memory the NTLM credentials associated with the current windows logon session. After the program performs this operation, all outbound network connections to services that use for authentication the NTLM credentials of the currently logged on user will utilize the credentials modified by IAM.EXE.</p>
<p><strong>WHOSTHERE.EXE</strong><br />
This tools will list logon sessions with NTLM credentials (username,domain name, LM and NT hashes). Logon sessions are created by windows services that log in using specific users, remote desktop connections, etc. This tool has many uses, one that i think is interesting: Let’s say you compromised a Windows Server that is part of a Windows Domain (e.g.: Backup server) but is NOT the domain controller.</p>
<p>You can download Pass-The-Hash Toolkit v1.3 here:</p>
<p><strong>Source Code</strong></p>
<p><a href="http://oss.coresecurity.com/pshtoolkit/release/1.3/pshtoolkit_v1.3-src.tgz" target="_blank">Latest stable release</a> (1.3), updated on February 29, 2008.</p>
<p><strong>Win32 binaries</strong></p>
<p><a href="http://oss.coresecurity.com/pshtoolkit/release/1.3/pshtoolkit_v1.3.tgz" target="_blank">Latest stable release</a> (1.3), updated on February 29, 2008.</p>
<p>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-v13/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WifiZoo v1.3 Released - Passive Info Gathering for Wifi</title>
		<link>http://blackhammer.org/wifizoo-v13-released-passive-info-gathering-for-wifi/</link>
		<comments>http://blackhammer.org/wifizoo-v13-released-passive-info-gathering-for-wifi/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 14:29:38 +0000</pubDate>
		<dc:creator>bLackhammer</dc:creator>
		
		<category><![CDATA[Penetration Testing]]></category>

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

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

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

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

		<guid isPermaLink="false">http://blackhammer.org/wifizoo-v13-released-passive-info-gathering-for-wifi/</guid>
		<description><![CDATA[WifiZoo is a tool to gather wifi information passively. It is created to be helpful in wifi pentesting and was inspired by ‘Ferret‘ from Errata Security.
The tool is intended to get all possible info from open wifi networks (and possibly encrypted also in the future, at least with WEP) without joining any network, and covering [...]]]></description>
			<content:encoded><![CDATA[<p>WifiZoo is a tool to gather wifi information passively. It is created to be helpful in wifi pentesting and was inspired by ‘Ferret‘ from Errata Security.</p>
<p>The tool is intended to get all possible info from open wifi networks (and possibly encrypted also in the future, at least with WEP) without joining any network, and covering all wifi channels.</p>
<p>WifiZoo does the following:</p>
<ul>
<li>gathers bssid-&gt;ssid information from beacons and probe responses</li>
<li>gathers list of unique SSIDS found on probe requests</li>
<li>gathers the list and graphs which SSIDS are being probed from what sources</li>
<li>gathers bssid-&gt;clients information and outputs it in a file that you can later use with graphviz and get a graph with “802.11 bssids-&gt;clients”.</li>
<li>gathers ‘useful’ information from unencrypted wifi traffic (ala Ferret,and dsniff, etc); like pop3 credentials, smtp traffic, http cookies/authinfo, msn messages,ftp credentials, telnet network traffic, nbt, etc.</li>
</ul>
<p>You can download WifiZoo v1.3 here:</p>
<p><a href="http://community.corest.com/~hochoa/wifizoo/wifizoo_v1.3.tgz" target="_blank">wifizoo_v1.3.tgz</a></p>
<p>Or <a href="http://community.corest.com/~hochoa/wifizoo/index.html" target="_blank">read more here</a>.</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/data+seepage" rel="tag">data seepage</a>, <a href="http://technorati.com/tag/hacking+wifi" rel="tag">  hacking wifi</a>, <a href="http://technorati.com/tag/information+gathering" rel="tag">  information gathering</a>, <a href="http://technorati.com/tag/penetration-testing" rel="tag">  penetration-testing</a>, <a href="http://technorati.com/tag/wifi+information+gathering" rel="tag">  wifi information gathering</a>, <a href="http://technorati.com/tag/wifi+leakage" rel="tag">  wifi leakage</a>, <a href="http://technorati.com/tag/wifi-hacking" rel="tag">  wifi-hacking</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blackhammer.org/wifizoo-v13-released-passive-info-gathering-for-wifi/feed/</wfw:commentRss>
		</item>
		<item>
		<title>HDIV - Java Web Application Security Framework</title>
		<link>http://blackhammer.org/hdiv-java-web-application-security-framework/</link>
		<comments>http://blackhammer.org/hdiv-java-web-application-security-framework/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 14:26:08 +0000</pubDate>
		<dc:creator>bLackhammer</dc:creator>
		
		<category><![CDATA[Hack]]></category>

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

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

		<guid isPermaLink="false">http://blackhammer.org/hdiv-java-web-application-security-framework/</guid>
		<description><![CDATA[HDIV (HTTP Data Integrity Validator) is a Java Web Application Security Framework. HDIV extends web applications’ behaviour by adding Security functionalities, maintaining the API and the framework specification. This implies that we can use HDIV in applications developed in Struts 1.x, Struts 2.x, Spring MVC and JSTL in a transparent way to the programmer and [...]]]></description>
			<content:encoded><![CDATA[<p>HDIV (HTTP Data Integrity Validator) is a Java Web Application Security Framework. HDIV extends web applications’ behaviour by adding Security functionalities, maintaining the API and the framework specification. This implies that we can use HDIV in applications developed in Struts 1.x, Struts 2.x, Spring MVC and JSTL in a transparent way to the programmer and without adding any complexity to the application development. It is possible to use HDIV in applications that don’t use Struts 1.x, Struts 2.x, Spring MVC or JSTL, but in this case it is necessary to modify the application (JSP pages).</p>
<p><strong>Functionality</strong></p>
<p><strong>INTEGRITY:</strong> HDIV guarantees integrity (no data modification) of all the data generated by the server which should not be modified by the client (links, hidden fields, combo values, radio buttons, destiny pages, etc.). Thanks to this property HDIV helps to eliminate most of the vulnerabilities based on the parameter tampering.</p>
<p><strong>EDITABLE DATA VALIDATION:</strong> HDIV eliminates to a large extent the risk originated by attacks of type Cross-site scripting (XSS) and SQL Injection using generic validations of the editable data (text and textarea).</p>
<p><strong>CONFIDENTIALITY:</strong> HDIV guarantees the confidentiality of the non editable data as well. Usually lots of the data sent to the client has key information for the attackers such as database registry identifiers, column or table names, web directories, etc.</p>
<p><strong>ANTI-CROSS SITE REQUEST FORGERY (CSRF) TOKEN:</strong> Random string called a token is placed in each form and link of the HTML response, ensuring that this value will be submitted with the next request. This random string provides protection because not only does the compromised site need to know the URL of the target site and a valid request format for the target site, it also must know the random string which changes for each visited page.</p>
<p>You can download HDIV here:</p>
<p><a href="http://sourceforge.net/project/showfiles.php?group_id=139104" target="_blank">hdiv 2.0.4</a></p>
<p>Or <a href="http://hdiv.org/" target="_blank">read more here</a>.</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/hacking+web+apps" rel="tag">hacking web apps</a>, <a href="http://technorati.com/tag/hacking-web-applications" rel="tag">  hacking-web-applications</a>, <a href="http://technorati.com/tag/hacking-websites" rel="tag">  hacking-websites</a>, <a href="http://technorati.com/tag/hdiv" rel="tag">  hdiv</a>, <a href="http://technorati.com/tag/http+validator" rel="tag">  http validator</a>, <a href="http://technorati.com/tag/java+web+security" rel="tag">  java web security</a>, <a href="http://technorati.com/tag/security+framework" rel="tag">  security framework</a>, <a href="http://technorati.com/tag/web-application-security" rel="tag">  web-application-security</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blackhammer.org/hdiv-java-web-application-security-framework/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
