Skip to content

Instantly share code, notes, and snippets.

@r00t-3xp10it
r00t-3xp10it / BrowserLogger.ps1
Last active December 20, 2025 06:20
Browser active tab title enumeration
<#
.SYNOPSIS
Active browser tab title enumeration
Author: @r00t-3xp10it
Tested Under: Windows 10 (19044) x64 bits
Required Dependencies: Get-Process
Optional Dependencies: none
PS cmdlet Dev version: v1.0.2
@sinetoami
sinetoami / install_deb_packs_on_voidlinux.md
Created December 22, 2018 04:05
How to install .deb packs on Void Linux

You can't install it with dpkg because dpkg is not this distro's package manager. It would conflict with xbps. So the dpkg in repo is built without install support. You can attempt to install it manually by doing:

ar x filename.deb
@owen800q
owen800q / boringssl.md
Created June 22, 2020 07:16
boringssl library's ssl pinning bypass

function bytes sequence signature

arm 32

2D E9 F0 4F A3 B0 81 46 50 20 10 70 D9 F8 98 70 00 2F

arm 64

FF 03 05 D1 FC 6B 0F A9 F9 63 10 A9 F7 5B 11 A9 F5 53 12 A9 F3 7B 13 A9 08 0A 80 52 48 00 00 39 16 54 40 F9 56 07 00 B4 C8 02 40 F9 08 07 00 B4 29 20 40 A9 F3 03 02 AA
@Klerith
Klerith / pasos-node-typescript.md
Last active December 20, 2025 06:06
Configurar proyecto de Node con TypeScript

Pasos para usar Node con TypeScript con Nodemon

Más información - Docs Oficiales

  1. Instalar TypeScript y tipos de Node, como dependencia de desarrollo
npm i -D typescript @types/node
  1. Inicializar el archivo de configuración de TypeScript ( Se puede configurar al gusto)
@gridley
gridley / pwrWithGuides.py
Created May 21, 2018 19:26
An OpenMC model of a 17x17 PWR assembly with guide tubes.
import openmc
import numpy as np
def pwr_assembly():
"""Create a PWR assembly model.
This model is a reflected 17x17 fuel assembly from the the `BEAVRS
<http://crpg.mit.edu/research/beavrs>`_ benchmark. The fuel is 2.4 w/o
enriched UO2 corresponding to a beginning-of-cycle condition. Note that the
number of particles/batches is initially set very low for testing purposes.
@utkustnr
utkustnr / buildscript.sh
Last active December 20, 2025 06:01
YUPIK/LAHAINA kernel scripts
#!/bin/env bash
set -e
set -o pipefail
check_dependencies() {
local missing=false
for tool in git curl wget jq unzip tar lz4 awk sed sha1sum md5sum; do
if ! command -v "$tool" &> /dev/null; then
@bferguson3
bferguson3 / Roguelike Half - Intermediate Rules Plus wip.md
Last active December 20, 2025 05:54
Roguelike Half - Intermediate Rules Plus english
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active December 20, 2025 06:22
Complete Recent Discord Quest

Complete Recent Discord Quest

Note

This does not works in browser for quests which require you to play a game! Use the desktop app to complete those.

How to use this script:

  1. Accept a quest under Discover -> Quests
  2. Press Ctrl+Shift+I to open DevTools
  3. Go to the Console tab
  4. Paste the following code and hit enter:
@wdouglascampbell
wdouglascampbell / create-bootable-usb-for-windows-11-arm.txt
Created January 18, 2025 19:06
Create Bootable USB for Windows 11 ARM
Download Official Windows 11 ARM ISO
====================================
1. Navigate to https://www.microsoft.com/en-us/software-download/windows11arm64
2. Select "Windows 11 (multi-edition ISO for Arm64) from the "Download"
dropdown list.
3. Click Download Now.
4. Select the product language, e.g. English (United States), from the
"Choose One" dropdown list.
5. Click Confirm.
6. Click Download Now.
@mcxiaoke
mcxiaoke / clash.yaml
Created June 1, 2024 03:26
clash各种协议的配置模板
# DNS 配置可自行修改
port: 7890
allow-lan: true
mode: rule
log-level: info
unified-delay: true
global-client-fingerprint: chrome
dns:
enable: true
listen: :53