Update Cheat Sheet.md

This commit is contained in:
AbdullahRizwan101 2021-01-02 19:19:14 +05:00 committed by GitHub
parent 9eec0bb956
commit 533da64cc5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -227,8 +227,8 @@ Here `api-endpoint` can be for example `/api/v1/resources/books\?FUZZ\=.bash_his
### Wordpress
using wpscan we can find users or do some further enumeration of wordpress version
* `wpscan -e --url http://<ip>/wordpress -e u` Enumerate Users
* `wpscan -e --url http://<ip>/wordpress -e ap` Enumearte All plugins
* `wpscan --url http://<ip>/wordpress -e u` Enumerate Users
* `wpscan --url http://<ip>/wordpress -e ap` Enumearte All plugins
To bruteforce passwords
* `wpscan --url <ip> -U user_file_path -P password_file_path`