We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbce538 commit 392ffceCopy full SHA for 392ffce
HACKING
@@ -110,7 +110,15 @@ Non-scanner aux modules use run().
110
Submitting Your Code
111
====================
112
113
-The process for submitting new modules via GitHub is documented here:
+To get started with a Metasploit Framework source clone, simply:
114
+
115
+ - Fork rapid7/metasploit-framework to your GitHub account
116
+ - git clone git://github.com/YourName/metasploit-framework.git
117
+ - gem install bundler
118
+ - bundle install
119
120
+More detailed documentation regarding the process for submitting new
121
+modules via GitHub is documented here:
122
123
https://github.com/rapid7/metasploit-framework/wiki/Metasploit-Development-Environment
124
0 commit comments