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

add camera sigs ✨ #678

Merged
merged 1 commit into from
Aug 8, 2024
Merged

add camera sigs ✨ #678

merged 1 commit into from
Aug 8, 2024

Conversation

mr-pmillz
Copy link
Contributor

@mr-pmillz mr-pmillz commented Aug 8, 2024

Here's a nuclei template to go with it

id: acti-web-configurator-default-login

info:
  name: ACTi Web Configurator Default Login
  author: mr-pmillz
  severity: high
  description: ACTi Web Configurator Default Login
  reference:
    - https://customvideosecurity.com/blog/blog-tag/default-acti-password/#:~:text=Please%20add%20this%20link%20to,Avigilon%3A%20admin%2C
  tags: default-credentials,network-camera,camera

http:
  - raw:
      - |+
        GET /cgi-bin/system?USER={{username}}&PWD={{password}}&LOGIN&CHANNEL=1&SYSTEM_INFO HTTP/1.1
        Host: {{Hostname}}
        User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0
        Accept: */*
        Content-Type: application/x-www-form-urlencoded
        Cookie: User=; Pwd=
        Connection: close
    payloads:
      username:
        - admin
        - Admin
      password:
        - 123456
    attack: clusterbomb
    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "LOGIN='1'"
      - type: status
        status:
        - 200

@Relkci Relkci merged commit 7c8ab06 into RedSiege:master Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants