mirror of
https://github.com/hak5darren/bashbunny-payloads.git
synced 2025-10-29 16:58:12 +00:00
Added psh_DownloadExecSMB payload (#172)
* Powershell SMB Delivery * fixed smbserver.py call
This commit is contained in:
2
payloads/library/execution/psh_DownloadExecSMB/psh.txt
Executable file
2
payloads/library/execution/psh_DownloadExecSMB/psh.txt
Executable file
@@ -0,0 +1,2 @@
|
||||
New-Item $ENV:UserProfile\Desktop\SUCCESS -ItemType file
|
||||
Remove-ItemProperty -Path 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU' -Name '*' -ErrorAction SilentlyContinue
|
||||
Reference in New Issue
Block a user