Create acontent-detect.yaml
parent
bc1e2b84cc
commit
a91bb78a45
|
@ -0,0 +1,25 @@
|
||||||
|
id: acontent-detect
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: AContent Detect
|
||||||
|
author: pikpikcu
|
||||||
|
severity: info
|
||||||
|
tags: tech,acontent
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}/"
|
||||||
|
- "{{BaseURL}}/AContent/login.php"
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
|
||||||
|
- type: word
|
||||||
|
part: body
|
||||||
|
words:
|
||||||
|
- "AContent"
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue