File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ Find the JSON schema at [`schema.json`](https://github.com/enthec/webappanalyzer
148148| --------------------------| ---------------------| -----------------------------------------------------------------------------------------------| -------| -------------------------------------|
149149| ** cookies** | ` {string:string} ` | Cookies | true | ` {"cookie_name": "Cookie value"} ` |
150150| ** dom** | [ DOM] ( #DOM ) | [ Query selectors] ( https://developer.mozilla.org/en-US/docs/Web/API/Document/querySelectorAll ) | false | ` ["img[src*='example']"] ` |
151- | ** dns** | ` {string:[]string} ` | DNS records | true | ` {"MX": "example\\.com"} ` |
151+ | ** dns** | ` {string:[]string} ` | DNS records | true | ` {"MX": [ "example\\.com"]} ` |
152152| ** js** | ` {string:string} ` | JavaScript properties | true | ` {"jQuery.fn.jquery": ""} ` |
153153| ** headers** | ` {string:string} ` | HTTP response headers | true | ` {"X-Powered-By": "^WordPress$"} ` |
154154| ** text** | ` []string ` | Matches plain text | true | ` ["\bexample\b"] ` |
You can’t perform that action at this time.
0 commit comments