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
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
You can’t perform that action at this time.
0 commit comments