Add files via upload
parent
744ec172b1
commit
2b695516e1
|
@ -0,0 +1,22 @@
|
|||
id: apache-couchdb-unauth
|
||||
|
||||
info:
|
||||
name: Apache CouchDB - Unauthenticated Access
|
||||
author: SleepingBag945
|
||||
severity: high
|
||||
metadata:
|
||||
verified: "true"
|
||||
shodan-query: product:"CouchDB"
|
||||
fofa-query: app="APACHE-CouchDB"
|
||||
tags: apache,couchdb,unauth,misconfig
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/_config"
|
||||
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- 'status_code == 200 && contains(body,"httpd_design_handlers") && contains(body,"external_manager")'
|
||||
condition: and
|
Loading…
Reference in New Issue