Jump to content
Nytro

Metasploit on Amazon Kindle

Recommended Posts

Posted

Metasploit on Amazon Kindle

December 18, 2011

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:

[INDENT] #!/bin/sh

export HOME=/mnt/us
cd /mnt/us/opt/msf
../ruby-1.9.3-p0/bin/ruby msfconsole

[/INDENT]


Let me know if it works for you!

Sursa: Metasploit on Amazon Kindle

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...