Merge pull request #1890 from DhiyaneshGeek/master

5 New Template
patch-1
Sandeep Singh 2021-07-07 15:42:28 +05:30 committed by GitHub
commit 82bc1883e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 110 additions and 0 deletions

View File

@ -0,0 +1,22 @@
id: icinga-web-login
info:
name: Icinga Web 2 Login
author: dhiyaneshDK
severity: info
reference: https://www.shodan.io/search?query=http.title%3A%22Icinga+Web+2+Login%22
tags: panel
requests:
- method: GET
path:
- '{{BaseURL}}/authentication/login'
matchers-condition: and
matchers:
- type: word
words:
- "<title>Icinga Web 2 Login</title>"
- type: status
status:
- 200

View File

@ -0,0 +1,22 @@
id: seats-login
info:
name: Seats login
author: dhiyaneshDK
severity: info
reference: https://www.shodan.io/search?query=http.title%3A%22seats.io++%7C+login%22
tags: panel
requests:
- method: GET
path:
- '{{BaseURL}}/login'
matchers-condition: and
matchers:
- type: word
words:
- "<title>seats.io | login</title>"
- type: status
status:
- 200

View File

@ -0,0 +1,22 @@
id: zabbix-server-login
info:
name: Zabbix Login
author: dhiyaneshDK
severity: info
reference: https://www.shodan.io/search?query=http.title%3A%22zabbix-server%3A+Zabbix%22
tags: panel
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- "<title>zabbix-server: Zabbix</title>"
- type: status
status:
- 200

View File

@ -0,0 +1,22 @@
id: jitsi-meet
info:
name: Jitsi Meet Page
author: dhiyaneshDK
severity: info
reference: https://www.shodan.io/search?query=http.title%3A%22Jitsi+Meet%22
tags: tech
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- "<title>Jitsi Meet</title>"
- type: status
status:
- 200

View File

@ -0,0 +1,22 @@
id: lighttpd-default
info:
name: lighttpd Default Page
author: dhiyaneshDK
severity: info
reference: https://www.shodan.io/search?query=http.title%3A%22Powered+by+lighttpd%22
tags: tech
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- "<title>Powered by lighttpd</title>"
- type: status
status:
- 200