24 lines
434 B
YAML
24 lines
434 B
YAML
|
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\""
|