Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 386 Bytes

readme.md

File metadata and controls

13 lines (11 loc) · 386 Bytes

USAGE

nuclei -u <url> -t ssti-detection-template.yaml -var param=<url-param>
  • -var param=<url-param>: Defines the name of the URL parameter (input) where the SSTI payload will be injected

USAGE -> EXAMPLE

nuclei -u http://localhost:5000/vulnerable -t ssti-detection-template.yaml -var param=input

example-image