Added yourls-detect template
parent
493b7e8a50
commit
3d3b45bfaa
|
@ -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
|
Loading…
Reference in New Issue