Sign in
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

Free Tier - Not enough memory for Metasploit

  • By anthony nena
  • on 04/06/2015

Can't run Metasploit on the free tiers that are available. Would be 5 stars, but I consider Metasploit a staple for Kali. Nonetheless, I appreciate the hard work by the Offensive Security guys.

UPDATE:
Well I haven't heard anything back from OffSec as a solution for this issue, but I did find a fix by enabling Memory Swapping.

sudo /bin/dd if=/dev/zero of=/var/swap.1 bs=1M count=1024
sudo /sbin/mkswap /var/swap.1
sudo /sbin/swapon /var/swap.1

Add the following line to /etc/fstab
/var/swap.1 swap swap defaults 0 0

Reboot and you are good and you are welcome.


There are no comments to display