updated macthers
parent
5167179fb8
commit
3a654ad86a
|
@ -11,6 +11,7 @@ info:
|
|||
metadata:
|
||||
verified: true
|
||||
max-request: 1
|
||||
shodan-query: "wasabis3"
|
||||
tags: takeover,wasabi,bucket
|
||||
|
||||
http:
|
||||
|
@ -23,16 +24,15 @@ http:
|
|||
- type: dsl
|
||||
dsl:
|
||||
- Host != ip
|
||||
- contains(tolower(header), "wasabis3")
|
||||
condition: and
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- "The specified bucket does not exist"
|
||||
- "BucketName"
|
||||
condition: and
|
||||
|
||||
- type: dsl
|
||||
dsl:
|
||||
- contains(tolower(header), "wasabis3")
|
||||
|
||||
extractors:
|
||||
- type: regex
|
||||
part: body
|
||||
|
|
Loading…
Reference in New Issue