Skip to content

Instantly share code, notes, and snippets.

View CircuitSoul's full-sized avatar

froyd.zip CircuitSoul

View GitHub Profile
@grahamhelton
grahamhelton / detect-nodes-proxy.sh
Last active February 3, 2026 23:11
Detection script for nodes/proxy
#!/bin/bash
# Detect all subjects with nodes/proxy permissions
# Colors
NOCOLOR=$(tput sgr0)
RED=$(tput setaf 1)
GREEN=$(tput setaf 2)
YELLOW=$(tput setaf 3)
CYAN=$(tput setaf 6)
DIM=$(tput setaf 8)