Skip to content

Instantly share code, notes, and snippets.

@thewh1teagle
thewh1teagle / main.py
Last active April 8, 2025 20:00
Bypass Chrome v20 encryption and extract cookies using Chrome Remote Debugging without admin rights.
"""
Bypass Chrome v20 appbound encryption and extract cookies using Chrome Remote Debugging without admin rights.
Including HTTP Only and Secure cookies.
Developed by: github.com/thewh1teagle
License: MIT
For educational purposes only.
Usage:
pip install websocket-client requests
python main.py
@abraxas86
abraxas86 / itchIoCollectionToCsv.user.js
Last active April 20, 2025 18:20
Export collecitons on itch.io as csv files
// ==UserScript==
// @name Itch Collection CSV Exporter
// @namespace https://github.com/abraxas86/tampermonkey-scripts/blob/main/itch.io/
// @version 4.5
// @description Scroll down to the bottom of your collection, click the button, get CSV of your collection!
// @author Abraxas86
// @match https://itch.io/c/*
// @match https://itch.io/my-purchases
// @match https://itch.io/b/*
// @match https://itch.io/bundle/*
@lrvick
lrvick / security.md
Created September 2, 2022 19:58
Security upgrades most organizations need.

Web Content Signing via Service Workers

  • Implementation:
    • M-of-n parties deterministically compile web interface bundle and sign it
    • Interface installs service worker mandates all future updates are
      • signed with m-of-n valid keys certified by a pinned CA
      • newer timestamp than current version
  • Protections
    • Compromised insider tampering with frontends
    • BGP attacks
  • DNS takeover
@jauderho
jauderho / Time Servers with NTS support.md
Last active October 15, 2024 16:25
A curated list of NTP time servers that support NTS
@tabatkins
tabatkins / pipeline.md
Last active October 17, 2022 22:40
Comparing the three pipeline proposals

We've been deadlocked for a while on the pipeline operator proposal, for a few reasons. Partially it's just low implementor interest, as this is fundamentally just syntactic sugar, but also because there are three competing proposals and the proponents of each haven't been convinced by the others yet.

In this essay I hope to briefly outline the problem space, summarize the three proposals, and talk about what's gained/lost by each of them. (Spoiler: they're all nearly identical; we're arguing over very small potatoes.)

@COFFEETALES
COFFEETALES / EdgeChromium.ps1
Last active September 28, 2024 14:06
PowerShell, Winforms and WebView 2, the getting started app
Param ( [String]$URL = 'https://coffeetales.net', [String]$Mode = 'Default' )
If ( 'Default' -ieq $Mode ) {
#[String]$WindowsPowershellPath =
# [IO.Path]::Combine(
# ([String[]]@( [Environment]::SystemDirectory, 'WindowsPowerShell', 'v1.0', 'powershell.exe' ))
# )
[String]$PowerShellPath = Get-Process -Id $PID | Select-Object -ExpandProperty Path
Start-Process `
@shashank-p
shashank-p / tachiyomi-source-details.json
Created December 22, 2020 14:08
Tachiyomi Source (Extensions) Details
{
"extensions": [
{
"id": "10",
"lang": "de",
"source": "Wie Manga!"
},
{
"id": "100019686565354829",
"lang": "de",
@aslafy-z
aslafy-z / play-aoe2-online.md
Last active January 27, 2025 15:04
How to setup Age Of Empires 2 to play online
  • Install Age Of Empires 2 The Conquerors Expansion
  • Patch game with userpatch: http://userpatch.aiscripters.net
  • Install and launch Hamachi: https://www.vpn.net
  • Create or join a Hamachi network
  • SERVER: Install ForceBindIP: https://r1ch.net/projects/forcebindip
  • SERVER: Create shortcut like: "C:\Program Files (x86)\ForceBindIP\ForceBindIP.exe" XX.XX.XX.XX "C:\Program Files (x86)\Age Of Empires 2 & The Conquerors Expansion - Full Game\Age2_x1\age2_x1.exe"

    Where XX.XX.XX.XX is your Hamachi IP

  • Start game, select MultiPlayer and TCP/IP DirectPlay method.
  • SERVER: Create a game and give your Hamachi IP to other players
  • CLIENT: Click on Show games and enter Hamachi IP of the server
@LucaFilipozzi
LucaFilipozzi / 00-ssh-tls-tunnel_and_ssh-port-knock.md
Last active March 21, 2024 00:30
ssh-tls-tunnel and ssh-port-knock

ssh-tls-tunnel

stuck behind a firewall that allows only http/https connections? offer ssh over a TLS tunnel!

configure haproxy server to accept TLS connections with ALPN ssh/2.0

configure ssh client to create TLS connections with ALPN ssh/2.0 using ProxyCommand

ssh-port-knock

@Klemek
Klemek / MangaRockAPI.md
Last active September 15, 2020 20:34
MangaRock RESTful API