EvilZone
Hacking and Security => Hacking and Security => : zohraan March 28, 2012, 10:05:42 AM
-
Is there any way to use Metasploit in windows CMD, not in its default bash mode ?
-
I've never used metasploit in windows but if you download it for windows I'm assuming you can run it from the command line.
http://www.metasploit.com/download/
-
A default Linux based command line gets installed with its installation, known as "bash". Basically, I want to use it in windows command line. :)
-
My guess is that bash wouldn't be installed for no reason so I think it would be unlikely to be able to use it on the windows command line :(
-
Hmm yeah, that's right.
-
Metasploit doesn't use bash or batch. They have their own command line which is _similar_ to Bash and it's written in Ruby, so you cannot choose how to operate MSF and you have to use what is supplied.
-
^^ What Kulver said. It's just an interface between the main progam (\metasploit\apps\pro\engine\mdfpro) which is a Ruby script and the ruby interpreter.
-
Metasploit doesn't use bash or batch. They have their own command line which is _similar_ to Bash and it's written in Ruby, so you cannot choose how to operate MSF and you have to use what is supplied.
True ... All right. :)
-
Metasploit doesn't use bash or batch. They have their own command line which is _similar_ to Bash and it's written in Ruby, so you cannot choose how to operate MSF and you have to use what is supplied.
nice explanation :o