metasploit-framework
https://github.com/rapid7/metasploit-framework
Ruby
Metasploit Framework
MetasploitModule#target_ds7204_1
These devices are armle, run version 1.3.1 of libupnp, have random stacks, but no PIE on libc
Edit
git clone [email protected]:rapid7/metasploit-framework.git
cd metasploit-framework
open modules/exploits/linux/misc/hikvision_rtsp_bof.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-MetasploitModule-target_ds7204_1-for-pr
# Commit to gitgit add modules/exploits/linux/misc/hikvision_rtsp_bof.rbgit commit -m "better docs for MetasploitModule#target_ds7204_1"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-MetasploitModule-target_ds7204_1-for-pr
hub pull-request
# Celebrate!