<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>CrackerCast Podcast - MrCracker.com - all things hacking &#187; Windows Hacking</title>
	<atom:link href="http://mrcracker.com/category/windows-hacking/feed/" rel="self" type="application/rss+xml" />
	<link>http://mrcracker.com</link>
	<description>all things hacking.</description>
	<lastBuildDate>Tue, 07 Sep 2010 16:46:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<!-- podcast_generator="podPress/8.8" - maintenance_release="8.8.6.3" -->
	<copyright>Copyright &#xA9; 2010 CrackerCast Podcast - MrCracker.com - all things hacking </copyright>
	<managingEditor>comments@mrcracker.com (MrCracker.com)</managingEditor>
	<webMaster>comments@mrcracker.com (MrCracker.com)</webMaster>
	<category>Hacking</category>
	<ttl>1440</ttl>
	<image>
		<url>http://mrcracker.com/logos/cig3.gif</url>
		<title>CrackerCast Podcast - MrCracker.com - all things hacking &#187; Windows Hacking</title>
		<link>http://mrcracker.com</link>
		<width>144</width>
		<height>144</height>
	</image>
	<itunes:subtitle>All things hacking.</itunes:subtitle>
	<itunes:summary>CrackerCast covers news and topics about all things hacking!</itunes:summary>
	<itunes:keywords>hack, hacking, security, hacker, computer security,</itunes:keywords>
	<itunes:category text="Technology" />
	<itunes:category text="Technology">
		<itunes:category text="Tech News" />
	</itunes:category>
	<itunes:category text="Technology">
		<itunes:category text="Podcasting" />
	</itunes:category>
	<itunes:author>MrCracker.com</itunes:author>
	<itunes:owner>
		<itunes:name>MrCracker.com</itunes:name>
		<itunes:email>comments@mrcracker.com</itunes:email>
	</itunes:owner>
	<itunes:block>no</itunes:block>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://mrcracker.com/logos/cig3.gif" />
		<item>
		<title>Learn batch programming &#8230; Hacker style. Free eBook.</title>
		<link>http://mrcracker.com/2010/05/learn-batch-programming-hacker-style-free-ebook/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=learn-batch-programming-hacker-style-free-ebook</link>
		<comments>http://mrcracker.com/2010/05/learn-batch-programming-hacker-style-free-ebook/#comments</comments>
		<pubDate>Wed, 19 May 2010 23:55:45 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Windows Hacking]]></category>
		<category><![CDATA[batch file programming]]></category>
		<category><![CDATA[batch hacking]]></category>
		<category><![CDATA[batch programming]]></category>
		<category><![CDATA[batch virus]]></category>
		<category><![CDATA[ebook]]></category>
		<category><![CDATA[premkumar]]></category>

		<guid isPermaLink="false">http://mrcracker.com/?p=862</guid>
		<description><![CDATA[Who doesn't like free stuff! I know you do, that's why I'm going to give you this awesome eBook on batch programming that teaches with hackers in mind. The eBook is called "Batch File Programming". I know, who would have guessed.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://mrcracker.com/wp-content/uploads/2010/05/bookcover2.jpg"><img class="alignleft size-thumbnail wp-image-866" style="margin-left: 10px; margin-right: 10px;" title="batch file programming" src="http://mrcracker.com/wp-content/uploads/2010/05/bookcover2-150x150.jpg" alt="" width="150" height="150" /></a>Who doesn&#8217;t like free stuff! I know you do, that&#8217;s why I&#8217;m going to give you this awesome eBook on batch programming that teaches with hackers in mind. The eBook is called &#8220;Batch File Programming&#8221;. I know, who would have guessed.</p>
<p><br style="height: 1em;" />But before I give you access to the eBook, first you must know what Batch File Programming is.</p>
<p><br style="height: 1em;" /><strong>Batch files</strong> are essentially sequences of DOS commands stored in a text file with an extension of &#8220;BAT&#8221;. When run, the batch executes each line in the batch file as if they were typed in at the console. So basically, a file containing DOS commands that you normally type into the command prompt.</p>
<p><br style="height: 1em;" />Batch file are mainly used to do repeat tasks. Instead of typing in a commands over and over again to do a certain task, you can create a batch file that does it all automatically by performing a bulk set of commands.</p>
<p><br style="height: 1em;" />So why should hackers know batch programming? Well I&#8217;ll give you a few ideas and you can decide on your own:</p>
<p><br style="height: 1em;" /><strong>Attacks</strong></p>
<ul>
<li>DNS Poisoning</li>
<li>Packet flooders</li>
<li>Dictionary attacks</li>
<li>Creating Viruses</li>
<li>Service Disabler</li>
<li>Clearing Logs</li>
</ul>
<p><br style="height: 1em;" /><strong>Annoyance</strong></p>
<ul>
<li>Bombers (Fork, Broadcast)</li>
<li>Msg Annoyers</li>
<li>Flooders (user, folders)</li>
<li>Extension changer (ex. html -&gt; exe)</li>
<li>Keystroke remapper</li>
</ul>
<p><br style="height: 1em;" />There are so many more annoyances but I&#8217;m getting annoyed just from listing them. But I bet you get the point.. so lets get to the good stuff, no not drugs you bum. Click the image to download it.<br />
<br style="height: 1em;" />
<p style="text-align: center;"></p>
<p style="text-align: left;"><a href="http://bit.ly/94pISL" target="_blank"><img class="aligncenter size-full wp-image-866" title="batch file programming" src="http://mrcracker.com/wp-content/uploads/2010/05/bookcover2.jpg" alt="" width="400" height="510" /></a><br style="height: 1em;" />Let me know what you think <img src='http://mrcracker.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Learn+batch+programming+...+Hacker+style.+Free+eBook.+-+http://bit.ly/d1oq7w&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://mrcracker.com/2010/05/learn-batch-programming-hacker-style-free-ebook/&amp;t=Learn+batch+programming+...+Hacker+style.+Free+eBook." rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://mrcracker.com/2010/05/learn-batch-programming-hacker-style-free-ebook/&amp;title=Learn+batch+programming+...+Hacker+style.+Free+eBook." rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://mrcracker.com/2010/05/learn-batch-programming-hacker-style-free-ebook/&amp;title=Learn+batch+programming+...+Hacker+style.+Free+eBook." rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://mrcracker.com/2010/05/learn-batch-programming-hacker-style-free-ebook/&amp;title=Learn+batch+programming+...+Hacker+style.+Free+eBook." rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://mrcracker.com/2010/05/learn-batch-programming-hacker-style-free-ebook/&amp;title=Learn+batch+programming+...+Hacker+style.+Free+eBook." rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://mrcracker.com/2010/05/learn-batch-programming-hacker-style-free-ebook/&amp;n=Learn+batch+programming+...+Hacker+style.+Free+eBook.&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://mrcracker.com/2010/05/learn-batch-programming-hacker-style-free-ebook/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Learn+batch+programming+...+Hacker+style.+Free+eBook.&amp;body=Link: http://mrcracker.com/2010/05/learn-batch-programming-hacker-style-free-ebook/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Who%20doesn%27t%20like%20free%20stuff%21%20I%20know%20you%20do%2C%20that%27s%20why%20I%27m%20going%20to%20give%20you%20this%20awesome%20eBook%20on%20batch%20programming%20that%20teaches%20with%20hackers%20in%20mind.%20The%20eBook%20is%20called%20%22Batch%20File%20Programming%22.%20I%20know%2C%20who%20would%20have%20guessed.%0D%0A" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-hackernews">
			<a href="http://news.ycombinator.com/submitlink?u=http://mrcracker.com/2010/05/learn-batch-programming-hacker-style-free-ebook/&amp;t=Learn+batch+programming+...+Hacker+style.+Free+eBook." rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://mrcracker.com/2010/05/learn-batch-programming-hacker-style-free-ebook/&amp;t=Learn+batch+programming+...+Hacker+style.+Free+eBook." rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://compose.mail.yahoo.com/?Subject=Learn+batch+programming+...+Hacker+style.+Free+eBook.&amp;body=Link: http://mrcracker.com/2010/05/learn-batch-programming-hacker-style-free-ebook/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Who%20doesn%27t%20like%20free%20stuff%21%20I%20know%20you%20do%2C%20that%27s%20why%20I%27m%20going%20to%20give%20you%20this%20awesome%20eBook%20on%20batch%20programming%20that%20teaches%20with%20hackers%20in%20mind.%20The%20eBook%20is%20called%20%22Batch%20File%20Programming%22.%20I%20know%2C%20who%20would%20have%20guessed.%0D%0A" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
		<li class="shr-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://mrcracker.com/2010/05/learn-batch-programming-hacker-style-free-ebook/&amp;submitHeadline=Learn+batch+programming+...+Hacker+style.+Free+eBook.&amp;submitSummary=Who%20doesn%27t%20like%20free%20stuff%21%20I%20know%20you%20do%2C%20that%27s%20why%20I%27m%20going%20to%20give%20you%20this%20awesome%20eBook%20on%20batch%20programming%20that%20teaches%20with%20hackers%20in%20mind.%20The%20eBook%20is%20called%20%22Batch%20File%20Programming%22.%20I%20know%2C%20who%20would%20have%20guessed.%0D%0A&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://mrcracker.com/2010/05/learn-batch-programming-hacker-style-free-ebook/&amp;title=Learn+batch+programming+...+Hacker+style.+Free+eBook.&amp;desc=Who%20doesn%27t%20like%20free%20stuff%21%20I%20know%20you%20do%2C%20that%27s%20why%20I%27m%20going%20to%20give%20you%20this%20awesome%20eBook%20on%20batch%20programming%20that%20teaches%20with%20hackers%20in%20mind.%20The%20eBook%20is%20called%20%22Batch%20File%20Programming%22.%20I%20know%2C%20who%20would%20have%20guessed.%0D%0A" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://mrcracker.com/2010/05/learn-batch-programming-hacker-style-free-ebook/&amp;title=Learn+batch+programming+...+Hacker+style.+Free+eBook." rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Learn+batch+programming+...+Hacker+style.+Free+eBook.&amp;link=http://mrcracker.com/2010/05/learn-batch-programming-hacker-style-free-ebook/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://mrcracker.com/2010/05/learn-batch-programming-hacker-style-free-ebook/&amp;title=Learn+batch+programming+...+Hacker+style.+Free+eBook.&amp;srcUrl=http://mrcracker.com/2010/05/learn-batch-programming-hacker-style-free-ebook/&amp;srcTitle=Learn+batch+programming+...+Hacker+style.+Free+eBook.&amp;snippet=Who%20doesn%27t%20like%20free%20stuff%21%20I%20know%20you%20do%2C%20that%27s%20why%20I%27m%20going%20to%20give%20you%20this%20awesome%20eBook%20on%20batch%20programming%20that%20teaches%20with%20hackers%20in%20mind.%20The%20eBook%20is%20called%20%22Batch%20File%20Programming%22.%20I%20know%2C%20who%20would%20have%20guessed.%0D%0A" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://mrcracker.com/2010/05/learn-batch-programming-hacker-style-free-ebook/&amp;title=Learn+batch+programming+...+Hacker+style.+Free+eBook.&amp;summary=Who%20doesn%27t%20like%20free%20stuff%21%20I%20know%20you%20do%2C%20that%27s%20why%20I%27m%20going%20to%20give%20you%20this%20awesome%20eBook%20on%20batch%20programming%20that%20teaches%20with%20hackers%20in%20mind.%20The%20eBook%20is%20called%20%22Batch%20File%20Programming%22.%20I%20know%2C%20who%20would%20have%20guessed.%0D%0A&amp;source=CrackerCast Podcast - MrCracker.com - all things hacking" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://mrcracker.com/2010/05/learn-batch-programming-hacker-style-free-ebook/&amp;title=Learn+batch+programming+...+Hacker+style.+Free+eBook." rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://mrcracker.com/2010/05/learn-batch-programming-hacker-style-free-ebook/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://mrcracker.com/2010/05/learn-batch-programming-hacker-style-free-ebook/feed/</wfw:commentRss>
		<slash:comments>36</slash:comments>
		</item>
		<item>
		<title>hub vs switch &#8211; sniffing</title>
		<link>http://mrcracker.com/2010/02/hub-vs-switch-sniffing/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=hub-vs-switch-sniffing</link>
		<comments>http://mrcracker.com/2010/02/hub-vs-switch-sniffing/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 07:15:38 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Hacking Videos]]></category>
		<category><![CDATA[Network Hacking]]></category>
		<category><![CDATA[Windows Hacking]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[hub]]></category>
		<category><![CDATA[hub vs switch]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[sniffing]]></category>
		<category><![CDATA[switch]]></category>

		<guid isPermaLink="false">http://mrcracker.com/?p=756</guid>
		<description><![CDATA[Let's look at the difference between a hub and a switch and how one could attack them. Watch the video to see hubs and switches from a hacker's point of view. Read the post for a more formal description.
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-760" style="margin-left: 10px; margin-right: 10px;" title="snif" src="http://mrcracker.com/wp-content/uploads/2010/02/snif-150x150.jpg" alt="" width="150" height="150" />Let&#8217;s look at the difference between a hub and a switch and how one could attack them. Watch the video to see hubs and switches from a hacker&#8217;s point of view. Read the post for a more formal description. (sorry about the quality, still working on perfecting this video stuff)</p>
<p><br style="height: 1em;" /><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/MCH6kJ9ieIE&amp;hl=en_US&amp;fs=1&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/MCH6kJ9ieIE&amp;hl=en_US&amp;fs=1&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><br style="height: 1em;" />A hub and a switch have the same purpose; to connect a bunch of computers via ethernet &#8220;cross over&#8221; cables to create a network. Their main difference is that a switch is much more intelligent than a hub.</p>
<p><br style="height: 1em;" />On a hub, all of the internet traffic (packets) are sent to every connected computer, where it is determined whether it belongs to that computer. As you may have already guessed, this isn&#8217;t very bandwidth friendly and is bad for performance.</p>
<p><br style="height: 1em;" />Switches are much smarter, they are able to inspect all the headers of the packets coming in and determine where they are coming from and to whom they are destined for. The switch then forwards the traffic to the proper destination. This greatly reduces bandwidth and offers much better performance. For this reason you won&#8217;t find many hubs these days, switches are the preferred choice for networks for obvious reasons.</p>
<p><br style="height: 1em;" />Because all traffic is forwarded to all the machines on a hub, it is very easy to sniff and store the traffic since it just comes to you. The sniffed packets may include website passwords, ftp passwords, the websites the user visits and other personal information.</p>
<p><br style="height: 1em;" />On a switch, since the traffic is examined and forwarded to the correct machine, how would you sniff it if it doesn&#8217;t come to you? Easy, by ARP spoofing. Watch out for a post on that very soon.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=hub+vs+switch+-+sniffing+-+http://bit.ly/bsIZub&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://mrcracker.com/2010/02/hub-vs-switch-sniffing/&amp;t=hub+vs+switch+-+sniffing" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://mrcracker.com/2010/02/hub-vs-switch-sniffing/&amp;title=hub+vs+switch+-+sniffing" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://mrcracker.com/2010/02/hub-vs-switch-sniffing/&amp;title=hub+vs+switch+-+sniffing" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://mrcracker.com/2010/02/hub-vs-switch-sniffing/&amp;title=hub+vs+switch+-+sniffing" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://mrcracker.com/2010/02/hub-vs-switch-sniffing/&amp;title=hub+vs+switch+-+sniffing" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://mrcracker.com/2010/02/hub-vs-switch-sniffing/&amp;n=hub+vs+switch+-+sniffing&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://mrcracker.com/2010/02/hub-vs-switch-sniffing/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=hub+vs+switch+-+sniffing&amp;body=Link: http://mrcracker.com/2010/02/hub-vs-switch-sniffing/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Let%27s%20look%20at%20the%20difference%20between%20a%20hub%20and%20a%20switch%20and%20how%20one%20could%20attack%20them.%20Watch%20the%20video%20to%20see%20hubs%20and%20switches%20from%20a%20hacker%27s%20point%20of%20view.%20Read%20the%20post%20for%20a%20more%20formal%20description.%0D%0A" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-hackernews">
			<a href="http://news.ycombinator.com/submitlink?u=http://mrcracker.com/2010/02/hub-vs-switch-sniffing/&amp;t=hub+vs+switch+-+sniffing" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://mrcracker.com/2010/02/hub-vs-switch-sniffing/&amp;t=hub+vs+switch+-+sniffing" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://compose.mail.yahoo.com/?Subject=hub+vs+switch+-+sniffing&amp;body=Link: http://mrcracker.com/2010/02/hub-vs-switch-sniffing/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Let%27s%20look%20at%20the%20difference%20between%20a%20hub%20and%20a%20switch%20and%20how%20one%20could%20attack%20them.%20Watch%20the%20video%20to%20see%20hubs%20and%20switches%20from%20a%20hacker%27s%20point%20of%20view.%20Read%20the%20post%20for%20a%20more%20formal%20description.%0D%0A" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
		<li class="shr-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://mrcracker.com/2010/02/hub-vs-switch-sniffing/&amp;submitHeadline=hub+vs+switch+-+sniffing&amp;submitSummary=Let%27s%20look%20at%20the%20difference%20between%20a%20hub%20and%20a%20switch%20and%20how%20one%20could%20attack%20them.%20Watch%20the%20video%20to%20see%20hubs%20and%20switches%20from%20a%20hacker%27s%20point%20of%20view.%20Read%20the%20post%20for%20a%20more%20formal%20description.%0D%0A&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://mrcracker.com/2010/02/hub-vs-switch-sniffing/&amp;title=hub+vs+switch+-+sniffing&amp;desc=Let%27s%20look%20at%20the%20difference%20between%20a%20hub%20and%20a%20switch%20and%20how%20one%20could%20attack%20them.%20Watch%20the%20video%20to%20see%20hubs%20and%20switches%20from%20a%20hacker%27s%20point%20of%20view.%20Read%20the%20post%20for%20a%20more%20formal%20description.%0D%0A" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://mrcracker.com/2010/02/hub-vs-switch-sniffing/&amp;title=hub+vs+switch+-+sniffing" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=hub+vs+switch+-+sniffing&amp;link=http://mrcracker.com/2010/02/hub-vs-switch-sniffing/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://mrcracker.com/2010/02/hub-vs-switch-sniffing/&amp;title=hub+vs+switch+-+sniffing&amp;srcUrl=http://mrcracker.com/2010/02/hub-vs-switch-sniffing/&amp;srcTitle=hub+vs+switch+-+sniffing&amp;snippet=Let%27s%20look%20at%20the%20difference%20between%20a%20hub%20and%20a%20switch%20and%20how%20one%20could%20attack%20them.%20Watch%20the%20video%20to%20see%20hubs%20and%20switches%20from%20a%20hacker%27s%20point%20of%20view.%20Read%20the%20post%20for%20a%20more%20formal%20description.%0D%0A" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://mrcracker.com/2010/02/hub-vs-switch-sniffing/&amp;title=hub+vs+switch+-+sniffing&amp;summary=Let%27s%20look%20at%20the%20difference%20between%20a%20hub%20and%20a%20switch%20and%20how%20one%20could%20attack%20them.%20Watch%20the%20video%20to%20see%20hubs%20and%20switches%20from%20a%20hacker%27s%20point%20of%20view.%20Read%20the%20post%20for%20a%20more%20formal%20description.%0D%0A&amp;source=CrackerCast Podcast - MrCracker.com - all things hacking" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://mrcracker.com/2010/02/hub-vs-switch-sniffing/&amp;title=hub+vs+switch+-+sniffing" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://mrcracker.com/2010/02/hub-vs-switch-sniffing/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://mrcracker.com/2010/02/hub-vs-switch-sniffing/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to get command prompt</title>
		<link>http://mrcracker.com/2009/02/how-to-get-command-prompt/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-to-get-command-prompt</link>
		<comments>http://mrcracker.com/2009/02/how-to-get-command-prompt/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 22:31:33 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Windows Hacking]]></category>
		<category><![CDATA[cmd.exe]]></category>
		<category><![CDATA[command prompt]]></category>
		<category><![CDATA[command.com]]></category>

		<guid isPermaLink="false">http://mrcracker.com/?p=274</guid>
		<description><![CDATA[In many public places like schools and libraries, the system administrators disable CMD.EXE but forget about the older version, COMMAND.COM. When trying to access CMD.EXE, if you are displayed with the following message:]]></description>
			<content:encoded><![CDATA[<p>In many public places like schools and libraries, the system administrators disable CMD.EXE but forget about the older version, COMMAND.COM. When trying to access CMD.EXE, if you are displayed with the following message:<a href="http://www.mrcracker.com/wp-content/images/cmd-disable.png"><img class="aligncenter" src="http://www.mrcracker.com/wp-content/images/cmd-disable.png" alt="" width="487" height="138" /></a></p>
<p>then you know it is disabled for your user level.</p>
<p><br style="height: 1em;" />To get a COMMAND.COM prompt up, open <strong>Notepad.exe</strong> and type in &#8220;<strong>command.com</strong>&#8221; without the quotes. Next, save it as a batch file via the &#8220;<strong>.bat</strong>&#8221; extention. So save it as &#8220;<strong>anything.bat</strong>&#8221; . Now once you double click this file, you should get a functional command prompt if it isn&#8217;t disabled.</p>
<p><br style="height: 1em;" />To learn what hacking methods you can use to hack via the command prompt see: <a href="http://www.learn-how-to-hack.net">The Hacker&#8217;s Underground Handbook</a></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-knowledge">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=How+to+get+command+prompt+-+http://bit.ly/2kxTAL&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://mrcracker.com/2009/02/how-to-get-command-prompt/&amp;t=How+to+get+command+prompt" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://mrcracker.com/2009/02/how-to-get-command-prompt/&amp;title=How+to+get+command+prompt" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://mrcracker.com/2009/02/how-to-get-command-prompt/&amp;title=How+to+get+command+prompt" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://mrcracker.com/2009/02/how-to-get-command-prompt/&amp;title=How+to+get+command+prompt" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://mrcracker.com/2009/02/how-to-get-command-prompt/&amp;title=How+to+get+command+prompt" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://mrcracker.com/2009/02/how-to-get-command-prompt/&amp;n=How+to+get+command+prompt&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://mrcracker.com/2009/02/how-to-get-command-prompt/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=How+to+get+command+prompt&amp;body=Link: http://mrcracker.com/2009/02/how-to-get-command-prompt/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A In%20many%20public%20places%20like%20schools%20and%20libraries%2C%20the%20system%20administrators%20disable%20CMD.EXE%20but%20forget%20about%20the%20older%20version%2C%20COMMAND.COM.%20When%20trying%20to%20access%20CMD.EXE%2C%20if%20you%20are%20displayed%20with%20the%20following%20message%3A" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-hackernews">
			<a href="http://news.ycombinator.com/submitlink?u=http://mrcracker.com/2009/02/how-to-get-command-prompt/&amp;t=How+to+get+command+prompt" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://mrcracker.com/2009/02/how-to-get-command-prompt/&amp;t=How+to+get+command+prompt" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://compose.mail.yahoo.com/?Subject=How+to+get+command+prompt&amp;body=Link: http://mrcracker.com/2009/02/how-to-get-command-prompt/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A In%20many%20public%20places%20like%20schools%20and%20libraries%2C%20the%20system%20administrators%20disable%20CMD.EXE%20but%20forget%20about%20the%20older%20version%2C%20COMMAND.COM.%20When%20trying%20to%20access%20CMD.EXE%2C%20if%20you%20are%20displayed%20with%20the%20following%20message%3A" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
		<li class="shr-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://mrcracker.com/2009/02/how-to-get-command-prompt/&amp;submitHeadline=How+to+get+command+prompt&amp;submitSummary=In%20many%20public%20places%20like%20schools%20and%20libraries%2C%20the%20system%20administrators%20disable%20CMD.EXE%20but%20forget%20about%20the%20older%20version%2C%20COMMAND.COM.%20When%20trying%20to%20access%20CMD.EXE%2C%20if%20you%20are%20displayed%20with%20the%20following%20message%3A&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://mrcracker.com/2009/02/how-to-get-command-prompt/&amp;title=How+to+get+command+prompt&amp;desc=In%20many%20public%20places%20like%20schools%20and%20libraries%2C%20the%20system%20administrators%20disable%20CMD.EXE%20but%20forget%20about%20the%20older%20version%2C%20COMMAND.COM.%20When%20trying%20to%20access%20CMD.EXE%2C%20if%20you%20are%20displayed%20with%20the%20following%20message%3A" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://mrcracker.com/2009/02/how-to-get-command-prompt/&amp;title=How+to+get+command+prompt" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=How+to+get+command+prompt&amp;link=http://mrcracker.com/2009/02/how-to-get-command-prompt/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://mrcracker.com/2009/02/how-to-get-command-prompt/&amp;title=How+to+get+command+prompt&amp;srcUrl=http://mrcracker.com/2009/02/how-to-get-command-prompt/&amp;srcTitle=How+to+get+command+prompt&amp;snippet=In%20many%20public%20places%20like%20schools%20and%20libraries%2C%20the%20system%20administrators%20disable%20CMD.EXE%20but%20forget%20about%20the%20older%20version%2C%20COMMAND.COM.%20When%20trying%20to%20access%20CMD.EXE%2C%20if%20you%20are%20displayed%20with%20the%20following%20message%3A" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://mrcracker.com/2009/02/how-to-get-command-prompt/&amp;title=How+to+get+command+prompt&amp;summary=In%20many%20public%20places%20like%20schools%20and%20libraries%2C%20the%20system%20administrators%20disable%20CMD.EXE%20but%20forget%20about%20the%20older%20version%2C%20COMMAND.COM.%20When%20trying%20to%20access%20CMD.EXE%2C%20if%20you%20are%20displayed%20with%20the%20following%20message%3A&amp;source=CrackerCast Podcast - MrCracker.com - all things hacking" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://mrcracker.com/2009/02/how-to-get-command-prompt/&amp;title=How+to+get+command+prompt" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://mrcracker.com/2009/02/how-to-get-command-prompt/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://mrcracker.com/2009/02/how-to-get-command-prompt/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
