Merge pull request #3962 from idealphase/master

Added avtech-avn801-network-camera-panel.yaml and directadmin-login-panel.yaml
patch-1
Prince Chaddha 2022-03-24 16:04:17 +05:30 committed by GitHub
commit 6d21839d70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 55 additions and 0 deletions

View File

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

View File

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