32 lines
1.0 KiB
Markdown
32 lines
1.0 KiB
Markdown
#### Contents
|
|
***
|
|
* [Apt-Get Install](#apt-get-install)
|
|
* [Getting Ruby](#getting-ruby)
|
|
* [Your Editor](#your-editor)
|
|
* [Using GitHub](#using-github)
|
|
* [Using Git](#working-with-git)
|
|
* [Git Aliases](#git-aliases)
|
|
* [Forking Metasploit](#forking-metasploit)
|
|
* [Setting your Prompt](#setting-your-prompt)
|
|
* [Bundle Install](#bundle-install)
|
|
* [The Database](#configure-your-database)
|
|
* [Keeping in Sync](#keeping-in-sync)
|
|
* [Pull Requests](#pull-requests)
|
|
* [Git Hooks](#git-hooks)
|
|
* [Signed Commits](#signed-commits)
|
|
* [Rspec Tests](#rspec-tests)
|
|
* [Next Steps](#next-steps)
|
|
* [Development on OS X](#Development-on-OS-X)
|
|
|
|
<br>
|
|
|
|
#### Metasploit Wiki Pages
|
|
----
|
|
* [[Home]] Welcome to Metasploit!
|
|
* [[Using Metasploit]] A collection of useful links for penetration testers.
|
|
* [Setting Up](Metasploit Development Environment) From `apt-get install` to `git push`
|
|
* [[Using Git]] All about Git and GitHub.
|
|
* [[Acceptance Guidelines]] What should your modules look like?
|
|
* [[Contributing to Metasploit]] Be a part of our open source community.
|
|
|