Create looker-panel.yaml (#4464)
* Create looker-panel.yaml * misc update Co-authored-by: sandeep <sandeep@projectdiscovery.io>patch-1
parent
58ed276bf6
commit
de77d2d310
|
@ -0,0 +1,28 @@
|
|||
id: looker-panel
|
||||
|
||||
info:
|
||||
name: Looker Login Panel
|
||||
author: ritikchaddha
|
||||
severity: info
|
||||
metadata:
|
||||
verified: true
|
||||
shodan: http.html:"lookerVersion"
|
||||
tags: panel,login,looker
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/login"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "lookerVersion"
|
||||
- "lookerLocation.title"
|
||||
condition: or
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue