Skip to content

Latest commit

 

History

History
65 lines (45 loc) · 1.45 KB

README.md

File metadata and controls

65 lines (45 loc) · 1.45 KB

Silencer

Silencer is a beginner friendly Python-based tool that allows users to run commands over the Tor network.

Installation

To install Silencer, use the following commands:

Clone the GitHub repository:

git clone https://github.com/marco-liberale/Silencer.git

Change the directory to the cloned repository:

cd Silencer

Install dependencies from requirements.txt:

pip install -r requirements.txt

Usage

To begin using Silencer, run a command with the "-c" option.

Example:

sudo python3 silencer.py -c 'nmap -sT -PN -n -p 80,22 www.marcoliberale.com'

You can also use "-n" to get a new IP:

sudo python3 silencer.py -n -c 'nmap -sT -PN -n -p 80,22 www.marcoliberale.com'

Note: Remember to put commands with spaces between quotes.

Make it a command

To make silencer.py a global command, use the following commands:

Copy the silencer script to the /bin directory:

sudo cp bin/silencer /bin/silencer

Make the silencer script executable:

sudo chmod +x /bin/silencer

You can now run it like this:

sudo silencer -c 'nmap -sT -PN -n -p 80,22 www.scanme.marcoliberale.com'

enjoy :)

Legal Disclamer

By using the repository, you acknowledge that you have read this Disclaimer and agree to be bound by the terms hereof. If you do not agree to abide by the above, please do not use the repository.