<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Hacking Truths &#187; NetBIOS Hacking</title>
	<atom:link href="http://www.hungry-hackers.com/category/netbios-hacking/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hungry-hackers.com</link>
	<description>Hacking is fun, If you are a &#34;Hacker&#34;!</description>
	<lastBuildDate>Wed, 11 Jan 2012 19:43:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>NetBIOS Attack</title>
		<link>http://www.hungry-hackers.com/2008/06/netbios-attack.html</link>
		<comments>http://www.hungry-hackers.com/2008/06/netbios-attack.html#comments</comments>
		<pubDate>Mon, 23 Jun 2008 09:13:36 +0000</pubDate>
		<dc:creator>Ashik</dc:creator>
				<category><![CDATA[Hacking Computer]]></category>
		<category><![CDATA[Hacking Tutorials]]></category>
		<category><![CDATA[NetBIOS Hacking]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[NetBIOS]]></category>

		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=303</guid>
		<description><![CDATA[So NetBIOS is the first thing when you want to root to learn. In my article i will considerate that my target don&#8221;t have password protected the files, shared files.
Tools:
Windows target and attacker(i don&#8221;t know if this attack work on Linux or other os)
First we need to choose a target we will consider our target to be a friend from the same LAN who own BOX666
Step 1:
open cmd
start-&#62;run-&#62;cmd-&#62;enter
Step 2:
Now we need to gather info about our target BOX666 to do this we will do a net view command
c:&#62;net view
We do ...]]></description>
			<content:encoded><![CDATA[<p>So NetBIOS is the first thing when you want to root to learn. In my article i will considerate that my target don&#8221;t have password protected the files, shared files.</p>
<p>Tools:<br />
Windows target and attacker(i don&#8221;t know if this attack work on Linux or other os)</p>
<p>First we need to choose a target we will consider our target to be a friend from the same LAN who own BOX666</p>
<p>Step 1:<br />
open cmd<br />
start-&gt;run-&gt;cmd-&gt;enter</p>
<p>Step 2:<br />
Now we need to gather info about our target BOX666 to do this we will do a net view command</p>
<p>c:&gt;net view</p>
<p>We do this to see all computers from our LAN</p>
<p>Without scanning the host for open ports we can see if our target is vulnerable to NetBIOS attack and have Printer and Files Sharing activate. We use the nbtstat command. but we need the ip address not the box name so we will ping our target</p>
<p>c:&gt;ping BOX666</p>
<p>After the pinging process end we have our target ip let&#8217;s say 1.1.1.1</p>
<p>Now we can use nbtstat command</p>
<p>c:&gt;nbtstat -A 1.1.1.1</p>
<p>Now we get a list of some starnge data all what we are looking for is this:</p>
<p>&lt;20&gt;</p>
<p>This is a hex number who tell us that the BOX666 is vulnerable. Now we need to connect to target but if we connect what we can take. To gather information about shared files on BOX666 we use net view command</p>
<p>c:&gt;net view 1.1.1.1</p>
<p>Now we have a list of shared files. Sometimes stupid users share a full partition or all partitions even the one where Windows is installed &gt;:)</p>
<p>Step 3:<br />
Now let&#8221;s connect using net use command</p>
<p>c:\&gt;net use x: \\1.1.1.1shared_item</p>
<p>With this command we have created an network driver. To download data, upload data you can use cmd or windows explorer(recommended)</p>
<p>Step 4:<br />
After you have done your job close the connection by using net use command</p>
<p>c:&gt;net use x: /d</p>
<p>Now the network driver is gone</p>
<p>Congrats now you know how to do a NetBIOS Attack.</p>
<img src="http://www.hungry-hackers.com/?ak_action=api_record_view&id=303&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.hungry-hackers.com/2008/06/netbios-attack.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 10 Linux Hacking Tools</title>
		<link>http://www.hungry-hackers.com/2008/05/top-10-linux-hacking-tools.html</link>
		<comments>http://www.hungry-hackers.com/2008/05/top-10-linux-hacking-tools.html#comments</comments>
		<pubDate>Mon, 12 May 2008 19:04:01 +0000</pubDate>
		<dc:creator>Ashik</dc:creator>
				<category><![CDATA[Cracking]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Hacking Computer]]></category>
		<category><![CDATA[Hardcore Hacking]]></category>
		<category><![CDATA[Internet Hacking]]></category>
		<category><![CDATA[JPEG Binding]]></category>
		<category><![CDATA[Keyloggers]]></category>
		<category><![CDATA[Linux Hacking]]></category>
		<category><![CDATA[NetBIOS Hacking]]></category>
		<category><![CDATA[Password Recovery]]></category>
		<category><![CDATA[Registry Hacking]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Server Hacking]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Trojan Horse]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Softwares]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Top Ten]]></category>

		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=285</guid>
		<description><![CDATA[This is a Cool Collection of Top Ten Linux Hacking Tools.]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">This is a Cool Collection of Top Ten Linux Hacking Tools.</p>
<p style="text-align: justify;">1. <a class="external" rel="nofollow" href="http://www.insecure.org/nmap/" target="_blank"><span>nmap</span></a> &#8211; Nmap (&#8220;Network Mapper&#8221;) is a free open source utility for network exploration or security auditing. It was designed to rapidly scan large networks, although it works fine against single hosts. Nmap uses raw IP packets in novel ways to determine what hosts are available on the network, what services (application name and version) those hosts are offering, what operating systems (and OS versions) they are running, what type of packet filters/firewalls are in use, and dozens of other characteristics. Nmap runs on most types of computers and both console and graphical versions are available.</p>
<p style="text-align: justify;">2. <a class="external" rel="nofollow" href="http://www.cirt.net/code/nikto.shtml" target="_blank"><span>Nikto</span></a> &#8211; Nikto is an Open Source (GPL) web server scanner which performs comprehensive tests against web servers for multiple items, including over 3200 potentially dangerous files/CGIs, versions on over 625 servers, and version specific problems on over 230 servers. Scan items and plugins are frequently updated and can be automatically updated (if desired).</p>
<p style="text-align: justify;">3. <a class="external" rel="nofollow" href="http://thc.org/thc-amap/" target="_blank"><span>THC-Amap</span></a> &#8211; Amap is a next-generation tool for assistingnetwork penetration testing. It performs fast and reliable application protocol detection, independant on the TCP/UDP port they are being bound to.</p>
<p style="text-align: justify;">4. <a class="external" rel="nofollow" href="http://www.ethereal.com/" target="_blank"><span>Ethereal</span></a> &#8211; Ethereal is used by network professionals around the world for troubleshooting, analysis, software and protocol development, and education. It has all of the standard features you would expect in a protocol analyzer, and several features not seen in any other product.</p>
<p style="text-align: justify;">5. <a class="external" rel="nofollow" href="http://thc.org/thc-hydra/" target="_blank"><span>THC-Hydra</span></a> &#8211; Number one of the biggest security holes are passwords, as every password security study shows. Hydra is a parallized login cracker which supports numerous protocols to attack. New modules are easy to add, beside that, it is flexible and very fast.</p>
<p style="text-align: justify;">6. <a class="external" rel="nofollow" href="http://www.metasploit.com/projects/Framework/" target="_blank"><span>Metasploit Framework</span></a> &#8211; The Metasploit Framework is an advanced open-source platform for developing, testing, and using exploit code. This project initially started off as a portable network game and has evolved into a powerful tool for penetration testing, exploit development, and vulnerability research.</p>
<p style="text-align: justify;">7. <a class="external" rel="nofollow" href="http://www.openwall.com/john/" target="_blank"><span>John the Ripper</span></a> &#8211; John the Ripper is a fast password cracker, currently available for many flavors of Unix (11 are officially supported, not counting different architectures), DOS, Win32, BeOS, and OpenVMS. Its primary purpose is to detect weak Unix passwords. Besides several crypt(3) password hash types most commonly found on various Unix flavors, supported out of the box are Kerberos AFS and Windows NT/2000/XP/2003 LM hashes, plus several more with contributed patches.</p>
<p style="text-align: justify;">8. <a class="external" rel="nofollow" href="http://www.nessus.org/" target="_blank"><span>Nessus</span></a> &#8211; Nessus is the world&#8217;s most popular vulnerability scanner used in over 75,000 organisations world-wide. Many of the world&#8217;s largest organisations are realising significant cost savings by using Nessus to audit business-critical enterprise devices and applications.</p>
<p style="text-align: justify;">9. <a class="external" rel="nofollow" href="http://www.phenoelit.de/irpas/" target="_blank"><span>IRPAS &#8211; Internetwork Routing Protocol Attack Suite</span></a> &#8211; Routing protocols are by definition protocols, which are used by routers to communicate with each other about ways to deliver routed protocols, such as IP. While many improvements have been done to the host security since the early days of the Internet, the core of this network still uses unauthenticated services for critical communication.</p>
<p style="text-align: justify;">10. <a class="external" rel="nofollow" href="http://www.antsight.com/zsl/rainbowcrack/" target="_blank"><span>Rainbowcrack</span></a> &#8211; RainbowCrack is a general propose implementation of Philippe Oechslin&#8217;s faster time-memory trade-off technique. In short, the RainbowCrack tool is a hash cracker. A traditional brute force cracker try all possible plaintexts one by one in cracking time. It is time consuming to break complex password in this way. The idea of time-memory trade-off is to do all cracking time computation in advance and store the result in files so called &#8220;rainbow table&#8221;.</p>
<img src="http://www.hungry-hackers.com/?ak_action=api_record_view&id=285&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.hungry-hackers.com/2008/05/top-10-linux-hacking-tools.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>


<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching using disk: basic
Object Caching 514/584 objects using disk: basic

Served from: hungry-hackers.com @ 2012-02-12 01:57:37 -->
