Merge pull request #3962 from idealphase/master
Added avtech-avn801-network-camera-panel.yaml and directadmin-login-panel.yamlpatch-1
commit
6d21839d70
|
@ -0,0 +1,29 @@
|
|||
id: avtech-avn801-camera-panel
|
||||
|
||||
info:
|
||||
name: Avtech AVN801 Network Camera Panel Detect
|
||||
author: idealphase
|
||||
severity: info
|
||||
description: AVTECH offers a range of IP camera series with different shapes, resolutions and lens to fulfill different demands. Select the items needed to narrow down product search.
|
||||
reference: http://www.avtech.com.tw
|
||||
metadata:
|
||||
shodan-query: title:"login" product:"Avtech AVN801 network camera"
|
||||
tags: panel,avtech,iot,camera
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "IP Surveillance for Your Life"
|
||||
- "avtech"
|
||||
- "/cgi-bin/guest/Login.cgi?rnd="
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
|
@ -0,0 +1,26 @@
|
|||
id: directadmin-login-panel
|
||||
|
||||
info:
|
||||
name: DirectAdmin Login Panel Detect
|
||||
author: idealphase
|
||||
severity: info
|
||||
description: A modern control panel's primary purpose is to effectively facilitate the routine management of your hosting infrastructure and present these tasks simply and intuitively to both the user and to you as the administrator.
|
||||
reference: https://www.directadmin.com/whats_new.php
|
||||
metadata:
|
||||
shodan-query: title:"DirectAdmin Login"
|
||||
tags: panel,directadmin
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "<title>DirectAdmin Login</title>"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue