GitHub.com
tcp/443 tcp/80
nginx
tcp/443
The following URL (usually /.git/config) is publicly accessible and is leaking source code and repository configuration.
Severity: medium
Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a65228bdb4084
[core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote "origin"] url = https://github.com/grey-cat-1908/1kb fetch = +refs/heads/*:refs/remotes/origin/* [branch "master"] remote = origin merge = refs/heads/master
The following URL (usually /.git/config) is publicly accessible and is leaking source code and repository configuration.
Severity: medium
Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a65228bdb4084
[core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote "origin"] url = https://github.com/grey-cat-1908/1kb fetch = +refs/heads/*:refs/remotes/origin/* [branch "master"] remote = origin merge = refs/heads/master
Open service 2606:50c0:8002::153:80 · mrkrk.me
2026-02-06 13:05
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html x-origin-cache: HIT Location: https://mrkrk.me/ X-GitHub-Request-Id: B376:15E07A:BDF7A:DC97A:6985E705 Accept-Ranges: bytes Age: 0 Date: Fri, 06 Feb 2026 13:05:10 GMT Via: 1.1 varnish X-Served-By: cache-bom-vanm7210053-BOM X-Cache: MISS X-Cache-Hits: 0 X-Timer: S1770383110.909373,VS0,VE210 Vary: Accept-Encoding X-Fastly-Request-ID: ec475f5e12857ee7fcfad9b18dc04359c20aa9f1 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 185.199.110.153:443 · areport.mrkrk.me
2026-02-01 11:38
HTTP/1.1 200 OK
Connection: close
Content-Length: 11223
Server: GitHub.com
Content-Type: text/html; charset=utf-8
x-origin-cache: HIT
Last-Modified: Tue, 05 Aug 2025 19:03:47 GMT
Access-Control-Allow-Origin: *
ETag: "68925593-2bd7"
expires: Sun, 01 Feb 2026 11:48:21 GMT
Cache-Control: max-age=600
x-proxy-cache: HIT
X-GitHub-Request-Id: 7351:0A09:489BD:531B7:697F3B2D
Accept-Ranges: bytes
Date: Sun, 01 Feb 2026 11:38:21 GMT
Via: 1.1 varnish
Age: 0
X-Served-By: cache-bom-vanm7210083-BOM
X-Cache: HIT
X-Cache-Hits: 1
X-Timer: S1769945901.201343,VS0,VE164
Vary: Accept-Encoding
X-Fastly-Request-ID: 1009ef3c34017999b76afd827c0574b7aac9c6ea
Page title: αReport
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8" />
<title>αReport</title>
<link rel="icon" type="image/x-icon" href="/favicon.png">
<meta name="description" content="Сервис для создания красивых академических отчетов">
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap" rel="stylesheet" />
<style>
*,
*::before,
*::after {
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: "Onest", sans-serif;
}
body {
background: #f9fafb;
}
#downloadimg,
#addRowBtn {
display: block;
margin: 0 auto 24px;
padding: 10px 20px;
border: none;
border-radius: 6px;
cursor: pointer;
font-size: 15px;
font-weight: 500;
}
#downloadimg {
background: #3b3bb5;
color: #fff;
}
#addRowBtn {
background: #e4e7ed;
color: #000;
}
#downloadimg:hover {
opacity: 0.85;
}
#imgContainer {
width: 595pt;
min-height: 841pt;
margin: 0 auto;
background: #eef1f7;
border-radius: 16px;
overflow: hidden;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.header {
background: #eef1f7;
text-align: center;
padding: 40px 20px 24px;
}
.header h1 {
font-size: 28px;
font-weight: 500;
color: #2e2e2e;
}
.header .meta,
.avgc {
margin-top: 8px;
font-size: 14px;
color: #6b6b6b;
}
.header .avg {
margin-top: 16px;
font-size: 48px;
font-weight: 600;
color: #3b3bb5;
}
#imgContainer table {
margin: 0 2.5%;
width: 95%;
table-layout: fixed;
border-spacing: 0;
border-radius: 8px;
}
colgroup col:nth-child(1) {
width: 50%;
}
colgroup col:nth-child(2) {
width: 20%;
}
colgroup col:nth-child(3) {
width: 15%;
}
colgroup col:nth-child(4) {
width: 15%;
}
table thead th:first-child {
border-top-left-radius: 8px;
}
table thead th:last-child {
border-top-right-radius: 8px;
}
table tbody tr:last-child td:first-child {
border-bottom-left-radius: 8px;
}
table tbody tr:last-child td:last-child {
border-bottom-right-radius: 8px;
}
thead th {
padding: 12px 0;
font-size: 15px;
font-weight: 500;
color: #fff;
background: #3b3bb5;
text-align: center;
}
tbody tr:nth-child(odd) {
background: rgba(111, 0, 214, 0.05);
}
tbody tr:nth-child(even) {
background: #fff;
}
tbody td {
padding: 6.5px 0;
font-size: 14px;
color: #2e2e2e;
text-align: center;
vertical-align: middle;
border-top: 1px solid #e4e7ed;
}
input {
padding: 8px 0;
font-size: 14px;
color: #2e2e2e;
text-align: center;
vertical-align: middle;
border-radius: 5px;
border: 1px solid #e4e7ed;
width: 80%;
}
select {
padding: 8px 12px;
font-size: 14px;
color: #2e2e2e;
text-align: center;
vertical-align: middle;
border-radius: 5px;
border: 1px solid #e4e7ed;
}
option {
text-align: center;
}
.circle {
display: inline-flex;
align-items: center;
justify-content: center;
width: 32px;
height: 32px;
bac
Open service 2606:50c0:8000::153:443 · areport.mrkrk.me
2026-02-01 11:38
HTTP/1.1 200 OK
Connection: close
Content-Length: 11223
Server: GitHub.com
Content-Type: text/html; charset=utf-8
x-origin-cache: HIT
Last-Modified: Tue, 05 Aug 2025 19:03:47 GMT
Access-Control-Allow-Origin: *
ETag: "68925593-2bd7"
expires: Sun, 01 Feb 2026 11:48:21 GMT
Cache-Control: max-age=600
x-proxy-cache: HIT
X-GitHub-Request-Id: 7351:0A09:489BD:531B7:697F3B2D
Accept-Ranges: bytes
Date: Sun, 01 Feb 2026 11:38:21 GMT
Via: 1.1 varnish
Age: 0
X-Served-By: cache-bom-vanm7210053-BOM
X-Cache: HIT
X-Cache-Hits: 1
X-Timer: S1769945901.203411,VS0,VE162
Vary: Accept-Encoding
X-Fastly-Request-ID: 75e22e1887647aa65c53865b3368c486d687670f
Page title: αReport
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8" />
<title>αReport</title>
<link rel="icon" type="image/x-icon" href="/favicon.png">
<meta name="description" content="Сервис для создания красивых академических отчетов">
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap" rel="stylesheet" />
<style>
*,
*::before,
*::after {
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: "Onest", sans-serif;
}
body {
background: #f9fafb;
}
#downloadimg,
#addRowBtn {
display: block;
margin: 0 auto 24px;
padding: 10px 20px;
border: none;
border-radius: 6px;
cursor: pointer;
font-size: 15px;
font-weight: 500;
}
#downloadimg {
background: #3b3bb5;
color: #fff;
}
#addRowBtn {
background: #e4e7ed;
color: #000;
}
#downloadimg:hover {
opacity: 0.85;
}
#imgContainer {
width: 595pt;
min-height: 841pt;
margin: 0 auto;
background: #eef1f7;
border-radius: 16px;
overflow: hidden;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.header {
background: #eef1f7;
text-align: center;
padding: 40px 20px 24px;
}
.header h1 {
font-size: 28px;
font-weight: 500;
color: #2e2e2e;
}
.header .meta,
.avgc {
margin-top: 8px;
font-size: 14px;
color: #6b6b6b;
}
.header .avg {
margin-top: 16px;
font-size: 48px;
font-weight: 600;
color: #3b3bb5;
}
#imgContainer table {
margin: 0 2.5%;
width: 95%;
table-layout: fixed;
border-spacing: 0;
border-radius: 8px;
}
colgroup col:nth-child(1) {
width: 50%;
}
colgroup col:nth-child(2) {
width: 20%;
}
colgroup col:nth-child(3) {
width: 15%;
}
colgroup col:nth-child(4) {
width: 15%;
}
table thead th:first-child {
border-top-left-radius: 8px;
}
table thead th:last-child {
border-top-right-radius: 8px;
}
table tbody tr:last-child td:first-child {
border-bottom-left-radius: 8px;
}
table tbody tr:last-child td:last-child {
border-bottom-right-radius: 8px;
}
thead th {
padding: 12px 0;
font-size: 15px;
font-weight: 500;
color: #fff;
background: #3b3bb5;
text-align: center;
}
tbody tr:nth-child(odd) {
background: rgba(111, 0, 214, 0.05);
}
tbody tr:nth-child(even) {
background: #fff;
}
tbody td {
padding: 6.5px 0;
font-size: 14px;
color: #2e2e2e;
text-align: center;
vertical-align: middle;
border-top: 1px solid #e4e7ed;
}
input {
padding: 8px 0;
font-size: 14px;
color: #2e2e2e;
text-align: center;
vertical-align: middle;
border-radius: 5px;
border: 1px solid #e4e7ed;
width: 80%;
}
select {
padding: 8px 12px;
font-size: 14px;
color: #2e2e2e;
text-align: center;
vertical-align: middle;
border-radius: 5px;
border: 1px solid #e4e7ed;
}
option {
text-align: center;
}
.circle {
display: inline-flex;
align-items: center;
justify-content: center;
width: 32px;
height: 32px;
bac
Open service 185.199.111.153:443 · areport.mrkrk.me
2026-02-01 11:38
HTTP/1.1 200 OK
Connection: close
Content-Length: 11223
Server: GitHub.com
Content-Type: text/html; charset=utf-8
x-origin-cache: HIT
Last-Modified: Tue, 05 Aug 2025 19:03:47 GMT
Access-Control-Allow-Origin: *
ETag: "68925593-2bd7"
expires: Sun, 01 Feb 2026 11:48:21 GMT
Cache-Control: max-age=600
x-proxy-cache: HIT
X-GitHub-Request-Id: 15A4:13A9:3844C2E:38B9169:697F3B2D
Accept-Ranges: bytes
Age: 0
Date: Sun, 01 Feb 2026 11:38:21 GMT
Via: 1.1 varnish
X-Served-By: cache-fra-eddf8230121-FRA
X-Cache: MISS
X-Cache-Hits: 0
X-Timer: S1769945901.188270,VS0,VE99
Vary: Accept-Encoding
X-Fastly-Request-ID: e05e62d4587fee47fa51586a6216c33e25606dc8
Page title: αReport
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8" />
<title>αReport</title>
<link rel="icon" type="image/x-icon" href="/favicon.png">
<meta name="description" content="Сервис для создания красивых академических отчетов">
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap" rel="stylesheet" />
<style>
*,
*::before,
*::after {
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: "Onest", sans-serif;
}
body {
background: #f9fafb;
}
#downloadimg,
#addRowBtn {
display: block;
margin: 0 auto 24px;
padding: 10px 20px;
border: none;
border-radius: 6px;
cursor: pointer;
font-size: 15px;
font-weight: 500;
}
#downloadimg {
background: #3b3bb5;
color: #fff;
}
#addRowBtn {
background: #e4e7ed;
color: #000;
}
#downloadimg:hover {
opacity: 0.85;
}
#imgContainer {
width: 595pt;
min-height: 841pt;
margin: 0 auto;
background: #eef1f7;
border-radius: 16px;
overflow: hidden;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.header {
background: #eef1f7;
text-align: center;
padding: 40px 20px 24px;
}
.header h1 {
font-size: 28px;
font-weight: 500;
color: #2e2e2e;
}
.header .meta,
.avgc {
margin-top: 8px;
font-size: 14px;
color: #6b6b6b;
}
.header .avg {
margin-top: 16px;
font-size: 48px;
font-weight: 600;
color: #3b3bb5;
}
#imgContainer table {
margin: 0 2.5%;
width: 95%;
table-layout: fixed;
border-spacing: 0;
border-radius: 8px;
}
colgroup col:nth-child(1) {
width: 50%;
}
colgroup col:nth-child(2) {
width: 20%;
}
colgroup col:nth-child(3) {
width: 15%;
}
colgroup col:nth-child(4) {
width: 15%;
}
table thead th:first-child {
border-top-left-radius: 8px;
}
table thead th:last-child {
border-top-right-radius: 8px;
}
table tbody tr:last-child td:first-child {
border-bottom-left-radius: 8px;
}
table tbody tr:last-child td:last-child {
border-bottom-right-radius: 8px;
}
thead th {
padding: 12px 0;
font-size: 15px;
font-weight: 500;
color: #fff;
background: #3b3bb5;
text-align: center;
}
tbody tr:nth-child(odd) {
background: rgba(111, 0, 214, 0.05);
}
tbody tr:nth-child(even) {
background: #fff;
}
tbody td {
padding: 6.5px 0;
font-size: 14px;
color: #2e2e2e;
text-align: center;
vertical-align: middle;
border-top: 1px solid #e4e7ed;
}
input {
padding: 8px 0;
font-size: 14px;
color: #2e2e2e;
text-align: center;
vertical-align: middle;
border-radius: 5px;
border: 1px solid #e4e7ed;
width: 80%;
}
select {
padding: 8px 12px;
font-size: 14px;
color: #2e2e2e;
text-align: center;
vertical-align: middle;
border-radius: 5px;
border: 1px solid #e4e7ed;
}
option {
text-align: center;
}
.circle {
display: inline-flex;
align-items: center;
justify-content: center;
width: 32px;
height: 32px;
bac
Open service 193.164.16.59:443 · hi.mrkrk.me
2026-01-09 07:25
HTTP/1.1 200 OK
Server: nginx
Date: Fri, 09 Jan 2026 07:25:47 GMT
Content-Type: text/html
Content-Length: 962
Connection: close
Accept-Ranges: bytes
<link href=data:, rel=icon><meta content="width=device-width,initial-scale=1"name=viewport><style>*{color:#fff}body{margin:0;background:#15171f;font:30vmin monospace;height:100%;display:grid;place-items:center}#t{display:none}label{cursor:pointer;display:flex;gap:.1em}i{transition:1s}#t:checked+label i{opacity:0}#t:checked+label i:nth-child(1){transform:translate(-70px,-60px) rotate(-20deg)}#t:checked+label i:nth-child(2){transform:translate(80px,-50px) rotate(30deg)}#t:checked~div{opacity:1;pointer-events:auto}div{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;pointer-events:none;text-align:center;transition:1s}a{margin:0 .5em;font-size:10vmin;text-decoration:none}a:hover{text-decoration:underline}</style><input id=t type=checkbox><label for=t><i>h</i><i>i</i></label><div><a href=//mrkrk.me style=font-size:18vmin;text-decoration:none>mrkrk</a><br><a href=//t.me/marakarka>tg</a><a href=mailto:mail@mrkrk.me>email</a></div>
Open service 193.164.16.59:443 · hi.mrkrk.me
2026-01-02 07:35
HTTP/1.1 200 OK
Server: nginx
Date: Fri, 02 Jan 2026 07:35:13 GMT
Content-Type: text/html
Content-Length: 962
Connection: close
Accept-Ranges: bytes
<link href=data:, rel=icon><meta content="width=device-width,initial-scale=1"name=viewport><style>*{color:#fff}body{margin:0;background:#15171f;font:30vmin monospace;height:100%;display:grid;place-items:center}#t{display:none}label{cursor:pointer;display:flex;gap:.1em}i{transition:1s}#t:checked+label i{opacity:0}#t:checked+label i:nth-child(1){transform:translate(-70px,-60px) rotate(-20deg)}#t:checked+label i:nth-child(2){transform:translate(80px,-50px) rotate(30deg)}#t:checked~div{opacity:1;pointer-events:auto}div{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;pointer-events:none;text-align:center;transition:1s}a{margin:0 .5em;font-size:10vmin;text-decoration:none}a:hover{text-decoration:underline}</style><input id=t type=checkbox><label for=t><i>h</i><i>i</i></label><div><a href=//mrkrk.me style=font-size:18vmin;text-decoration:none>mrkrk</a><br><a href=//t.me/marakarka>tg</a><a href=mailto:mail@mrkrk.me>email</a></div>
Open service 193.164.16.59:443 · hi.mrkrk.me
2025-12-23 06:21
HTTP/1.1 200 OK
Server: nginx
Date: Tue, 23 Dec 2025 06:21:24 GMT
Content-Type: text/html
Content-Length: 962
Connection: close
Accept-Ranges: bytes
<link href=data:, rel=icon><meta content="width=device-width,initial-scale=1"name=viewport><style>*{color:#fff}body{margin:0;background:#15171f;font:30vmin monospace;height:100%;display:grid;place-items:center}#t{display:none}label{cursor:pointer;display:flex;gap:.1em}i{transition:1s}#t:checked+label i{opacity:0}#t:checked+label i:nth-child(1){transform:translate(-70px,-60px) rotate(-20deg)}#t:checked+label i:nth-child(2){transform:translate(80px,-50px) rotate(30deg)}#t:checked~div{opacity:1;pointer-events:auto}div{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;pointer-events:none;text-align:center;transition:1s}a{margin:0 .5em;font-size:10vmin;text-decoration:none}a:hover{text-decoration:underline}</style><input id=t type=checkbox><label for=t><i>h</i><i>i</i></label><div><a href=//mrkrk.me style=font-size:18vmin;text-decoration:none>mrkrk</a><br><a href=//t.me/marakarka>tg</a><a href=mailto:mail@mrkrk.me>email</a></div>