Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/owerdogan/whoami-project
Whoami provides enhanced privacy, anonymity for Debian and Arch based linux distributions
https://github.com/owerdogan/whoami-project
anonymity arch-linux debian linux privacy privacy-tools tor
Last synced: 2 days ago
JSON representation
Whoami provides enhanced privacy, anonymity for Debian and Arch based linux distributions
- Host: GitHub
- URL: https://github.com/owerdogan/whoami-project
- Owner: owerdogan
- License: gpl-3.0
- Created: 2020-05-27T16:04:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-22T14:53:37.000Z (20 days ago)
- Last Synced: 2025-01-02T11:04:15.087Z (9 days ago)
- Topics: anonymity, arch-linux, debian, linux, privacy, privacy-tools, tor
- Language: Shell
- Homepage: https://owerdogan.github.io/whoami-project
- Size: 14.9 MB
- Stars: 2,021
- Watchers: 78
- Forks: 172
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-useful-projects - <img src="https://icon.horse/icon/github.com" height="20px" align="center"/>/owerdogan/whoami-project - Debian/Arch privacy tool (Jump To / Privacy/Security)
- awesome-useful-projects - <img src="https://icon.horse/icon/github.com" height="20px" align="center"/>/owerdogan/whoami-project - Debian/Arch privacy tool (Jump To / Privacy/Security)
- awesome-rainmana - owerdogan/whoami-project - Whoami provides enhanced privacy, anonymity for Debian and Arch based linux distributions (Shell)
- awesome-hacking-lists - owerdogan/whoami-project - Whoami provides enhanced privacy, anonymity for Debian and Arch based linux distributions (Shell)
README
Whoami - Enhanced Privacy and Anonymity for Debian and Arch-based Linux Distributions
Feature Request |
Report a Bug---
## 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](https://owerdogan.github.io/whoami-project).
---
## Modules
| Module Name | Description |
|-----------------------|-----------------------------------------------------------------------------|
| **Anti MITM** | Automatically bans attackers during Man-In-The-Middle (MITM) attacks. |
| **Log Killer** | Securely deletes system log files using the overwrite method. |
| **IP Changer** | Redirects all network traffic through a Tor transparent proxy. |
| **DNS Changer** | Replaces default ISP DNS servers with privacy-focused alternatives. |
| **MAC Changer** | Randomizes the MAC address for all network interfaces. |
| **Anti Cold Boot** | Prevents RAM dumps by securely deleting sensitive traces. |
| **Timezone Changer** | Sets system time to UTC to avoid location leaks through timestamps. |
| **Hostname Changer** | Randomizes the hostname to hide system identity. |
| **Browser Anonymization** | Configures your browser for maximum privacy. |For an in-depth explanation of each module, see the [Documentation](https://whoamiproject.tech).
---
## 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:
```bash
sudo apt update && sudo apt install tar tor curl python3 python3-scapy network-manager
```### Installation
1. Clone the repository:
```bash
git clone https://github.com/owerdogan/whoami-project
```2. Install the tool using the Makefile:
```bash
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:
```bash
sudo kali-whoami --help
```| Parameter | Description |
|--------------|--------------------------------------------|
| `--start` | Makes backups and starts the program. |
| `--stop` | Closes the program and restores backups. |
| `--status` | Displays the current working status. |
| `--fix` | Repairs the system in case of a bug. |
| `--help` | Shows the help menu with all commands. |---
## Upcoming Release
![Upcoming Release](https://user-images.githubusercontent.com/59175356/160588497-0a5a0de0-cc70-4f21-89e4-996b6119d0ea.png)
## License
Distributed under the **GPL v3 License**. See the [LICENSE](https://github.com/owerdogan/whoami-project/blob/main/LICENSE) file for more information.
---