Skip to content

Commit 04faf24

Browse files
Merge pull request #266 from cristianovisk/feat/add-notion-txt-detection
Add DNS TXT detection to Notion
2 parents be8d61a + 0bca220 commit 04faf24

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/technologies/n.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2386,6 +2386,11 @@
23862386
],
23872387
"cpe": "cpe:2.3:a:notion:notion:*:*:*:*:*:*:*:*",
23882388
"description": "Notion is a collaboration platform with modified Markdown support that integrates kanban boards, tasks, wikis, and database.",
2389+
"dns": {
2390+
"TXT": [
2391+
"notion-domain-verification="
2392+
]
2393+
},
23892394
"dom": [
23902395
"html.notion-html"
23912396
],

0 commit comments

Comments
 (0)