metasploit-framework
https://github.com/rapid7/metasploit-framework
Ruby
Metasploit Framework
Msf::Auxiliary::Report#report_host
Report a host's liveness and attributes such as operating system and service pack opts must contain :host, which is an IP address identifying the host you're reporting about See data/sql/*.sql and lib/msf/core/db.rb for more info
Edit
git clone [email protected]:rapid7/metasploit-framework.git
cd metasploit-framework
open lib/msf/core/auxiliary/report.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Msf--Auxiliary--Report-report_host-for-pr
# Commit to gitgit add lib/msf/core/auxiliary/report.rbgit commit -m "better docs for Msf::Auxiliary::Report#report_host"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Msf--Auxiliary--Report-report_host-for-pr
hub pull-request
# Celebrate!