1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-29 12:10:22 +02:00

Add content to urlscan (#6956)

Information is sourced from urlscan.io's about page.
This commit is contained in:
Khizar Ahmed
2024-09-02 18:20:52 -05:00
committed by GitHub
parent 47c9eb4860
commit a3bfd15c0e

View File

@@ -0,0 +1,7 @@
# urlscan.io
**urlscan.io** is a free service to scan and analyze websites. When a URL is submitted to urlscan.io, an automated process will browse to the URL like a regular user and record the activity that this page navigation creates. This includes the domains and IPs contacted, the resources (JavaScript, CSS, etc) requested from those domains, as well as additional information about the page itself. urlscan.io will take a screenshot of the page, record the DOM content, JavaScript global variables, cookies created by the page, and a myriad of other observations. If the site is targeting the users one of the more than 900 brands tracked by urlscan.io, it will be highlighted as potentially malicious in the scan results.
Visit the following resources to learn more:
- [@official@urlscan.io](https://urlscan.io/)