README.md

December 22, 2024 ยท View on GitHub


Whoami

Whoami - Enhanced Privacy and Anonymity for Debian and Arch-based Linux Distributions

Feature Request | Report a Bug

Release License Code Size Last Commit


About the Project

Whoami is a user-friendly privacy and anonymity tool designed for Debian and Arch-based Linux distributions. With its simple interface and ease of use, it leverages 9+ powerful modules to ensure the highest level of anonymity. The tool also includes a Bug Fixer module (currently in development) to solve issues without user intervention.

Note: While Whoami enhances your anonymity, remember there is no such thing as 100% security on the internet!

For detailed documentation, visit the official website: Whoami Project.


Modules

Module NameDescription
Anti MITMAutomatically bans attackers during Man-In-The-Middle (MITM) attacks.
Log KillerSecurely deletes system log files using the overwrite method.
IP ChangerRedirects all network traffic through a Tor transparent proxy.
DNS ChangerReplaces default ISP DNS servers with privacy-focused alternatives.
MAC ChangerRandomizes the MAC address for all network interfaces.
Anti Cold BootPrevents RAM dumps by securely deleting sensitive traces.
Timezone ChangerSets system time to UTC to avoid location leaks through timestamps.
Hostname ChangerRandomizes the hostname to hide system identity.
Browser AnonymizationConfigures your browser for maximum privacy.

For an in-depth explanation of each module, see the Documentation.


Getting Started

Before installing Whoami, ensure your system is updated and has the required dependencies installed. Use the following command to update your system and install the necessary packages:

sudo apt update && sudo apt install tar tor curl python3 python3-scapy network-manager

Installation

  1. Clone the repository:

    git clone https://github.com/owerdogan/whoami-project
    
  2. Install the tool using the Makefile:

    sudo make install
    

That's it! You're now ready to use Whoami.

Usage

You can start using the tool via the GUI or the terminal. Run the following command for a list of available options:

sudo kali-whoami --help
ParameterDescription
--startMakes backups and starts the program.
--stopCloses the program and restores backups.
--statusDisplays the current working status.
--fixRepairs the system in case of a bug.
--helpShows the help menu with all commands.

Upcoming Release

Upcoming Release

License

Distributed under the GPL v3 License. See the LICENSE file for more information.