Update sql-dump.yaml

patch-1
bauthard 2020-09-05 12:25:52 +05:30
parent 3f6f57c13d
commit 6150241583
1 changed files with 8 additions and 2 deletions

View File

@ -1,7 +1,7 @@
id: sql-dump
id: default-sql-dump
info:
name: MySQL Dump
name: MySQL Dump Files
author: geeknik
severity: medium
@ -25,8 +25,14 @@ requests:
- "{{BaseURL}}/users.sql"
- "{{BaseURL}}/translate.sql"
- "{{BaseURL}}/mysqldump.sql"
matchers-condition: and
matchers:
- type: word
words:
- "INSERT INTO"
part: body
- type: status
status:
- 200