Sorry if this is the wrong forum, couldn't find a more suitable one. I wanna learn how to use metasploit so I installed an exploitable version of a program on a Windows 7 VM so I can exploit it. I'm not too sure how to do it though. First I set the exploit to an exploit for the particular old version of the program I installed. In this case its an exploit for an old version of flash player for IE I think. Then I set the LHOST host to myself, the RHOST to the victim and LPORT and RPORT to 4321. I then set the payload to windows/meterpreter/reverse_tcp. I typed "exploit" and hit enter but rather than opening up the meterpreter shell it told me "server started" or something. Does that mean its a passive exploit which will only run if I point the victims browser to the server IP?
Anyhow I pointed the victim browser to the servers IP but rather than a meterpreter shell being opened, this is what the console said:
[-] 192.168.1.24:49529 Unknown user-agent
192.168.1.24 is the victims IP but I don't know whether this means the exploit worked or not.