Wordpress
Wordpress enumeration tools.
CMSMAP - https://github.com/Dionach/CMSmap
wpscan - https://github.com/wpscanteam/wpscanP
I installed CMSMAP at /opt/cmsmap directory.
Getting reverse shell
When we have access to the admin panel, we can get reverse shell or cmd shell via editing php file or installing plugin.
Editing file
Appearance -> Editor -> 404.php -> (PentestMonkey or IvanSincek) PHP Reverse Shell or Php CMD Shell
Sometimes, we can not change page contents. We can get it with plugins.
Installing Plugin-Shell
We can use plugin-shell.php or Php reverse shell files.
http://target/wp-content/plugins/plugin-shell/plugin-shell.php?cmd=whoami
Last updated