Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
whoami-project — Whoami provides enhanced privacy, anonymity for Debian and Arch based linux distributions | Kitploit
Tools/GitHubGitHub/owerdogan/whoami-project
Defensive ToolsOSINT for Social EngineeringIDS/IPS EvasionNetwork SecurityPrivacyRed TeamingAnti-Bot
GitHubowerdogan/whoami-project

whoami-project

Whoami provides enhanced privacy, anonymity for Debian and Arch based linux distributions

View Repository
2.3k2011 year agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
Website


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

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:

root@kitploit:~
sudo apt update && sudo apt install tar tor curl python3 python3-scapy network-manager

Installation

  1. Clone the repository:

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

    root@kitploit:~
    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:

root@kitploit:~
sudo kali-whoami --help

Upcoming Release

Upcoming Release

License

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


Download Tool
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.
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.