trustedsec / ptf

The Penetration Testers Framework (PTF) is a way for modular support for up-to-date tools.
5.1k stars 1.23k forks source link

Minimal Ubuntu install issues (docker related?) #71

Closed kosborn closed 8 years ago

kosborn commented 9 years ago

I believe this is due to minimal ubuntu, but important point is that I am also running this in Docker. (Docker, because I don't like my host system to have a million extra dependencies :smile: )

Minimal ubuntu is from Docker's official hub, ubuntu:14.04 - x64

Some fails:

  1. dradisframework requires libsqlite-dev (dradis-nessus -> bundle install sqlite specifically)
    • Fixed with apt-get install libsqlite-dev
  2. Wine package is only available as wine1.6-i386, so you must add
    • Fixed with sudo dpkg --add-architecture i386
  3. Need to update X64_LOCATION, otherwise the cp/untar filename is wrong
    • Fixed by appending /download like so: X64_LOCATION=....HconSTF_v0.5_Prime_Linux_x64.tar.bz2/download

Things that could use more automation:

Will update with any other failures.

trustedsec commented 8 years ago

Thanks for all of these Kos - went through and fixed, committing now. hugs