Skip to content

Commit c25b3ce

Browse files
typo 4
Co-authored-by: jheysel-r7 <[email protected]>
1 parent 51908d6 commit c25b3ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/linux/http/panos_management_unauth_rce.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def check
104104

105105
if res.code == 200 && res.body.include?(check_file_name)
106106

107-
# return Unknown if we fail to trigger the vulnerability second time.
107+
# return Unknown if we fail to trigger the vulnerability a second time.
108108
return CheckCode::Unknown unless execute_cmd(
109109
"rm -f /var/appweb/htdocs/unauth/#{check_file_name}",
110110
dontfail: true

0 commit comments

Comments
 (0)