Skip to content

Commit 17f0a07

Browse files
committed
Land rapid7#6971, Rank addition to IPFire modules
2 parents 980658c + bd4dacd commit 17f0a07

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

modules/exploits/linux/http/ipfire_bashbug_exec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
class MetasploitModule < Msf::Exploit::Remote
99
include Msf::Exploit::Remote::HttpClient
1010

11+
Rank = ExcellentRanking
1112
def initialize(info = {})
1213
super(
1314
update_info(

modules/exploits/linux/http/ipfire_proxy_exec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
class MetasploitModule < Msf::Exploit::Remote
99
include Msf::Exploit::Remote::HttpClient
1010

11+
Rank = ExcellentRanking
1112
def initialize(info = {})
1213
super(
1314
update_info(

0 commit comments

Comments
 (0)