An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

RealityCheck - XTLS-Reality Masking Test
---

+ Dependencies: openssl gtk2
+ Compilation: Lazarus-3.8 (x86_64)

![](https://github.com/AKotov-dev/RealityCheck/blob/main/ScreenShot2.png)

**[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!**