$ ./shellcoding-companion.py -h
__ _ _ _ _ _
/ _\ |__ ___| | | ___ ___ __| (_)_ __ __ _
\ \| '_ \ / _ \ | |/ __/ _ \ / _` | | '_ \ / _` |
_\ \ | | | __/ | | (_| (_) | (_| | | | | | (_| |
\__/_| |_|\___|_|_|\___\___/ \__,_|_|_| |_|\__, |_v1.0.0
/ __\___ _ __ ___ _ __ __ _ |___/(_) ___ _ __
/ / / _ \| '_ ` _ \| '_ \ / _` | '_ \| |/ _ \| '_ \
/ /__| (_) | | | | | | |_) | (_| | | | | | (_) | | | |
\____/\___/|_| |_| |_| .__/ \__,_|_| |_|_|\___/|_| |_|
By Ooggle |_| https://twitter.com/Ooggle_
usage: ./shellcoding-companion.py [-h] [-o OUTPUT] [-p2] [-p3] [-P] source [source ...]
positional arguments:
source NASM source(s) file(s) (Example: shellcode.s)
optional arguments:
-h, --help show this help message and exit
-o OUTPUT, --output OUTPUT
Output file for the shellcode. (default: None)
Output languages
-p2, --python2 Output python2 command to generate the shellcode from command line. (default: False)
-p3, --python3 Output python3 command to generate the shellcode from command line. (default: False)
-P, --perl Output perl command to generate the shellcode from command line. (default: False)