Silencer is a beginner friendly Python-based tool that allows users to run commands over the Tor network.
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
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.
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 :)
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.