SSTI Automation Bypass Tool#
During a CTF competition, I encountered a problem related to SSTI and discovered a tool, the SSTI automation bypass tool.
Project address: https://github.com/Marven11/Fenjing
Introduction: Fenjing is a fully automated script for bypassing WAF in Jinja SSTI during CTF competitions. It can automatically attack a given website or interface, saving time on manual testing of interfaces and fuzzing WAF challenges.
Installation and Usage
pip3 install fenjing
fenjing webui
Open the link, the interface is as follows:
Fill in the parameters
Target link: http://xx.xx.xx.xx:18055/login
Request method: POST
Form input: You need to fill in the form fields, username, password
Start analysis, and it will automatically iterate through payloads. Upon success, there will be a prompt, and then use the output cat /flag
command to view the flag.