https://github.com/thetechromancer/hu.sh
A privacy script for Linux
https://github.com/thetechromancer/hu.sh
Last synced: 3 months ago
JSON representation
A privacy script for Linux
- Host: GitHub
- URL: https://github.com/thetechromancer/hu.sh
- Owner: TheTechromancer
- License: unlicense
- Created: 2017-06-29T00:04:16.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-02-23T01:03:50.000Z (over 6 years ago)
- Last Synced: 2024-10-05T17:41:13.701Z (over 1 year ago)
- Language: Shell
- Size: 31.3 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hu.sh
### A privacy script for fresh installs of Linux
Use the one-liner, if you're feeling adventurous :)
~~~~
bash -c "$(wget -O - https://raw.githubusercontent.com/TheTechromancer/hu.sh/master/hu.sh)"
~~~~
#### Performs the following tasks:
- Randomizes all MAC addresses automatically on boot (and for interfaces connected after boot)
- Deletes and disables Bash history (~/.bash_history) for all users (up-arrow in terminal still works)
- Deletes and disables Python history (~/.python_history) for all users
- Deletes and disables Vim history (~/.viminfo) for all users
- Deletes and disables wget hosts history (~/.wget-hsts) for all users
- Deletes all journald logs & disables logging to persistant storage (systemd only)
- Optionally, can Torify the entire system
~~~~
Usage: hu.sh [options]
Options:
-d Don't Torify
-o Only Torify
-a Allow incoming port (e.g. 22 for SSH; only applies if Torifying)
-h Help
~~~~
## DISCLAIMER: NOT A REPLACEMENT FOR TAILS
## It is your responsibility to check for leaks and verify things are working properly