<?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>Go Hacking &#187; COMMAND PROMPT HACKING</title>
	<atom:link href="http://www.gohacking.com/category/command-prompt-hacking/feed" rel="self" type="application/rss+xml" />
	<link>http://www.gohacking.com</link>
	<description>Learn How To Hack! Know more about Computer/Internet Security. Get Real Hacking Tips from Experts. Cool place to Learn Hacking</description>
	<lastBuildDate>Tue, 20 Jul 2010 03:15:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Windows IP Utilities</title>
		<link>http://www.gohacking.com/2008/08/windows-xp-ip-utilities.html</link>
		<comments>http://www.gohacking.com/2008/08/windows-xp-ip-utilities.html#comments</comments>
		<pubDate>Fri, 15 Aug 2008 06:55:00 +0000</pubDate>
		<dc:creator>Srikanth</dc:creator>
				<category><![CDATA[COMMAND PROMPT HACKING]]></category>
		<category><![CDATA[LEARN HACKING - FOR BEGINNERS]]></category>
		<category><![CDATA[NETWORK HACKS]]></category>
		<category><![CDATA[WINDOWS VISTA HACKS]]></category>
		<category><![CDATA[WINDOWS XP HACKS]]></category>

		<guid isPermaLink="false">http://gohacking.com/?p=81</guid>
		<description><![CDATA[
The following are the IP utilities available in Windows that help in finding out the information about IP Hosts and domains. These are the basic IP Hacking Commands that everyone must know!
 Please note that ...]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-315" title="Win XP" src="http://www.gohacking.com/wp-content/uploads/2008/12/xp-150x150.jpg" alt="" width="150" height="150" /></p>
<p>The following are the IP utilities available in <strong>Windows </strong>that help in finding out the information about IP Hosts and domains. These are the basic <strong>IP Hacking Commands</strong> that everyone must know!</p>
<p> Please note that the the term <strong>Host </strong> used in this article can also be assumed as a <strong>Website</strong> for simple understanding purpose.</p>
<p><strong>1. PING</strong></p>
<p>PING is a simple application (command) used to determine whether a host is online and available. PING command sends one or more <a rel="nofollow" href="http://en.wikipedia.org/wiki/Internet_Control_Message_Protocol" target="_blank">ICMP</a> Echo messages to a specified host requesting a reply. The receiver (Target Host) responds to this ICMP Echo message and returns it back to the sender. This confirms that the Host is online and available. Otherwise the host is said to be unavailable.</p>
<div class='stb-info_box' ><strong>Syntax:</strong><br />
C:\&gt;ping gohacking.com</div>
<div>&nbsp;</div>
<p><strong>2. TELNET</strong></p>
<p>Telnet command is used to connect to a desired host on a specified port number. For example</p>
<div class='stb-info_box' ><strong>Syntax:</strong><br />
C:\&gt;telnet yahoo.com 25<br />
C:\&gt;telnet yahoo.com</div>
<div>&nbsp;</div>
<div class='stb-warning_box' ><strong>NOTE: </strong>The default port number is 23. When the port number is not specified the default number is assumed.</div>
<p>Telnet Hacking is explained in detail in the following post.<br />
<a href="http://www.gohacking.com/2008/01/how-to-send-fake-emails.html">How To Send Fake Email</a></p>
<div>&nbsp;</div>
<p><strong>3. NSLOOKUP</strong></p>
<p>Many times we think about finding out the IP address of a given site. Say for example google.com, yahoo.com, microsoft.com etc. But how to do this? For this there are some websites that can be used to find out the IP address of a given site. But in Windows we have an inbuilt tool to do this job for us. It is <strong>nslookup</strong>. Yes this tool can be used for resolving a given domain name into it&#8217;s IP address (determine the IP of a given site name). Not only this it can also be used for reverse IP lookup. That is if the IP address is given it determines the corresponding domain name for that IP address.</p>
<div class='stb-info_box' ><strong>Syntax:</strong><br />
C:\&gt;nslookup google.com</div>
<div>&nbsp;</div>
<p><strong>4. NETSTAT</strong></p>
<p>The <strong>netstat</strong> command can be used to display the current <a rel="nofollow" href="http://en.wikipedia.org/wiki/TCP/IP" target="_blank">TCP/IP</a> network connections. For example the following netstat command displays all connections and their corresponding listening port numbers.</p>
<div class='stb-info_box' >Eg: C:\&gt;netstat -a</div>
<div>&nbsp;</div>
<p>This command can be used to determine the IP address/Host names of all the applications connected to your computer. If a hacker is connected to your system even the hacker&#8217;s IP is displayed. So the netstat command can be used to get an idea of all the active connections to a given system.</p>
<img src="http://www.gohacking.com/?ak_action=api_record_view&id=81&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.gohacking.com/2008/08/windows-xp-ip-utilities.html/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Send Fake Email &#8211; Fake Email Pranks</title>
		<link>http://www.gohacking.com/2008/01/send-fake-email.html</link>
		<comments>http://www.gohacking.com/2008/01/send-fake-email.html#comments</comments>
		<pubDate>Sat, 05 Jan 2008 03:01:00 +0000</pubDate>
		<dc:creator>Srikanth</dc:creator>
				<category><![CDATA[COMMAND PROMPT HACKING]]></category>
		<category><![CDATA[EMAIL HACKING]]></category>
		<category><![CDATA[LEARN HACKING - FOR BEGINNERS]]></category>
		<category><![CDATA[NETWORK HACKS]]></category>

		<guid isPermaLink="false">http://gohacking.com/?p=32</guid>
		<description><![CDATA[
Most of the email forging tutorials on internet will teach us how to send fake email connecting to SMTP server of the ISP or any other domain. But this is not possible since these hacks ...]]></description>
			<content:encoded><![CDATA[<div style="text-align: center;"><img class="alignleft" title="Send Fake Email" src="http://www.gohacking.com/wp-content/uploads/2008/12/email-privacy.jpg" alt="" width="223" height="210" /></div>
<p>Most of the email forging tutorials on internet will teach us how to send fake email connecting to SMTP server of the ISP or any other domain. But this is not possible since these hacks will no longer work today because SMTP of remote server will reject any attempts for unauthorised access. Also many of the websites offer you to send fake email from their sites where none of them work. So we have to run our own SMTP server on our computer to successfully send a fake email. SMTP server is a simple software program which can be installed on your computer in few seconds. SMTP server allows you to send fake email right from your desktop easily and effectively. <strong><a rel="nofollow" href="http://www.qksoft.com/qk-smtp-server/" target="_blank">Download QK SMTP server HERE</a></strong>. This is the SMTP server i am using in my tutorial. Once you download and install the server on your comp then you are all set to send fake email successfully.</p>
<div>&nbsp;</div>
<div>&nbsp;</div>
<p><strong>PART A: CONFIGURING SMTP SERVER</strong></p>
<p>Once you have installed the QK SMTP server on your comp you must perform the following configuration.</p>
<p>1. Click on &#8220;Settings&#8221; button on the main screen,the Settings window pops up</p>
<p>2. On Settings window click on &#8220;Basic Parameter&#8221; tab</p>
<p>3. Set binding IP to &#8220;127.0.0.1&#8243;</p>
<p>4. Set port to &#8220;25&#8243;</p>
<div>&nbsp;</div>
<p><strong>PART B: SENDING FAKE EMAIL (EMAIL FORGING)</strong></p>
<p>1. Click on SMTP server icon on your desktop to start your SMTP server to run(The icon is shown on the notification area of the taskbar if it is running). If it is already running then this step can be ignored</p>
<p>2. Goto command prompt(Start-Accessories-Command prompt)</p>
<p>3. Type exactly as follows</p>
<div class='stb-info_box' >C:\&gt;telnet 127.0.0.1 25</div>
<p>Here 127.0.0.1 is the default IP of every computer.25 is the port number. SO you are connecting to the SMTP server running on your own computer. This step is very importand to send fake email.</p>
<div class='stb-warning_box' >NOTE: The IP <strong>127.0.0.1</strong> should not be substituted by any other IP.</div>
<p>Heres the snapshot of what you see after step 3. Click on it to enlarge</p>
<p style="TEXT-ALIGN: center"><img class="size-full wp-image-386  aligncenter" title="Send fake email using QK SMTP Server" src="http://www.gohacking.com/wp-content/uploads/2008/12/qk_smtp-1.jpg" alt="" width="499" height="257" /></p>
<p>4. After typing the telnet command in the command prompt you get entry to the server which displays the following message. The response of a OK SMTP server is given below. <span style="color: #009900;">Message within<strong> Green</strong> color is only explanation.</span></p>
<p><strong>220 Welcome to QK SMTP Server 3</strong><br />
<strong>helo hacker</strong> <span style="color: #009900;">(Type helo &amp; any name followed by space)</span><br />
<strong>250 Hello hacker</strong> <span style="color: #009900;">(Server Welcomes You)</span><br />
<strong>mail from:billg@microsoft.com</strong> <span style="color: #009900;">(email ID can be anything of your choice. This is the ID from which fake email appears to have come from)<br />
</span><strong>250 </strong><a href="mailto:billg@microsoft.com"><strong><span style="color: #005500;">billg@microsoft.com</span></strong></a><strong> Address Okay</strong> <span style="color: #009900;">(Server gives a positive response)<br />
</span><strong>rcpt to:admin@gmail.com</strong> <span style="color: #009900;">(Type any valid recipient email address)<br />
</span><strong>250 </strong><a href="mailto:admin@gmail.com"><strong><span style="color: #005500;">admin@gmail.com</span></strong></a><strong> Address Okay</strong> <span style="color: #009900;">(Server gives a positive response)<br />
</span><strong>data </strong><span style="color: #009900;">(type this command to start input data)<br />
</span><strong>354 Please start mail input</strong><br />
<strong>From:Gates &lt;</strong><a href="mailto:billg@microsoft.com"><strong><span style="color: #005500;">billg@microsoft.com</span></strong></a><strong>&gt;</strong><br />
<strong>To:admin@gmail.com</strong><br />
<strong>Date:Sat Jan 5,2008 9:45 PM</strong><br />
<strong>Subject:Test to send fake email</strong><br />
<span style="color: #009900;">You can create as many headers followed by the &#8220;:&#8221; symbol.</span></p>
<div class='stb-warning_box' >NOTE: HEADERS SHOULD NOT CONTAIN A LINE GAP. IF SO IT IS CONSIDERED AS BODY OF THE EMAIL. Press enter twice so that there is a line gap between the header &amp; body data</div>
<p><span style="color: #009900;">&lt;HERE IS YOUR DATA&gt;<span style="color: #009900;">End the body of email by pressing [ENTER] .(dot) [ENTER]</span></span></p>
<p><strong>250 Mail queued for delivery</strong><span style="color: #ffff99;"> </span><span style="color: #009900;">(Sever indicates that the email is ready for sending)<br />
</span><strong>quit </strong><span style="color: #009900;">(Type this command to quit from server)<br />
</span><strong>221 Closing connection. Good bye.</strong><br />
<strong>Connection to host lost</strong><br />
<span style="color: #009900;">(You will get the above 2 lines of message after typing &#8220;quit&#8221; command)<br />
(Your fake email is sent to the recipient)<br />
</span></p>
<div><span style="color: #ffffff;">*****</span><span style="color: #ffffff;">END OF EMAIL FORGING*****</span></div>
<div style="TEXT-ALIGN: left"><span style="color: #ffffff;"><span style="color: #000000;">Here&#8217;s the screenshot for your convenience</span></span></div>
<div style="TEXT-ALIGN: left"> </div>
<div style="text-align: center;"><img class="size-full wp-image-387 aligncenter" title="Fake email delivered" src="http://www.gohacking.com/wp-content/uploads/2008/12/qk_smtp2.jpg" alt="" width="500" height="300" /></div>
<p> </p>
<div class='stb-warning_box' ><strong>NOTE: THE ABOVE METHOD HAS A VERY LOW SUCCESS RATE. FOR A COMPLETELY WORKING METHOD PLEASE REFER MY NEW POST -</strong> <a href="http://www.gohacking.com/2009/03/how-to-send-anonymous-emails-a-new-working-way.html">How to Send Anonymous Emails &#8211; A New Working Way</a></div>
<img src="http://www.gohacking.com/?ak_action=api_record_view&id=32&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.gohacking.com/2008/01/send-fake-email.html/feed</wfw:commentRss>
		<slash:comments>135</slash:comments>
		</item>
		<item>
		<title>Netbios Hacking</title>
		<link>http://www.gohacking.com/2007/12/netbios-hacking.html</link>
		<comments>http://www.gohacking.com/2007/12/netbios-hacking.html#comments</comments>
		<pubDate>Fri, 14 Dec 2007 08:08:00 +0000</pubDate>
		<dc:creator>Srikanth</dc:creator>
				<category><![CDATA[COMMAND PROMPT HACKING]]></category>
		<category><![CDATA[IP ADDRESS]]></category>
		<category><![CDATA[LEARN HACKING - FOR BEGINNERS]]></category>
		<category><![CDATA[NETWORK HACKS]]></category>

		<guid isPermaLink="false">http://gohacking.com/?p=31</guid>
		<description><![CDATA[
THIS NETBIOS HACKING GUIDE WILL TELL YOU ABOUT HACKING REMOTE COMPUTER AND GAINING ACCESS TO IT&#8217;S HARD-DISK OR PRINTER. NETBIOS HACK IS THE EASIEST WAY TO BREAK INTO A REMOTE COMPUTER.
STEP-BY-STEP NETBIOS HACKING PROCEDURE
1.Open command ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter size-medium wp-image-390" title="Netbios Hacking" src="http://www.gohacking.com/wp-content/uploads/2008/12/netbios-300x149.jpg" alt="" width="300" height="149" /></p>
<p>THIS <strong>NETBIOS HACKING</strong> GUIDE WILL TELL YOU ABOUT HACKING REMOTE COMPUTER AND GAINING ACCESS TO IT&#8217;S HARD-DISK OR PRINTER. <strong>NETBIOS</strong> HACK IS THE EASIEST WAY TO BREAK INTO A REMOTE COMPUTER.</p>
<p><strong>STEP-BY-STEP NETBIOS HACKING PROCEDURE</strong></p>
<p>1.Open command prompt</p>
<p>2. In the command prompt use the &#8220;<strong>net view</strong>&#8221; command<br />
( OR YOU CAN ALSO USE &#8220;NB Scanner&#8221; OPTION IN &#8220;<a rel="nofollow" href="http://www.ks-soft.net/ip-tools.eng/index.htm" target="_blank"><em>IP TOOLS</em></a>&#8221; SOFTWARE BY ENTERING RANGE OF IP ADDRESSS. BY THIS METHOD YOU CAN SCAN NUMBER OF COMPUTERS AT A TIME).</p>
<div class='stb-info_box' ><strong>Example: C:\&gt;net view <strong>\\219.64.55.112</strong></div>
<p>The above is an example for operation using command prompt. &#8220;net view&#8221; is one of the netbios command to view the shared resources of the remote computer. Here &#8220;219.64.55.112&#8243; is an <a href="http://www.gohacking.com/2007/11/know-more-about-ip-address.html">IP address</a> of remote computer that is to be hacked through Netbios. You have to substitute a vlaid <a href="http://www.gohacking.com/2007/11/know-more-about-ip-address.html">IP address</strong></a> in it&#8217;s place. If succeeded a list of HARD-DISK DRIVES &amp; PRINTERS are shown. If not an error message is displayed. So repeat the procedure 2 with a different IP address.</p>
<p>3. After succeeding, use the &#8220;net use&#8221; command in the command prompt. The &#8220;net use&#8221; is another netbios command which makes it possible to hack remote drives or printers.</p>
<div class='stb-info_box' ><strong>Example-1: </strong><br />
<strong>C:\&gt;net use D: </strong>\\219.64.55.112\F</strong><br />
<strong>Example-2: </strong><br />
<strong>C:\&gt;net use G: </strong>\\219.64.55.112\SharedDocs</strong></a><br />
<strong>Example-3: </strong><br />
<strong>C:\&gt;net use I: </strong>\\219.64.55.112\Myprint</strong></a></div>
<div>&nbsp;</div>
<div class='stb-warning_box' ><strong>NOTE</strong>: In Examples <strong>1,2 &amp; 3, D:,G: &amp; I:</strong> are the Network Drive Names that are to be created on your computer to access remote computer&#8217;s hard-disk.</div>
<div class='stb-warning_box' ><strong>NOTE: GIVE DRIVE NAMES THAT ARE NOT USED BY ANY OTHER DRIVES INCLUDING HARD-DISK DRIVES, FLOPPY DRIVES AND ROM-DRIVES ON YOUR COMPUTER. THAT IS, IF YOU HAVE C: &amp; D: AS HARD DIRVES, A: AS FLOPPY DIVE AND E: AS CD-DRIVE, GIVE F: AS YOUR SHARED DRIVE IN THE COMMAND PROMPT</strong></div>
<p>F:,&#8221;SharedDocs&#8221; are the names of remote computer&#8217;s hard-disk&#8217;s drives that you want to hack. &#8220;Myprint&#8221; is the name of remote computer&#8217;s printer. These are displayed after giving &#8220;net use&#8221; command. &#8220;219.64.55.112&#8243; is the IP address of remote computer that you want to hack.</p>
<p>4. After succeeding your computer will give a message that &#8220;<strong>The command</strong> <strong>completed successfully</strong>&#8220;. Once you get the above message you are only one step away from hacking the computer.</p>
<p>Now open &#8220;My Computer&#8221; you will see a new &#8220;Hard-Disk drive&#8221;(Shared) with the specified name. You can open it and access remote computer&#8217;s Hard-Drive. You can copy files, music, folders etc. from victim&#8217;s hard-drive. You can delete/modify data on victim&#8217;s hard-drive only if <strong>WRITE-ACCESS</strong> is enabled on victim&#8217;s system. You can access files/folders quickly through &#8220;Command Prompt&#8221;.</p>
<div class='stb-warning_box' ><strong>NOTE: If Remote Computer&#8217;s Firewall Is Enabled Your Computer Will Not Succeed In Gaining Access To Remote Computer Through Netbios. That is Netbios Hacking Is Not Possible In This Situation.(An Error Message Is Displayed). So Repeat The Procedure 2,3 With Different IP Address.</strong></div>
<p><strong>HAPPY NETBOS HACKING!!</strong></p>
<img src="http://www.gohacking.com/?ak_action=api_record_view&id=31&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.gohacking.com/2007/12/netbios-hacking.html/feed</wfw:commentRss>
		<slash:comments>63</slash:comments>
		</item>
	</channel>
</rss>
