diff --git a/dev/Metasploit-Development-Environment.md b/dev/Metasploit-Development-Environment.md index 0cfa5ce230..56d2fd0eeb 100644 --- a/dev/Metasploit-Development-Environment.md +++ b/dev/Metasploit-Development-Environment.md @@ -156,7 +156,7 @@ Cat your ~/.gitconfig to ensure you have at least that set (and remember, your e The rest of this document will walk through the usual use case of working with Git and GitHub to get a local source checkout, commit something new, and get it submitted to be part of the Metasploit Framework distribution. The example here will commit the file _2.txt_ to _test/git/_ , but imagine that we're committing some new module like _ms_12_020_code_exec.rb_ to _modules/exploits/windows/rdp/_. -

Forking Metasploit

+

Forking Metasploit

Now that you have a GitHub account, it's time to fork the Metasploit Framework. First, go to https://github.com/rapid7/metasploit-framework , and click the button: