PortSwigger / BChecks

BChecks collection for Burp Suite Professional and Burp Suite Enterprise Edition
https://portswigger.net/burp/documentation/scanner/bchecks
GNU Lesser General Public License v3.0
590 stars 105 forks source link

Create template-injection.bcheck #101

Closed brumensywh closed 10 months ago

brumensywh commented 10 months ago

BCheck description

Summary

The script prepares basic template injection attacks. It uses a prefix and a suffix to support some basic detections of a potential blind-based template injection.

Purpose

Discover a possible standard and/or blind-based server side template injection (SSTI).

Targeted weakness (CWE)

Improper Neutralization of Special Elements Used in a Template Engine - CWE-1336

Submission Guidelines


Feel free to give feedback and/or edit the script if necessary!

Regards, Brumens