Create issabel-detect.yaml
parent
39ce8c5692
commit
f00fd1df85
|
@ -0,0 +1,26 @@
|
|||
id: issabel-detect
|
||||
|
||||
info:
|
||||
name: Issabel Detect
|
||||
author: pikpikcu
|
||||
severity: info
|
||||
metadata:
|
||||
fofa-query: title="Issabel"
|
||||
tags: issabel,tech
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- '<a href="http://www.issabel.org"'
|
||||
- '<title>Issabel - Login page</title>'
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue