Skip to content

Bash script - Traffic redirection through Tor with iptables - Maccchanger - delet logs

Notifications You must be signed in to change notification settings

v4resk/AnonScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AnonScript

Bash script that allow you to redirect all the traffics through Tor network for anonymization

Features

  1. Start a transparent proxy through tor
  2. Reset iptables and return to clearnet navigation
  3. Change mac address on all interfaces
  4. Remove some logs and bash history / And change hostname

Install

As sudo go to /usr/share and clone the git repo:

git clone https://github.com/v4resk/AnonScript
cd AnonScript

Usage

  1. Start tor transparent proxy :
sudo ./AnonScript.sh --tor
  1. Reset iptables and return to clearnet navigation
sudo ./AnonScript.sh --clearnet
  1. Change mac address on all interfaces
sudo ./AnonScript.sh --mac
  1. Remove some logs and bash history + change hostname
sudo ./AnonScript.sh --logs
  1. Do all (--tor --mac --logs)
sudo ./AnonScript.sh --all

About

Bash script - Traffic redirection through Tor with iptables - Maccchanger - delet logs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages