mirror of
https://github.com/LionSec/katoolin.git
synced 2026-04-26 01:15:54 +03:00
[GH-ISSUE #97] Missing packages for Metasploit Framework - Bundle Install #80
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/katoolin-LionSec#80
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.