aboutsummaryrefslogtreecommitdiffstats
path: root/run-shellcode.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run-shellcode.sh')
-rwxr-xr-xrun-shellcode.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/run-shellcode.sh b/run-shellcode.sh
deleted file mode 100755
index 5ffcf39..0000000
--- a/run-shellcode.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-nasm -o /dev/stdout shellcode-64.s | msfencode4.0 -t c -e generic/none -b '\x00' > harness.c && echo "void main() { (*(void(*)())buf)(); }" >> harness.c && gcc -fno-stack-protector -z execstack -o harness harness.c && ./harness