Tried running msfconsole in kali 32bit and got lots of error messages starting with something like "bignum too big to convert into `long' (RangeError)" ?
Turns out there is a simple solution (found it on rapid7's github discussion):
- sudo apt-get update
- sudo apt-get install metasploit-framework
# pay attention for user-input that is necessary to proceed with installation:
1) updates notification
2) services restart (twice)
Now you can run msfconsole....
No comments:
Post a Comment