Land #11143, nc -j fix for cups_root_file_read

GSoC/Meterpreter_Web_Console
William Vu 2018-12-19 22:37:00 -06:00
commit 5af05ad976
No known key found for this signature in database
GPG Key ID: 68BD00CE25866743
1 changed files with 1 additions and 1 deletions

View File

@ -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