Skip to content

Instantly share code, notes, and snippets.

@soxfmr
Last active September 17, 2016 20:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save soxfmr/2b768cfb0e8fd43f5645596fd4fb435e to your computer and use it in GitHub Desktop.
Save soxfmr/2b768cfb0e8fd43f5645596fd4fb435e to your computer and use it in GitHub Desktop.
#!/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: soxfmr@foxmail.com
# 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