Skip to content

Instantly share code, notes, and snippets.

@HarvsG
HarvsG / WireGuardNordUpstream.md
Last active April 2, 2024 17:55
How to create a wireguard server with NordVPN upstream

Edit: Likely outdated/broken. See discussion below

Wireguard with Nord Upstream

  1. On a seperate, local machine install NordVPN sh <(wget -qO - https://downloads.nordcdn.com/apps/linux/install.sh)
  2. Enable nord permissions sudo usermod -aG nordvpn $USER && sudo reboot
  3. set Nord to use wireguard nordvpn set technology NordLynx then nordvpn login
  4. nordvpn whitelist add subnet 192.168.0.0/24
  5. On the local machine connect to the nordvpn country of choice nordvpn connect ch, ch is Switzerland
  6. On the local machine sudo wg showconf nordlynx to see the client private key and server pubkey
@midzer
midzer / gist:1afc39bdf5adbfe0020d1c2212b76b87
Created April 30, 2021 18:07
Hide Twitter Trending, Who to follow and liked tweets with uBlock Origin filters
# via @gorhill
twitter.com##[aria-label$="trending now" i]
twitter.com##[aria-label="who to follow" i]
twitter.com##[data-testid="socialContext"]:has-text(/liked$/i):upward(article)
@cjpatton
cjpatton / README.md
Last active July 19, 2024 04:15
ECH test client and server

Contents

  • client.go - ECH test client (uses a fixed ECHConfigsList).
  • server.go - ECH test server (uses a fixed set of ECH keys).
  • backend.crt, baackend.key - Test certificate and key for "example.com" (the backend server).
  • client_facing.crt, backend.key - Test certificate and key for "cloudflare-esni.com" (the client-facing server).
  • root.crt - Root certificate for backend.crt and client_facing.crt.
  • get_configs.py - Script for fetching the real ECHConfigsList for "crypto.cloudflare.com".

Testing

@Kuju29
Kuju29 / Ldplayer.ad.css
Last active November 23, 2023 06:29
Ldplayer.ad.css
# Ldplayer
adabdapi.ldmnq.com
apien.ldmnq.com
encdn.ldmnq.com
storeen.ldmnq.com
k-ring.msedge.net
# ledger.bt.co
ldmnq.com
# appstore.ldmnq.com
res.ldmnq.com
@bluewalk
bluewalk / GetNordVPNWireGuardDetails.md
Last active July 12, 2025 19:51
Getting NordVPN WireGuard details

About

Instructions to obtain WireGuard details of your NordVPN account. These can be used to setup a WireGuard tunnel on your router to NordVPN.

Source: https://forum.gl-inet.com/t/configure-wireguard-client-to-connect-to-nordvpn-servers/10422/27

Prerequisites

If you have any linux machine, use that or install a vm if you don't have one.

Get their official linux app installed. Make sure you have wireguard installed too. And set the used technology to Nordlynx by running nordvpn set technology nordlynx

@rampfox
rampfox / TNT’s certificate.md
Last active February 17, 2025 04:03
If Crashes when opening Mac Cracked Apps

Apple removed TNT’s certificate, so the app will crash after July 12th. The current solution is to sign it yourself.

Run in Terminal

codesign --force --deep --sign - /Applications/name.app

if Permission denied don't forget to add sudo

example:

@socram8888
socram8888 / relay.py
Created December 28, 2020 11:23
Tp-Link Tapo C200 video relaying test
#!/usr/bin/env pyton3
import uuid
import requests
import ssl
import socket
import http.client
import json
import sys
@gvolluz
gvolluz / Cit0day.sites.lst
Last active June 21, 2025 08:53
Cit0day breach, list of sites in Cit0day [_special_for_xss.is].txt and Cit0day Prem [_special_for_xss.is].txt (only dns, sorted, without duplicates)
0059.co.kr
007.no
007airsoft.com
008.vista.kz
01186mb.ca
012.ca
01nii.ru
0286776498.com
0286780777.com
02asat.photoherald.com
@FadeMind
FadeMind / fuck_telemetry.cmd
Created August 26, 2020 13:24
Turn Off Telemetry in Windows 10
@echo off
echo.
openfiles > NUL 2>&1
if %errorlevel% NEQ 0 (
echo You are not running as Administrator...
echo This batch cannot do it's job without elevation!
echo.
echo Right-click and select ^'Run as Administrator^' and try again...
echo.
@antonydevanchi
antonydevanchi / 00-all.txt
Last active March 23, 2023 12:34
List of values HTTP Header "User-Agent" which you may meet in the real world. Crafted by hands from nginx's access.log entire many high-loaded projects
"Mozilla/5.0
"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36"
'Cloud mapping experiment. Contact [email protected]'
'Mozilla/5.0 (compatible; Seekport Crawler; http://seekport.com/'
() { :; }; echo ; echo ; /bin/cat /etc/passwd
(CASE WHEN (1933=6210) THEN 'Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/531.4 (KHTML, like Gecko) Chrome/3.0.194.0 Safari/531.4' ELSE 1933*(SELECT 1933 FROM DUAL UNION SELECT 6210 FROM DUAL) END)
(CASE WHEN (3405=3405) THEN 3405 ELSE 3405*(SELECT 3405 FROM DUAL UNION SELECT 8193 FROM DUAL) END)
(CASE WHEN (5046=4939) THEN 5046 ELSE 5046*(SELECT 5046 FROM DUAL UNION SELECT 4939 FROM DUAL) END)
(CASE WHEN (7404=7404) THEN 'Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/531.4 (KHTML, like Gecko) Chrome/3.0.194.0 Safari/531.4' ELSE 7404*(SELECT 7404 FROM DUAL UNION SELECT 6679 FROM DUAL) END)