mirror of
https://github.com/AbdullahRizwan101/CTF-Writeups
synced 2024-11-24 21:03:07 +00:00
Update Cheat Sheet.md
This commit is contained in:
parent
090d68b7d0
commit
8ab30cc61c
1 changed files with 1 additions and 1 deletions
|
@ -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://<ip>/wordpress -e u` Enumerate Users
|
||||
* `wpscan --url http://<ip>/wordpress -e ap` Enumearte All plugins
|
||||
* `wpscan --url http://<ip>/wordpress -e ap --plugins-detection aggressive` Enumearte All plugins
|
||||
|
||||
To bruteforce passwords
|
||||
* `wpscan --url <ip> -U user_file_path -P password_file_path`
|
||||
|
|
Loading…
Reference in a new issue