https://github.com/akotov-dev/realitycheck
XTLS-Reality Masking Test
https://github.com/akotov-dev/realitycheck
mageia-linux masking testing-tools ubuntu xray-core xtls-reality
Last synced: 6 months ago
JSON representation
XTLS-Reality Masking Test
- Host: GitHub
- URL: https://github.com/akotov-dev/realitycheck
- Owner: AKotov-dev
- License: gpl-3.0
- Created: 2025-02-01T18:00:57.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-02T07:01:49.000Z (8 months ago)
- Last Synced: 2025-02-12T20:51:22.886Z (8 months ago)
- Topics: mageia-linux, masking, testing-tools, ubuntu, xray-core, xtls-reality
- Language: Pascal
- Homepage:
- Size: 3.68 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
RealityCheck - XTLS-Reality Masking Test
---+ Dependencies: openssl gtk2
+ Compilation: Lazarus-3.8 (x86_64)
**[RU]** Программа позволяет узнать, работает ли маскировка `XTLS-Reality` на вашем прокси-сервере при подключении через него. В приложении используется команда:
```
openssl s_client -showcerts -connect :443 -servername
```
— это IP-адрес или домен вашего прокси-сервера.
— это домен, под который прокси маскируется (например, `vk.com`).Посмотрите в выводе команды строки `subject` и `issuer`, которые покажут, какой сертификат был выдан сервером. Вы должны увидеть сертификат для сайта `vk.com` или того, под который настроен прокси. Если сертификат соответствует ожидаемому сайту, это подтвердит, что прокси правильно маскирует трафик.
Программа не требует установки: скачайте и распакуйте архив [RealityCheck.tar.gz](https://github.com/AKotov-dev/RealityCheck/raw/refs/heads/main/RealityCheck.tar.gz), запустите файл `RealityCheck`, введите данные и нажмите кнопку `Check`.
---
**[EN]** The program allows you to find out whether `XTLS-Reality` masking works on your proxy server when connecting through it. The application uses the command:
```
openssl s_client -showcerts -connect :443 -servername
```
is the IP address or domain of your proxy server.
is the domain under which the proxy is masked (for example, `vk.com`).Look in the command output for the `subject` and `issuer` lines, which will show which certificate was issued by the server. You should see a certificate for `vk.com` or the one the proxy is configured for. If the certificate matches the expected site, this confirms that the proxy is masking traffic correctly.
The program does not require installation: download and unzip the [RealityCheck.tar.gz](https://github.com/AKotov-dev/RealityCheck/raw/refs/heads/main/RealityCheck.tar.gz) archive, run the `RealityCheck` file, enter the data and click the `Check` button.
---
**Vive la résistance!**