Skip to content

Commit

Permalink
dns doc
Browse files Browse the repository at this point in the history
  • Loading branch information
enthec-opensource committed Jan 31, 2025
1 parent a55153d commit c5235cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ Find the JSON schema at [`schema.json`](https://github.com/enthec/webappanalyzer
|--------------------------|---------------------|-----------------------------------------------------------------------------------------------|-------|-------------------------------------|
| **cookies** | `{string:string}` | Cookies | true | `{"cookie_name": "Cookie value"}` |
| **dom** | [DOM](#DOM) | [Query selectors](https://developer.mozilla.org/en-US/docs/Web/API/Document/querySelectorAll) | false | `["img[src*='example']"]` |
| **dns** | `{string:[]string}` | DNS records | true | `{"MX": "example\\.com"}` |
| **dns** | `{string:[]string}` | DNS records | true | `{"MX": ["example\\.com"]}` |
| **js** | `{string:string}` | JavaScript properties | true | `{"jQuery.fn.jquery": ""}` |
| **headers** | `{string:string}` | HTTP response headers | true | `{"X-Powered-By": "^WordPress$"}` |
| **text** | `[]string` | Matches plain text | true | `["\bexample\b"]` |
Expand Down

0 comments on commit c5235cd

Please sign in to comment.