DNS aware shell

In this section, we will start by installing the No-IP agent on our Kali Linux machine. Ensure that our Kali machine is connected to the internet so that we can download and install the agent software:

  1. Parse to /usr/local/src/ by executing:
cd /usr/local/src/
  1. Download the agent software:
wget http://www.no-ip.com/client/linux/noip-duc-linux.tar.gz
  1. Extract the file:
tar xf noip-duc-linux.tar.gz
  1. cd into the noip folder we just extracted:
cd noip-2.1.9-1/
  1. Install the agent:
make install

So, at this point, it'll prompt you to enter your email and password, which you used to register on the noip.com website. So I'll type my email address here. And now we can see that pythonhussam.ddns.net is already registered to our ...

Get Python for Offensive PenTest now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.