- Scan ID:
- c9f4b6f1-8954-4bab-bef4-7c2476e033fcFinished
- Submitted URL:
- https://get.paloaltonetworks.com/
- Report Finished:
Links · 0 found
The outgoing links identified from the page
JavaScript Variables · 3 found
Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope
Name | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Console log messages · 0 found
Messages logged to the web console
HTML
The raw HTML body of the page
<!DOCTYPE html><html><head><title>404 - Page not found</title> <style>body{font-family: 'sans-serif'; font-size:20px;}div.message{text-align: center; position: relative; top: 150px; margin: auto; width: 600px;}div.details{position: absolute; bottom: 10px; right: 10px; font-size: 18px;}</style></head><body><div class="message"><h1>Page not found</h1> The content you are looking for does not exist. </div><div class="details"> Error 404 | <script language="JavaScript">document.write( new Date().toLocaleString());</script>12/19/2024, 10:42:32 AM</div></body></html>