Lucene search
K

Test Dialup Exploit

🗓️ 31 Dec 2009 00:00:00Reported by I)ruidType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 15 Views

Test Dialup Exploit connects to system's modem over dialup to read login banne

Code
`##  
# This file is part of the Metasploit Framework and may be subject to  
# redistribution and commercial restrictions. Please see the Metasploit  
# Framework web site for more information on licensing and terms of use.  
# http://metasploit.com/framework/  
##  
  
require 'msf/core'  
  
class Metasploit3 < Msf::Exploit::Remote  
  
include Msf::Exploit::Remote::Dialup  
  
def initialize(info = {})  
super(update_info(info,  
'Name' => 'Test Dialup Exploit',  
'Description' => %q{  
This exploit connects to a system's modem over dialup and provides  
the user with a readout of the login banner.  
},  
'Version' => '$Revision: 6479 $',  
'Author' =>  
[  
'I)ruid',  
],  
'Arch' => ARCH_TTY,  
'Platform' => ['unix'],  
'License' => MSF_LICENSE,  
'Payload' =>  
{  
'Space' => 1000,  
'BadChars' => '',  
'DisableNops' => true,  
},  
'Targets' =>  
[  
['Automatic', { } ],  
],  
'DefaultTarget' => 0  
))  
  
end  
  
def exploit  
connect_dialup  
handler  
disconnect_dialup  
end  
  
end  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation