HunterMapping Trending Panels
parent
83830e3823
commit
7cabdedff5
|
@ -0,0 +1,31 @@
|
||||||
|
id: arcserve-panel
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: ArcServe - Panel
|
||||||
|
author: DhiyaneshDk
|
||||||
|
severity: info
|
||||||
|
reference:
|
||||||
|
- https://twitter.com/HunterMapping/status/1674267368359444480
|
||||||
|
- https://github.com/mdsecactivebreach/CVE-2023-26258-ArcServe
|
||||||
|
metadata:
|
||||||
|
verified: true
|
||||||
|
max-request: 1
|
||||||
|
fofa-query: icon_hash="-1889244460"
|
||||||
|
shodan-query: http.favicon.hash:-1889244460
|
||||||
|
tags: panel,login,arcserve
|
||||||
|
|
||||||
|
http:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}"
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
part: body
|
||||||
|
words:
|
||||||
|
- "Arcserve UDP Agent"
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
|
@ -0,0 +1,30 @@
|
||||||
|
id: cloudpanel-login
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: CloudPanel - Login
|
||||||
|
author: DhiyaneshDk
|
||||||
|
severity: info
|
||||||
|
metadata:
|
||||||
|
verified: true
|
||||||
|
max-request: 1
|
||||||
|
fofa-query: icon_hash="151132309"
|
||||||
|
shodan-query: http.favicon.hash:151132309
|
||||||
|
tags: panel,login,cloudpanel
|
||||||
|
|
||||||
|
http:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}/login"
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
part: body
|
||||||
|
words:
|
||||||
|
- "CloudPanel | Log In"
|
||||||
|
- "Forgot password"
|
||||||
|
condition: and
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue