- Scan ID:
- dad25e53-8ca4-4f5e-b191-facab51b8181Finished
- Submitted URL:
- https://argus-lab.xyz/
- 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 · 1 found
Messages logged to the web console
Type | Category | Log |
---|---|---|
verbose | dom |
|
HTML
The raw HTML body of the page
<html><head><title>
Unauthorized Home Page
</title>
</head><body>
<p>
Hello There! You've reached the Omneo public home page!
</p>
<p>
You are not authorized to access the content of this server!
</p>
<form action="/login" method="post">
<p>
<label>Username</label>
<input type="text" name="username">
</p>
<p>
<label>Password</label>
<input type="password" name="password">
</p>
<p>
<input type="submit" value="Submit">
</p>
</form>
</body></html>