sensepost / DET

(extensible) Data Exfiltration Toolkit (DET)
MIT License
819 stars 189 forks source link

Error installing DET Ubuntu 10.04 #5

Closed leacyber closed 8 years ago

leacyber commented 8 years ago

Hi, first of all my english isn't good enough, so sorry about that. I'm trying to install DET on a Ubuntu 10.04 / 2.6.32-28-generic, and runs python 2.6.5. When I run pip install -r requirements.txt --user I get the following error. captura

Should I update python version?. I'm new in this... Thanks.

PaulSec commented 8 years ago

Remove scapy from the requirements.txt and run pip install -r requirements.txt --user.

Cheers.

leacyber commented 8 years ago

Thanks for the repply but I got exactly the same error. I think the problem is python's setuptools packet.

PaulSec commented 8 years ago

Mmh, yes, this might come for the setuptools. It works perfectly on Kali (latest)

Do you have another box you can test it on?

leacyber commented 8 years ago

Yes, I installed it on kali 2.0, and ubuntu server 16.04 and works perfectly. I Would like to install on ubuntu 10 becouse it's the SO of a smart mirror.

PaulSec commented 8 years ago

I double checked the error message and it seems coming from a module called extern which is missing. Just used Google and I found this thread Feel free to check this out, that might solve your issue.

Glad you managed to install it perfectly on Kali 2.0 and Ubuntu Server 16.04.

Cheers,

leacyber commented 8 years ago

I finally solved. I didn't realize that in /etc/apt/source.list was added kali repositories (I don't know why). I commented it and now it runs perfectly. Thanks!

PaulSec commented 8 years ago

Ah awesome, I am glad it works good for you now!

Best,