Added HTML form detection
parent
ad99cacaa5
commit
54f7a21c21
|
@ -0,0 +1,24 @@
|
|||
id: form-detection
|
||||
|
||||
info:
|
||||
name: Form Detection
|
||||
author: pdteam
|
||||
severity: info
|
||||
description: |
|
||||
A template to detect HTML Forms in page response.
|
||||
reference:
|
||||
- https://github.com/dirtycoder0124/formcrawler
|
||||
tags: form,misc
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers-condition: or
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "<form"
|
||||
- "type=\"text\""
|
Loading…
Reference in New Issue