hackerthreads.org security
DIY or DIE Security
   FAQ   Search   Memberlist   Usergroups   Register   
 Profile   Log in to check your private messages   Log in  
 

hack school networks

   
       hackerthreads.org security Forum Index -> Tutorial Submission 
View previous topic :: View next topic   
Author Message 
H3R3T1C
n00b


Joined: 14 Apr 2006
Posts: 2

 Posted: 04-14-2006 07:47 PM    Post subject: hack school networks   

---------------------------------------------------------------------------------
 
have u ever wanted to hack ur schools network well this tutoreal will tell you how to. 
There are problems with school servers, and they mostly come back to the basic architecture of the system - 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' 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't screw them up! 

How to get it all moving 

An MS-DOS prompt is the best way to do stuff, because most admins don't think its possible to get them and, if they do, they just can'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 of the article). REMEMBER TO DELETE THIS FILE ONCE YOU'VE FINISHED!!! if the admins see it, they will kill you;) 

Bypassing that pesky web filtering 

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, preceded by http://, and you'll be able to access the page! 

For example: http://197.57.189.10 etc. 

Now, I'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: 

1) Using a translator, like Altavista's Babel fish, to translate the page from japanese of something to english. This will bypass the filtering and won't translate the page, since it's already in English. 

2) When you search up the site on Google, there will be a link saying 'Cache'. Click that and you should be on. 

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's content:) 

Sending messages out over the network 

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. It tends to be called the same as your school, or something like it. So, at my school, I use 

Net Send Varndean * "The server is h4x0r3d" 

The asterisk denotes wildcard sending, or sending to every computer in the domain. You can swap this for people's accounts, for example 

NetSend Varndean dan,jimmy,admin "The server is h4x0r3d" 

use commas to divide the names and NO SPACES between them. 

Adding/modifying user accounts 

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 'password'. The below would have a username of 'JohnSmith' and a password of 'fruity' 

C:>net user JohnSmith fruity /ADD 

Right then, now that we can create accounts, let's delete them:) 

C:>net user JohnSmith /DELETE 

This will delete poor liddle JohnSmith's account. Awww. Do it to you enemies:P no only joking becuase they could have important work... well okay only if you REALLY hate them:) 

Let's give you admin priveleges:) 

C:>net localgroup administrator JohnSmith /ADD 

This will make JohnSmith an admin. Remember that some schools may not call their admins 'adminstrator' and so you need to find out the name of the local group they belong to. 

You can list all the localgroups by typing 

C:>net localgroup 

Running .exe files you can't usually run 

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. 
(I DO NOT TAKE ANY RESPOSIBILTY FOR WHAT U DO SO DONT FUCKIN BLAME ME IF YOU GET INTO TROUBLE!!!!) 
 
Back to top       
 
 
Rose
Apprentice


Joined: 25 Mar 2006
Posts: 38

 Posted: 04-14-2006 10:43 PM    Post subject:    

---------------------------------------------------------------------------------
 
"Tutorials" is the section meant for it. 

Nice compilation of simple hacks...but was expecting it to be a little more useful...i mean most of the hacks mentioned would not work in a moderately protected intranet. 
 
Back to top       
 
 
Trukin
n00b


Joined: 16 Apr 2006
Posts: 1
Location: Okc, OK, USA
 Posted: 04-16-2006 01:26 PM    Post subject:    

---------------------------------------------------------------------------------
 
Thanks, very nice. I will try this at my school (if i get a chance) 

One thing i did to the computers at my school, was that i got to access to the C drive which is blocked. 

We had a Computer Programming Class and we used Visual Basic, i created a program where i was using the Drive Box, Folders Box, and File List. So it ran with C:\ as Default, so like it, i opened whatever i wanted to (with more code though) 


Thanks! 
 
Back to top        
 
 
Alphuh
n00b


Joined: 12 Apr 2006
Posts: 12
Location: root
 Posted: 04-17-2006 01:51 PM    Post subject:    

---------------------------------------------------------------------------------
 
Good tutorial. only problem with mine is that you already have to have admin privelages to add/delete any user.
_________________
"Heresy is just another word for freedom of thought." 

ping -l 65510 microsoft.com 
 
Back to top         
 
 
norse
Apprentice


Joined: 06 Apr 2006
Posts: 45
Location: /dev/urandom
 Posted: 04-17-2006 05:17 PM    Post subject:    

---------------------------------------------------------------------------------
 
Nice one. Ill be posting tutorials on HOWTOs on exploits. Compiling running and stuffs. If there is no one yet, still lurking around the forum
_________________
Never under estimate death. 
 
Back to top       
 
 
blah569
n00b


Joined: 17 Apr 2006
Posts: 1

 Posted: 04-17-2006 06:44 PM    Post subject:    

---------------------------------------------------------------------------------
 
Awesome! I'm gonna try this.
_________________
I have many more sites then the one in my profile... 
 
Back to top         
 
 
blowfish
Sargeant at Arms


Joined: 21 Dec 2003
Posts: 177

 Posted: 04-18-2006 04:56 PM    Post subject:    

---------------------------------------------------------------------------------
 
nah...a compilation for what..? I dont get it..., so if you wanna send messages through the school...okay do that..but be aware of the fact, that everybody sees from which comp the message was sended...and yes...you have to have admin-privileges to make an user to an admin....but the command-thing is important..so keep it all in mind . 
 
Back to top       
 
 
Display posts from previous: All Posts1 Day7 Days2 Weeks1 Month3 Months6 Months1 Year Oldest FirstNewest First  
 
       hackerthreads.org security Forum Index -> Tutorial Submission All times are GMT - 4 Hours
 
Page 1 of 1 

 
 Jump to: Select a forum Tutorials----------------Tutorial SubmissionLinux, BSD and Unix TutorialsWindows TutorialsNetworking TutorialsSecurity TutorialsGeneral TutorialsPhreaking TutorialsThe Dead (Thread) Pool Hackerthreads----------------The RulesNewsSecurityNewbieLinux & BSDWindowsBrute ForcingGeneralProgrammingWireless TechnologyLinks and AffiliatesHardwareApplicationsPhreakingCryptography Tools and Utilites----------------General Tools / Port ScannersArp ToolsFirewallsAuthentication / Password CrackingWireless ToolsIntrusion DetectionHoneypots Foreign Language Forums----------------SpanishFrenchGermanPortugese Tutorials (trial)  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
 



Powered by RBTG 2005 hackerthreads.org security group 
coded by phpbb modified by htl-ips crew OpenSourcer project 

    Source: geocities.com/html_javascript_own