Skip to content

Instantly share code, notes, and snippets.

View NavidVafaeiMajd's full-sized avatar
🏠
alwase work

Navid Vafaei Majd NavidVafaeiMajd

🏠
alwase work
View GitHub Profile
@Danielk84
Danielk84 / setup.sh
Created January 27, 2026 15:32
simple tor, torsocks, proxychains, nyx config generator
#!/usr/bin/env bash
## Global Settings
_TORRC="/etc/tor/torrc"
_PROXYCHAINS="/etc/proxychains.conf"
_MAX_PASSWORD_SIZE="64"
## Use colors, but only if connected to a terminal, and that terminal supports them.