Install empire various error solutions

Recently, I need to use this tool to learn about intranet penetration, but once installed, it can be really xx, so write this record.

 

1.pip install xxxx error report (a lot of red exceptions)

 

root@kali:~# pip install distribute

root@kali:~# pip install --upgrade pip

 

2. Show that there is no flask module

 

Change pip and python version, download flask, use Python2 version

 

 

3. Install pip install M2Crypto and become popular

1.

sudo apt-get install python-dev

 

2. Manual installation

 

Go to the official website to download and unzip

[root@localhost ~] #cd M2Crypto-master

[root@localhost ~] #python setup.py install

 

3. Show that there are no various modules

Follow the prompts to keep pip install xxx

 

4.No module named Crypto.Cipher

pip install pycrypto

  

5. Finished

6. After busying for a long time yesterday, I found out that the official original version seems to be out of maintenance. . And then saw someone else’s new connection

https://github.com/BC-SECURITY/Empire

 

Guess you like

Origin blog.csdn.net/weixin_43198291/article/details/113486314