Lord777
Professional
- Messages
- 2,577
- Reaction score
- 1,561
- Points
- 113
A tool from whonix, which anonymize your keystrokes, is available as Debian packet or from source at github.
Github Link:
github.com
Installation Repository:
Installation from source:
Testing your keystroke biometrics:
www.keytrac.net
You can use a delay, example -d 200:
Github Link:
GitHub - vmonaco/kloak: Keystroke-level online anonymization kernel: obfuscates typing behavior at the device level.
Keystroke-level online anonymization kernel: obfuscates typing behavior at the device level. - vmonaco/kloak
Installation Repository:
Code:
wget https://www.whonix.org/patrick.asc
sudo apt-key --keyring /etc/apt/trusted.gpg.d/whonix.gpg add patrick.asc
echo "deb https://deb.whonix.org buster main contrib non-free" | sudo tee /etc/apt/sources.list.d/whonix.list
sudo apt-get update
sudo apt-get install kloak
Installation from source:
Code:
wget https://github.com/vmonaco/kloak/archive/refs/heads/master.zip
unzip master.zip
cd master
make all
sudo ./kloak -v
Testing your keystroke biometrics:
Live test our biometrics solution
Give KeyTrac a try and test our solution live, for free and without a clumsy registration.
You can use a delay, example -d 200:
Code:
sudo ./kload -d 200