Project

amnesie

0.0
No commit activity in last 3 years
No release in over 3 years
A tool to make your computer amnesic"
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 13.0, >= 13.0.1

Runtime

= 2.0.3
= 1.0.3
= 0.0.2
= 3.0.0
= 0.4.2
 Project Readme

amnesie

A tool to make your computer amnesic.

Inspiration come from a post found on Qubes-OS and the Whonix 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.
  • Arch seem to use 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.

links