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 the given website or interface, saving the time of manually testing the interface and fuzzing the WAF.
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 traverse the payload. After success, there will be a prompt, and then output the command cat /flag to view the flag.