Skip to content

Convert available made paylaod to hex shellcode format

Notifications You must be signed in to change notification settings

miko550/BinaryToShellcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

BinaryToShellcode

Pyhton code that convert available made payload to hex shellcode format adn it byte number

currently available is {0x5a, 0x6f, 0x75, 0x6b, 0xe2, 0x6f .....}

USAGE

pyhton3 shellconvert.py payload.bin

TODO

  • make this format "\xe8\x00\x00\x00\x00\x58\x55\x89\xe"
  • save result on file
  • add agrument to select format

UPDATE

  • 31/05/2021 - just find out this thing call a hex dump and you can use linux command xxd link here to get the same result

About

Convert available made paylaod to hex shellcode format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages