Update nc -j check in cups_root_file_read
parent
847e3232ab
commit
1b8b3bbb95
|
@ -159,7 +159,7 @@ class MetasploitModule < Msf::Post
|
|||
def get_request(uri)
|
||||
output = perform_request(uri, 'nc -j localhost 631')
|
||||
|
||||
if output =~ /^usage: nc/
|
||||
if output =~ /^(?:usage: nc|nc: invalid option -- 'j')/
|
||||
output = perform_request(uri, 'nc localhost 631')
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue