Shell In A Box - Detect
ID: shell-box
Severity: info
Author: irshad ahamed
Tags: shell,emulator,detect,panel,login,shellinabox_project
Description
Section titled “Description”Shell In A Box implements a web server that can export arbitrary command line tools to a web based terminal emulator
YAML Source
Section titled “YAML Source”id: shell-box
info: name: Shell In A Box - Detect author: irshad ahamed severity: info description: | Shell In A Box implements a web server that can export arbitrary command line tools to a web based terminal emulator reference: - https://github.com/shellinabox/shellinabox - https://www.cvedetails.com/vulnerability-list/vendor_id-15771/product_id-33062/Shellinabox-Project-Shellinabox.html classification: cpe: cpe:2.3:a:shellinabox_project:shellinabox:*:*:*:*:*:*:*:* metadata: verified: true max-request: 1 vendor: shellinabox_project product: shellinabox shodan-query: http.favicon.hash:-629968763 fofa-query: icon_hash=-629968763 tags: shell,emulator,detect,panel,login,shellinabox_project
http: - method: GET path: - "{{BaseURL}}"
host-redirects: true max-redirects: 2
matchers-condition: and matchers: - type: word words: - '<title>Shell In A Box</title>'
- type: status status: - 200# digest: 4b0a004830460221009422473c52434a5f69e9e42babb556db29ce642901e05e3693fbbd34dc8e35d2022100dcbd45d238e075f12f442c88e1a40c8c084608aa242b5a3f599714f039f20edb: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/exposed-panels/shell-box.yaml"