nginx
tcp/443 tcp/80 tcp/8443
The following URL (usually /.git/config) is publicly accessible and is leaking source code and repository configuration.
Severity: medium
Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a652214f4f953
[core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote "origin"] url = git@gitee.com:advancegames/sdk-demo.git fetch = +refs/heads/*:refs/remotes/origin/* [branch "master"] remote = origin merge = refs/heads/master
Open service 106.55.181.9:80 · party.renren.com
2026-01-24 02:02
HTTP/1.1 200 OK Server: nginx Date: Sat, 24 Jan 2026 02:02:33 GMT Content-Type: text/html Content-Length: 138 Last-Modified: Thu, 25 Apr 2024 04:30:38 GMT Connection: close ETag: "6629dc6e-8a" Accept-Ranges: bytes Page title: 404 Not Found <html> <head><title>404 Not Found</title></head> <body> <center><h1>404 Not Found</h1></center> <hr><center>nginx</center> </body> </html>
Open service 106.55.181.9:443 · party.renren.com
2026-01-24 02:02
HTTP/1.1 502 Bad Gateway Server: nginx Date: Sat, 24 Jan 2026 02:02:33 GMT Content-Type: text/html Content-Length: 150 Connection: close Page title: 502 Bad Gateway <html> <head><title>502 Bad Gateway</title></head> <body> <center><h1>502 Bad Gateway</h1></center> <hr><center>nginx</center> </body> </html>
Open service 106.55.181.9:80 · pusher-rraw.renren.com
2026-01-23 16:13
HTTP/1.1 200 OK Server: nginx Date: Fri, 23 Jan 2026 16:13:24 GMT Content-Type: text/html Content-Length: 138 Last-Modified: Thu, 25 Apr 2024 04:30:38 GMT Connection: close ETag: "6629dc6e-8a" Accept-Ranges: bytes Page title: 404 Not Found <html> <head><title>404 Not Found</title></head> <body> <center><h1>404 Not Found</h1></center> <hr><center>nginx</center> </body> </html>
Open service 106.55.181.9:443 · pusher-rraw.renren.com
2026-01-23 16:13
HTTP/1.1 502 Bad Gateway Server: nginx Date: Fri, 23 Jan 2026 16:13:25 GMT Content-Type: text/html Content-Length: 150 Connection: close Page title: 502 Bad Gateway <html> <head><title>502 Bad Gateway</title></head> <body> <center><h1>502 Bad Gateway</h1></center> <hr><center>nginx</center> </body> </html>
Open service 106.55.181.9:80 · sdk-demo.renren.com
2026-01-23 02:02
HTTP/1.1 200 OK Server: nginx Date: Fri, 23 Jan 2026 02:02:49 GMT Content-Type: text/html Content-Length: 138 Last-Modified: Thu, 25 Apr 2024 04:30:38 GMT Connection: close ETag: "6629dc6e-8a" Accept-Ranges: bytes Page title: 404 Not Found <html> <head><title>404 Not Found</title></head> <body> <center><h1>404 Not Found</h1></center> <hr><center>nginx</center> </body> </html>
Open service 106.55.181.9:443 · sdk-demo.renren.com
2026-01-23 02:02
HTTP/1.1 502 Bad Gateway Server: nginx Date: Fri, 23 Jan 2026 02:02:49 GMT Content-Type: text/html Content-Length: 150 Connection: close Page title: 502 Bad Gateway <html> <head><title>502 Bad Gateway</title></head> <body> <center><h1>502 Bad Gateway</h1></center> <hr><center>nginx</center> </body> </html>
Open service 240e:978:6402::b461:c629:8443 · renren.com
2026-01-05 02:05
HTTP/1.1 200 OK
Server: nginx
Date: Mon, 05 Jan 2026 02:05:23 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Age: 264296
Accept-Ranges: bytes
Vary: Accept-Encoding
Ohc-Global-Saved-Time: Fri, 02 Jan 2026 00:40:20 GMT
Ohc-Cache-HIT: suz4ct73 [2], cdix174 [2]
Ohc-File-Size: 6817
X-Cache-Status: HIT
Page title: 人人网
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>人人网</title>
<style>
html,body {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
}
body {
position: relative;
}
.img{
width: 100%;
height: 100%;
background: url('./img/background.png') no-repeat;
overflow: hidden;
position: absolute;
z-index: 1;
top: 0;
left: 0;
}
.box{
width: 100%;
height: 100%;
position: relative;
z-index: 100;
}
.pc{
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-flow: column;
}
.h5{
display: none;
}
.pc-img{
width: 100%;
height: calc(100% - 100px);
overflow: hidden;
}
.pc-img img{
max-width: 100%;
}
.text {
font-size: 12px;
display: flex;
align-items: center;
justify-content: center;
flex-flow: column;
height: 100px;
color: hsl(0deg 0% 100% / 50%);
}
.text a{
color: hsl(0deg 0% 100% / 50%);
}
.a1 {
display: flex;
margin-top: 2px;
}
.a2 {
margin-right: 20px;
}
.a3 {
margin-right: 10px;
}
.a4 {
justify-content: space-between;
min-width: 400px;
}
@media screen and (max-width: 500px) {
.img{
overflow: hidden;
position: absolute;
z-index: 1;
top: 0;
left: 0;
}
.pc{
display: none;
}
.h5{
display: block;
position: relative;
height: 100%;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-flow: column;
}
.container{
position: absolute;
bottom: 109px;
width: calc(90%);
margin: 0 auto;
height: calc(100% - 120px);
display: flex;
justify-content: center;
align-items: center;
}
.container .content{
background: #fff;
border-radius: 8px;
padding: 10px 20px;
display: flex;
justify-content: center;
flex-flow: column;
}
.container .content img{
max-width: 80px;
}
.container .content p{
font-size: 14px;
margin: 0;
margin-top: 13px;
}
.icp{
width: calc(90%);
margin: 0 auto;
font-size: 12px;
color: hsl(0deg 0% 100% / 50%);
position: absolute;
bottom: 20px;
padding: 10px 0;
}
.icp p{
margin: 0;
}
.icp a{
color: hsl(0deg 0% 100% / 50%);
}
.h5-a1{
display: flex;
justify-content: center;
margin-top: 3px;
}
.h5-a1 div{
width: 50%;
}
.h5-a2{
margin-top: 3px;
display: flex;
}
Open service 240e:978:6402::b461:c629:443 · renren.com
2026-01-05 02:05
HTTP/1.1 200 OK
Server: nginx
Date: Mon, 05 Jan 2026 02:05:20 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Age: 264293
Accept-Ranges: bytes
Vary: Accept-Encoding
Ohc-Global-Saved-Time: Fri, 02 Jan 2026 00:40:20 GMT
Ohc-Cache-HIT: suz4ct73 [2], cdix174 [2]
Ohc-File-Size: 6817
X-Cache-Status: HIT
Page title: 人人网
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>人人网</title>
<style>
html,body {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
}
body {
position: relative;
}
.img{
width: 100%;
height: 100%;
background: url('./img/background.png') no-repeat;
overflow: hidden;
position: absolute;
z-index: 1;
top: 0;
left: 0;
}
.box{
width: 100%;
height: 100%;
position: relative;
z-index: 100;
}
.pc{
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-flow: column;
}
.h5{
display: none;
}
.pc-img{
width: 100%;
height: calc(100% - 100px);
overflow: hidden;
}
.pc-img img{
max-width: 100%;
}
.text {
font-size: 12px;
display: flex;
align-items: center;
justify-content: center;
flex-flow: column;
height: 100px;
color: hsl(0deg 0% 100% / 50%);
}
.text a{
color: hsl(0deg 0% 100% / 50%);
}
.a1 {
display: flex;
margin-top: 2px;
}
.a2 {
margin-right: 20px;
}
.a3 {
margin-right: 10px;
}
.a4 {
justify-content: space-between;
min-width: 400px;
}
@media screen and (max-width: 500px) {
.img{
overflow: hidden;
position: absolute;
z-index: 1;
top: 0;
left: 0;
}
.pc{
display: none;
}
.h5{
display: block;
position: relative;
height: 100%;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-flow: column;
}
.container{
position: absolute;
bottom: 109px;
width: calc(90%);
margin: 0 auto;
height: calc(100% - 120px);
display: flex;
justify-content: center;
align-items: center;
}
.container .content{
background: #fff;
border-radius: 8px;
padding: 10px 20px;
display: flex;
justify-content: center;
flex-flow: column;
}
.container .content img{
max-width: 80px;
}
.container .content p{
font-size: 14px;
margin: 0;
margin-top: 13px;
}
.icp{
width: calc(90%);
margin: 0 auto;
font-size: 12px;
color: hsl(0deg 0% 100% / 50%);
position: absolute;
bottom: 20px;
padding: 10px 0;
}
.icp p{
margin: 0;
}
.icp a{
color: hsl(0deg 0% 100% / 50%);
}
.h5-a1{
display: flex;
justify-content: center;
margin-top: 3px;
}
.h5-a1 div{
width: 50%;
}
.h5-a2{
margin-top: 3px;
display: flex;
}
Open service 180.97.198.41:443 · renren.com
2026-01-05 02:05
HTTP/1.1 200 OK
Server: nginx
Date: Mon, 05 Jan 2026 02:05:20 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Age: 264293
Accept-Ranges: bytes
Vary: Accept-Encoding
Ohc-Global-Saved-Time: Fri, 02 Jan 2026 00:40:20 GMT
Ohc-Cache-HIT: suz4ct73 [2], cdix174 [2]
Ohc-File-Size: 6817
X-Cache-Status: HIT
Page title: 人人网
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>人人网</title>
<style>
html,body {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
}
body {
position: relative;
}
.img{
width: 100%;
height: 100%;
background: url('./img/background.png') no-repeat;
overflow: hidden;
position: absolute;
z-index: 1;
top: 0;
left: 0;
}
.box{
width: 100%;
height: 100%;
position: relative;
z-index: 100;
}
.pc{
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-flow: column;
}
.h5{
display: none;
}
.pc-img{
width: 100%;
height: calc(100% - 100px);
overflow: hidden;
}
.pc-img img{
max-width: 100%;
}
.text {
font-size: 12px;
display: flex;
align-items: center;
justify-content: center;
flex-flow: column;
height: 100px;
color: hsl(0deg 0% 100% / 50%);
}
.text a{
color: hsl(0deg 0% 100% / 50%);
}
.a1 {
display: flex;
margin-top: 2px;
}
.a2 {
margin-right: 20px;
}
.a3 {
margin-right: 10px;
}
.a4 {
justify-content: space-between;
min-width: 400px;
}
@media screen and (max-width: 500px) {
.img{
overflow: hidden;
position: absolute;
z-index: 1;
top: 0;
left: 0;
}
.pc{
display: none;
}
.h5{
display: block;
position: relative;
height: 100%;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-flow: column;
}
.container{
position: absolute;
bottom: 109px;
width: calc(90%);
margin: 0 auto;
height: calc(100% - 120px);
display: flex;
justify-content: center;
align-items: center;
}
.container .content{
background: #fff;
border-radius: 8px;
padding: 10px 20px;
display: flex;
justify-content: center;
flex-flow: column;
}
.container .content img{
max-width: 80px;
}
.container .content p{
font-size: 14px;
margin: 0;
margin-top: 13px;
}
.icp{
width: calc(90%);
margin: 0 auto;
font-size: 12px;
color: hsl(0deg 0% 100% / 50%);
position: absolute;
bottom: 20px;
padding: 10px 0;
}
.icp p{
margin: 0;
}
.icp a{
color: hsl(0deg 0% 100% / 50%);
}
.h5-a1{
display: flex;
justify-content: center;
margin-top: 3px;
}
.h5-a1 div{
width: 50%;
}
.h5-a2{
margin-top: 3px;
display: flex;
}
Open service 240e:978:6402::b461:c629:80 · renren.com
2026-01-05 02:05
HTTP/1.1 200 OK
Server: nginx
Date: Mon, 05 Jan 2026 02:05:20 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Age: 264293
Accept-Ranges: bytes
Vary: Accept-Encoding
Ohc-Global-Saved-Time: Fri, 02 Jan 2026 00:40:20 GMT
Ohc-Cache-HIT: suz4ct73 [2], cdix174 [2]
Ohc-File-Size: 6817
X-Cache-Status: HIT
Page title: 人人网
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>人人网</title>
<style>
html,body {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
}
body {
position: relative;
}
.img{
width: 100%;
height: 100%;
background: url('./img/background.png') no-repeat;
overflow: hidden;
position: absolute;
z-index: 1;
top: 0;
left: 0;
}
.box{
width: 100%;
height: 100%;
position: relative;
z-index: 100;
}
.pc{
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-flow: column;
}
.h5{
display: none;
}
.pc-img{
width: 100%;
height: calc(100% - 100px);
overflow: hidden;
}
.pc-img img{
max-width: 100%;
}
.text {
font-size: 12px;
display: flex;
align-items: center;
justify-content: center;
flex-flow: column;
height: 100px;
color: hsl(0deg 0% 100% / 50%);
}
.text a{
color: hsl(0deg 0% 100% / 50%);
}
.a1 {
display: flex;
margin-top: 2px;
}
.a2 {
margin-right: 20px;
}
.a3 {
margin-right: 10px;
}
.a4 {
justify-content: space-between;
min-width: 400px;
}
@media screen and (max-width: 500px) {
.img{
overflow: hidden;
position: absolute;
z-index: 1;
top: 0;
left: 0;
}
.pc{
display: none;
}
.h5{
display: block;
position: relative;
height: 100%;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-flow: column;
}
.container{
position: absolute;
bottom: 109px;
width: calc(90%);
margin: 0 auto;
height: calc(100% - 120px);
display: flex;
justify-content: center;
align-items: center;
}
.container .content{
background: #fff;
border-radius: 8px;
padding: 10px 20px;
display: flex;
justify-content: center;
flex-flow: column;
}
.container .content img{
max-width: 80px;
}
.container .content p{
font-size: 14px;
margin: 0;
margin-top: 13px;
}
.icp{
width: calc(90%);
margin: 0 auto;
font-size: 12px;
color: hsl(0deg 0% 100% / 50%);
position: absolute;
bottom: 20px;
padding: 10px 0;
}
.icp p{
margin: 0;
}
.icp a{
color: hsl(0deg 0% 100% / 50%);
}
.h5-a1{
display: flex;
justify-content: center;
margin-top: 3px;
}
.h5-a1 div{
width: 50%;
}
.h5-a2{
margin-top: 3px;
display: flex;
}
Open service 180.97.198.41:8443 · renren.com
2026-01-05 02:05
HTTP/1.1 200 OK
Server: nginx
Date: Mon, 05 Jan 2026 02:05:20 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Age: 264293
Accept-Ranges: bytes
Vary: Accept-Encoding
Ohc-Global-Saved-Time: Fri, 02 Jan 2026 00:40:20 GMT
Ohc-Cache-HIT: suz4ct73 [2], cdix174 [2]
Ohc-File-Size: 6817
X-Cache-Status: HIT
Page title: 人人网
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>人人网</title>
<style>
html,body {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
}
body {
position: relative;
}
.img{
width: 100%;
height: 100%;
background: url('./img/background.png') no-repeat;
overflow: hidden;
position: absolute;
z-index: 1;
top: 0;
left: 0;
}
.box{
width: 100%;
height: 100%;
position: relative;
z-index: 100;
}
.pc{
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-flow: column;
}
.h5{
display: none;
}
.pc-img{
width: 100%;
height: calc(100% - 100px);
overflow: hidden;
}
.pc-img img{
max-width: 100%;
}
.text {
font-size: 12px;
display: flex;
align-items: center;
justify-content: center;
flex-flow: column;
height: 100px;
color: hsl(0deg 0% 100% / 50%);
}
.text a{
color: hsl(0deg 0% 100% / 50%);
}
.a1 {
display: flex;
margin-top: 2px;
}
.a2 {
margin-right: 20px;
}
.a3 {
margin-right: 10px;
}
.a4 {
justify-content: space-between;
min-width: 400px;
}
@media screen and (max-width: 500px) {
.img{
overflow: hidden;
position: absolute;
z-index: 1;
top: 0;
left: 0;
}
.pc{
display: none;
}
.h5{
display: block;
position: relative;
height: 100%;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-flow: column;
}
.container{
position: absolute;
bottom: 109px;
width: calc(90%);
margin: 0 auto;
height: calc(100% - 120px);
display: flex;
justify-content: center;
align-items: center;
}
.container .content{
background: #fff;
border-radius: 8px;
padding: 10px 20px;
display: flex;
justify-content: center;
flex-flow: column;
}
.container .content img{
max-width: 80px;
}
.container .content p{
font-size: 14px;
margin: 0;
margin-top: 13px;
}
.icp{
width: calc(90%);
margin: 0 auto;
font-size: 12px;
color: hsl(0deg 0% 100% / 50%);
position: absolute;
bottom: 20px;
padding: 10px 0;
}
.icp p{
margin: 0;
}
.icp a{
color: hsl(0deg 0% 100% / 50%);
}
.h5-a1{
display: flex;
justify-content: center;
margin-top: 3px;
}
.h5-a1 div{
width: 50%;
}
.h5-a2{
margin-top: 3px;
display: flex;
}
Open service 180.97.198.41:80 · renren.com
2026-01-05 02:05
HTTP/1.1 200 OK
Server: nginx
Date: Mon, 05 Jan 2026 02:05:20 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Age: 264293
Accept-Ranges: bytes
Vary: Accept-Encoding
Ohc-Global-Saved-Time: Fri, 02 Jan 2026 00:40:20 GMT
Ohc-Cache-HIT: suz4ct73 [2], cdix174 [2]
Ohc-File-Size: 6817
X-Cache-Status: HIT
Page title: 人人网
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>人人网</title>
<style>
html,body {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
}
body {
position: relative;
}
.img{
width: 100%;
height: 100%;
background: url('./img/background.png') no-repeat;
overflow: hidden;
position: absolute;
z-index: 1;
top: 0;
left: 0;
}
.box{
width: 100%;
height: 100%;
position: relative;
z-index: 100;
}
.pc{
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-flow: column;
}
.h5{
display: none;
}
.pc-img{
width: 100%;
height: calc(100% - 100px);
overflow: hidden;
}
.pc-img img{
max-width: 100%;
}
.text {
font-size: 12px;
display: flex;
align-items: center;
justify-content: center;
flex-flow: column;
height: 100px;
color: hsl(0deg 0% 100% / 50%);
}
.text a{
color: hsl(0deg 0% 100% / 50%);
}
.a1 {
display: flex;
margin-top: 2px;
}
.a2 {
margin-right: 20px;
}
.a3 {
margin-right: 10px;
}
.a4 {
justify-content: space-between;
min-width: 400px;
}
@media screen and (max-width: 500px) {
.img{
overflow: hidden;
position: absolute;
z-index: 1;
top: 0;
left: 0;
}
.pc{
display: none;
}
.h5{
display: block;
position: relative;
height: 100%;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-flow: column;
}
.container{
position: absolute;
bottom: 109px;
width: calc(90%);
margin: 0 auto;
height: calc(100% - 120px);
display: flex;
justify-content: center;
align-items: center;
}
.container .content{
background: #fff;
border-radius: 8px;
padding: 10px 20px;
display: flex;
justify-content: center;
flex-flow: column;
}
.container .content img{
max-width: 80px;
}
.container .content p{
font-size: 14px;
margin: 0;
margin-top: 13px;
}
.icp{
width: calc(90%);
margin: 0 auto;
font-size: 12px;
color: hsl(0deg 0% 100% / 50%);
position: absolute;
bottom: 20px;
padding: 10px 0;
}
.icp p{
margin: 0;
}
.icp a{
color: hsl(0deg 0% 100% / 50%);
}
.h5-a1{
display: flex;
justify-content: center;
margin-top: 3px;
}
.h5-a1 div{
width: 50%;
}
.h5-a2{
margin-top: 3px;
display: flex;
}