Skip to content

Commit 0f71c89

Browse files
authored
chore: removing PAYLOAD from DefaultOptions
1 parent 474f542 commit 0f71c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/linux/http/selenium_greed_chrome_rce_cve_2022_28108.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def initialize(info = {})
3636
'Linux Command', {
3737
'Arch' => [ ARCH_CMD ], 'Platform' => [ 'unix', 'linux' ], 'Type' => :nix_cmd,
3838
'DefaultOptions' => {
39-
'PAYLOAD' => 'cmd/linux/http/x64/meterpreter_reverse_tcp',
39+
# tested cmd/linux/http/x64/meterpreter_reverse_tcp
4040
'FETCH_COMMAND' => 'WGET'
4141
}
4242
}

0 commit comments

Comments
 (0)