metasploit-framework
https://github.com/rapid7/metasploit-framework
Ruby
Metasploit Framework
Source#__NR_listen
Returns the value of attribute __NR_listen
Edit
git clone [email protected]:rapid7/metasploit-framework.git
cd metasploit-framework
open external/source/unixasm/aix-power.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Source-__NR_listen-for-pr
# Commit to gitgit add external/source/unixasm/aix-power.rbgit commit -m "better docs for Source#__NR_listen"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Source-__NR_listen-for-pr
hub pull-request
# Celebrate!