osed-scripts
osed-scripts copied to clipboard
String To Little Endian Shellcode Generator
Usage: python string-to-shellcode.py
The last step ("push esp") is to push the pointer pointing to the created string to the stack, just pop to another registry if temporary storage is needed.
Reference: https://github.com/tyhk/String-Shellcode-Generator
Thanks for taking the time to submit! Could you add usage/example/why someone would want to use this to the README? Also, it'd be nice if you could run https://github.com/psf/black on it, for formatting.