micr0_shell icon indicating copy to clipboard operation
micr0_shell copied to clipboard

micr0shell is a Python script that dynamically generates Windows X64 PIC Null-Free reverse shell shellcode.

Results 3 micr0_shell issues
Sort by recently updated
recently updated
newest added

i installed keystone-engine but I give this error Traceback (most recent call last): File "micr0shell.py", line 398, in ks = Ks(KS_ARCH_X86, KS_MODE_64) NameError: name 'Ks' is not defined

When the C payload is made no matter what you do in the program to hide the cmd window it will open regardless of whether you make it into a...

Hey, thank you for your tool. I noticed that the Ks module cannot be found at the initial startup. Against this background the package `keystone` was removed from the `requirements.txt`...