YOURLS - Detection
ID: yourls-detect
Severity: info
Author: lstatro
Tags: tech,yourls
Description
Section titled “Description”Detects if the target is running a YOURLS (Your Own URL Shortener) server
YAML Source
Section titled “YAML Source”id: yourls-detect
info: name: YOURLS - Detection author: lstatro severity: info description: | Detects if the target is running a YOURLS (Your Own URL Shortener) server reference: - https://github.com/YOURLS/YOURLS classification: cpe: cpe:2.3:a:yourls:yourls:*:*:*:*:*:*:*:* metadata: verified: true max-request: 1 vendor: yourls product: yourls shodan-query: title:"Your Own URL Shortener" fofa-query: title="Your Own URL Shortener" tags: tech,yourls
http: - method: GET path: - "{{BaseURL}}"
redirects: true max-redirects: 3
matchers-condition: and matchers: - type: word part: body words: - '<title>YOURLS' - 'content="YOURLS' - 'alt="YOURLS' - '/yourls-logo' condition: or
- type: status status: - 200
extractors: - type: regex part: body group: 1 regex: - 'YOURLS<\/a>([ a-z0-9.-]+)' - 'content="YOURLS([ 0-9.]+)"'# digest: 4b0a00483046022100b1c90003cec117a129b0cdf7672d6d943d26e725d78899511f148da4569c6e2f022100cc86d57450f8a444e1a4ed07abb5c258ba88d46a3542d3b4f0127b564009a97e:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/technologies/yourls-detect.yaml"