上面方法都试过了,还是不行
[root@qilinceshi ~]# ping www.bt.com
PING btgroup-1.s.llnwi.net (69.28.181.240) 56(84) bytes of data.
64 bytes from https-69-28-181-240.lax.llnw.net (69.28.181.240): icmp_seq=1 ttl=48 time=395 ms
64 bytes from https-69-28-181-240.lax.llnw.net (69.28.181.240): icmp_seq=2 ttl=48 time=198 ms
64 bytes from https-69-28-181-240.lax.llnw.net (69.28.181.240): icmp_seq=3 ttl=48 time=198 ms
64 bytes from https-69-28-181-240.lax.llnw.net (69.28.181.240): icmp_seq=4 ttl=48 time=198 ms
64 bytes from https-69-28-181-240.lax.llnw.net (69.28.181.240): icmp_seq=5 ttl=48 time=198 ms
64 bytes from https-69-28-181-240.lax.llnw.net (69.28.181.240): icmp_seq=6 ttl=48 time=198 ms
64 bytes from https-69-28-181-240.lax.llnw.net (69.28.181.240): icmp_seq=7 ttl=48 time=199 ms
64 bytes from https-69-28-181-240.lax.llnw.net (69.28.181.240): icmp_seq=8 ttl=48 time=201 ms
^C
--- btgroup-1.s.llnwi.net ping statistics ---
8 packets transmitted, 8 received, 0% packet loss, time 7010ms
rtt min/avg/max/mdev = 197.557/222.901/395.471/65.231 ms
//---------------------------------
[root@qilinceshi ~]# curl -v https://api.bt.cn
* Trying 116.213.43.206:443...
* Connected to api.bt.cn (116.213.43.206) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
* CAfile: /etc/pki/tls/certs/ca-bundle.crt
CApath: none
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* TLSv1.3 (IN), TLS handshake, Server hello (2):
* TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
* TLSv1.3 (IN), TLS handshake, Certificate (11):
* TLSv1.3 (IN), TLS handshake, CERT verify (15):
* TLSv1.3 (IN), TLS handshake, Finished (20):
* TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.3 (OUT), TLS handshake, Finished (20):
* SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384
* ALPN, server accepted to use h2
* Server certificate:
* subject: C=CN; ST=\U5E7F\U4E1C\U7701; O=\U5E7F\U4E1C\U5821\U5854\U5B89\U5168\U6280\U672F\U6709\U9650\U516C\U53F8; CN=*.bt.cn
* start date: Sep 7 00:00:00 2022 GMT
* expire date: Oct 8 23:59:59 2023 GMT
* subjectAltName: host "api.bt.cn" matched cert's "*.bt.cn"
* issuer: C=CN; O=sslTrus; CN=sslTrus (RSA) OV CA
* SSL certificate verify ok.
* Using HTTP2, server supports multi-use
* Connection state changed (HTTP/2 confirmed)
* Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
* Using Stream ID: 1 (easy handle 0x564c3a67ed10)
> GET / HTTP/2
> Host: api.bt.cn
> user-agent: curl/7.71.1
> accept: */*
>
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* old SSL session ID is stale, removing
* Connection state changed (MAX_CONCURRENT_STREAMS == 128)!
< HTTP/2 200
< server: nginx
< date: Thu, 22 Sep 2022 02:22:46 GMT
< content-type: text/html; charset=utf-8
< vary: Accept-Encoding
< vary: Accept-Encoding
< strict-transport-security: max-age=31536000
< cache-control: no-cache
<
* Connection #0 to host api.bt.cn left intact
//--------------
[root@qilinceshi ~]# curl -v www.baidu.com
* Trying 14.215.177.39:80...
* Connected to www.baidu.com (14.215.177.39) port 80 (#0)
> GET / HTTP/1.1
> Host: www.baidu.com
> User-Agent: curl/7.71.1
> Accept: */*
>
* Mark bundle as not supporting multiuse
< HTTP/1.1 200 OK
< Accept-Ranges: bytes
< Cache-Control: private, no-cache, no-store, proxy-revalidate, no-transform
< Connection: keep-alive
< Content-Length: 2381
< Content-Type: text/html
< Date: Thu, 22 Sep 2022 02:24:25 GMT
< Etag: "588604dd-94d"
< Last-Modified: Mon, 23 Jan 2017 13:27:57 GMT
< Pragma: no-cache
< Server: bfe/1.0.8.18
< Set-Cookie: BDORZ=27315; max-age=86400; domain=.baidu.com; path=/
//--------------------------------
[root@qilinceshi ~]# curl -s -m 5 http://download.bt.cn/tools/btcheck.sh|bash
-------------------- /www/server/panel/install/public.sh
lsattr: 没有那个文件或目录 尝试对/www/server/panel/data/userInfo.json进行stat调用时
lsattr: 没有那个文件或目录 尝试对/www/server/panel/data/plugin_bin.pl进行stat调用时
lsattr: 没有那个文件或目录 尝试对/www/server/panel/data/auth_list.json进行stat调用时
lsattr: 没有那个文件或目录 尝试对/www/server/panel/install/check.sh进行stat调用时
-------------------- /www/server/panel/class/public.py
grep: /www/server/panel/data/userInfo.json: 没有那个文件或目录
grep: /www/server/panel/data/userInfo.json: 没有那个文件或目录
grep: /www/server/panel/data/userInfo.json: 没有那个文件或目录
grep: /www/server/panel/data/userInfo.json: 没有那个文件或目录
www.bt.cn 302 116.213.43.206
api.bt.cn 200 116.213.43.206
请将以上所有内容截图完整上传宝塔论坛或发送给宝塔运维
//----------------------
[root@qilinceshi ~]# history | grep sh
73 ./startup.sh
117 ./startup.sh
139 ./startup.sh
154 cat alldeploy.sh
155 ./alldeploy.sh
225 ./shutdown.sh
226 ./startup.sh
246 ./startup.sh
272 ./shutdown.
273 ./shutdown.sh
274 ./startup.sh
284 ./shutdown.sh
312 ./shutdown.sh
313 ./startup.sh
317 ./shutdown.sh
354 ./shutdown.sh
408 du -sh *
734 du -sh *
735 du -sh
804 md5sum cmXT5.0.13_ENT_main_kylinV10_x86_64.install.sh
805 cat cmXT5.0.13_ENT_main_kylinV10_x86_64.install.sh.md5sum
806 sh cmXT5.0.13_ENT_main_kylinV10_x86_64.install.sh
835 ./SeeyonConfig.sh
853 ./SeeyonConfig.sh
858 ./startup.sh
948 wget -O install_panel.sh http://download.bt.cn/install/0/loongarch64/loongarch64_install_panel.sh && bash install_panel.sh ed8484bec
951 if [ -f /usr/bin/curl ];then curl -sSO https://download.bt.cn/install/install_panel.sh;else wget -O install_panel.sh https://download.bt.cn/install/install_panel.sh;fi;bash install_panel.sh ed8484bec
952 wget -O install_panel.sh http://download.bt.cn/install/0/loongarch64/loongarch64_install_panel.sh && bash install_panel.sh ed8484bec
964 wget -O install_panel.sh http://download.bt.cn/install/0/loongarch64/loongarch64_install_panel.sh && bash install_panel.sh ed8484bec
968 wget -O install_panel.sh http://download.bt.cn/install/0/loongarch64/loongarch64_install_panel.sh && bash install_panel.sh ed8484bec
969 wget http://125.90.93.52/tools/auto_fix.sh && bash auto_fix.sh
971 curl http://download.bt.cn/install/update_panel.sh|bash
980 if [ -f /usr/bin/curl ];then curl -sSO https://download.bt.cn/install/install_panel.sh;else wget -O install_panel.sh https://download.bt.cn/install/install_panel.sh;fi;bash install_panel.sh ed8484bec
996 wget http://125.90.93.52/tools/auto_fix.sh && bash auto_fix.sh
1004 curl -s -m 5 http://download.bt.cn/tools/btcheck.sh|bash
1005 history | grep sh
|