-23674247 | 2024-10-31T22:05:13.757835
80 /
tcp
HTTP/1.1 302 Moved Temporarily
Server: nginx
Date: Thu, 31 Oct 2024 22:05:13 GMT
Content-Type: text/html
Content-Length: 138
Connection: keep-alive
Location: http://www.baidu.com/
-1874579317 | 2024-10-30T10:59:51.172956
3080 /
tcp
HTTP/1.1 401 Unauthorized
Server: nginx
Date: Wed, 30 Oct 2024 10:59:49 GMT
Content-Type: text/html
Content-Length: 574
Connection: keep-alive
WWW-Authenticate: Basic realm="Private Property"
-646045725 | 2024-11-02T03:29:53.484855
9100 /
tcp
HTTP/1.1 400 Bad Request
Content-Type: text/plain; charset=utf-8
Connection: close
400 Bad Request
Prometheus Node Exporter:
node_exporter_build_info:
branch: HEAD
goversion: go1.11.2
revision: f6f6194a436b9a63d0439abc585c76b19a206b21
version: 0.17.0
node_uname_info:
domainname: (none)
machine: x86_64
nodename: s211427.x.com
release: 2.6.32-696.el6.x86_64
sysname: Linux
version: #1 SMP Tue Mar 21 19:29:05 UTC 2017
-1678338873 | 2024-10-25T06:10:27.792940
18080 /
tcp
HTTP/1.1 200 OK
Server: nginx
Date: Fri, 25 Oct 2024 06:10:26 GMT
Content-Type: text/html
Content-Length: 1117
Last-Modified: Mon, 06 May 2019 06:38:27 GMT
Connection: keep-alive
Vary: Accept-Encoding
ETag: "5ccfd663-45d"
Accept-Ranges: bytes
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- <script type="text/javascript" src="public/css/jquery-1.9.0.min.js"></script> -->
<script src="public/js/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript" src="public/js/slide.js"></script>
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$("form").submit(function(e){
var value = $('#pre').val();
var fi = $('#file').val();
if (fi == "") {
alert("上传文件为空");
return false;
}
if(value.length == 0){
alert("提交人不能为空");
return false;
}else{
return true;
}
});
});
</script>
<title>上站程序</title>
<body>
<form method="post" enctype="multipart/form-data" action="ex.php">
<input type="file" name="file" id="file" /><br/>
提交人 :<input type="text" name="pre" id="pre" />
<input type="submit"/>
</form>
</body>
</head>
</html>