You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 21, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: CodeExecution/Invoke-Shellcode.ps1
+47-1Lines changed: 47 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,4 +5,50 @@
5
5
# many scripts that have this path hardcoded. If you don't like it,
6
6
# fork PowerSploit and host it yourself.
7
7
8
-
throw'Something terrible may have just happened and you have no idea what because you just arbitrarily download crap from the Internet and execute it.'
$UserAgent='Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)',
48
+
49
+
[Switch]
50
+
$Force=$False
51
+
)
52
+
53
+
throw'Something terrible may have just happened and you have no idea what because you just arbitrarily download crap from the Internet and execute it.'
0 commit comments