CMS
Enumerate version
Google their vulnerability
Google what configuration file that they have
Web tech tricks
Some tricks for finding vulnerabilities in different well known technologies being used:
Wordpress
Admin page
Configuration files
Enumerate users
Uploading shell using WP_THEME
Login into dashboard and explore the appearance tab
Go into Themes section under Appearance and select Editor
Edit the 404.php file and inject the reverse shell code into it to obtain reverse connection of the webserver
Go to that page to trigger the reverse shell.
Last updated