Сообщение от
KUKLOVOD2
странно я когда walsh прописываю пишет не существует типо такого...
Скомпилируй последний билд из SVN
Код:
svn checkout http://reaver-wps.googlecode.com/svn/trunk/ reaver-wps-read-only
cd reaver-wps-read-only/src
./configure
make
make install
Проект активно развивается, перед запуском на долгие сутки, лучше пересобрать свежачок ...
Для ускорения перебора, можно уменьшать тайминги здесь -
Код:
Advanced Options:
-p, --pin= Use the specified 4 or 8 digit WPS pin
-d, --delay= Set the delay between pin attempts [1]
-l, --lock-delay= Set the time to wait if the AP locks WPS pin attempts [315]
-g, --max-attempts= Quit after num pin attempts
-x, --fail-wait= Set the time to sleep after 10 unexpected failures [0]
-r, --recurring-delay= Sleep for y seconds every x pin attempts
-t, --timeout= Set the receive timeout perio [5]
-T, --m57-timeout= Set the M5/M7 timeout period [0.20]
-L, --ignore-locks Ignore locked state reported by the target AP
-E, --eap-terminate Terminate each WPS session with an EAP FAIL packet
-n, --nack Target AP always sends a NACK [Auto]
-w, --win7 Mimic a Windows 7 registrar [False]
Согласно доке, если AP не блокирует, то время перебора будет
не более 4 часов.
Если придерживаться спецификаций WSC 2.0, перебор может продолжатться до
65 часов.
С дефолтными настройками, оно так и будет.