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-06-07 10:04:29 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
|
|
|
tags: form,misc,miscellaneous
|
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-06-08 16:02:17 +00:00
|
|
|
# digest: 4b0a00483046022100f4aa7ec91c70dc8219d5f26d66df68dae983b687f8fedd096f16942fa69ac1d6022100a73539995c196eb2b2cb392c73f6b8f6553d7511ba7277450d984d0b6b79192a:922c64590222798bb761d5b6d8e72950
|