Metasploit on Amazon Kindle

Metasploit running on Amazon Kindle
Since Nmap and Ruby is working on Kindle (check my previous posts how I’ve done that), next step is Metasploit – of course! Let me tell you immediately, no patches to Metasploit needed. You can run full blown version of Metasploit with Kindle’s 256 MB of RAM, but dont’ expect miracles.
Download
http://ftp.linux.hr/kindle/ruby-1.9.3-p0-kindle-bin.tar.bz2
http://downloads.metasploit.com/data/releases/framework-latest.tar.bz2
Install
Create opt directory and extract files there
mkdir /mnt/us/opt && cd /mnt/us/opt
tar xvjf ruby-1.9.3-p0-kindle.tar.bz2
tar xvjf framework-latest.tar.bz2
Test that you have following directory structures:
/mnt/us/opt/msf/
/mnt/us/opt/ruby-1.9.3-p0/
export HOME=/mnt/us
and run metasploit
cd /mnt/us/opt/msf3/
../ruby-1.9.3-p0/bin/ruby msfconsole
I have made small script in /mnt/us/opt which starts msf, so I don’t have to do it every time. It’s straightforward:
#!/bin/sh
export HOME=/mnt/us
cd /mnt/us/opt/msf
../ruby-1.9.3-p0/bin/ruby msfconsole
Let me know if it works for you!
Like this:
Like Loading...
BTW I have built subversion binaries as well (http://ftp.linux.hr/kindle/subversion-1.7.2-kindle-bin.tar.bz2) for updating the metasploit,but did not test it thoroughly. Let me know if it works for you!
Works and also on kindle touch (5th gen).
How about porting Debians apt and dpkg? We could use the backtrack source packages then.
Thanks on report. nice to hear it works on Touch as well.
Did not think about that, but I can check out
Pingback: Links 23/12/2011: Amarok 2.5, KDE SC 4.8 Release Candidate | Techrights
Pingback: Metasploit on Amazon Kindle | Dis9 The Underground Exploitation
When I try to start it up I get an error message when it try to start ruby – “cannot execute binary file” checked permissions and it is executable… any pointers?