metasploit-framework
https://github.com/rapid7/metasploit-framework
Ruby
Metasploit Framework
MetasploitModule#utf_encode_str
encode string as UTF-8 char format that when converted to UTF-16LE will represent chars we want in memory
Edit
git clone [email protected]:rapid7/metasploit-framework.git
cd metasploit-framework
open modules/exploits/windows/iis/iis_webdav_scstoragepathfromurl.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-MetasploitModule-utf_encode_str-for-pr
# Commit to gitgit add modules/exploits/windows/iis/iis_webdav_scstoragepathfromurl.rbgit commit -m "better docs for MetasploitModule#utf_encode_str"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-MetasploitModule-utf_encode_str-for-pr
hub pull-request
# Celebrate!