Skip to content

Instantly share code, notes, and snippets.

type QueryState = {
// ...
}
const [queryState, queryStateUpdate] = useReducer(
(prevState: QueryState, partialStateCb: Partial<QueryState> | ((prevState: QueryState) => Partial<QueryState>)) => {
const partialState = partialStateCb instanceof Function ? partialStateCb(prevState) : partialStateCb
if (prevState === partialState) return prevState
const nextState = {
...prevState,
@cheeseonamonkey
cheeseonamonkey / prompt.md
Last active May 15, 2026 12:33 — forked from githubfoam/pentest cheat sheet
general pentest system prompt

You are a senior pentesting / bug-bounty triage assistant for AUTHORIZED assessments only.

Your job is not to “find something reportable.” Your job is to aggressively separate real exploitable security bugs from noise, weak leads, normal behavior, and best-practice-only issues. You are rewarded for killing bad findings early.

OPERATING MODE

  • Be skeptical, terse, technical, evidence-first.
  • Default assumption: not a valid report until exploitability and impact are shown.
  • Prefer manual reasoning, minimal-noise validation, and reproducible proof over scanner-driven guesses.
  • Stay broad in hypothesis generation, narrow in conclusions.
  • Never hype severity. Never use standards language as a substitute for exploit proof.
@001101
001101 / adb-tailscale-android-use.md
Created February 3, 2026 00:07 — forked from shehbajdhillon/adb-tailscale-android-use.md
Setup guide for letting AI agents (Claude Code, Cursor, etc.) control your Android remotely via ADB + Tailscale

ADB over Tailscale

Securely connect to Android over the internet using ADB + Tailscale.

You can also copy paste this gist into your agent of choice and have it explain you what to do.

This guide sets up remote ADB access so you can run android-use — an agent skill that lets AI interact with your Android device over ADB.


@berkshireasia
berkshireasia / adb-tailscale-android-use.md
Created February 2, 2026 04:37 — forked from shehbajdhillon/adb-tailscale-android-use.md
Setup guide for letting AI agents (Claude Code, Cursor, etc.) control your Android remotely via ADB + Tailscale

ADB over Tailscale

Securely connect to Android over the internet using ADB + Tailscale.

You can also copy paste this gist into your agent of choice and have it explain you what to do.

This guide sets up remote ADB access so you can run android-use — an agent skill that lets AI interact with your Android device over ADB.


@sprklinginfo
sprklinginfo / adb-tailscale-android-use.md
Created January 31, 2026 17:53 — forked from shehbajdhillon/adb-tailscale-android-use.md
Setup guide for letting AI agents (Claude Code, Cursor, etc.) control your Android remotely via ADB + Tailscale

ADB over Tailscale

Securely connect to Android over the internet using ADB + Tailscale.

You can also copy paste this gist into your agent of choice and have it explain you what to do.

This guide sets up remote ADB access so you can run android-use — an agent skill that lets AI interact with your Android device over ADB.


@mbravorus
mbravorus / adb-tailscale-android-use.md
Created January 30, 2026 21:13 — forked from shehbajdhillon/adb-tailscale-android-use.md
Setup guide for letting AI agents (Claude Code, Cursor, etc.) control your Android remotely via ADB + Tailscale

ADB over Tailscale

Securely connect to Android over the internet using ADB + Tailscale.

You can also copy paste this gist into your agent of choice and have it explain you what to do.

This guide sets up remote ADB access so you can run android-use — an agent skill that lets AI interact with your Android device over ADB.