Skip to content

Instantly share code, notes, and snippets.

@shollingsworth
Created February 10, 2022 01:51
Show Gist options
  • Save shollingsworth/4f2e059e202c901746af1e83858b5400 to your computer and use it in GitHub Desktop.
Save shollingsworth/4f2e059e202c901746af1e83858b5400 to your computer and use it in GitHub Desktop.
wordpress user/page enum
# 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