commit
82bc1883e9
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
Loading…
Reference in New Issue