Skip to content

Commit

Permalink
Merge pull request #9845 from defektive/main
Browse files Browse the repository at this point in the history
Added canopy-access-point-default-login.yaml
  • Loading branch information
ritikchaddha committed May 24, 2024
2 parents 88bcce9 + 12e7d6a commit 07d5cf1
Showing 1 changed file with 43 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
id: cambium-networks-default-login

info:
name: Canopy 5.7GHz Access Point - Default Login
author: defektive
severity: high
description: |
Cambium Networks / Motorola Canopy 5750AP ADVANTAGE Access Point 5.7GHz login credentials were discovered.
metadata:
verified: true
max-request: 1
fofa-query: title="Welcome to Canopy"
tags: default-login,cambium,canopy

http:
- raw:
- |
POST /login.cgi HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
&Session=0&CanopyUsername={{username}}&CanopyPassword={{password}}&login=Login&webguisubmit=submit
attack: pitchfork
payloads:
username:
- root
- admin
password:
- root
- admin

stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Logged in as root"

- type: status
status:
- 200

0 comments on commit 07d5cf1

Please sign in to comment.