Skip to content

Commit 7a5f3b8

Browse files
author
root
committed
Implementing Ruby Style Guide and replace send_request_raw send_request_cgi
1 parent 1f02891 commit 7a5f3b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/auxiliary/scanner/http/joomla_bruteforce_login.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@ def determine_result(response)
220220

221221
if [200, 301, 302].include?(response.code)
222222

223-
#print_status("Response: #{response.headers}")
224223
#print_status("Response Code: #{response.body}")
225224

226225
if response.to_s.include? datastore['WORD_ERROR']

0 commit comments

Comments
 (0)