neonprimetime security , just trying to help
Showing posts with label
binascii
.
Show all posts
Showing posts with label
binascii
.
Show all posts
Tuesday, March 10, 2020
Convert String to Shell Code Hex in Python
›
if you want //bin/sh to become hex you can use in assembly for shell code >>> for word in (re.findall(".{8}", binas...
1 comment:
Decode ShellCode String in Python
›
if you see this push 0x68732f2f push 0x6e69622f it may be a string you can use python 3 to decode and see import binascii >>...
1 comment:
›
Home
View web version