Home

Awesome

wwwolf's PHP web shell

I frequently encountered issues when using other web shells:

Here is my attempt to solve these issues. As opposed to some other solutions, this one does not even barely aim to become a "full-featured post-exploitation framework". It's only goal is to provide a stable and reliable way to get a foot in the door on the target by adhering to the KISS principle as much as possible and staying generic enough to let you build what you want from there without getting in your way.

WhiteWinterWolf's PHP web shell screenshot

WhiteWinterWolf's PHP web shell:

This script applies the form settings in the given order:

  1. Current working directory.
  2. Files to upload.
  3. Command to execute.

This allows to upload a file in a given directory and immediately execute it in a single HTTP request.

More information can be found on the main project page.

This script is provided only for security research and assessment purposes. Do not use it for anything illegal!