Add manual for demo purposes
parent
b0cfb4aacf
commit
509a1e8de1
|
@ -0,0 +1 @@
|
|||
# KEEP CALM AND EAT A COOKIE
|
|
@ -247,7 +247,7 @@ module Msf
|
|||
end
|
||||
|
||||
def self.get_module_document(mod)
|
||||
manual_path = File.join(PullRequestFinder::MANUAL_BASE_PATH, mod.fullname)
|
||||
manual_path = File.join(PullRequestFinder::MANUAL_BASE_PATH, "#{mod.fullname}.md")
|
||||
|
||||
if File.exists?(manual_path)
|
||||
Rex::Compat.open_webrtc_browser("file://#{manual_path}")
|
||||
|
|
Loading…
Reference in New Issue