You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update README.md to modernize the links to point to the new docs.metasploit.com website, remove links that weren't being used, and improve explanations in some locations
New bugs and feature requests should be directed to:
12
18
https://r-7.co/MSF-BUGv1
13
19
14
20
API documentation for writing modules can be found at:
15
-
https://rapid7.github.io/metasploit-framework/api
21
+
https://docs.metasploit.com/api/
16
22
17
23
Questions and suggestions can be sent to: Freenode IRC channel or e-mail the metasploit-hackers mailing list
18
24
19
25
Installing
20
26
--
21
27
22
-
Generally, you should use [the free installer](https://github.com/rapid7/metasploit-framework/wiki/Nightly-Installers),
28
+
Generally, you should use [the free installer](https://docs.metasploit.com/docs/using-metasploit/getting-started/nightly-installers.html),
23
29
which contains all of the dependencies and will get you up and running with a
24
-
few clicks. See the [Dev Environment Setup](https://r-7.co/MSF-DEV) if
30
+
few clicks. See the [Dev Environment Setup](https://docs.metasploit.com/docs/development/get-started/setting-up-a-metasploit-development-environment.html) if
25
31
you'd like to deal with dependencies on your own.
26
32
27
33
Using Metasploit
28
34
--
29
35
Metasploit can do all sorts of things. The first thing you'll want to do
30
36
is start `msfconsole`, but after that, you'll probably be best served by
31
37
reading [Metasploit Unleashed][unleashed], the [great community
32
-
resources](https://metasploit.github.io), or the [wiki].
38
+
resources](https://metasploit.github.io), or take a look at the
[wiki-devenv]: https://github.com/rapid7/metasploit-framework/wiki/Setting-Up-a-Metasploit-Development-Environment"Metasploit Development Environment Setup"
[devenv]: https://docs.metasploit.com/docs/development/get-started/setting-up-a-metasploit-development-environment.html"Metasploit Development Environment Setup"
0 commit comments