https://www.sgxem.com/index/index/pass

Submitted URL:
https://www.sgxem.com/Redirected
Report Finished:

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

NameType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Console log messages · 0 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><title>欢迎您!</title><link rel="stylesheet" href=""><style type="text/css" media="screen">
		input[type=text]{
			padding: 7px 1px 1px 1px ;
			height:70px;
			width:400px;
			font-size:40px;
		}
		input[type=submit]{
			padding: 8px 8px;
		    height:80px;
			font-size:40px;
		}
	</style></head><body><div style="text-align: center;margin-top:400px"><h2 style="margin-bottom:20px;font-size:60px">商家编码</h2><form action="#" method="GET"><input type="text" name="pass" placeholder="请输入商家编码"><input type="submit" name="" value="提 交" placeholder=""></form></div></body></html>