Create shell-box.yaml

patch-1
Dhiyaneshwaran 2023-07-01 23:07:52 +05:30 committed by GitHub
parent 1a89416685
commit f4f9f58cee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
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
metadata:
verified: true
shodan-query: http.favicon.hash:-629968763
max-request: 1
tags: shell,emulator,detect,panel,login
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