We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51908d6 commit c25b3ceCopy full SHA for c25b3ce
modules/exploits/linux/http/panos_management_unauth_rce.rb
@@ -104,7 +104,7 @@ def check
104
105
if res.code == 200 && res.body.include?(check_file_name)
106
107
- # return Unknown if we fail to trigger the vulnerability second time.
+ # return Unknown if we fail to trigger the vulnerability a second time.
108
return CheckCode::Unknown unless execute_cmd(
109
"rm -f /var/appweb/htdocs/unauth/#{check_file_name}",
110
dontfail: true
0 commit comments