-1798061903 | 2024-12-28T06:07:54.774834
22 /
tcp
SSH-2.0-OpenSSH_8.2p1 Ubuntu-4ubuntu0.11
Key type: ssh-rsa
Key: AAAAB3NzaC1yc2EAAAADAQABAAABgQDRdCA1YX5JPRUBT67hfCXZttDyt7scN7jktseuaTJOBxaJ
zpLnHWNP1oAVE385i4yDWchuwU1xlIKROuciPn7go4pcsdqXDybT7B9X0svJ5iTT+JmJD2uQ9+Fp
0FjZuEZkw1nofLmwwUeNHREziZotdfVRRt2yM48ihLFliAdE5Ypx+6k8eItgEChSKmlQ425lVzZQ
qUOgRM134FFOwoSsh/ZhtM2Z98JwIpr7zb322a7VEyeRAtaDAqxCHxnMfwJ3lz+rk0WR06FYb0Xv
Ql9bOJSvKWVKbtL/6JW4rmyCEfxSCeIMPldgKLVIMRFmgPNeYgEWa1QOr8fi/C89q0juiJfwZJl0
xVg+2E1kO5vblkiyvOBdQT6lyPa7IDMomR/I3pzRYa5S8/ezVhqSeP3HwrOyYAfEhxmNdMk5dBn1
7lS8zKgVOb1KQ9twshRz+mY2zkUIF3Kk9b/26reI1DBqk5hi13TXqQ8O2DPCEk5fGL7WcGxe8Ypm
s4qL8dTHwD0=
Fingerprint: 75:8e:d2:78:5a:59:52:4d:e0:36:ee:19:46:c2:05:19
Kex Algorithms:
curve25519-sha256
curve25519-sha256@libssh.org
ecdh-sha2-nistp256
ecdh-sha2-nistp384
ecdh-sha2-nistp521
diffie-hellman-group-exchange-sha256
diffie-hellman-group16-sha512
diffie-hellman-group18-sha512
diffie-hellman-group14-sha256
kex-strict-s-v00@openssh.com
Server Host Key Algorithms:
rsa-sha2-512
rsa-sha2-256
ssh-rsa
ecdsa-sha2-nistp256
ssh-ed25519
Encryption Algorithms:
chacha20-poly1305@openssh.com
aes128-ctr
aes192-ctr
aes256-ctr
aes128-gcm@openssh.com
aes256-gcm@openssh.com
MAC Algorithms:
umac-64-etm@openssh.com
umac-128-etm@openssh.com
hmac-sha2-256-etm@openssh.com
hmac-sha2-512-etm@openssh.com
hmac-sha1-etm@openssh.com
umac-64@openssh.com
umac-128@openssh.com
hmac-sha2-256
hmac-sha2-512
hmac-sha1
Compression Algorithms:
none
zlib@openssh.com
-2105148579 | 2024-12-27T18:29:59.401184
80 /
tcp
HTTP/1.1 200 OK
Server: openresty
Date: Fri, 27 Dec 2024 18:29:59 GMT
Content-Type: text/html
Content-Length: 130
Last-Modified: Sat, 23 Nov 2024 04:58:40 GMT
Connection: keep-alive
ETag: "67416100-82"
Accept-Ranges: bytes
-1717394886 | 2024-12-28T06:13:38.578370
443 /
tcp
HTTP/1.1 400 Bad Request
Server: openresty
Date: Sat, 28 Dec 2024 06:13:38 GMT
Content-Type: text/html
Content-Length: 654
Connection: close
761558365 | 2024-12-25T13:32:04.366374
2345 /
tcp
HTTP/1.1 400 Bad Request
Server: nginx
Date: Wed, 25 Dec 2024 13:32:04 GMT
Content-Type: text/html
Content-Length: 150
Connection: close
<html>
<head><title>400 Bad Request</title></head>
<body>
<center><h1>400 Bad Request</h1></center>
<hr><center>nginx</center>
</body>
</html>
-90301449 | 2024-12-30T13:41:42.377561
3000 /
tcp
HTTP/1.1 200 OK
Accept-Ranges: bytes
Cache-Control: no-cache
Content-Length: 1264
Content-Type: text/html; charset=utf-8
X-Oneapi-Request-Id: 20241230214142347563881Q06vhm1n
Date: Mon, 30 Dec 2024 13:41:42 GMT
-1141818477 | 2025-01-05T21:17:04.499473
5001 /
tcp
HTTP/1.1 200 OK
Server: Werkzeug/3.1.3 Python/3.13.0
Date: Sun, 05 Jan 2025 21:17:04 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 2561
Connection: close
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="UTF-8">
<title>Neo4j 节点和关系管理</title>
<link rel="stylesheet" href="/static/css/main.css">
<script src="/static/js/main.js" defer></script>
</head>
<body>
<h1>汽车系统动力学知识图谱管理系统</h1>
<!-- 搜索框和按钮的HTML结构 -->
<div class="search-container">
<form action="/search" method="post" style="display: flex; flex-direction: column; align-items: center; width: 100%;">
<input type="text" name="search_term" class="search-box"
placeholder="请输入节点名称或关系类型进行搜索..." required>
<button type="submit" class="search-button">搜索</button>
</form>
</div>
<!-- 添加节点和关系的表单 -->
<div class="form-container frosted">
<h2>添加节点和关系</h2>
<form action="/add_nodes_relationship" method="post">
<div class="input-group">
<div class="node-input">
<input type="text" name="node1_name" placeholder="节点1名称" required>
<input type="text" name="node1_chapter" placeholder="节点1章节" required>
</div>
</div>
<div class="input-group">
<input type="text" name="relationship" placeholder="关系类型" required>
</div>
<div class="input-group">
<div class="node-input">
<input type="text" name="node2_name" placeholder="节点2名称" required>
<input type="text" name="node2_chapter" placeholder="节点2章节" required>
</div>
</div>
<button type="submit" class="form-button">添加节点和关系</button>
</form>
<!-- 修改节点属性的表单 -->
<h2>添加/修改节点属性</h2>
<form action="/add_node_property" method="post">
<div class="input-group">
<input type="text" name="node_name" placeholder="节点名称 *" required>
<input type="text" name="chapter" placeholder="所属章节 *" required>
</div>
<div class="input-group properties">
<input type="text" name="label" placeholder="节点标签(选填)">
<input type="text" name="definition" placeholder="节点定义(选填)">
</div>
<button type="submit" class="form-button">更新节点属性</button>
</form>
</div>
</body>
</html>
1590783935 | 2025-01-05T05:39:26.075056
5010 /
tcp
HTTP/1.1 200 OK
Server: Werkzeug/3.1.3 Python/3.12.7
Date: Sun, 05 Jan 2025 05:39:26 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 5549
Connection: close
-854863910 | 2024-12-27T12:43:50.412838
7474 /
tcp
HTTP/1.1 200 OK
Date: Fri, 27 Dec 2024 12:43:50 GMT
Access-Control-Allow-Origin: *
Cache-Control: no-store
Pragma: no-cache
Content-Security-Policy: default-src 'self'; script-src 'self' cdn.segment.com canny.io; img-src 'self' guides.neo4j.com data:; style-src 'self' fonts.googleapis.com 'unsafe-inline'; font-src 'self' fonts.gstatic.com; base-uri 'none'; object-src 'none'; frame-ancestors 'none'; connect-src 'self' api.canny.io api.segment.io ws: wss: http: https:
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Last-Modified: Mon, 02 Sep 2024 06:08:04 GMT
Content-Type: text/html
Accept-Ranges: bytes
Content-Length: 2607
Neo4j Browser:
Version: 5.24.0
Build Number: 225
Built At: 2024-09-02T12:18:54.860Z