metasploit-framework
https://github.com/rapid7/metasploit-framework
Ruby
Metasploit Framework
MetasploitModule#eicar_test_string
Avoid stating the string directly, don't want to get caught by local antivirus!
Edit
git clone [email protected]:rapid7/metasploit-framework.git
cd metasploit-framework
open modules/encoders/generic/eicar.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-MetasploitModule-eicar_test_string-for-pr
# Commit to gitgit add modules/encoders/generic/eicar.rbgit commit -m "better docs for MetasploitModule#eicar_test_string"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-MetasploitModule-eicar_test_string-for-pr
hub pull-request
# Celebrate!