Nginx Proxy Manager - Default Login
ID: nginx-proxy-manager-default-login
Severity: high
Author: barttran2000
Tags: nginx,proxy-manager,default-login
Description
Section titled “Description”Default Nginx Proxy Manager credentials was discovered.
YAML Source
Section titled “YAML Source”id: nginx-proxy-manager-default-login
info: name: Nginx Proxy Manager - Default Login author: barttran2000 severity: high description: | Default Nginx Proxy Manager credentials was discovered. metadata: shodan-query: html:"Nginx Proxy Manager" verified: true max-request: 1 tags: nginx,proxy-manager,default-login
http: - raw: - | POST /api/tokens HTTP/1.1 Host: {{Hostname}} Content-Type: application/json
{"identity": "[email protected]","secret": "changeme"}
matchers: - type: dsl dsl: - contains_all(body, "{\"token", "expires\":") - contains(content_type, "application/json") - status_code == 200 condition: and# digest: 4a0a00473045022100d299f0054bfca01690b773af99a20249d37b1c58607e1edf607c0121cbe8d24902206bc6e098e3d058746a9d5ad7a2f8a120b8b9a4688409dbf9d3d69c1383a6dd2a: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/default-logins/nginx/nginx-proxy-manager-default-login.yaml"