Skip to content

Commit 296d3c9

Browse files
committed
chore: removing PAYLOAD from DefaultOptions
1 parent 2be1781 commit 296d3c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/linux/http/selenium_greed_firefox_rce_cve_2022_28108.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ def initialize(info = {})
3737
'Linux Command', {
3838
'Arch' => [ ARCH_CMD ], 'Platform' => [ 'unix', 'linux' ], 'Type' => :nix_cmd,
3939
'DefaultOptions' => {
40-
'PAYLOAD' => 'cmd/linux/http/x64/meterpreter_reverse_tcp',
4140
'FETCH_COMMAND' => 'WGET'
4241
}
4342
}
@@ -99,6 +98,7 @@ def check
9998
# Extract the version
10099
version = Rex::Version.new(json_data['version'])
101100
@version3 = version < Rex::Version.new('4.0.0')
101+
102102
CheckCode::Appears("Version #{version} detected, which is vulnerable.")
103103
end
104104

0 commit comments

Comments
 (0)