Skip to content

Instantly share code, notes, and snippets.

@0xdevalias
0xdevalias / _deobfuscating-unminifying-obfuscated-web-app-code.md
Last active December 15, 2025 18:20
Some notes and tools for reverse engineering / deobfuscating / unminifying obfuscated web app code
@bradtraversy
bradtraversy / terminal-commands.md
Last active December 15, 2025 18:17
Common Terminal Commands

Common Terminal Commands

Key Commands & Navigation

Before we look at some common commands, I just want to note a few keyboard commands that are very helpful:

  • Up Arrow: Will show your last command
  • Down Arrow: Will show your next command
  • Tab: Will auto-complete your command
  • Ctrl + L: Will clear the screen
@djaiss
djaiss / gist:2938259
Created June 15, 2012 19:13
PHP List of countries
<?php
$countries =
array(
"AF" => "Afghanistan",
"AL" => "Albania",
"DZ" => "Algeria",
"AS" => "American Samoa",
"AD" => "Andorra",
"AO" => "Angola",
@arianvp
arianvp / SSH_MACOS_SECURE_ENCLAVES.md
Last active December 15, 2025 18:11
Native Secure Enclaved backed ssh keys on MacOS

Native Secure Enclave backed ssh keys on MacOS

It turns out that MacOS Tahoe can generate and use secure-enclave backed SSH keys! This replaces projects like https://github.com/maxgoedjen/secretive

There is a shared library /usr/lib/ssh-keychain.dylib that traditionally has been used to add smartcard support to ssh by implementing PKCS11Provider interface. However since recently it also implements SecurityKeyProivder which supports loading keys directly from the secure enclave! SecurityKeyProvider is what is normally used to talk to FIDO2 devices (e.g. libfido2 can be used to talk to your Yubikey). However you can now use it to talk to your Secure Enclave instead!

func! SearchHighlight(timer) abort
if !v:hlsearch || mode() isnot 'n'
return
else
let cmd="\<c-\>\<c-n>:let v:hlsearch=0\<cr>\<c-l>"
sil call feedkeys(cmd, 'n')
endif
endfu
func! s:TimerHighlight() abort
@Crocoblock
Crocoblock / code.php
Last active December 15, 2025 18:06
JetFormBuilder Bypass payment gateway actions if price is 0
<?php
add_filter(
'jet-form-builder/default-process-event/executors',
'jet_fb_custom_modify_default_executors',
11
);
/**
* Works with JetFormBuilder >= 3.2
@angelop47
angelop47 / pasos-node-typescript.md
Last active December 15, 2025 18:06 — forked from Klerith/pasos-node-typescript.md
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)

Mom Artifacts Server Setup Guide

Share HTML files, visualizations, and interactive demos publicly via Cloudflare Tunnel with live reload support.

What is it?

The artifacts server lets Mom create HTML/JS/CSS files that you can instantly view in a browser, with WebSocket-based live reload for development. Perfect for dashboards, visualizations, prototypes, and interactive demos.

Installation

@ankurpandeyvns
ankurpandeyvns / V2802RH_CLI.md
Last active December 15, 2025 17:55
VSOL V2802RH ONU – Command-Line Interface Reference

📚 VSOL V2802RH ONU – Complete CLI Reference (v4, May 26 2025)

This single file combines every command, description, and example captured so far.
It merges the earlier “full” guide with all new commands from the latest terminal session.


🧭 1 · CLI Modes

| Prompt | Mode | What it’s for | Example |