September 2018
Intermediate to advanced
480 pages
9h 45m
English
To put it in a diagrammatic format, our current C2 configuration is this:

If someone tries to connect to our C2 server, they will be able to detect that our C2 server is running a Meterpreter handler on port 8080/tcp:

To protect our C2 server from outside scanning and recon, let's set the following Uncomplicated Firewall (UFW) ruleset so that only our redirector can connect to our C2. To begin, execute the following UFW commands to add firewall rules for C2:
sudo ufw allow 22sudo ufw allow 55553sudo ufw allow from 35.153.183.204 ...