metasploit-framework
https://github.com/rapid7/metasploit-framework
Ruby
Metasploit Framework
Msf::Session::Provider::MultiCommandExecution#exec_cmd
Executes a command with the supplied options, returning a context
that should be supplied to future calls. Supported options:
- Hidden
Launch the command hidden from view.Edit
git clone [email protected]:rapid7/metasploit-framework.git
cd metasploit-framework
open lib/msf/core/session/provider/multi_command_execution.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Msf--Session--Provider--MultiCommandExecution-exec_cmd-for-pr
# Commit to gitgit add lib/msf/core/session/provider/multi_command_execution.rbgit commit -m "better docs for Msf::Session::Provider::MultiCommandExecution#exec_cmd"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Msf--Session--Provider--MultiCommandExecution-exec_cmd-for-pr
hub pull-request
# Celebrate!