Note:
For educational purposes only.
smap is a python2 scripting for shellcode analysis.
Requirements:
+ All Linux Platform support
+ objdump
+ Python 2.7.x
get sampling shellcodes:
+ http://shell-storm.org/shellcode/
+ https://www.exploit-db.com/shellcode/
+ https://packetstormsecurity.com/files/tags/shellcode/
Usage:
git clone https://github.com/suraj-root/smap.git cd smap/ python smap.py -h
Source: https://github.com/suraj-root