Skip to content

DUFS - Detect

ID: dufs-detect

Severity: info

Author: righettod

Tags: tech,dufs,detect

DUFS software was detected.

id: dufs-detect
info:
name: DUFS - Detect
author: righettod
severity: info
description: |
DUFS software was detected.
reference:
- https://github.com/sigoden/dufs
metadata:
verified: true
max-request: 1
shodan-query: http.html:"Dufs"
tags: tech,dufs,detect
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains_all(to_lower(body), "__dufs_v", "allow_upload")'
condition: and
extractors:
- type: regex
part: body
group: 1
regex:
- '(?i)__dufs_v([0-9.]+)_'
# digest: 4a0a00473045022100c9df55fed9a507066789c543b9d9efec93acf1d53a8413fab30d61934126bfcf02200f9c111b616f680534d3124ed0c012fd9993d3f488c024273e2bc3dfe50aaa8a: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/technologies/dufs-detect.yaml"

View on Github