-
Notifications
You must be signed in to change notification settings - Fork 16
Weak admin password detection #40
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
Conversation
Nice!! @frosit, would you have a clue about the (possibly unrelated) test error? |
perhaps related to this |
nice, @gwillem i will take a look at it later today |
As you merged the bootstrap fix, I'll rebase this later today, fingers crossed everything should pass... |
Create two new commands for attempting to brute force crack admin passwords and api keys.
a6eb2ca
to
098bcd2
Compare
Test with:
Which would yield
|
Tested it, added some Dutch dictionary files, worked like a charm. Actually already found some easy hackable passwords and notified those customers. http://www.theargon.com/achilles/wordlists/dutch.txt Great stuff @pocallaghan ! |
After adding the rockyou.txt word list, the cracking takes a lot longer, thereby hitting a process timeout within Symfony Console component (which throws
Or similar. |
I guess that the 'special' list can never contain too much words. Maybe also parse cms_page and cms_block content to words and append those?
|
generation + show command would be nice... |
@pocallaghan @gwillem so.... are we merging this or what? 😄 |
You're right.. let's roll! Will distribute this on our platform shortly. After we fixed the Magereport outage. |
Both php5 & 7:
@pocallaghan what version did you test with? Travis has:
|
Since #42 fixes this, we can now merge this? |
It was already merged! Yesterday deployed on all Hypernodes. We're preparing a release statement and instructions, stay tuned |
Create two new commands for attempting to brute force crack admin
passwords and api keys.