Create mikrotik-routeros-old.yaml

patch-1
Dhiyaneshwaran 2022-12-02 16:51:54 +05:30 committed by GitHub
parent 07aa71d22f
commit cbb187ac04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
id: mikrotik-routeros-old
info:
name: MikroTik RouterOS Administration Login
author: its0x08,DhiyaneshDk
severity: info
metadata:
verified: true
shodan-query: title:"mikrotik routeros > administration"
tags: panel,login,mikrotik
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
name: router
part: body
words:
- 'mikrotik routeros > administration'
- 'configuration page'
condition: and
extractors:
- type: regex
group: 1
regex:
- '<div class="top">mikrotik routeros (.[0-9.]+) configuration page</div>'