From ea47da56825541d24ffaa0cff636f2018b4799bc Mon Sep 17 00:00:00 2001 From: sinn3r Date: Mon, 20 Jan 2014 20:10:50 -0600 Subject: [PATCH] Add wiki link "How to write a check() method" to documentation --- lib/msf/core/exploit.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/msf/core/exploit.rb b/lib/msf/core/exploit.rb index 820317f30a..fe7a9223ac 100644 --- a/lib/msf/core/exploit.rb +++ b/lib/msf/core/exploit.rb @@ -65,6 +65,8 @@ class Exploit < Msf::Module ## # # The various check codes that can be returned from the ``check'' routine. + # Please read the following wiki to learn how these codes are used: + # https://github.com/rapid7/metasploit-framework/wiki/How-to-write-a-check()-method # ## module CheckCode