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 a given website or interface, saving time on manual testing of interfaces and fuzzing WAF challenges.

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 iterate through payloads. Upon success, there will be a prompt, and then use the output cat /flag command to view the flag.

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