nuclei-templates/http/miscellaneous/form-detection.yaml

24 lines
434 B
YAML
Raw Normal View History

2024-03-27 21:10:40 +00:00
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\""