Releases: vladko312/SSTImap
Releases · vladko312/SSTImap
v1.2 Release
- New payload for Twig exploiting CVE-2022-23614
Old payload renamed to Twig_v1
Alternate payload: legacy/Twig_filter
- Request body type support:
form: URLencoded form data (default)
json: JSON data
text: Plain text data
fromhex: Binary data encoded as HEX
- Blind detection now uses separate longer time for verification and exploitation
Detected blind injections are now verified to produce less false positives
Warning is printed if detected delays vary more than expected
- Improved some payloads by removing unused closures
- Added a way to specify expected target system shell
- URLs without params are no longer treated as forms by default
- Added clarity with text and colors
- Fixed some bugs
v1.1 Release
- Crawler and form detection (by @fantesykikachu)
- New template engine added: Cheetah
- Automatic import for engine modules
- Interactive module reloading capability
- Full support for Python 3.11
- Replaced telnetlib with a custom TCP client
v1.0 Release
First release of SSTImap