metasploit-framework
https://github.com/rapid7/metasploit-framework
Ruby
Metasploit Framework
Msf::Simple::Auxiliary.check_simple
Initiates a check, setting up the exploit to be used. The following options can be specified: LocalInput The local input handle that data can be read in from. LocalOutput The local output through which data can be displayed.
Edit
git clone [email protected]:rapid7/metasploit-framework.git
cd metasploit-framework
open lib/msf/base/simple/auxiliary.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Msf--Simple--Auxiliary-check_simple-for-pr
# Commit to gitgit add lib/msf/base/simple/auxiliary.rbgit commit -m "better docs for Msf::Simple::Auxiliary.check_simple"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Msf--Simple--Auxiliary-check_simple-for-pr
hub pull-request
# Celebrate!