banner
lca

lca

真正的不自由,是在自己的心中设下牢笼。

ssti automation bypass tool

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

3d98a2c2265de66761bfef7f8ac7e494_MD5

Open the link, the interface is as follows:

a7feee11108bb56bdc1b8cb857aed3a6_MD5

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.

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.