From 8ab30cc61c4abd10655fb31213a53b9e9773d537 Mon Sep 17 00:00:00 2001 From: ARZ <60057481+AbdullahRizwan101@users.noreply.github.com> Date: Sat, 27 Mar 2021 23:41:59 +0500 Subject: [PATCH] Update Cheat Sheet.md --- Cheat Sheet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`