Skip to content

Commit f4548b1

Browse files
committed
def initialize(info = {})
1 parent 2b37cbe commit f4548b1

465 files changed

Lines changed: 465 additions & 465 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

modules/auxiliary/admin/atg/atg_client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class MetasploitModule < Msf::Auxiliary
88
include Msf::Exploit::Remote::Tcp
99
include Msf::Auxiliary::Scanner
1010

11-
def initialize
11+
def initialize(info = {})
1212
super(
1313
'Name' => 'Veeder-Root Automatic Tank Gauge (ATG) Administrative Client',
1414
'Description' => %q{

modules/auxiliary/admin/dns/dyn_dns_update.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
class MetasploitModule < Msf::Auxiliary
1111

12-
def initialize
12+
def initialize(info = {})
1313
super(
1414
'Name' => 'DNS Server Dynamic Update Record Injection',
1515
'Description' => %q{

modules/auxiliary/admin/http/cfme_manageiq_evm_pass_reset.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
class MetasploitModule < Msf::Auxiliary
1111
include Msf::Exploit::Remote::HttpClient
1212

13-
def initialize
13+
def initialize(info = {})
1414
super(
1515
'Name' => 'Red Hat CloudForms Management Engine 5.1 miq_policy/explorer SQL Injection',
1616
'Description' => %q{

modules/auxiliary/admin/http/contentkeeper_fileaccess.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class MetasploitModule < Msf::Auxiliary
77
include Msf::Exploit::Remote::HttpClient
88
include Msf::Auxiliary::Scanner
99

10-
def initialize
10+
def initialize(info = {})
1111
super(
1212
'Name' => 'ContentKeeper Web Appliance mimencode File Access',
1313
'Description' => %q{

modules/auxiliary/admin/http/dlink_dir_645_password_extractor.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class MetasploitModule < Msf::Auxiliary
77
include Msf::Exploit::Remote::HttpClient
88
include Msf::Auxiliary::Report
99

10-
def initialize
10+
def initialize(info = {})
1111
super(
1212
'Name' => 'D-Link DIR 645 Password Extractor',
1313
'Description' => %q{

modules/auxiliary/admin/http/dlink_dsl320b_password_extractor.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class MetasploitModule < Msf::Auxiliary
77
include Msf::Exploit::Remote::HttpClient
88
include Msf::Auxiliary::Report
99

10-
def initialize
10+
def initialize(info = {})
1111
super(
1212
'Name' => 'D-Link DSL 320B Password Extractor',
1313
'Description' => %q{

modules/auxiliary/admin/http/foreman_openstack_satellite_priv_esc.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
class MetasploitModule < Msf::Auxiliary
77
include Msf::Exploit::Remote::HttpClient
88

9-
def initialize
9+
def initialize(info = {})
1010
super(
1111
'Name' => 'Foreman (Red Hat OpenStack/Satellite) users/create Mass Assignment',
1212
'Description' => %q{

modules/auxiliary/admin/http/gitlab_password_reset_account_takeover.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class MetasploitModule < Msf::Auxiliary
77
include Msf::Auxiliary::Scanner
88
include Msf::Exploit::Remote::HttpClient
99

10-
def initialize
10+
def initialize(info = {})
1111
super(
1212
'Name' => 'GitLab Password Reset Account Takeover',
1313
'Description' => 'This module exploits an account-take-over vulnerability that allows users

modules/auxiliary/admin/http/iomega_storcenterpro_sessionid.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
class MetasploitModule < Msf::Auxiliary
77
include Msf::Exploit::Remote::HttpClient
88

9-
def initialize
9+
def initialize(info = {})
1010
super(
1111
'Name' => 'Iomega StorCenter Pro NAS Web Authentication Bypass',
1212
'Description' => %q{

modules/auxiliary/admin/http/jboss_bshdeployer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
class MetasploitModule < Msf::Auxiliary
77
include Msf::Exploit::Remote::HTTP::JBoss
88

9-
def initialize
9+
def initialize(info = {})
1010
super(
1111
'Name' => 'JBoss JMX Console Beanshell Deployer WAR Upload and Deployment',
1212
'Description' => %q{

0 commit comments

Comments
 (0)