shellnoob
shellnoob copied to clipboard
A shellcode writing toolkit
could you add MAC os support ?
$ python --version Python 2.6.6 ``` >>> sys.version_info (2, 6, 6, 'final', 0) ``` $ python shellnoob.py Traceback (most recent call last): File "shellnoob.py", line 39, in PY2 = sys.version_info.major...
break.asm .section .text xor %eax,%eax /\* ☃ */ push %eax push $0x68732f2f push $0x6e69622f mov %esp,%ebx push %eax push %ebx mov %esp,%ecx mov $0xb,%al int $0x80 -- end break.asm --...
In Kali, we received a [bug report](https://bugs.kali.org/view.php?id=8272) about shellnoob crashing on arm64. This happens because there currently is no arm64 support. With the increase in arm64 devices, it would be...