ProfitTrailer Setup Page - Exposure
ID: profittrailer-installer
Severity: high
Author: DhiyaneshDK
Tags: misconfig,install,exposure,profittrailer
Description
Section titled “Description”Detects exposed ProfitTrailer Setup page.
YAML Source
Section titled “YAML Source”id: profittrailer-installer
info: name: ProfitTrailer Setup Page - Exposure author: DhiyaneshDK severity: high description: | Detects exposed ProfitTrailer Setup page. reference: - https://profittrailer.com/ metadata: verified: true max-request: 1 shodan-query: html:"ProfitTrailer Setup" tags: misconfig,install,exposure,profittrailer
http: - method: GET path: - "{{BaseURL}}/setup/license"
matchers-condition: and matchers: - type: word part: body words: - "ProfitTrailer Setup"
- type: status status: - 200# digest: 490a0046304402205bee46089fe8c375a07b2951408631d63fb8abc444f8f26d4d8ac120f1b978fe022000ce7926f55c624579f7761841dc855754a73cdbcfcfcb886b681f844cbe69a7: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/misconfiguration/installer/profittrailer-installer.yaml"