metasploit-framework
https://github.com/rapid7/metasploit-framework
Ruby
Metasploit Framework
RemoteHostDataService#delete_host_tag
No Docs, write some!
Edit
git clone [email protected]:rapid7/metasploit-framework.git
cd metasploit-framework
open lib/metasploit/framework/data_service/remote/http/remote_host_data_service.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-RemoteHostDataService-delete_host_tag-for-pr
# Commit to gitgit add lib/metasploit/framework/data_service/remote/http/remote_host_data_service.rbgit commit -m "better docs for RemoteHostDataService#delete_host_tag"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-RemoteHostDataService-delete_host_tag-for-pr
hub pull-request
# Celebrate!