Create airnotifier-detect.yaml

patch-1
Arman 2022-11-07 13:16:48 -05:00 committed by GitHub
parent 7d90e94792
commit 3cc5fbdead
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,34 @@
id: airnotifier-detect
info:
name: AirNotifier Detect
author: tess
severity: info
metadata:
verified: true
shodan-dork: http.title:"AirNotifier"
tags: detect
requests:
- method: GET
path:
- '{{BaseURL}}/auth/login?next=%2F'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "AirNotifier"
- "Stats"
- "Server Info"
condition: and
- type: word
part: header
words:
- text/html
- type: status
status:
- 200