Skip to content

Instantly share code, notes, and snippets.

@httpsx
httpsx / WireGuard DPI обход РКН - Windows.md
Last active December 12, 2025 06:45
WireGuard DPI обход РКН - Windows

Для обхода блокировки достаточно отправить 1 любой udp пакет, тем самым нарушим начальное определение протокола WireGuard
Способ с использованием Windows PowerShell. Без скачивания Nmap и подобного софта.

Шаг 0: Отключитесь от всех туннелей.

Шаг 1: Редактируем Клиент конфиг

Добавим в него "ListenPort", это позволит иметь статичный порт на котором будет работать WireGuard
Нажмите ПКМ на нужный "туннель" и выберите "Редактировать выбранный туннель..." Step1

После DNS добавляем новую строку

@TheAndrey
TheAndrey / redserver-forum.user.css
Last active July 9, 2024 21:54
Тёмная тема для форума RedServer
/* ==UserStyle==
@name RedServer Dark
@description `Dark theme for RedServer site.`
@namespace TheAndrey
@author TheAndrey
@version 1.2.3
@license WTFPL
@preprocessor default
@updateURL https://gist.github.com/TheAndrey/a66b48d46eb571376d0bae69d6c6c747/raw/redserver-forum.user.css
==/UserStyle== */
@makamys
makamys / 1.7.10-security-vulnerabilities.md
Last active August 17, 2025 15:30
1.7.10 Security Vulnerabilities

1.7.10 Security Vulnerabilities

Having been released over 9 years ago, Minecraft 1.7.10 is no longer officially supported, which means it is up to the users to mitigate security vulnerabilities.

I cannot guarantee this list is complete or accurate, this is just a compilation of what I have learned.

Log4J CVE-2021-44228 ("Log4Shell")

Date discovered: 2021-12-10

@qnimbus
qnimbus / README.md
Last active December 2, 2025 19:45
SSH Agent forwarding WSL2

SSH Agent forwarding in WSL2

Download npiperelay

To communicate between WSL and the 1Password SSH agent, we'd need to use npiperelay. This tool allows WSL to communicate with Windows' named pipes.

To install it, we need to open the GitHub repository and download the latest release. At the time of writing this post the latest release is v0.1.0 from July 2, 2020.

Unzip it and paste the npiperelay.exe file in any folder that's configured in your system's PATH. For example %USERPROFILE%/.wsl/mpiperelay.exe and then add %USERPROFILE%/.wsl to your PATH.

@WamWooWam
WamWooWam / PlayGTAV.cs
Last active October 15, 2025 21:44
Replacement PlayGTAV.exe for the Epic Games Store version of Grand Theft Auto V
using System.Diagnostics;
using System.IO;
using Microsoft.Win32;
//
// If you replace PlayGTAV.exe in your game folder with this code, it'll fix two problems:
// - The game will launch successfully if you simply double click PlayGTAV.exe (it'll actually launch EGS properly)
// - You won't have to accept a UAC prompt every time you launch the game
// - If the exe doesn't find Rockstar Social Club, it'll try and install it from the default location
//
Все перенесено сюда
https://github.com/Pa4ok/MinecraftForSale
@chrisswanda
chrisswanda / WireGuard_Setup.txt
Last active December 11, 2025 10:22
Stupid simple setting up WireGuard - Server and multiple peers
Install WireGuard via whatever package manager you use. For me, I use apt.
$ sudo add-apt-repository ppa:wireguard/wireguard
$ sudo apt-get update
$ sudo apt-get install wireguard
MacOS
$ brew install wireguard-tools
Generate key your key pairs. The key pairs are just that, key pairs. They can be
# Для всех перечисленных тут уязвимостей имеются фиксы (или будут сделаны в ближайшее время)
CarpentersBlocks:
1) com.carpentersblocks.network.PacketActivateBlock
1.1) Открытие GUI некоторых блоков в приватах
IC2NuclearControl:
1) shedar.mods.ic2.nuclearcontrol.network.message.PacketClientColor
shedar.mods.ic2.nuclearcontrol.network.message.PacketClientDisplaySettings
shedar.mods.ic2.nuclearcontrol.network.message.PacketClientRangeTrigger
Реквизиты:
Qiwi: +79608624930
Яндекс.Деньги: 410011923274761
Skype: sk2000sk1
Telegram: gamerforEA
Discord: gamerforEA#8924
Зеркало на GitHub Gist: https://gist.github.com/gamerforEA/6c4a77255b95ba4354cc26758d3633da
@dideler
dideler / bot.rb
Last active November 28, 2025 21:01
Sending a notification message to Telegram using its HTTP API via cURL
# Use this script to test that your Telegram bot works.
#
# Install the dependency
#
# $ gem install telegram_bot
#
# Run the bot
#
# $ ruby bot.rb
#