diff --git a/Cheat Sheet.md b/Cheat Sheet.md index 371e67a..0f0f8dd 100644 --- a/Cheat Sheet.md +++ b/Cheat Sheet.md @@ -387,7 +387,7 @@ 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 --url http:///wordpress -e u` Enumerate Users -* `wpscan --url http:///wordpress -e ap` Enumearte All plugins +* `wpscan --url http:///wordpress -e ap --plugins-detection aggressive` Enumearte All plugins To bruteforce passwords * `wpscan --url -U user_file_path -P password_file_path`