commit
ccb14a8cb5
|
@ -0,0 +1,33 @@
|
||||||
|
id: mofi4500-default-login
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: MOFI4500-4GXeLTE-V2 Default Login
|
||||||
|
author: pikpikcu
|
||||||
|
severity: critical
|
||||||
|
tags: mofi,default-login
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- raw:
|
||||||
|
- |
|
||||||
|
POST /cgi-bin/luci/ HTTP/1.1
|
||||||
|
Host: {{Hostname}}
|
||||||
|
Content-Type: application/x-www-form-urlencoded
|
||||||
|
|
||||||
|
username=root&password=admin
|
||||||
|
|
||||||
|
attack: pitchfork
|
||||||
|
payloads:
|
||||||
|
username:
|
||||||
|
- root
|
||||||
|
password:
|
||||||
|
- admin
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- "MOFI4500 - General - LuCI"
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue