-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WPS attack stuck on "retrieving PSK" #214
Comments
You should use Reaver instead of Bully... |
Check on the vulnerable point. I think you also use Reaver to attack, and use Bully to get the password from the point via wps. In any case, the problem is that the timeouts that exist in wifite (--wps-time [sec]) do not work when the password is receiving, and if you don’t manage to get the password, it goes into an eternal process. |
same problem here...bully will not work for getting psk. is there a way to force wifite to use reaver for receiving the psk instead of bully? |
Can anyone help on how to force wfite to use reaver? |
creited, transition to the reaver most likely will not solve the problem, you need to have a timeout when you receive the password, for example, 5 minutes and wifite stops trying to get the password and crossed to the next attack. |
However, it is not clear why bully is used to get a password, because reaver has such a function to. |
I see... So, what is the suggestion to have this feature fixed? |
Looks like both, have an option to timeout the But if choosing between two, timeout would be better, since that way you don't stop wifite indefinitely no matter what tool is used. EDIT: actually, maybe the |
Just wanted to share my workaround for this issue in case someone else is also stuck trying to get the PSK passphrase after Wifite cracks the WPS PIN (tested on kali 2020.4):
Then run the following commands - run command 3 in separate terminal
Read the PSK key from sed output in terminal -- this process can also be done in python via popen -- technically can be incorporated into WiFite itself. Hope this helps! |
I ran wifite and left for a long time. However, when I returned. I saw that he was already stuck on “retrieving psk” for 6 hours. This is not the first time. This happens with some points. It looks like timeouts do not work when this command is executed. When I manually canceled CTRL + C, wifite continued to work as usual. Please fix it.
It seems that this happens when he cannot get the password via wps.
The text was updated successfully, but these errors were encountered: