Last active
September 17, 2016 20:29
-
-
Save soxfmr/2b768cfb0e8fd43f5645596fd4fb435e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# OS: Kali-Linux-2016.1 | |
# After upgraded and installed some sort of packges, seems 'msfvenom' command has be took down. | |
# This script will install the ruby packages which is missing. | |
# Date: 2016-09-18 04:26:00 GMT+08 | |
# Author: [email protected] | |
# Requirement libraris | |
apt-get install libpcap-dev libpq-dev zlib1g-dev libsqlite3-dev | |
# Install packages | |
cd /usr/share/metasploit-framework | |
bundle install | |
# Run command | |
msfvenom |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment