Skip to content

KikiKian/Kikis-Cloak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Kikis Cloak

Requirements

  • Python 3
  • sudo privileges

Installation & Setup

Step 1 — Clone or download the project

git clone https://github.com/your-username/kikis-cloak.git

Step 2 — Navigate to the project directory

cd src/kikis-cloak

Step 3 — Install dependencies (if any)

pip install -r requirements.txt

Step 4 — Run the script

sudo python main.py

Automate with a Shell Script

Step 1 — Create the script

Create a file called cloak with the following content:

#!/bin/bash
cd /full/path/to/src/kikis-cloak && sudo python main.py

Replace /full/path/to/ with the actual path on your system.

Step 2 — Make it executable

chmod +x cloak

Step 3 — Move it to your PATH

sudo mv cloak /usr/local/bin/

Step 4 — Run from anywhere

cloak

Verify Your PATH (optional)

echo $PATH

If you'd prefer to install for your user only (no sudo), place the script in ~/.local/bin/ instead and make sure it's in your PATH by adding this to ~/.bashrc:

export PATH="$HOME/.local/bin:$PATH"

Then reload:

source ~/.bashrc

About

A lightweight Python tool that spoofs your MAC address on Linux, making your device unrecognizable to your router's device-based filters.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages