Added HTML form detection

patch-1
sandeep 2024-03-28 02:40:40 +05:30
parent ad99cacaa5
commit 54f7a21c21
1 changed files with 24 additions and 0 deletions

View File

@ -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\""