Skip to content

MikroTik httpproxy

ID: mikrotik-httpproxy

Severity: info

Author: its0x08,DhiyaneshDk

Tags: tech,mikrotik

id: mikrotik-httpproxy
info:
name: MikroTik httpproxy
author: its0x08,DhiyaneshDk
severity: info
classification:
cpe: cpe:2.3:h:mikrotik:rb3011uias-rm:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: mikrotik
product: rb3011uias-rm
shodan-query: 'Server: mikrotik httpproxy'
tags: tech,mikrotik
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: header
words:
- 'Server: Mikrotik HttpProxy'
case-insensitive: true
# digest: 4b0a00483046022100dac22bf01b2687dcd1ccdb6159d1a828e720691b57792b054836f96ceb9bf77c022100cea10a0c87364a81300dbcaa65787a359f5f9409dfc4e43e29535fa9695ed5fa: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/mikrotik-httpproxy.yaml"

View on Github