Skip to content

Instantly share code, notes, and snippets.

@paulscode
paulscode / tor_new_identity.sh
Created June 8, 2024 20:23
Changes the Tor identity
#!/bin/bash
# Check for the --help flag
if [[ "$1" == "--help" ]]; then
echo "Creates a new Tor identity. Usage:"
echo "sudo ./tor_new_identity.sh"
exit 0
fi
# Check if the script is run as root