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