Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/szorfein/amnesie
A tool to make your computer amnesic.
https://github.com/szorfein/amnesie
anonymity hostname mac privacy random ruby spoof timezone
Last synced: 6 days ago
JSON representation
A tool to make your computer amnesic.
- Host: GitHub
- URL: https://github.com/szorfein/amnesie
- Owner: szorfein
- License: mit
- Created: 2020-05-12T14:07:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-06T16:33:40.000Z (about 4 years ago)
- Last Synced: 2024-04-23T15:40:34.110Z (9 months ago)
- Topics: anonymity, hostname, mac, privacy, random, ruby, spoof, timezone
- Language: Ruby
- Homepage:
- Size: 44.9 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# amnesie
A tool to make your computer amnesic.Inspiration come from a post found on [Qubes-OS](https://www.qubes-os.org/doc/anonymizing-your-mac-address/) and the [Whonix](https://www.whonix.org/) project.
+ Anonymizing MAC Address (wifi, ethernet)
+ Randomize your hostname## Install
Amnesie is cryptographically signed, so add my public key (if you haven’t already) as a trusted certificate.$ gem cert --add <(curl -Ls https://raw.githubusercontent.com/szorfein/amnesie/master/certs/szorfein.pem)
And install the gem
$ gem install amnesie -P MediumSecurity
To be able to use the `persist mode` (with systemd for now), the gem should be installed system-wide:
+ For gentoo, a package is available on my repo [ninjatools](https://github.com/szorfein/ninjatools/tree/master/dev-ruby/amnesie).
+ Arch seem to use [Quarry](https://wiki.archlinux.org/index.php/Ruby#Quarry).
+ On distro based on debian, gem are installed system-wide.If you can, i recommend that you create a package for your distribution.
## Usage
To change the MAC address only on `eth0`:$ amnesie -n eth0 -m
Create or Disable all systemd services for a network card:
$ amnesie -p
Forge a random hostname with `-H`
$ amnesie -H
## Left Over
### Issues
For any questions, comments, feedback or issues, submit a [new issue](https://github.com/szorfein/amnesie/issues/new).### links
+ https://rubyreferences.github.io/rubyref
+ https://rubystyle.guide/