Skip to content

Appsmith User Login - Panel Detect

ID: appsmith-web-login

Severity: info

Author: powerexploit

Tags: panel,appsmith

Appsmith user login panel was detected.

id: appsmith-web-login
info:
name: Appsmith User Login - Panel Detect
author: powerexploit
severity: info
description: Appsmith user login panel was detected.
reference:
- https://www.appsmith.com
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:appsmith:appsmith:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: appsmith
product: appsmith
shodan-query: http.title:"appsmith"
fofa-query: title="appsmith"
google-query: intitle:"appsmith"
tags: panel,appsmith
http:
- method: GET
path:
- "{{BaseURL}}/user/login"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Appsmith</title>"
- type: status
status:
- 200
# digest: 4b0a00483046022100ba2a5bee809677039e4b980d3f585e343073d0f35a6a47c638c37d872a4525a9022100c9f2371b1da94e217f11a083391c8faf3ceb7277d4aec909ceaa8a3b9cf0e91a: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/exposed-panels/appsmith-web-login.yaml"

View on Github