commit
feef1ab168
|
@ -10,19 +10,22 @@ info:
|
|||
verified: "true"
|
||||
max-request: 1
|
||||
shodan-query: http.title:"Meduza Stealer"
|
||||
tags: tech,rat,meduza-stealer,c2,panel
|
||||
tags: rat,meduza-stealer,c2,panel
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
host-redirects: true
|
||||
matchers-condition: true
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
- type: xpath
|
||||
part: body
|
||||
xpath:
|
||||
- "/html/head/title[contains(text(), 'Meduza Stealer')]"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
|
Loading…
Reference in New Issue