metasploit-framework
https://github.com/rapid7/metasploit-framework
Ruby
Metasploit Framework
MetasploitModule#probe
Sends +message+ to +host+ on UDP port +port+, returning all replies
Edit
git clone [email protected]:rapid7/metasploit-framework.git
cd metasploit-framework
open modules/auxiliary/fuzzers/ntp/ntp_protocol_fuzzer.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-MetasploitModule-probe-for-pr
# Commit to gitgit add modules/auxiliary/fuzzers/ntp/ntp_protocol_fuzzer.rbgit commit -m "better docs for MetasploitModule#probe"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-MetasploitModule-probe-for-pr
hub pull-request
# Celebrate!