Your Ad Here
Home » Archive

Articles in the Hacking at School and College Category

Blog Update, Hacking at School and College »

[9 Feb 2009 | One Comment | ]
Share
Follow me on twitter..

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…

Bad Boy, Downloads, Hacking at School and College, Proxy, Server Hacking, Software »

[26 Jul 2008 | 3 Comments | ]
Share

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.

Hacking Tutorials, Hacking at School and College, Hardcore Hacking, Windows Hacking »

[29 Jun 2008 | 3 Comments | ]
Share

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 & Win XP.
This can be used to gain access to the website you want to for free, and how you can gain access to ‘control panel’, and the various other tools of Windows that may have been blocked from your grasp like ‘regedit’ by the administrator. IT can be used in schools & colleges..
When u are at the log on …

Bad Boy, Hacking at School and College, Hardcore Hacking »

[23 Jun 2008 | 10 Comments | ]
Share

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 “hack” 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 …

Hacking Computer, Hacking at School and College, Windows Hacking »

[18 Mar 2008 | One Comment | ]
Share

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
“You have been hacked!”
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 …

Hacking Tutorials, Hacking at School and College, Windows Hacking »

[3 Sep 2007 | 2 Comments | ]
Share

Now that you have a command prompt, you can add a new user (ie yourself) like so
C:>net user username /ADD
where username is the name of your new account. And remember, try and make it look inconspicuous, then they’ll just think its a student who really is at school, when really, the person doesn’t EXIST! IF you wanna have a password, use this instead:
C:>net user username password /ADD
where password is the password you want to have. So for instance the above would create an account called ‘username’, with the password being …

Hacking at School and College »

[3 Sep 2007 | One Comment | ]
Share

Okay, here’s how to send crazy messages to everyone in your school on a computer. In your command prompt, type
Net Send * “The server is h4x0r3d”
*Note: may not be necessary, depending on how many your school has access too. If it’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. …

Hacking at School and College »

[3 Sep 2007 | One Comment | ]
Share

Well, now you’ve got a command prompt, it’s time to visit whatever site you want. Now, there are plenty of ways to bypass poorly constructed filtering, but I’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, …