Skip to content

Commit c5235cd

Browse files
dns doc
1 parent a55153d commit c5235cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"]` |

0 commit comments

Comments
 (0)