Skip to content

Commit bd4dacd

Browse files
author
h00die
committed
added Rank
1 parent 563b820 commit bd4dacd

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)