jaeles-plugins icon indicating copy to clipboard operation
jaeles-plugins copied to clipboard

There Isn't Generation Payloads To POST Requests

Open 0xAwali opened this issue 4 years ago • 0 comments

While Sending POST Request To Jaeles Burp Extension , This Extension Doesn't Generate Payloads To POST Request , Only Work To GET Requests e.g.
If My Signature Like This 
id: sqli-01-01
info:
  name: SQL Injection Error based
  risk: Critical
type: fuzz
payloads:
  - '`}'
requests:
  - generators:
      - Query("{{.payload}}")
    detections:
      - StringSearch("response", "mysql_fetch_array")

And From My Burp History , Send POST Request To Jaeles There Is Nothing Will Happen To Body Of POST Request

0xAwali avatar Dec 10 '20 03:12 0xAwali