getIconContent函数主要是用来在响应中获取icon地址,然后访问这个icon获取其字节流数据
getIconContent
func (r1 response) getIconContent() bytes
/favicon.ico
faviconHash()
https://docs.xray.cool
name: poc-yaml-test transport: http rules: r0: request: method: GET path: / follow_redirects: false expression: response.status == 200 && faviconHash(response.icon()) == 938617678 expression: r0() detail: author: test links: - test
Was this page helpful?