-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add an option to skip enumeration #1802
Comments
Bump, |
Which command are you running ? If you don't provide the enumeration option (ie |
Thanks, it differs, but for the current case i am running the password spraying attacks on already enumerated usernames: In that case, the whole scan is still firing, including plugin checks and such, while i just wanted to use the password spraying feature. I would suggest a general "--skip-scans" flag, which should be independant of anything else (-e or --usernames for example), that tells wpscan to skip the wp- and plugin detection phases, while allowing additional checks like user enumeration and dictionary attacks to proceed. Yesterday for example i was stuck on config backup scan for 3 - 5 mins around, target was slow, so it was annoying to wait for the scans to complete, before actual password spraying took place. |
Humm right, I completely forgot that there are some enumeration done by default (even w/o the I will chat with @alexsanford today about this In the meantime, you can use the |
Would be great to see this implemented, but the flag for skipping config detection will already be usefull indeed, thanks a lot for that and thanks for looking into the feature request in general. Regards! |
From here: #1688 (comment)
For example, the option would allow a user to run a brute force without enumerating plugins.
The text was updated successfully, but these errors were encountered: