mirror of
https://github.com/AbdullahRizwan101/CTF-Writeups
synced 2024-11-10 06:34:17 +00:00
Update Cheat Sheet.md
This commit is contained in:
parent
b37ce0b5f7
commit
fd1a7051d8
1 changed files with 2 additions and 1 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue