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
|
2024-04-08 11:34:33 +00:00
|
|
|
tags: form,misc
|
2024-03-27 21:10:40 +00:00
|
|
|
|
|
|
|
http:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
2024-03-28 05:19:20 +00:00
|
|
|
redirects: true
|
|
|
|
max-redirects: 2
|
|
|
|
|
2024-03-27 21:10:40 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "<form"
|
2024-03-28 05:19:20 +00:00
|
|
|
- "</form>"
|
|
|
|
- "<button"
|
|
|
|
condition: and
|
2024-03-28 06:03:02 +00:00
|
|
|
# digest: 490a00463044022031f18f00a72f1f52b015ff8752bb2118bc14bb009509ad1639d54b5cb2b6015702205a593918e417adfd7292d1b6138dbc5cf3e4ff0ca0134459d29f0bfd04405f76:922c64590222798bb761d5b6d8e72950
|