How to Confuse Your ISP Through Termux

President

Professional
Messages
1,458
Reaction score
1,307
Points
113
4b3c0353-beb4-47c2-9e2a-0960d4e49d76.png

Everyone has long known that providers keep logs and collect information about which sites we visit and when we do it.

This program will make many requests per day to various sites from your IP, which can confuse the ISP who is watching you closely.


Installation
1. Download the required packages:
Code:
apt update && apt upgrade -y && apt install python git -y

2. Download dependencies:
Code:
pip install requests

3. Download the repository:
Code:
git clone https://github.com/1tayH/noisy.git

4. Open the directory:
Code:
cd noisy

5. Run the file:
Code:
python noisy.py --config config.json

Optional Arguments
--log -l -> Setting the log level
--config -c -> Custom config file
--timeout -t -> Scanner time (in seconds)
 
Top