<?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"
	>

<channel>
	<title>Hack Stuff</title>
	<atom:link href="http://hackstuff.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://hackstuff.net</link>
	<description>the leetest 13 year old hacker on the entire internet</description>
	<pubDate>Tue, 04 Nov 2008 00:00:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>how to shut down xp systems in your network and remotely</title>
		<link>http://hackstuff.net/how-to-shut-down-xp-systems-in-your-network-and-remotely/</link>
		<comments>http://hackstuff.net/how-to-shut-down-xp-systems-in-your-network-and-remotely/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 00:00:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[shutdown computers]]></category>

		<category><![CDATA[xp shutdown]]></category>

		<guid isPermaLink="false">http://hackstuff.net/?p=48</guid>
		<description><![CDATA[Quickly And Remotely Shut Down Computers On Your Network
Use the FOR command combined with the SHUTDOWN
command:

FOR /L %i in (1,1,254) DO shutdown \\192.168.0.%i 
Windows XP will let you log-off all users in one
line:

FOR /L %i in (1,1,254) DO shutdown \\192.168.0.%i /l
Change 192.168.0 to match you own Network ID.
For
Windows Server 2003 based computers you&#8217;ll need
to refine [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-size: large; font-family: Verdana;">Quickly And Remotely Shut Down Computers On Your Network</span></p>
<p style="margin-right: 30px;"><span style="font-size: x-small; font-family: Verdana;">Use the FOR command combined with the SHUTDOWN<br />
command:</span></p>
<p style="margin-right: 30px;"><span style="font-family: Verdana;"><br />
<textarea cols="50" rows="3" name="S3">FOR /L %i in (1,1,254) DO shutdown \\192.168.0.%i </textarea></span></p>
<p style="margin-right: 30px;"><span style="font-size: x-small; font-family: Verdana;">Windows XP will let you log-off all users in one<br />
line:</span></p>
<p style="margin-right: 30px;"><span style="font-family: Verdana;"><br />
<textarea cols="50" rows="3" name="S4">FOR /L %i in (1,1,254) DO shutdown \\192.168.0.%i /l</textarea></span></p>
<p style="margin-right: 30px;"><span style="font-size: x-small; font-family: Verdana;">Change 192.168.0 to match you own Network ID.</span></p>
<p style="margin-right: 30px;"><span style="font-size: x-small;">For<br />
Windows Server 2003 based computers you&#8217;ll need<br />
to refine the </span><br />
<span style="font-size: x-small; font-family: Verdana;">SHUTDOWN </span><br />
<span style="font-size: x-small;">command and provide the reason<br />
for the restart or shutdown. For example, if you<br />
plan to reboot servers because of a security fix<br />
deployment you can use the following command:</span></p>
<p style="margin-right: 30px;"><span style="font-size: x-small;"><br />
<textarea cols="50" rows="3" name="S5">FOR /L %i in (1,1,254) DO shutdown /r /m \\192.168.0.%i /d p:2:18</textarea></span></p>
<p style="margin-right: 30px;"><span style="font-size: x-small;">Use<br />
SHUTDOWN /? for a complete list of available<br />
switches.</span></p>
<p style="margin-right: 30px;"><span style="font-family: Verdana;"><strong><span style="font-size: x-small;">Note:</span></strong><span style="font-size: x-small;"> The above scripts will cause ALL the<br />
computers on your LAN (basically, on the segment you pointed, 192.168.0.0 for<br />
the above example) without notifying their users. It will also shut down all<br />
your file servers, print servers, domain controllers, e-mail servers and all<br />
other Windows based computers. You do NOT want to do that, do you? Change the IP<br />
address range to suit YOUR needs!</span></span></p>
<p style="margin-right: 30px;"><span style="font-size: x-small; font-family: Verdana;">You can disable other user&#8217;s ability<br />
to remotely shutdown computers by editing their respective Local Security Policy<br />
in the User Rights section, or, if you&#8217;re in a W2K domain you can edit the<br />
servers&#8217; GPO.</span></p>
<p style="margin-right: 30px;"><span style="font-size: x-small; font-family: Verdana;">Download Shutdown.exe it you don&#8217;t have it from<br />
<a href="software/shutdown.zip">HERE</a> (11kb). This is a GUI version of the<br />
command:</span></p>
<p style="margin-right: 30px;"><a href="images/shutdown.jpg"><br />
</a></p>
<p><a href="images/shutdown.jpg"><span style="font-size: x-small; font-family: Verdana;"><img src="images/shutdown_small.jpg" border="2" alt="" width="100" height="109" /></span></a></p>
<p style="margin-right: 30px;"><span style="font-size: x-small; font-family: Verdana;">Windows XP has the<br />
SHUTDOWN  command built-in, and<br />
running it as SHUTDOWN -i will bring up this console:</span></p>
<p style="margin-right: 30px;"><a href="images/shutdownxp.jpg"><br />
<span style="font-size: x-small; font-family: Verdana;"><br />
<img src="images/shutdownxp_small.jpg" border="2" alt="" width="100" height="143" /></span></a></p>
<p style="margin-right: 30px;"><span style="font-size: x-small; font-family: Verdana;">Many other tools will enable you to remotely<br />
shutdown a system.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://hackstuff.net/how-to-shut-down-xp-systems-in-your-network-and-remotely/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google G1 Smartphone &#8220;android&#8221; from T-Mobile</title>
		<link>http://hackstuff.net/google-g1-smartphone-android-from-t-mobile/</link>
		<comments>http://hackstuff.net/google-g1-smartphone-android-from-t-mobile/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 05:54:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[firefox]]></category>

		<category><![CDATA[google]]></category>

		<category><![CDATA[hardware]]></category>

		<category><![CDATA[mobile]]></category>

		<category><![CDATA[android]]></category>

		<category><![CDATA[cell phones]]></category>

		<category><![CDATA[google g1]]></category>

		<category><![CDATA[tmobile]]></category>

		<guid isPermaLink="false">http://hackstuff.net/?p=46</guid>
		<description><![CDATA[The coolest phone i&#8217;ve seen in a long time, the Google G1 has finally arrived!
I&#8217;m very excited about this phone and it will finally make me retire my dumb sidekick (i never wanted to buy an iphone because I hate the touch-screen) and the G1 Android has a tacticle qwerty keyboard.
I found a great site [...]]]></description>
			<content:encoded><![CDATA[<p>The coolest phone i&#8217;ve seen in a long time, the <a href="http://www.googleg1.org" title="google g1" onclick="javascript:pageTracker._trackPageview ('/outbound/www.googleg1.org');">Google G1</a> has finally arrived!</p>
<p>I&#8217;m very excited about this phone and it will finally make me retire my dumb sidekick (i never wanted to buy an iphone because I hate the touch-screen) and the G1 Android has a tacticle qwerty keyboard.</p>
<p>I found a great site that covers the G1 called <a href="http://www.googleg1.org" title="g1 android" onclick="javascript:pageTracker._trackPageview ('/outbound/www.googleg1.org');">www.googleg1.org</a> and it looks like they&#8217;ll make an exhaustive site about all things G1.</p>
<p><img class="alignnone" title="google g1" src="http://farm4.static.flickr.com/3028/2883187556_13af318d36_m.jpg" alt="" width="240" height="180" /></p>
<p>I&#8217;ve seen these babies retail from around $200 to up to $500!</p>
<p>Stay tuned my friends&#8230; I hope to have lots of nice hacks and mods for this phone.</p>
]]></content:encoded>
			<wfw:commentRss>http://hackstuff.net/google-g1-smartphone-android-from-t-mobile/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Change Someone&#8217;s XP Password, Do A Shutdown Trick, Make Fake Virus</title>
		<link>http://hackstuff.net/change-someones-xp-password-do-a-shutdown-trick-make-fake-viru/</link>
		<comments>http://hackstuff.net/change-someones-xp-password-do-a-shutdown-trick-make-fake-viru/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 09:55:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[password]]></category>

		<category><![CDATA[prank]]></category>

		<category><![CDATA[xp]]></category>

		<category><![CDATA[change password]]></category>

		<category><![CDATA[giant knockers]]></category>

		<category><![CDATA[make fake virus]]></category>

		<category><![CDATA[startup prank]]></category>

		<guid isPermaLink="false">http://hackstuff.net/?p=38</guid>
		<description><![CDATA[

Pretty straight forward here.. change someone&#8217;s xp password without knowing their current one, do a shutdown prank trick and make a fake virus.
Too bad for the stupid foreign words in there but oh well.
Here&#8217;s a pic of a chick with giant knockers for your trouble


RC COLLINS
]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/Ia8YUu8IyGw&#038;rel=0&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/Ia8YUu8IyGw&#038;rel=0&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object>
<p>
Pretty straight forward here.. change someone&#8217;s xp password without knowing their current one, do a shutdown prank trick and make a fake virus.</p>
<p>Too bad for the stupid foreign words in there but oh well.</p>
<p>Here&#8217;s a pic of a chick with giant knockers for your trouble</p>
<p><img src="http://tits.assesandtits.com/giant-tit-blonde/giant-tit-blonde-01.jpg" height="350" width="350" alt="giant knockers" /></p>
<p>
RC COLLINS</p>
]]></content:encoded>
			<wfw:commentRss>http://hackstuff.net/change-someones-xp-password-do-a-shutdown-trick-make-fake-viru/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
