Skip to content

Commit cb14043

Browse files
committed
Update
1 parent 4a1fbbd commit cb14043

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/exploits/linux/http/symantec_web_gateway_restore.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def check
7979
return Exploit::CheckCode::Detected
8080
end
8181

82-
return Exploit::CheckCode::Safe
82+
Exploit::CheckCode::Safe
8383
end
8484

8585
def get_sid
@@ -226,10 +226,10 @@ def exploit
226226
return
227227
end
228228

229-
print_status("Attempting to login as #{datastore['USERNAME']}:#{datastore['PASSWORD']}")
229+
print_status("Attempting to log in as #{datastore['USERNAME']}:#{datastore['PASSWORD']}")
230230
sid = login(sid)
231231
if sid.blank?
232-
print_error("Failed to get the session ID from the login process. Cannot continue with the injection")
232+
print_error("Failed to get the session ID from the login process. Cannot continue with the injection.")
233233
return
234234
else
235235
# Good password, keep it

0 commit comments

Comments
 (0)