<?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 Articles &#187; Footprinting</title>
	<atom:link href="http://www.hackingarticles.in/category/footprinting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hackingarticles.in</link>
	<description>Raj Chandel&#039;s Blog</description>
	<lastBuildDate>Sat, 18 May 2013 11:28:46 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>DMitry &#8211; Deepmagic Information Gathering Tool</title>
		<link>http://www.hackingarticles.in/dmitry-deepmagic-information-gathering-tool/</link>
		<comments>http://www.hackingarticles.in/dmitry-deepmagic-information-gathering-tool/#comments</comments>
		<pubDate>Tue, 04 Dec 2012 14:55:57 +0000</pubDate>
		<dc:creator>Raj Chandel</dc:creator>
				<category><![CDATA[BackTrack 5 Tutorials]]></category>
		<category><![CDATA[Footprinting]]></category>
		<category><![CDATA[Hacking Tools]]></category>

		<guid isPermaLink="false">http://www.hackingarticles.in/?p=7367</guid>
		<description><![CDATA[DMitry (Deepmagic Information Gathering Tool) is a UNIX/(GNU)Linux Command Line program coded purely in C with the ability to gather as much information as possible about a host. Basic functionality of DMitry allows for information to be gathered about a target host from a simple whois lookup on the target to UpTime reports and TCP [...]]]></description>
				<content:encoded><![CDATA[<p style="text-align: justify;"><span style="color: #000000;">DMitry (Deepmagic Information Gathering Tool) is a UNIX/(GNU)Linux Command Line program coded purely in C with the ability to gather as much information as possible about a host.</span></p>
<p style="text-align: justify;"><span style="color: #000000;">Basic functionality of DMitry allows for information to be gathered about a target host from a simple whois lookup on the target to UpTime reports and TCP portscans.</span></p>
<p style="text-align: justify;"><span style="color: #000000;">First Open Your backtrack and Follow these path</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><strong>Applications-&gt;Backtrack–&gt;Information gathering-&gt;Network analysis-&gt;route analysis-&gt;dmitry</strong></span></p>
<p style="text-align: justify;"><img src="http://i0.wp.com/1.bp.blogspot.com/-9_SRcgBHmK4/UL4NRlf665I/AAAAAAAAE8Q/OLTKksR2lqI/s1600/0.jpg?w=620" alt="" data-recalc-dims="1" /></p>
<p><span style="color: #000000;"><strong>./dmitry -w target</strong>&#8221; will perform a standard named whois lookup</span></p>
<p><img src="http://i0.wp.com/3.bp.blogspot.com/-k_tzr35Dtog/UL4NZYBIpnI/AAAAAAAAE8Y/04J8qKiXagg/s1600/1.jpg?w=620" alt="" data-recalc-dims="1" /></p>
<p><span style="color: #000000;"><strong>./dmitry -i target</strong>&#8221; will Perform an Internet Number whois lookup on the target.</span></p>
<p><img src="http://i0.wp.com/1.bp.blogspot.com/-auvvsmU1p2A/UL4NhDUJVII/AAAAAAAAE8g/OZMdu_bL72w/s1600/2.jpg?w=620" alt="" data-recalc-dims="1" /></p>
<p style="text-align: justify;"><span style="color: #000000;"><strong>./dmitry -n target</strong>&#8221; will Retrieve netcraft.com data concerning the host, this includes Operating System, Web Server release and UpTime information.</span></p>
<p style="text-align: justify;"><img src="http://i1.wp.com/3.bp.blogspot.com/-TN0sAFJVblQ/UL4NsAgC15I/AAAAAAAAE8o/k67_LkV77qg/s1600/3.jpg?w=620" alt="" data-recalc-dims="1" /></p>
<p><span style="color: #000000;"><strong>./dmitry -s target</strong>&#8221; Perform a Sub Domain search on the specified target.</span></p>
<p><img src="http://i1.wp.com/2.bp.blogspot.com/-ZwBa9_NAymI/UL4N0ssRejI/AAAAAAAAE8w/JhDEeuDX_PM/s1600/subndomain.jpg?w=620" alt="" data-recalc-dims="1" /></p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" width="175"><span style="color: #000000;"><strong>./dmitry -e target</strong></span></td>
<td valign="top" width="324"><span style="color: #000000;">Perform a search possible email address</span></td>
</tr>
<tr>
<td valign="top" width="175"><span style="color: #000000;"><strong>./dmitry –p target</strong></span></td>
<td valign="top" width="324"><span style="color: #000000;">Perform a TCP Port scan on a host</span></td>
</tr>
<tr>
<td valign="top" width="175"><span style="color: #000000;"><strong> ./dmitry –b target</strong></span></td>
<td valign="top" width="324"><span style="color: #000000;">Read in the banner received from the scanned port</span></td>
</tr>
</tbody>
</table>

<div class="nr_related_placeholder" data-permalink="http://www.hackingarticles.in/dmitry-deepmagic-information-gathering-tool/" data-title="DMitry &#8211; Deepmagic Information Gathering Tool"></div>]]></content:encoded>
			<wfw:commentRss>http://www.hackingarticles.in/dmitry-deepmagic-information-gathering-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protos &#8211; IP Protocol Scanner</title>
		<link>http://www.hackingarticles.in/protos-ip-protocol-scanner/</link>
		<comments>http://www.hackingarticles.in/protos-ip-protocol-scanner/#comments</comments>
		<pubDate>Mon, 13 Aug 2012 04:53:12 +0000</pubDate>
		<dc:creator>Raj Chandel</dc:creator>
				<category><![CDATA[BackTrack 5 Tutorials]]></category>
		<category><![CDATA[Footprinting]]></category>

		<guid isPermaLink="false">http://www.hackingarticles.in/?p=6254</guid>
		<description><![CDATA[Protos is an IP protocol scanner. It goes through all possible IP protocols and uses a negative scan to sort out unsupported protocols which should be reported by the target using ICMP protocol unreachable messages. First Open Your backtrack and Follow these path Applications-&#62;BackTrack -&#62; Information Gathering -&#62; Network Analysis -&#62; Route Analysis -&#62; protos [...]]]></description>
				<content:encoded><![CDATA[<p style="text-align: justify;"><span style="color: #000000;">Protos is an IP protocol scanner. It goes through all possible IP protocols and uses a negative scan to sort out unsupported protocols which should be reported by the target using ICMP protocol unreachable messages.<em></em></span></p>
<p style="text-align: justify;"><span style="color: #000000;">First Open Your backtrack and Follow these path</span></p>
<p style="text-align: justify;"><span style="color: #000000;"><strong>Applications-&gt;BackTrack -&gt; Information Gathering -&gt; Network Analysis -&gt; Route Analysis -&gt; protos</strong></span></p>
<p style="text-align: justify;"><span style="color: #000000;"><em><img src="http://i0.wp.com/3.bp.blogspot.com/-P4q7Rf65fpg/UCiGzPYdrtI/AAAAAAAADpY/zP9e9Ubu16g/s1600/1.jpg?resize=620%2C426" alt="" data-recalc-dims="1" /></em></span></p>
<p style="text-align: justify;"> <span style="color: #000000;">You can start it with</span><strong style="color: #000000;">./</strong><strong style="color: #000000;">protos –I eth0 –d 192.168.1.2 (IP) -v</strong></p>
<p style="text-align: justify;"><span style="color: #000000;"><em><img src="http://i0.wp.com/3.bp.blogspot.com/-7hooQv_I9WU/UCiG8zCiFrI/AAAAAAAADpg/-GyeY-tcnps/s1600/2.jpg?w=620" alt="" data-recalc-dims="1" /></em></span></p>
<p style="text-align: justify;"><span style="color: #000000;">Usage: ./protos -i eth0 -d 10.1.2.3 -v</span></p>
<p style="text-align: justify;"><span style="color: #000000;"> -v     verbose</span></p>
<p style="text-align: justify;"><span style="color: #000000;"> -V    show which protocols are not supported</span></p>
<p style="text-align: justify;"><span style="color: #000000;"> -u    don&#8217;t ping targets first</span></p>
<p style="text-align: justify;"><span style="color: #000000;"> -s     make the scan slow (for very remote devices)</span></p>
<p style="text-align: justify;"><span style="color: #000000;"> -L     show the long protocol name and it&#8217;s reference (RFC)</span></p>
<p style="text-align: justify;"><span style="color: #000000;"> -p x  number of probes (default=5)</span></p>
<p style="text-align: justify;"><span style="color: #000000;"> -S x  sleeptime is x (default=1)</span></p>
<p style="text-align: justify;"><span style="color: #000000;"> -a x  continue scan afterwards for x seconds (default=3)</span></p>
<p style="text-align: justify;"><span style="color: #000000;"> -d dest destination (IP or IP/MASK)</span></p>
<p style="text-align: justify;"><span style="color: #000000;"> -i interface         the eth0 stuff</span></p>
<p style="text-align: justify;"><span style="color: #000000;"> -W   don&#8217;t scan, just print the protocol list</span></p>

<div class="nr_related_placeholder" data-permalink="http://www.hackingarticles.in/protos-ip-protocol-scanner/" data-title="Protos &#8211; IP Protocol Scanner"></div>]]></content:encoded>
			<wfw:commentRss>http://www.hackingarticles.in/protos-ip-protocol-scanner/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Jigsaw &#8211; Email Enumeration Tool (Employees Footprinting)</title>
		<link>http://www.hackingarticles.in/jigsaw-email-enumeration-tool-employees-footprinting/</link>
		<comments>http://www.hackingarticles.in/jigsaw-email-enumeration-tool-employees-footprinting/#comments</comments>
		<pubDate>Tue, 31 Jul 2012 10:34:19 +0000</pubDate>
		<dc:creator>Raj Chandel</dc:creator>
				<category><![CDATA[BackTrack 5 Tutorials]]></category>
		<category><![CDATA[Footprinting]]></category>
		<category><![CDATA[Hacking Tools]]></category>

		<guid isPermaLink="false">http://www.hackingarticles.in/?p=6166</guid>
		<description><![CDATA[Jigsaw.rb is a simple ruby script for enumerating information about a company&#8217;s employees. It is useful for Social Engineering or Email Phishing. First Download jigsaw script here and save in your desktop Now unzip the file unzip jigsaw.zip You can start it with./jigsaw.rb –s www.example.com Jigsaw usage Example -i, &#8211;id [Jigsaw Company ID]      The Jigsaw [...]]]></description>
				<content:encoded><![CDATA[<p style="text-align: justify;"><span style="color: #000000;">Jigsaw.rb is a simple ruby script for enumerating information about a company&#8217;s employees. It is useful for Social Engineering or Email Phishing.</span></p>
<p style="text-align: justify;"><span style="color: #000000;">First Download jigsaw script</span> <strong><a href="https://github.com/pentestgeek/jigsaw/downloads">here</a> </strong><span style="color: #000000;">and save in your desktop</span></p>
<p><span style="color: #000000;">Now unzip the file <strong>unzip jigsaw.zip</strong></span></p>
<p><img src="http://i1.wp.com/4.bp.blogspot.com/-ijncd1rEcIY/UBezREp4ocI/AAAAAAAADj8/TDaD0jvdn6k/s1600/1.jpg?w=620" alt="" data-recalc-dims="1" /></p>
<p><span style="color: #000000;">You can start it with<strong>./</strong><strong>jigsaw.rb –s </strong><strong>www.example.com</strong></span></p>
<p><img src="http://i2.wp.com/4.bp.blogspot.com/-zt-brecKyGI/UBeza4RoOUI/AAAAAAAADkE/TqFGhv1Xiic/s1600/3.jpg?resize=577%2C125" alt="" data-recalc-dims="1" /></p>
<p><span style="color: #000000;"><strong>Jigsaw usage Example</strong></span></p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" width="211"><span style="color: #000000;">-i, &#8211;id [Jigsaw Company ID]     <strong></strong></span></td>
<td valign="top" width="427"><span style="color: #000000;">The Jigsaw ID to use to pull records</span></td>
</tr>
<tr>
<td valign="top" width="211"><span style="color: #000000;">-s, &#8211;search [Company Name]      <strong></strong></span></td>
<td valign="top" width="427"><span style="color: #000000;">Name of organization to search for<strong></strong></span></td>
</tr>
<tr>
<td valign="top" width="211"><span style="color: #000000;">-r, &#8211;report [Output Filename]   <strong></strong></span></td>
<td valign="top" width="427"><span style="color: #000000;">Name to use for report EXAMPLE: &#8216;-r facebook&#8217; will generate &#8216;facebook.csv&#8217;</span></td>
</tr>
<tr>
<td valign="top" width="211"><span style="color: #000000;">        -v, &#8211;verbose                    <strong></strong></span></td>
<td valign="top" width="427"><span style="color: #000000;">Enables verbose output</span></td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>

<div class="nr_related_placeholder" data-permalink="http://www.hackingarticles.in/jigsaw-email-enumeration-tool-employees-footprinting/" data-title="Jigsaw &#8211; Email Enumeration Tool (Employees Footprinting)"></div>]]></content:encoded>
			<wfw:commentRss>http://www.hackingarticles.in/jigsaw-email-enumeration-tool-employees-footprinting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>URLCrazy-Domain Name Typo Tool</title>
		<link>http://www.hackingarticles.in/urlcrazy-domain-name-typo-tool/</link>
		<comments>http://www.hackingarticles.in/urlcrazy-domain-name-typo-tool/#comments</comments>
		<pubDate>Sun, 29 Jul 2012 10:41:31 +0000</pubDate>
		<dc:creator>Raj Chandel</dc:creator>
				<category><![CDATA[BackTrack 5 Tutorials]]></category>
		<category><![CDATA[Footprinting]]></category>
		<category><![CDATA[Hacking Tools]]></category>

		<guid isPermaLink="false">http://www.hackingarticles.in/?p=6156</guid>
		<description><![CDATA[URLCrazy is a tool that can generate and test domain typos and variations to detect and perform typo squatting, URL hijacking, phishing, and corporate espionage. Features Generates 15 types of domain variants Knows over 8000 common misspellings Supports cosmic ray induced bit flipping Multiple keyboard layouts (qwerty, azerty, qwertz, dvorak) Checks if a domain variant [...]]]></description>
				<content:encoded><![CDATA[<p style="text-align: justify;"><span style="color: #000000;">URLCrazy is a tool that can generate and test domain typos and variations to detect and perform typo squatting, URL hijacking, phishing, and corporate espionage. <strong></strong></span></p>
<p style="text-align: justify;"><span style="color: #000000;"><strong>Features</strong></span></p>
<ul>
<li><span style="color: #000000;">Generates 15 types of domain variants</span></li>
<li><span style="color: #000000;">Knows over 8000 common misspellings</span></li>
<li><span style="color: #000000;">Supports cosmic ray induced bit flipping</span></li>
<li><span style="color: #000000;">Multiple keyboard layouts (qwerty, azerty, qwertz, dvorak)</span></li>
<li><span style="color: #000000;">Checks if a domain variant is valid</span></li>
<li><span style="color: #000000;">Test if domain variants are in use</span></li>
<li><span style="color: #000000;">Estimate popularity of a domain variant</span></li>
<li><span style="color: #000000;">URLCrazy requires Linux and the Ruby interpreter</span></li>
</ul>
<p><span style="color: #000000;">First download urlcrazy from</span> <strong><a href="http://www.morningstarsecurity.com/research/urlcrazy">here</a></strong> <span style="color: #000000;">and save on your desktop</span></p>
<p><span style="color: #000000;">Now untar the file <strong>tar -zxvf urlcrazy</strong><strong>.tar.gz</strong></span></p>
<p><img src="http://i2.wp.com/3.bp.blogspot.com/-eClirE8gIjo/UBUSaDL6o4I/AAAAAAAADjY/-a1pVcxMPls/s1600/1.jpg?w=620" alt="" data-recalc-dims="1" /></p>
<p style="text-align: justify;"><span style="color: #000000;">You can start it with<strong>./urlcrazy</strong><strong> </strong><strong>www.example.com</strong></span></p>
<p style="text-align: justify;"><img src="http://i2.wp.com/1.bp.blogspot.com/-giNg9oCnbTE/UBUSjqvE4vI/AAAAAAAADjg/60lliCRxdNE/s1600/2.jpg?w=620" alt="" data-recalc-dims="1" /></p>

<div class="nr_related_placeholder" data-permalink="http://www.hackingarticles.in/urlcrazy-domain-name-typo-tool/" data-title="URLCrazy-Domain Name Typo Tool"></div>]]></content:encoded>
			<wfw:commentRss>http://www.hackingarticles.in/urlcrazy-domain-name-typo-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Find DNS using Backtrack 5</title>
		<link>http://www.hackingarticles.in/how-to-find-dns-using-backtrack-5/</link>
		<comments>http://www.hackingarticles.in/how-to-find-dns-using-backtrack-5/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 16:35:31 +0000</pubDate>
		<dc:creator>Raj Chandel</dc:creator>
				<category><![CDATA[BackTrack 5 Tutorials]]></category>
		<category><![CDATA[Footprinting]]></category>

		<guid isPermaLink="false">http://www.hackingarticles.in/?p=4135</guid>
		<description><![CDATA[DNSenum DNSenum is a pentesting cool created to enumerate DNS info about domains First Open Your backtrack and Follow these path Applications-&#62;Backtrack&#8211;&#62;Information gathering-&#62;Network analysis-&#62;DNS analysis-&#62;DNSenum Now type ./dnsenum.pl website.com]]></description>
				<content:encoded><![CDATA[<h4><span style="color: #000000;"><strong>DNSenum</strong></span></h4>
<p><span style="color: #000000;">DNSenum is a pentesting cool created to enumerate DNS info about domains</span></p>
<p><span style="color: #000000;">First Open Your backtrack and Follow these path</span></p>
<p><span style="color: #800000;"><strong>Applications-&gt;Backtrack&#8211;&gt;Information gathering-&gt;Network analysis-&gt;DNS analysis-&gt;DNSenum</strong></span></p>
<p><img src="http://i2.wp.com/1.bp.blogspot.com/-9_KmdtVx9yE/TywLu6nkkiI/AAAAAAAACDY/u0zbo1pxERQ/s1600/0.jpg?resize=562%2C420" alt="" data-recalc-dims="1" /></p>
<p style="text-align: justify;"><span style="color: #000000;">Now type <span style="color: #800000;"><strong>./dnsenum.pl website.com</strong></span></span></p>
<p style="text-align: justify;"><img src="http://i1.wp.com/1.bp.blogspot.com/-sl8TOGx-yEs/TywL5U18w9I/AAAAAAAACDg/dTXppB4QqRE/s1600/dns.jpg?w=620" alt="" data-recalc-dims="1" /></p>

<div class="nr_related_placeholder" data-permalink="http://www.hackingarticles.in/how-to-find-dns-using-backtrack-5/" data-title="How to Find DNS using Backtrack 5"></div>]]></content:encoded>
			<wfw:commentRss>http://www.hackingarticles.in/how-to-find-dns-using-backtrack-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Footprinting (My New Hacking E-Book)</title>
		<link>http://www.hackingarticles.in/footprintingmy-new-e-book/</link>
		<comments>http://www.hackingarticles.in/footprintingmy-new-e-book/#comments</comments>
		<pubDate>Sat, 20 Aug 2011 09:53:52 +0000</pubDate>
		<dc:creator>Raj Chandel</dc:creator>
				<category><![CDATA[Footprinting]]></category>
		<category><![CDATA[Hacking Books]]></category>

		<guid isPermaLink="false">http://hackingarticles.in/?p=2431</guid>
		<description><![CDATA[Download]]></description>
				<content:encoded><![CDATA[<p><img src="http://i2.wp.com/4.bp.blogspot.com/-AxjOXRcmcDc/Tk-CzXOPu9I/AAAAAAAAA-0/MND5h70BKeI/s1600/footprinting.jpg?resize=620%2C831" alt="" data-recalc-dims="1" /></p>
<h1><a href="http://www.hackingarticles.in/foot.zip"><strong>Download</strong></a></h1>

<div class="nr_related_placeholder" data-permalink="http://www.hackingarticles.in/footprintingmy-new-e-book/" data-title="Footprinting (My New Hacking E-Book)"></div>]]></content:encoded>
			<wfw:commentRss>http://www.hackingarticles.in/footprintingmy-new-e-book/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Traceroute</title>
		<link>http://www.hackingarticles.in/what-is-traceroute/</link>
		<comments>http://www.hackingarticles.in/what-is-traceroute/#comments</comments>
		<pubDate>Fri, 19 Aug 2011 10:45:26 +0000</pubDate>
		<dc:creator>Raj Chandel</dc:creator>
				<category><![CDATA[Footprinting]]></category>

		<guid isPermaLink="false">http://hackingarticles.in/?p=2427</guid>
		<description><![CDATA[Traceroute: Traceroute is the program that shows you the route over the network between two systems, listing all the intermediate routers a connection must pass through to get to its destination. It can help you determine why your connections to a given server might be poor, and can often help you figure out where exactly the [...]]]></description>
				<content:encoded><![CDATA[<p style="text-align: justify;"><span style="color: #000000;"><strong>Traceroute: </strong>Traceroute is the program that shows you the route over the network between two systems, listing all the intermediate routers a connection must pass through to get to its destination. It can help you determine why your connections to a given server might be poor, and can often help you figure out where exactly the problem is. It also shows you how systems are connected to each other, letting you see how your ISP connects to the Internet as well as how the target system is connected.</span></p>
<p style="text-align: justify;">&nbsp;</p>
<h4 style="text-align: justify;"><span style="color: #800000;"><strong>3D Traceroute</strong></span></h4>
<p style="text-align: justify;"><span style="color: #000000;"><strong><img src="http://i1.wp.com/3.bp.blogspot.com/-X_XUjq8kJXo/Tk48qkiZ1II/AAAAAAAAAB4/goojp66e1So/s1600/3d+traderoute.jpg?resize=620%2C387" alt="" data-recalc-dims="1" /></strong></span></p>
<h4 style="text-align: justify;"><span style="color: #000000;"><strong><strong><a href="file:///K:/ceh/my%20ceh%20notes/Footprinting/www.d3tr.de">www.d3tr.de</a></strong></strong></span></h4>
<p style="text-align: justify;">&nbsp;</p>
<h4><span style="color: #800000;"><strong>Loriot Pro</strong></span></h4>
<p><strong><img src="http://i0.wp.com/1.bp.blogspot.com/-tF2xyavnJrw/Tk480Gl8t2I/AAAAAAAAAB8/EfDnTaJfKco/s1600/loriot+pro.jpeg?resize=614%2C425" alt="" data-recalc-dims="1" /></strong></p>
<h4><strong><a href="http://www.loriotpro.com/">www.loriotpro.com</a></strong></h4>
<p>&nbsp;</p>
<h4><span style="color: #800000;"><strong>Path Analyzer Tool</strong></span></h4>
<p><strong><img src="http://i2.wp.com/1.bp.blogspot.com/-pEW1llyMIPA/Tk48_rh6GDI/AAAAAAAAACA/faIUm8v1jO8/s1600/path+analyzer.jpg?resize=569%2C442" alt="" data-recalc-dims="1" /></strong></p>
<h4><strong><a href="file:///K:/ceh/my%20ceh%20notes/Footprinting/www.pathanalyzer.com">www.pathanalyzer.com</a></strong></h4>
<p>&nbsp;</p>
<h4><span style="color: #800000;"><strong>Visual Route Trace</strong></span></h4>
<p><strong><img src="http://i1.wp.com/2.bp.blogspot.com/-D_I0Zd-VZn4/Tk49GvcQwfI/AAAAAAAAACE/lC6yQVI0_0M/s1600/visual+trace.jpg?resize=592%2C385" alt="" data-recalc-dims="1" /></strong></p>
<h4><a href="http://www.visualroute.com/"><strong>www.visualroute.com</strong></a></h4>
<h4></h4>
<h4><span style="color: #800000;"><strong>Traceroute Tools</strong></span></h4>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="319" valign="top"><strong>GEO Spider</strong></td>
<td width="319" valign="top"><strong><a href="file:///K:/ceh/my%20ceh%20notes/Footprinting/www.oreware.com">www.oreware.com</a></strong></td>
</tr>
<tr>
<td width="319" valign="top"><strong>V Trace</strong></td>
<td width="319" valign="top"><strong><a href="file:///K:/ceh/my%20ceh%20notes/Footprinting/www.vtrace.pl">www.vtrace.pl</a></strong></td>
</tr>
<tr>
<td width="319" valign="top"><strong>Magic Net Trace</strong></td>
<td width="319" valign="top"><strong><a href="file:///K:/ceh/my%20ceh%20notes/Footprinting/www.tialsoft.com">www.tialsoft.com</a></strong></td>
</tr>
<tr>
<td width="319" valign="top"><strong>Visual IP Trace</strong></td>
<td width="319" valign="top"><strong><a href="file:///K:/ceh/my%20ceh%20notes/Footprinting/www.visualiptrace.com">www.visualiptrace.com</a></strong></td>
</tr>
<tr>
<td width="319" valign="top"><strong>Trout</strong></td>
<td width="319" valign="top"><strong><a href="file:///K:/ceh/my%20ceh%20notes/Footprinting/www.foundstone.com">www.foundstone.com</a></strong></td>
</tr>
<tr>
<td width="319" valign="top"><strong>Ping Plotter</strong></td>
<td width="319" valign="top"><strong><a href="file:///K:/ceh/my%20ceh%20notes/Footprinting/www.pingplotter.com">www.pingplotter.com</a></strong></td>
</tr>
<tr>
<td width="319" valign="top"><strong>Ping-Probe</strong></td>
<td width="319" valign="top"><strong><a href="file:///K:/ceh/my%20ceh%20notes/Footprinting/www.ping-probe.com">www.ping-probe.com</a></strong></td>
</tr>
</tbody>
</table>

<div class="nr_related_placeholder" data-permalink="http://www.hackingarticles.in/what-is-traceroute/" data-title="What is Traceroute"></div>]]></content:encoded>
			<wfw:commentRss>http://www.hackingarticles.in/what-is-traceroute/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extract Information from Web Page</title>
		<link>http://www.hackingarticles.in/tools-of-extract-data-extract-information-from-web-page/</link>
		<comments>http://www.hackingarticles.in/tools-of-extract-data-extract-information-from-web-page/#comments</comments>
		<pubDate>Thu, 18 Aug 2011 05:33:47 +0000</pubDate>
		<dc:creator>Raj Chandel</dc:creator>
				<category><![CDATA[Footprinting]]></category>

		<guid isPermaLink="false">http://hackingarticles.in/?p=2423</guid>
		<description><![CDATA[Web Data Extractor: Web Data Extractor, a powerful and easy-to-use application which helps you automatically extract specific information from web pages. Download &#160; Spider Foot: SpiderFoot is a free, open-source, domain footprinting tool. Given one or multiple domain names (and when I say domains, I&#8217;m referring to the DNS kind, not Windows domains), it will [...]]]></description>
				<content:encoded><![CDATA[<p style="text-align: justify;"><strong><a href="http://www.webextractor.com/download.htm">Web Data Extractor</a>: </strong><span style="color: #000000;">Web Data Extractor, a powerful and easy-to-use application which helps you automatically extract specific information from web pages.</span></p>
<p><img src="http://i1.wp.com/1.bp.blogspot.com/-NxZ0g9Jtyso/TkyhW5k1FoI/AAAAAAAAA-o/5y6nIDupd_M/s1600/web+data+extra.jpg?resize=620%2C303" alt="" data-recalc-dims="1" /></p>
<h3><strong><a href="http://www.webextractor.com/">Download</a></strong></h3>
<p>&nbsp;</p>
<p style="text-align: justify;"><strong><a href="http://sourceforge.net/projects/spiderfoot/files/SpiderFoot/SpiderFoot%200.01b/SpiderFoot-0.01b.zip/download">Spider Foot</a></strong><strong>: </strong><span style="color: #000000;">SpiderFoot is a free, open-source, domain footprinting tool. Given one or multiple domain names (and when I say domains, I&#8217;m referring to the DNS kind, not Windows domains), it will scrape the websites on that domain, as well as search Google, Netcraft, Whois and DNS to build up information like:</span></p>
<ul>
<li style="text-align: justify;"><span style="color: #000000;">Subdomains</span></li>
<li style="text-align: justify;"><span style="color: #000000;">Affiliates</span></li>
<li style="text-align: justify;"><span style="color: #000000;">Web server versions</span></li>
<li style="text-align: justify;"><span style="color: #000000;">Users </span></li>
<li style="text-align: justify;"><span style="color: #000000;">Similar domains</span></li>
<li style="text-align: justify;"><span style="color: #000000;">Email addresses</span></li>
<li style="text-align: justify;"><span style="color: #000000;">Netblocks</span></li>
</ul>
<p><img src="http://i2.wp.com/1.bp.blogspot.com/-UNIbF2FAj-4/Tkyh508uutI/AAAAAAAAA-s/uJZbnv0Vbas/s1600/spiderfoot.jpg?resize=596%2C375" alt="" data-recalc-dims="1" /></p>
<h3><strong><span class="removed_link" title="http://www.binarypool.com/">Download</span></strong></h3>
<p>&nbsp;</p>
<p style="text-align: justify;"><strong>Robtex: </strong><span style="color: #000000;">RobTex is a software developer which was founded in 1989 developing all kinds of software.In recent years main focus has been on Internet related software.Currently the most popular has been free tools like rbls.org and network explorer.</span></p>
<p><strong><img src="http://i1.wp.com/3.bp.blogspot.com/-9RTJoKvr9m0/TkyiX1SVq_I/AAAAAAAAA-w/KJaOqfdtHc4/s1600/robotex.jpg?w=620" alt="" data-recalc-dims="1" /></strong></p>
<h3><strong><strong>Download</strong></strong></h3>

<div class="nr_related_placeholder" data-permalink="http://www.hackingarticles.in/tools-of-extract-data-extract-information-from-web-page/" data-title="Extract Information from Web Page"></div>]]></content:encoded>
			<wfw:commentRss>http://www.hackingarticles.in/tools-of-extract-data-extract-information-from-web-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Steps to Perform Footprinting</title>
		<link>http://www.hackingarticles.in/steps-to-perform-footprinting/</link>
		<comments>http://www.hackingarticles.in/steps-to-perform-footprinting/#comments</comments>
		<pubDate>Thu, 07 Jul 2011 05:13:20 +0000</pubDate>
		<dc:creator>Raj Chandel</dc:creator>
				<category><![CDATA[Footprinting]]></category>

		<guid isPermaLink="false">http://hackingarticles.in/?p=2104</guid>
		<description><![CDATA[Steps Websites Perform whois lookup for personal details &#160; &#160; www.whois.net,&#160; www.samspade.org Extract DNS information &#160; &#160; www.dnsstuff.com Mirror the entire website and look up names &#160; &#160; Tool: HTTRACK Website Copier, Web Snake Extract archives of the website &#160; &#160; www.archive.org&#160; &#160; Google search for company’s news and press releases &#160; &#160; www.google.com&#160; &#160; [...]]]></description>
				<content:encoded><![CDATA[<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="319" valign="top"><strong>Steps</strong></td>
<td width="319" valign="top"><strong>Websites</strong></td>
</tr>
<tr>
<td width="319" valign="top"><span style="color: #000000;">Perform whois lookup for   personal details </span>&nbsp;</p>
<p>&nbsp;</td>
<td width="319" valign="top"><a href="http://www.whois.net/">www.whois.net</a>,&nbsp;</p>
<p><a href="http://www.samspade.org/">www.samspade.org</a></td>
</tr>
<tr>
<td width="319" valign="top"><span style="color: #000000;">Extract DNS information </span>&nbsp;</p>
<p>&nbsp;</td>
<td width="319" valign="top"><a href="file:///C:/Users/raj/Desktop/desktop/Hacking/www.dnsstuff.com">www.dnsstuff.com</a></td>
</tr>
<tr>
<td width="319" valign="top"><span style="color: #000000;">Mirror the entire   website and look up names </span>&nbsp;</p>
<p>&nbsp;</td>
<td width="319" valign="top"><span style="color: #000000;">Tool: HTTRACK Website   Copier, Web Snake</span></td>
</tr>
<tr>
<td width="319" valign="top"><span style="color: #000000;">Extract archives of the   website </span>&nbsp;</p>
<p>&nbsp;</td>
<td width="319" valign="top"><a href="http://www.archive.org/">www.archive.org</a>&nbsp;</p>
<p>&nbsp;</td>
</tr>
<tr>
<td width="319" valign="top"><span style="color: #000000;">Google search for   company’s news and press releases </span>&nbsp;</p>
<p>&nbsp;</td>
<td width="319" valign="top"><a href="http://www.google.com/">www.google.com</a>&nbsp;</p>
<p>&nbsp;</td>
</tr>
<tr>
<td width="319" valign="top"><span style="color: #000000;">Use people search for   personal information of employees </span>&nbsp;</p>
<p>&nbsp;</td>
<td width="319" valign="top"><a href="http://www.pipl.com/">www.pipl.com</a>&nbsp;</p>
<p><a href="http://www.people.yahoo.com/">www.people.yahoo.com</a></p>
<p>&nbsp;</td>
</tr>
<tr>
<td width="319" valign="top"><span style="color: #000000;">Find the physical   location of the web server using the tool “NeoTracer”</span></td>
<td width="319" valign="top"><span style="color: #000000;">Tool: NEO Tracer</span></td>
</tr>
<tr>
<td width="319" valign="top"><span style="color: #000000;">Analyze company’s   infrastructure details from job postings </span>&nbsp;</p>
<p>&nbsp;</td>
<td width="319" valign="top"><a href="http://www.naukri.com/">www.naukri.com</a>&nbsp;</p>
<p><a href="http://www.jobsdb.com/">www.jobsdb.com</a></p>
<p>&nbsp;</td>
</tr>
<tr>
<td width="319" valign="top"><span style="color: #000000;">Track the email using   “readnotify.com” </span>&nbsp;</p>
<p>&nbsp;</td>
<td width="319" valign="top"><a href="http://www.readnotify.com/">www.readnotify.com</a>&nbsp;</p>
<p>www.spypig.com</td>
</tr>
</tbody>
</table>

<div class="nr_related_placeholder" data-permalink="http://www.hackingarticles.in/steps-to-perform-footprinting/" data-title="Steps to Perform Footprinting"></div>]]></content:encoded>
			<wfw:commentRss>http://www.hackingarticles.in/steps-to-perform-footprinting/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Footprinting (Part 1)</title>
		<link>http://www.hackingarticles.in/footprinting-part-1/</link>
		<comments>http://www.hackingarticles.in/footprinting-part-1/#comments</comments>
		<pubDate>Sat, 21 May 2011 18:50:38 +0000</pubDate>
		<dc:creator>Raj Chandel</dc:creator>
				<category><![CDATA[Footprinting]]></category>

		<guid isPermaLink="false">http://hackingarticles.in/?p=1748</guid>
		<description><![CDATA[Footprinting is the technique of gathering information about computer systems and the entities they belong to. This is done by employing various computer security techniques, as: DNS queries Network enumeration Network queries Operating system identification Organizational queries Ping sweeps Point of contact queries Port Scanning Registrar queries (WHOIS queries) Why is Footprinting Necessary Footprinting is necessary to systematically and [...]]]></description>
				<content:encoded><![CDATA[<div><strong>Footprinting</strong> is the technique of gathering information about computer systems and the entities they belong to. This is done by employing various computer security techniques, as:</div>
<div>
<ol>
<li>DNS queries</li>
<li>Network enumeration</li>
<li>Network queries</li>
<li>Operating system identification</li>
<li>Organizational queries</li>
<li>Ping sweeps</li>
<li>Point of contact queries</li>
<li>Port Scanning</li>
<li>Registrar queries (WHOIS queries)</li>
</ol>
</div>
<h3><span style="color: #800000;"><strong><span style="text-decoration: underline;">Why is Footprinting Necessary</span></strong></span></h3>
<div>Footprinting is necessary to systematically and methodically ensure that all pieces of information related to the aforementioned technologies are identified.</div>
<h3><span style="text-decoration: underline;"><span style="color: #800000;"><strong>Information Gathering  Methodology</strong></span></span></h3>
<p><span style="text-decoration: underline;"><span style="color: #800000;"><strong><br />
</strong></span></span></p>
<div>1.       The attacker would first unearth initial information (such as domain name),</div>
<div>2.       locate the network range of the target system (using tools such as Nslookup, whois etc),</div>
<div>3.       Ascertain the active machines (for instance by pinging the machine),</div>
<div>4.       discover open ports or access points (using tools such as port scanners),</div>
<div>5.       Detect operating systems (for instance querying with telnet),</div>
<div>6.       Uncover services on ports and</div>
<div>7.       Map the network.</div>
<div>
<h3><span style="color: #800000;"><strong><span style="text-decoration: underline;">Extracting Archive of a Website</span></strong></span></h3>
<p><span style="color: #800000;"><strong><span style="text-decoration: underline;"><br />
</span></strong></span></p>
<div style="text-align: justify;"><strong>You can get all information of a company’s website since the time it was launched at <a href="http://www.archive.org/">www.archive.org</a></strong></div>
<div style="text-align: justify;"><strong><br />
</strong></div>
<div><img src="http://i0.wp.com/3.bp.blogspot.com/-p7Bsr0UXxCQ/TdgEGFjBK4I/AAAAAAAAAtU/L6ocI0mwSC0/s1600/archive.JPG?w=620" alt="" data-recalc-dims="1" /></div>
<h3><span style="color: #800000;"><strong><span style="text-decoration: underline;">People Search</span></strong></span></h3>
<div><strong><span style="text-decoration: underline;"><img src="http://i1.wp.com/4.bp.blogspot.com/-gQHCXsJYERo/TdgEVDLZm_I/AAAAAAAAAtY/hS48N4ctyzU/s1600/yahoo+people.JPG?w=620" alt="" data-recalc-dims="1" /></span></strong></div>
<h5><strong><span style="text-decoration: underline;"><strong><span style="text-decoration: underline;"><span class="removed_link" title="http://people.yahoo.com/"></span></span></strong></span></strong></h5>
<p>&nbsp;</p>
<h3><span style="text-decoration: underline;"><span style="color: #800000;"><strong>Best People Search</strong></span></span></h3>
<p><strong><img src="http://i2.wp.com/2.bp.blogspot.com/-Qel1Onz_yjI/TdgEksD4laI/AAAAAAAAAtc/QD_qEpMKagA/s1600/best+people+search.JPG?resize=557%2C331" alt="" data-recalc-dims="1" /></strong></p>
<p>&nbsp;</p>
<h4><a href="http://www.bestpeoplesearch.com/"><strong>www.bestpeoplesearch.com</strong></a></h4>
<p>&nbsp;</p>
<h3><span style="text-decoration: underline;"><span style="color: #800000;"><strong>Profile Search by Email</strong></span></span></h3>
<p><span style="text-decoration: underline;"><span style="color: #800000;"><strong><img src="http://i1.wp.com/2.bp.blogspot.com/-uYunDBZEGss/TdgE1GxxkpI/AAAAAAAAAtg/2thWLn7k1JE/s1600/lullar.JPG?w=620" alt="" data-recalc-dims="1" /></strong></span></span></p>
<h4><strong>www.lullar.com</strong></h4>
<p>&nbsp;</p>
<h3><span style="text-decoration: underline;"><span style="color: #800000;"><strong>Name Check</strong></span></span></h3>
<p><span style="text-decoration: underline;"><span style="color: #800000;"><strong><br />
</strong></span></span></p>
<p><strong><img src="http://i0.wp.com/3.bp.blogspot.com/-fPYjFLoPiOM/TdgFMNz2aJI/AAAAAAAAAtk/nUEFjNLaQTo/s1600/name+check.JPG?resize=620%2C278" alt="" data-recalc-dims="1" /></strong></p>
<p>&nbsp;</p>
<h3><strong><span style="text-decoration: underline;"><span style="color: #800000;"><strong>Footprinting Through Job Sites</strong></span></span><br />
</strong></h3>
<p><span style="text-decoration: underline;"><span style="color: #800000;"><strong><br />
</strong></span></span></p>
<p><strong><img src="http://i0.wp.com/2.bp.blogspot.com/-RuMq9YCo6q0/TdgFY4SzGtI/AAAAAAAAAto/zEKgFQVUvpw/s1600/naukri.JPG?w=620" alt="" data-recalc-dims="1" /></strong></p>
<p>&nbsp;</p>
<h4><a href="http://www.naukri.com/"><strong>www.naukri.com</strong></a></h4>
<p>&nbsp;</p>
<p><strong><img src="http://i2.wp.com/4.bp.blogspot.com/-cQFIKzEvgIg/TdgFgrO-C_I/AAAAAAAAAts/Vgu0hhqoEdE/s1600/jobsdb.JPG?w=620" alt="" data-recalc-dims="1" /></strong></p>
<p>&nbsp;</p>
<h4><strong><a href="http://www.jobsdb.com/">www.jobsdb.com</a></strong></h4>
</div>

<div class="nr_related_placeholder" data-permalink="http://www.hackingarticles.in/footprinting-part-1/" data-title="Footprinting (Part 1)"></div>]]></content:encoded>
			<wfw:commentRss>http://www.hackingarticles.in/footprinting-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
