505 B
505 B
This module allows you to open arbitrary files or URLs on the target system.
Vulnerable Application
The following platforms are supported:
- Windows
- Linux
- OS X
Verification Steps
- Obtain a session.
- In msfconsole do
use post/multi/open
. - Set the
SESSION
option. - Set the
URI
to the URI you want to use (ex:https://metasploit.com
orfile://mouhaha.txt
). - Do
run
.
Options
URI
The URI that should be passed to the opening command, can be a webiste or a file.