Merge pull request #8348 from projectdiscovery/audiobookshelf-panel
Create audiobookshelf-panel.yamlpatch-1
commit
31682df215
|
@ -0,0 +1,35 @@
|
||||||
|
id: audiobookshelf-panel
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Audiobookshelf Login Panel - Detect
|
||||||
|
author: ritikchaddha
|
||||||
|
severity: info
|
||||||
|
reference:
|
||||||
|
- https://github.com/advplyr/audiobookshelf
|
||||||
|
metadata:
|
||||||
|
max-request: 2
|
||||||
|
verified: true
|
||||||
|
shodan-query: title:"Audiobookshelf"
|
||||||
|
tags: panel,audiobookshelf,detect
|
||||||
|
|
||||||
|
http:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}"
|
||||||
|
- "{{BaseURL}}/login"
|
||||||
|
|
||||||
|
stop-at-first-match: true
|
||||||
|
host-redirects: true
|
||||||
|
max-redirects: 2
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
part: body
|
||||||
|
words:
|
||||||
|
- '<title>Audiobookshelf'
|
||||||
|
- 'content="Audiobookshelf'
|
||||||
|
condition: or
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue