Now let’s add some useful pieces of Python package management in the form of
easy_install
and
pip
. These are much like the
apt
package manager because they allow you to directly install Python
libraries, without having to manually download, unpack, and install them. Let’s install both of these
package managers by issuing the following commands:
root@kali:~#:
apt-get install python-setuptools python-pip
When the packages are installed, we can do a quick test and install the module that we’ll use in
Chapter 7
to build a GitHub-based trojan. Enter the following into your terminal:
root@kali:~#: