metasploit-framework
https://github.com/rapid7/metasploit-framework
Ruby
Metasploit Framework
MetasploitModule#datatype
Used only to store loot, doesn't actually have any semantic meaning for the TFTP protocol.
Edit
git clone [email protected]:rapid7/metasploit-framework.git
cd metasploit-framework
open modules/auxiliary/admin/tftp/tftp_transfer_util.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-MetasploitModule-datatype-for-pr
# Commit to gitgit add modules/auxiliary/admin/tftp/tftp_transfer_util.rbgit commit -m "better docs for MetasploitModule#datatype"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-MetasploitModule-datatype-for-pr
hub pull-request
# Celebrate!