Added yourls-detect template

patch-1
lstatro 2024-04-01 16:35:40 -04:00
parent 493b7e8a50
commit 3d3b45bfaa
1 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,26 @@
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
tags: tech,yourls
http:
- method: GET
path:
- "{{BaseURL}}/readme.html"
redirects: true
max-redirects: 3
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>YOURLS: Your Own URL Shortener</title>"
- "https://github.com/YOURLS/YOURLS/graphs/contributors"
- type: status
status:
- 200