File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
modules/exploits/linux/http Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ def check
79
79
return Exploit ::CheckCode ::Detected
80
80
end
81
81
82
- return Exploit ::CheckCode ::Safe
82
+ Exploit ::CheckCode ::Safe
83
83
end
84
84
85
85
def get_sid
@@ -226,10 +226,10 @@ def exploit
226
226
return
227
227
end
228
228
229
- print_status ( "Attempting to login as #{ datastore [ 'USERNAME' ] } :#{ datastore [ 'PASSWORD' ] } " )
229
+ print_status ( "Attempting to log in as #{ datastore [ 'USERNAME' ] } :#{ datastore [ 'PASSWORD' ] } " )
230
230
sid = login ( sid )
231
231
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. " )
233
233
return
234
234
else
235
235
# Good password, keep it
You can’t perform that action at this time.
0 commit comments