Metasploit Web command (msfweb) command not found
Hello ,
This is my first post on this forums .I have been playing around with backtrack for about a month now .
I started looking at this Metasploit , As I heard about it. I started to follow the video tutorials but hit a problem. I cannot launch the web interface for it .I have tried both the msfgui nad msfconsole and both work fine except for the msfweb command as the command was not found.
I really don’t like asking questions especially on my first post .I have tried googling the problem but couldn’t find anything .I’m not sure whether this is to do with backtrack , metasploit or me .I ‘am running Backtrack 5 and I have tried it on both my OS and emulated backtrack inside windows virtual box both received the same error.
Code:
root@bt:~# msfweb
msfweb: command not found
If someone could shed some light on it for me , I would greatly appreciate it .
Thank you
Re: Metasploit Web command (msfweb) command not found
msfweb has been removed.
http://www.offensive-security.com/me...leashed/Msfweb
There is a good chance the guides you have been looking at are now out-dated.
Metasploit is quickly updated, and is currently on version 4.
Respuesta: Metasploit Web command (msfweb) command not found
accessed from a terminal:
cd /pentest/exploits/framework2/
and run:
./msfweb
result
+----=[ Metasploit Framework Web Interface (127.0.0.1:55555)
opens in a browser http://127.0.0.1:55555/
that's all