From a8f62c7b94be4a0e2597aad8f9db76e3d391dfd9 Mon Sep 17 00:00:00 2001 From: h00die Date: Sat, 17 Oct 2020 20:57:01 -0400 Subject: [PATCH] bold the fact the file must be executable --- Writing-External-Python-Modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Writing-External-Python-Modules.md b/Writing-External-Python-Modules.md index 871a8d1c20..9ffe3eeac2 100644 --- a/Writing-External-Python-Modules.md +++ b/Writing-External-Python-Modules.md @@ -183,7 +183,7 @@ Some coding choices to think about when writing your module: ### Why doesn't the module appear when I search for it in msfconsole? -The module may have errors and fail to load inside of msfconsole. Check the framework log file, `~/.msf4/logs/framework.log`, for error messages. Also, if the module is not marked as executable, then it will not show up when you search for it in msfconsole. +The module may have errors and fail to load inside of msfconsole. Check the framework log file, `~/.msf4/logs/framework.log`, for error messages. Also, **if the module is not marked as executable, then it will not show up when you search for it in msfconsole**. ### Why is the output from the Python module not showing up in msfconsole?