nginx
tcp/443 tcp/80
Exposing Swagger/OpenAPI documentation is primarily a risk if your API has underlying security flaws, as it gives attackers a precise roadmap to find them.
Those detail every endpoint, parameter, and data model, making it easier to discover and exploit vulnerabilities like broken access control or injection points.
While a perfectly secure API mitigates the danger, protecting your documentation is a critical layer of defense that forces attackers to work without a map.
Severity: info
Fingerprint: 5733ddf49ff49cd1aad03549cb3dc06bbddd42b2545122b420739bcff4ad60be
Public Swagger UI/API detected at path: /swagger/index.html - sample paths:
DELETE /api/ExpHistory/{id}
DELETE /api/{charId}/Abilities/{id}
GET /api/Characters/{id}
GET /api/ExpHistory/character/{id}
GET /api/Info/abilities
GET /health_check
PATCH /api/Props/{id}/attributes
PATCH /api/Props/{id}/defences
PATCH /api/Props/{id}/dmg-sensitivity
PATCH /api/Props/{id}/other-props
PATCH /api/Props/{id}/skills
POST /api/Characters
POST /api/ExpHistory
POST /api/Hp/{id}/hp/damage
POST /api/Hp/{id}/hp/heal
POST /api/{charId}/Abilities
PUT /api/Rolls/skill-check
Severity: info
Fingerprint: 5733ddf49ff49cd1aad03549cb3dc06bbddd42b2545122b420739bcfabc29556
Public Swagger UI/API detected at path: /swagger/index.html - sample paths:
DELETE /api/ExpHistory/{id}
DELETE /api/{charId}/Abilities/{id}
GET /api/Characters/{id}
GET /api/ExpHistory/character/{id}
GET /api/Info/abilities
GET /health_check
PATCH /api/Props/{id}/attributes
PATCH /api/Props/{id}/defences
PATCH /api/Props/{id}/dmg-sensitivity
PATCH /api/Props/{id}/other-props
PATCH /api/Props/{id}/skills
POST /api/Characters
POST /api/ExpHistory
POST /api/Hp/{id}/hp/damage
POST /api/Hp/{id}/hp/heal
POST /api/{charId}/Abilities
Severity: info
Fingerprint: 5733ddf49ff49cd12ec8532c2ec8532c2ec8532c2ec8532c2ec8532c2ec8532c
Public Swagger UI/API detected at path: /swagger/index.html
The following URL (usually /.git/config) is publicly accessible and is leaking source code and repository configuration.
Severity: medium
Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a6522cb6f32da
[core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote "origin"] url = https://github.com/tales-pw/tales_auth_service fetch = +refs/heads/*:refs/remotes/origin/* [gc] auto = 0 [http "https://github.com/"] extraheader = AUTHORIZATION: basic eC1hY2Nlc3MtdG9rZW46Z2hzX0YxMU9nNGVjTHliNTlPeTRNYjY3OXFkQk9lOGc2dzRja1oxeg== [branch "deploy"] remote = origin merge = refs/heads/deploy
The following URL (usually /.git/config) is publicly accessible and is leaking source code and repository configuration.
Severity: medium
Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a6522cb6f32da
[core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote "origin"] url = https://github.com/tales-pw/tales_auth_service fetch = +refs/heads/*:refs/remotes/origin/* [gc] auto = 0 [http "https://github.com/"] extraheader = AUTHORIZATION: basic eC1hY2Nlc3MtdG9rZW46Z2hzX0YxMU9nNGVjTHliNTlPeTRNYjY3OXFkQk9lOGc2dzRja1oxeg== [branch "deploy"] remote = origin merge = refs/heads/deploy
The following URL (usually /.git/config) is publicly accessible and is leaking source code and repository configuration.
Severity: medium
Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a6522cb6f32da
[core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote "origin"] url = https://github.com/tales-pw/tales_auth_service fetch = +refs/heads/*:refs/remotes/origin/* [gc] auto = 0 [http "https://github.com/"] extraheader = AUTHORIZATION: basic eC1hY2Nlc3MtdG9rZW46Z2hzX0YxMU9nNGVjTHliNTlPeTRNYjY3OXFkQk9lOGc2dzRja1oxeg== [branch "deploy"] remote = origin merge = refs/heads/deploy
The following URL (usually /.git/config) is publicly accessible and is leaking source code and repository configuration.
Severity: medium
Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a6522cb6f32da
[core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote "origin"] url = https://github.com/tales-pw/tales_auth_service fetch = +refs/heads/*:refs/remotes/origin/* [gc] auto = 0 [http "https://github.com/"] extraheader = AUTHORIZATION: basic eC1hY2Nlc3MtdG9rZW46Z2hzX0YxMU9nNGVjTHliNTlPeTRNYjY3OXFkQk9lOGc2dzRja1oxeg== [branch "deploy"] remote = origin merge = refs/heads/deploy
Open service 2a00:f940:2:2:1:1:0:117:443 · www.tales.pw
2026-01-25 00:11
HTTP/1.1 200 OK
Server: nginx
Date: Sun, 25 Jan 2026 00:11:33 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Page title: Вселенные tales.pw
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<title>Вселенные tales.pw</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Arial', sans-serif;
background-color: #2b2d31;
color: #c8ccd4;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.container {
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
}
.logo {
width: 150px;
height: auto;
margin-bottom: 1.5rem;
}
h1 {
font-size: 2rem;
margin-bottom: 1.5rem;
color: #c8ccd4;
}
.portal-links {
display: flex;
flex-direction: column;
gap: 1rem;
}
.portal-link {
text-decoration: none;
color: #c8ccd4;
background-color: #40444b;
padding: 0.8rem 1.5rem;
font-size: 1.2rem;
border-radius: 8px;
transition: background-color 0.3s, transform 0.2s;
}
.portal-link:hover {
background-color: #5865f2;
transform: scale(1.05);
}
.portal-link:active {
transform: scale(0.95);
}
.portal-link-disabled {
display: block;
color: #c8ccd4;
background-color: #40444b;
padding: 0.8rem 1.5rem;
font-size: 1.2rem;
border-radius: 8px;
text-align: center;
opacity: 0.6;
}
</style>
</head>
<body>
<div class="container">
<img class="logo" src="/hez.png" alt="Tales PW Logo">
<h1>Вселенные tales.pw</h1>
<div class="portal-links">
<!--<div class="portal-link-disabled">???</div>-->
<a class="portal-link" href="https://utopia.tales.pw" target="_blank" rel="noopener noreferrer">Tales of Utopia</a>
<a class="portal-link" href="https://fairy.tales.pw" target="_blank" rel="noopener noreferrer">Fairy Tales: Хезерфорт</a>
</div>
</div>
</body>
</html>
Open service 2a00:f940:2:2:1:1:0:117:80 · www.tales.pw
2026-01-25 00:11
HTTP/1.1 200 OK
Server: nginx
Date: Sun, 25 Jan 2026 00:11:32 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Page title: Вселенные tales.pw
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<title>Вселенные tales.pw</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Arial', sans-serif;
background-color: #2b2d31;
color: #c8ccd4;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.container {
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
}
.logo {
width: 150px;
height: auto;
margin-bottom: 1.5rem;
}
h1 {
font-size: 2rem;
margin-bottom: 1.5rem;
color: #c8ccd4;
}
.portal-links {
display: flex;
flex-direction: column;
gap: 1rem;
}
.portal-link {
text-decoration: none;
color: #c8ccd4;
background-color: #40444b;
padding: 0.8rem 1.5rem;
font-size: 1.2rem;
border-radius: 8px;
transition: background-color 0.3s, transform 0.2s;
}
.portal-link:hover {
background-color: #5865f2;
transform: scale(1.05);
}
.portal-link:active {
transform: scale(0.95);
}
.portal-link-disabled {
display: block;
color: #c8ccd4;
background-color: #40444b;
padding: 0.8rem 1.5rem;
font-size: 1.2rem;
border-radius: 8px;
text-align: center;
opacity: 0.6;
}
</style>
</head>
<body>
<div class="container">
<img class="logo" src="/hez.png" alt="Tales PW Logo">
<h1>Вселенные tales.pw</h1>
<div class="portal-links">
<!--<div class="portal-link-disabled">???</div>-->
<a class="portal-link" href="https://utopia.tales.pw" target="_blank" rel="noopener noreferrer">Tales of Utopia</a>
<a class="portal-link" href="https://fairy.tales.pw" target="_blank" rel="noopener noreferrer">Fairy Tales: Хезерфорт</a>
</div>
</div>
</body>
</html>
Open service 37.140.192.134:80 · tales.pw
2026-01-25 00:11
HTTP/1.1 200 OK
Server: nginx
Date: Sun, 25 Jan 2026 00:11:33 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Page title: Вселенные tales.pw
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<title>Вселенные tales.pw</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Arial', sans-serif;
background-color: #2b2d31;
color: #c8ccd4;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.container {
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
}
.logo {
width: 150px;
height: auto;
margin-bottom: 1.5rem;
}
h1 {
font-size: 2rem;
margin-bottom: 1.5rem;
color: #c8ccd4;
}
.portal-links {
display: flex;
flex-direction: column;
gap: 1rem;
}
.portal-link {
text-decoration: none;
color: #c8ccd4;
background-color: #40444b;
padding: 0.8rem 1.5rem;
font-size: 1.2rem;
border-radius: 8px;
transition: background-color 0.3s, transform 0.2s;
}
.portal-link:hover {
background-color: #5865f2;
transform: scale(1.05);
}
.portal-link:active {
transform: scale(0.95);
}
.portal-link-disabled {
display: block;
color: #c8ccd4;
background-color: #40444b;
padding: 0.8rem 1.5rem;
font-size: 1.2rem;
border-radius: 8px;
text-align: center;
opacity: 0.6;
}
</style>
</head>
<body>
<div class="container">
<img class="logo" src="/hez.png" alt="Tales PW Logo">
<h1>Вселенные tales.pw</h1>
<div class="portal-links">
<!--<div class="portal-link-disabled">???</div>-->
<a class="portal-link" href="https://utopia.tales.pw" target="_blank" rel="noopener noreferrer">Tales of Utopia</a>
<a class="portal-link" href="https://fairy.tales.pw" target="_blank" rel="noopener noreferrer">Fairy Tales: Хезерфорт</a>
</div>
</div>
</body>
</html>
Open service 37.140.192.134:443 · tales.pw
2026-01-25 00:11
HTTP/1.1 200 OK
Server: nginx
Date: Sun, 25 Jan 2026 00:11:32 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Page title: Вселенные tales.pw
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<title>Вселенные tales.pw</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Arial', sans-serif;
background-color: #2b2d31;
color: #c8ccd4;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.container {
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
}
.logo {
width: 150px;
height: auto;
margin-bottom: 1.5rem;
}
h1 {
font-size: 2rem;
margin-bottom: 1.5rem;
color: #c8ccd4;
}
.portal-links {
display: flex;
flex-direction: column;
gap: 1rem;
}
.portal-link {
text-decoration: none;
color: #c8ccd4;
background-color: #40444b;
padding: 0.8rem 1.5rem;
font-size: 1.2rem;
border-radius: 8px;
transition: background-color 0.3s, transform 0.2s;
}
.portal-link:hover {
background-color: #5865f2;
transform: scale(1.05);
}
.portal-link:active {
transform: scale(0.95);
}
.portal-link-disabled {
display: block;
color: #c8ccd4;
background-color: #40444b;
padding: 0.8rem 1.5rem;
font-size: 1.2rem;
border-radius: 8px;
text-align: center;
opacity: 0.6;
}
</style>
</head>
<body>
<div class="container">
<img class="logo" src="/hez.png" alt="Tales PW Logo">
<h1>Вселенные tales.pw</h1>
<div class="portal-links">
<!--<div class="portal-link-disabled">???</div>-->
<a class="portal-link" href="https://utopia.tales.pw" target="_blank" rel="noopener noreferrer">Tales of Utopia</a>
<a class="portal-link" href="https://fairy.tales.pw" target="_blank" rel="noopener noreferrer">Fairy Tales: Хезерфорт</a>
</div>
</div>
</body>
</html>
Open service 2a00:f940:2:2:1:1:0:117:80 · tales.pw
2026-01-25 00:11
HTTP/1.1 200 OK
Server: nginx
Date: Sun, 25 Jan 2026 00:11:32 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Page title: Вселенные tales.pw
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<title>Вселенные tales.pw</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Arial', sans-serif;
background-color: #2b2d31;
color: #c8ccd4;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.container {
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
}
.logo {
width: 150px;
height: auto;
margin-bottom: 1.5rem;
}
h1 {
font-size: 2rem;
margin-bottom: 1.5rem;
color: #c8ccd4;
}
.portal-links {
display: flex;
flex-direction: column;
gap: 1rem;
}
.portal-link {
text-decoration: none;
color: #c8ccd4;
background-color: #40444b;
padding: 0.8rem 1.5rem;
font-size: 1.2rem;
border-radius: 8px;
transition: background-color 0.3s, transform 0.2s;
}
.portal-link:hover {
background-color: #5865f2;
transform: scale(1.05);
}
.portal-link:active {
transform: scale(0.95);
}
.portal-link-disabled {
display: block;
color: #c8ccd4;
background-color: #40444b;
padding: 0.8rem 1.5rem;
font-size: 1.2rem;
border-radius: 8px;
text-align: center;
opacity: 0.6;
}
</style>
</head>
<body>
<div class="container">
<img class="logo" src="/hez.png" alt="Tales PW Logo">
<h1>Вселенные tales.pw</h1>
<div class="portal-links">
<!--<div class="portal-link-disabled">???</div>-->
<a class="portal-link" href="https://utopia.tales.pw" target="_blank" rel="noopener noreferrer">Tales of Utopia</a>
<a class="portal-link" href="https://fairy.tales.pw" target="_blank" rel="noopener noreferrer">Fairy Tales: Хезерфорт</a>
</div>
</div>
</body>
</html>
Open service 2a00:f940:2:2:1:1:0:117:443 · tales.pw
2026-01-25 00:11
HTTP/1.1 200 OK
Server: nginx
Date: Sun, 25 Jan 2026 00:11:32 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Page title: Вселенные tales.pw
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<title>Вселенные tales.pw</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Arial', sans-serif;
background-color: #2b2d31;
color: #c8ccd4;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.container {
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
}
.logo {
width: 150px;
height: auto;
margin-bottom: 1.5rem;
}
h1 {
font-size: 2rem;
margin-bottom: 1.5rem;
color: #c8ccd4;
}
.portal-links {
display: flex;
flex-direction: column;
gap: 1rem;
}
.portal-link {
text-decoration: none;
color: #c8ccd4;
background-color: #40444b;
padding: 0.8rem 1.5rem;
font-size: 1.2rem;
border-radius: 8px;
transition: background-color 0.3s, transform 0.2s;
}
.portal-link:hover {
background-color: #5865f2;
transform: scale(1.05);
}
.portal-link:active {
transform: scale(0.95);
}
.portal-link-disabled {
display: block;
color: #c8ccd4;
background-color: #40444b;
padding: 0.8rem 1.5rem;
font-size: 1.2rem;
border-radius: 8px;
text-align: center;
opacity: 0.6;
}
</style>
</head>
<body>
<div class="container">
<img class="logo" src="/hez.png" alt="Tales PW Logo">
<h1>Вселенные tales.pw</h1>
<div class="portal-links">
<!--<div class="portal-link-disabled">???</div>-->
<a class="portal-link" href="https://utopia.tales.pw" target="_blank" rel="noopener noreferrer">Tales of Utopia</a>
<a class="portal-link" href="https://fairy.tales.pw" target="_blank" rel="noopener noreferrer">Fairy Tales: Хезерфорт</a>
</div>
</div>
</body>
</html>
Open service 37.140.192.134:443 · painmed.tales.pw
2026-01-23 14:21
HTTP/1.1 200 OK Server: nginx Date: Fri, 23 Jan 2026 14:21:39 GMT Content-Type: text/html; charset=UTF-8 Transfer-Encoding: chunked Connection: close Vary: Accept-Encoding X-Powered-By: PHP/8.4.14 Link: <https://painmed.tales.pw/wp-json/>; rel="https://api.w.org/", <https://painmed.tales.pw/wp-json/wp/v2/pages/33>; rel="alternate"; title="JSON"; type="application/json", <https://painmed.tales.pw/>; rel=shortlink
Open service 37.140.192.134:443 · www.painmed.tales.pw
2026-01-23 00:37
HTTP/1.1 301 Moved Permanently Server: nginx Date: Fri, 23 Jan 2026 00:37:03 GMT Content-Type: text/html; charset=UTF-8 Content-Length: 0 Connection: close X-Powered-By: PHP/8.4.14 X-Redirect-By: WordPress Location: https://painmed.tales.pw/
Open service 2a00:f940:2:2:1:1:0:117:443 · sheet.utopia.tales.pw
2026-01-12 00:11
HTTP/1.1 200 OK Server: nginx Date: Mon, 12 Jan 2026 00:11:19 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Vary: Accept-Encoding Page title: React App <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>React App</title><script defer="defer" src="/static/js/main.4bf7de80.js"></script><link href="/static/css/main.ba1598c8.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
Open service 2a00:f940:2:2:1:1:0:117:443 · www.sheet.utopia.tales.pw
2026-01-12 00:11
HTTP/1.1 200 OK Server: nginx Date: Mon, 12 Jan 2026 00:11:19 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Vary: Accept-Encoding Page title: React App <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>React App</title><script defer="defer" src="/static/js/main.4bf7de80.js"></script><link href="/static/css/main.ba1598c8.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
Open service 37.140.192.134:443 · sheet.utopia.tales.pw
2026-01-12 00:11
HTTP/1.1 200 OK Server: nginx Date: Mon, 12 Jan 2026 00:11:19 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Vary: Accept-Encoding Page title: React App <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>React App</title><script defer="defer" src="/static/js/main.4bf7de80.js"></script><link href="/static/css/main.ba1598c8.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
Open service 37.140.192.134:80 · www.sheet.utopia.tales.pw
2026-01-12 00:11
HTTP/1.1 200 OK Server: nginx Date: Mon, 12 Jan 2026 00:11:18 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Vary: Accept-Encoding Page title: React App <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>React App</title><script defer="defer" src="/static/js/main.4bf7de80.js"></script><link href="/static/css/main.ba1598c8.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
Open service 37.140.192.134:80 · sheet.utopia.tales.pw
2026-01-12 00:11
HTTP/1.1 200 OK Server: nginx Date: Mon, 12 Jan 2026 00:11:19 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Vary: Accept-Encoding Page title: React App <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>React App</title><script defer="defer" src="/static/js/main.4bf7de80.js"></script><link href="/static/css/main.ba1598c8.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
Open service 2a00:f940:2:2:1:1:0:117:80 · sheet.utopia.tales.pw
2026-01-12 00:11
HTTP/1.1 200 OK Server: nginx Date: Mon, 12 Jan 2026 00:11:19 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Vary: Accept-Encoding Page title: React App <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>React App</title><script defer="defer" src="/static/js/main.4bf7de80.js"></script><link href="/static/css/main.ba1598c8.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
Open service 37.140.192.134:443 · www.sheet.utopia.tales.pw
2026-01-12 00:11
HTTP/1.1 200 OK Server: nginx Date: Mon, 12 Jan 2026 00:11:18 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Vary: Accept-Encoding Page title: React App <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>React App</title><script defer="defer" src="/static/js/main.4bf7de80.js"></script><link href="/static/css/main.ba1598c8.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
Open service 2a00:f940:2:2:1:1:0:117:80 · www.sheet.utopia.tales.pw
2026-01-12 00:11
HTTP/1.1 200 OK Server: nginx Date: Mon, 12 Jan 2026 00:11:18 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Vary: Accept-Encoding Page title: React App <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>React App</title><script defer="defer" src="/static/js/main.4bf7de80.js"></script><link href="/static/css/main.ba1598c8.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
Open service 37.140.192.134:443 · www.painmed.tales.pw
2026-01-10 02:16
HTTP/1.1 301 Moved Permanently Server: nginx Date: Sat, 10 Jan 2026 02:16:12 GMT Content-Type: text/html; charset=UTF-8 Content-Length: 0 Connection: close X-Powered-By: PHP/8.4.14 X-Redirect-By: WordPress Location: https://painmed.tales.pw/
Open service 2a00:f940:2:2:1:1:0:117:80 · www.wiki.utopia.tales.pw
2026-01-05 00:11
HTTP/1.1 301 Moved Permanently Server: nginx Date: Mon, 05 Jan 2026 00:11:52 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Location: https://www.wiki.utopia.tales.pw:443/ Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 37.140.192.134:443 · www.wiki.utopia.tales.pw
2026-01-05 00:11
HTTP/1.1 301 Moved Permanently Server: nginx Date: Mon, 05 Jan 2026 00:11:52 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Location: http://wiki.utopia.tales.pw/ Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 37.140.192.134:80 · wiki.utopia.tales.pw
2026-01-05 00:11
HTTP/1.1 301 Moved Permanently Server: nginx Date: Mon, 05 Jan 2026 00:11:51 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Location: https://wiki.utopia.tales.pw:443/ Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 2a00:f940:2:2:1:1:0:117:80 · wiki.utopia.tales.pw
2026-01-05 00:11
HTTP/1.1 301 Moved Permanently Server: nginx Date: Mon, 05 Jan 2026 00:11:51 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Location: https://wiki.utopia.tales.pw:443/ Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 2a00:f940:2:2:1:1:0:117:443 · wiki.utopia.tales.pw
2026-01-05 00:11
HTTP/1.1 200 OK
Server: nginx
Date: Mon, 05 Jan 2026 00:11:53 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
X-Powered-By: PHP/8.4.14
X-Content-Type-Options: nosniff
Content-language: ru
X-Frame-Options: DENY
Vary: Accept-Encoding,Cookie
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
X-Request-Id: aVsByRtoxwzGEGUzLCen7QAAABI
Page title: Требуется авторизация — Tales of Utopia GM wiki
<!DOCTYPE html>
<html class="client-nojs" lang="ru" dir="ltr">
<head>
<meta charset="UTF-8">
<title>Требуется авторизация — Tales of Utopia GM wiki</title>
<script>(function(){var className="client-js";var cookie=document.cookie.match(/(?:^|; )u2662888_u_gm_wikimwclientpreferences=([^;]+)/);if(cookie){cookie[1].split('%2C').forEach(function(pref){className=className.replace(new RegExp('(^| )'+pref.replace(/-clientpref-\w+$|[^\w-]+/g,'')+'-clientpref-\\w+( |$)'),'$1'+pref+'$2');});}document.documentElement.className=className;}());RLCONF={"wgBreakFrames":true,"wgSeparatorTransformTable":[",\t."," \t,"],"wgDigitTransformTable":["",""],"wgDefaultDateFormat":"dmy","wgMonthNames":["","январь","февраль","март","апрель","май","июнь","июль","август","сентябрь","октябрь","ноябрь","декабрь"],"wgRequestId":"aVsByRtoxwzGEGUzLCen7QAAABI","wgCanonicalNamespace":"Special","wgCanonicalSpecialPageName":"Badtitle","wgNamespaceNumber":-1,"wgPageName":"Служебная:Недопустимое_название","wgTitle":"Недопустимое название","wgCurRevisionId":0,"wgRevisionId":0,"wgArticleId":0,"wgIsArticle":false,"wgIsRedirect":false,"wgAction":"view","wgUserName":null,"wgUserGroups":["*"],"wgCategories":[],"wgPageViewLanguage":"ru","wgPageContentLanguage":"ru","wgPageContentModel":"wikitext","wgRelevantPageName":"Служебная:Недопустимое_название","wgRelevantArticleId":0,"wgIsProbablyEditable":false,"wgRelevantPageIsProbablyEditable":false,"wgMediaViewerOnClick":true,"wgMediaViewerEnabledByDefault":true,"wgVisualEditor":{"pageLanguageCode":"ru","pageLanguageDir":"ltr","pageVariantFallbacks":"ru"},"wgEditSubmitButtonLabelPublish":false};
RLSTATE={"site.styles":"ready","user.styles":"ready","user":"ready","user.options":"loading","skins.vector.styles.legacy":"ready","ext.visualEditor.desktopArticleTarget.noscript":"ready"};RLPAGEMODULES=["site","mediawiki.page.ready","skins.vector.legacy.js","ext.visualEditor.desktopArticleTarget.init","ext.visualEditor.targetLoader"];</script>
<script>(RLQ=window.RLQ||[]).push(function(){mw.loader.impl(function(){return["user.options@12s5i",function($,jQuery,require,module){mw.user.tokens.set({"patrolToken":"+\\","watchToken":"+\\","csrfToken":"+\\"});
}];});});</script>
<link rel="stylesheet" href="/load.php?lang=ru&modules=ext.visualEditor.desktopArticleTarget.noscript%7Cskins.vector.styles.legacy&only=styles&skin=vector">
<script async="" src="/load.php?lang=ru&modules=startup&only=scripts&raw=1&skin=vector"></script>
<meta name="generator" content="MediaWiki 1.44.0">
<meta name="robots" content="noindex,nofollow,max-image-preview:standard">
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=1120">
<link rel="search" type="application/opensearchdescription+xml" href="/rest.php/v1/search" title="Tales of Utopia GM wiki (ru)">
<link rel="EditURI" type="application/rsd+xml" href="https://wiki.utopia.tales.pw/api.php?action=rsd">
<link rel="alternate" type="application/atom+xml" title="Tales of Utopia GM wiki — Atom-лента" href="/index.php?title=%D0%A1%D0%BB%D1%83%D0%B6%D0%B5%D0%B1%D0%BD%D0%B0%D1%8F:%D0%A1%D0%B2%D0%B5%D0%B6%D0%B8%D0%B5_%D0%BF%D1%80%D0%B0%D0%B2%D0%BA%D0%B8&feed=atom">
</head>
<body class="skin-vector-legacy mediawiki ltr sitedir-ltr mw-hide-empty-elt ns--1 ns-special mw-special-Badtitle page-Служебная_Недопустимое_название rootpage-Служебная_Недопустимое_название skin-vector action-view"><div id="mw-page-base" class="noprint"></div>
<div id="mw-head-base" class="noprint"></div>
<div id="content" class="mw-body" role="main">
<a id="top"></a>
<div id="siteNotice"></div>
<div class="mw-indicators">
</div>
<h1 id="firstHeading" class="firstHeading mw-first-heading">Требуется авторизация</h1>
<div id="bodyContent" class="vector-body">
<div id="contentSub"><div id="mw-content-subtitle"></div>
Open service 37.140.192.134:80 · www.wiki.utopia.tales.pw
2026-01-05 00:11
HTTP/1.1 301 Moved Permanently Server: nginx Date: Mon, 05 Jan 2026 00:11:51 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Location: https://www.wiki.utopia.tales.pw:443/ Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 2a00:f940:2:2:1:1:0:117:443 · www.wiki.utopia.tales.pw
2026-01-05 00:11
HTTP/1.1 301 Moved Permanently Server: nginx Date: Mon, 05 Jan 2026 00:11:51 GMT Content-Type: text/html Transfer-Encoding: chunked Connection: close Location: http://wiki.utopia.tales.pw/ Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>