add missed dependency for mongoDB

This commit is contained in:
itsikkes 2016-05-26 09:57:26 +03:00
parent ace6a758f7
commit e1cd671e0a
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ Windows:
Linux (Tested on Ubuntu 12.04): Linux (Tested on Ubuntu 12.04):
1. Run: 1. Run:
sudo apt-get update sudo apt-get update
sudo apt-get install python-pip python-dev libffi-dev upx libssl-dev sudo apt-get install python-pip python-dev libffi-dev upx libssl-dev libc++1
sudo pip install enum34 sudo pip install enum34
sudo pip install impacket sudo pip install impacket
sudo pip install PyCrypto --upgrade sudo pip install PyCrypto --upgrade