updated matcher
parent
b93bccafb5
commit
973012732b
|
@ -10,13 +10,13 @@ info:
|
|||
metadata:
|
||||
max-request: 1
|
||||
verified: "true"
|
||||
shodan-query: http.html:'<meta name="author" content="eArcu" />'
|
||||
shodan-query: html:'content="eArcu'
|
||||
tags: panel,earcu,detect
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/'
|
||||
- '{{BaseURL}}'
|
||||
|
||||
host-redirects: true
|
||||
max-redirects: 2
|
||||
|
@ -25,7 +25,7 @@ http:
|
|||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- '<meta name="author" content="eArcu" />'
|
||||
- 'content="eArcu'
|
||||
|
||||
- type: status
|
||||
status:
|
||||
|
|
Loading…
Reference in New Issue