Upload files to "Modules/Investigate"

This commit is contained in:
2024-11-28 00:56:18 -05:00
parent 0911fc4e4f
commit ebbe6e89fe
5 changed files with 74 additions and 0 deletions

View File

@ -0,0 +1,15 @@
def get_domain_content():
"""
Returns content for the Domain Analysis page.
"""
return {
"title": "Domain Analysis",
"description": "Explore tools and resources for analyzing domains.",
"resources": [
{"name": "UrlScan", "url": "https://urlscan.io/"},
{"name": "Wannabrowser", "url": "https://www.wannabrowser.net/"},
{"name": "Browserling", "url": "https://www.browserling.com/"},
{"name": "Kasm", "url": "https://www.kasmweb.com/"},
{"name": "URL2PNG", "url": "https://www.url2png.com/"}
]
}