Tuesday, July 27, 2010

Metasploit Framework GUI

Just released... Metasploit Framework GUI based on Java.

To launch, follow these steps:

Step 1: Launch msfrpcd
cd /pentest/exploits/framework3
./msfrpcd -S -U root -P toor -p 1337

-S = Disable SSL
-U = Username
-P = Password
-p = Listening port

Step 2: Launch msfgui
cd /pentest/exploits/framework3
./msfgui

When the Metasploit Java based GUI appear, enter the correct Username, Password and Port.