Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

HOW TO INSTALL DROZER IN KALI LINUX 2021.

4 Try  HackMD

4n4l1st-ch4rl3s · Follow    3
Last edited by 4n4l1st-ch4rl3s on Jan 2, 2022 
Contributed by

HOW TO INSTALL DROZER I…


HOW TO INSTALL DROZER IN KALI LINUX
2021.4
Expand all

Back to top

Go to bottom
So the whole last year i have been hving trouble installing drozer in kali linuz without necessarily
using it in docker.
In this article I will be showing you how i was able to successfully install drozer in kali linux
2020.4.

First we have to install pip2.7 in our kali machine which is do by:

wget https://bootstrap.pypa.io/pip/2.7/get-pip.py 1

 After doing this we get the get-pip.py in the folder we are in. So we use python2 to install the
pip2.7 using the get-pip.py.
 Comment

sudo python2 get-pip.py

Use which command to verify whether it is installed:

┌──(c0d3x㉿pawn)-[~/Extracted/Software]
└─$ which pip2.7
/usr/local/bin/pip2.7

After this we have to wget the drozer whl from github:

wget https://github.com/FSecureLABS/drozer/releases/download/2.4.4/drozer-2.4.4-py2
1

After doing so, we install the whl using pip2.7

sudo pip2.7 install drozer-2.4.4-py2-none-any.whl

After doing so drozer is successfully installed but when we try to run in it, it requests us to install
twisted

First I did pip2.7 install twisted but i got an error. I did some research and i was able to fix it by
installing setuptools.

pip2.7 install setuptools

After that I repeated installing twisted

pip2.7 install twisted

To my surprise it was successful and i could run drozer.

Hope you enjoyed Happy hacking!!

Last changed by

3   3404 
4n4l1st-ch4rl3s · Follow
Cybersecurity enthusiast || CTF player || Linux lover
Add a comment

Read more

**HOW TO SHARE FILES BETWEEN A LINUX PRIVATE AGENT CYBERTALENTS WRITEUP


AND A WINDOWS MACHINE USING {%hackmd Y7Gu-IQIQUWGHO_MeieqvQ %} The
ETHERNET CABLE** challenge was just requesting one to find the…
In this blog, I will show you step by step o how Nov 30, 2021
you can share files between a windows machin…
Dec 31, 2021

CYBERTALENTS WEB CHALLENGES


WRITEUPS
{%hackmd Y7Gu-IQIQUWGHO_MeieqvQ %} ADMIN
HAS THE POWER So when we open the link we a…
Nov 29, 2021

Read more from 4n4l1st-ch4rl3s

Published on  HackMD

You might also like