Update Cheat Sheet.md

This commit is contained in:
AbdullahRizwan101 2020-12-09 16:23:58 -05:00 committed by GitHub
parent b37ce0b5f7
commit fd1a7051d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -183,7 +183,8 @@ run getgui -u [USER_NAME] -p [PASS]
# Wordpress
using wpscan we can find users or do some further enumeration of wordpress version
* `wpscan -e --url <ip>`
* `wpscan -e --url http://<ip>/wordpress -e u` Enumerate Users
* `wpscan -e --url http://<ip>/wordpress -e ap` Enumearte All plugins
To bruteforce passwords
* `wpscan --url <ip> -U user_file_path -P password_file_path`