1325941991 | 2024-10-22T14:49:08.481277
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: s211106.x.com
release: 2.6.32-696.el6.x86_64
sysname: Linux
version: #1 SMP Tue Mar 21 19:29:05 UTC 2017
148763309 | 2024-10-29T11:26:59.308746
9222 /
tcp
SSH-2.0-OpenSSH_5.3
Key type: ssh-rsa
Key: AAAAB3NzaC1yc2EAAAABIwAAAQEAxN9/xpikfG9lKmVj5bcZuuCcQGAAkRyk+mcsvKVO//stc05Q
tNcKMsWfbPv/ViucH1CyP2XXtAdVuOyban/aWSp7GQwOoiD49xFtNQ11qGbEg1BmibmdG3MAU742
F6hHgGBf8ru6WMQjBRLK1ZoY7j7tpD+Vfwayc/oDq+hgotkDS1SCroTxXmpLm2RlOECRU9+5cqAU
u/d7J8xzNBV5H/sp4zTptrYc6EAIX10W6QqbB0uFLRijNZSwIEWtJz4Xg+1U5Dwa3OJm+c615DvR
TTsgfoj9E6ifBNeHYRLqETN3ipP5UcFNBS8C184TUo+4OYRZjZ2CWjTvDtblYHCPRQ==
Fingerprint: cd:9e:bb:50:81:ba:b7:1e:35:b5:96:53:b9:d0:5e:9d
Kex Algorithms:
diffie-hellman-group-exchange-sha256
diffie-hellman-group-exchange-sha1
diffie-hellman-group14-sha1
diffie-hellman-group1-sha1
Server Host Key Algorithms:
ssh-rsa
ssh-dss
Encryption Algorithms:
aes128-ctr
aes192-ctr
aes256-ctr
arcfour256
arcfour128
aes128-cbc
3des-cbc
blowfish-cbc
cast128-cbc
aes192-cbc
aes256-cbc
arcfour
rijndael-cbc@lysator.liu.se
MAC Algorithms:
hmac-md5
hmac-sha1
umac-64@openssh.com
hmac-sha2-256
hmac-sha2-512
hmac-ripemd160
hmac-ripemd160@openssh.com
hmac-sha1-96
hmac-md5-96
Compression Algorithms:
none
zlib@openssh.com
-1182704039 | 2024-10-25T06:48:06.092199
18080 /
tcp
HTTP/1.1 200 OK
Server: nginx
Date: Fri, 25 Oct 2024 06:48:04 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>