[GH-ISSUE #97] Missing packages for Metasploit Framework - Bundle Install #80

Open
opened 2026-02-26 04:30:28 +03:00 by kerem · 0 comments
Owner

Originally created by @aconite33 on GitHub (Oct 6, 2017).
Original GitHub issue: https://github.com/LionSec/katoolin/issues/97

Installing on a fresh Digital Ocean droplet Ubuntu 16.04.3 x64

Trying to do msfdb init errors out with missing gems, fixed this by doing bundle install from the /usr/share/metasploit-framework directory.

During the bundle install, missing packages to do a complete install via bundle:

libpcap-dev
postgresql-server-dev-X-Y (Depending on the postgresql server isntalled)

After doing this, bundle install completely, all gems are okay.
After gems installed msfdb init completed with no issues.

msfconsole launches fine after this.

Originally created by @aconite33 on GitHub (Oct 6, 2017). Original GitHub issue: https://github.com/LionSec/katoolin/issues/97 Installing on a fresh Digital Ocean droplet Ubuntu 16.04.3 x64 Trying to do msfdb init errors out with missing gems, fixed this by doing bundle install from the /usr/share/metasploit-framework directory. During the bundle install, missing packages to do a complete install via bundle: libpcap-dev postgresql-server-dev-X-Y (Depending on the postgresql server isntalled) After doing this, bundle install completely, all gems are okay. After gems installed msfdb init completed with no issues. msfconsole launches fine after this.
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/katoolin-LionSec#80
No description provided.