Merge pull request #2935 from DhiyaneshGeek/master

3 New Templates
patch-1
Sandeep Singh 2021-10-21 04:15:53 +05:30 committed by GitHub
commit 1e7cdc87cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 69 additions and 0 deletions

View File

@ -0,0 +1,23 @@
id: alienVault-usm
info:
name: AlienVault USM
author: dhiyaneshDK
severity: info
tags: panel
metadata:
shodan: 'http.title:"AlienVault USM"'
requests:
- method: GET
path:
- '{{BaseURL}}/ossim/session/login.php'
matchers-condition: and
matchers:
- type: word
words:
- '<title>AlienVault USM'
- type: status
status:
- 200

View File

@ -0,0 +1,23 @@
id: exsi-system
info:
name: ESXi System
author: dhiyaneshDK
severity: info
tags: panel
metadata:
shodan: 'html:"esxUiApp"'
requests:
- method: GET
path:
- '{{BaseURL}}/ui/#/login'
matchers-condition: and
matchers:
- type: word
words:
- 'ng-app="esxUiApp"'
- type: status
status:
- 200

View File

@ -0,0 +1,23 @@
id: sql-monitor
info:
name: SQL Monitor
author: dhiyaneshDK
severity: info
tags: panel
metadata:
shodan: 'html:"SQL Monitor"'
requests:
- method: GET
path:
- '{{BaseURL}}/Account/LogIn?returnUrl=%2F&hasAttemptedCookie=True'
matchers-condition: and
matchers:
- type: word
words:
- '<p>JavaScript needs to be enabled for SQL Monitor to work properly.</p>'
- type: status
status:
- 200