Skip to content

DragonFly Public - Signup Enabled

ID: dragonfly-public-signup

Severity: high

Author: DhiyaneshDK

Tags: dragonfly,misconfig,register,signup

Dragonfly public registration is enabled was discovered.

id: dragonfly-public-signup
info:
name: DragonFly Public - Signup Enabled
author: DhiyaneshDK
severity: high
description: |
Dragonfly public registration is enabled was discovered.
metadata:
verified: true
max-request: 1
fofa-query: body="logo-dragonfly.png"
tags: dragonfly,misconfig,register,signup
variables:
username: "{{rand_base(6)}}"
password: "{{rand_base(8)}}"
email: "{{randstr}}@{{rand_base(5)}}.com"
http:
- raw:
- |
POST /api/v1/users/signup HTTP/1.1
Host: {{Hostname}}
Content-Type: application/json;charset=UTF-8
{"name":"{{username}}","password":"{{password}}","email":"{{email}}","passwordT":"{{password}}"}
matchers-condition: and
matchers:
- type: word
part: body
words:
- '"id":'
- '"created_at":'
- '"updated_at":'
- '"state":'
condition: and
- type: word
part: content_type
words:
- "application/json"
- type: status
status:
- 200
extractors:
- type: dsl
dsl:
- '"username: "+ username'
- '"password: "+ password'
# digest: 4b0a00483046022100a81f350d18f6d28d1a0c77b1642d703d05f2d6206c58eb2b7aef6a3110fb18d4022100cae141a8b8e91281548462a9f84a6cf87876fcf84daa7dca70b1c8cd3ead9691:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/misconfiguration/dragonfly-public-signup.yaml"

View on Github