Skip to content

Silencer is a Python-based tool that enables users to execute commands via the Tor network.

License

Notifications You must be signed in to change notification settings

marco-liberale/Silencer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Silencer is a Python-based tool that enables users to execute commands via the Tor network.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages