Created
February 10, 2022 01:51
-
-
Save shollingsworth/4f2e059e202c901746af1e83858b5400 to your computer and use it in GitHub Desktop.
wordpress user/page enum
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # authors | |
| wfuzz -z range,1-200 -u http://${R}/?author=FUZZ --hh 9104 | |
| # pages | |
| wfuzz -z range,1-200 -u http://${R}/?p=FUZZ --hh 9104 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment