Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 544 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 544 Bytes

CVE-2018-12613

Authenticated remote command execution by uploading a fake module, dropping PHP files on remote web server.

Software Affected

  1. CMS Made Simple 2.2.7;

How to use

This PowerShell scripts need two parameters to craft a exploit HTTP request:

1. CMS Made Simple URL endpoint;
2. Cookies for unauthenticated user;
2. A command string to be executed in the remote system shell;

Example

Prepare all the parameters to use the script:

Screenshot

Then command is executed.

Code author: @_zc00l