bold the fact the file must be executable

This commit is contained in:
h00die
2020-10-17 20:57:01 -04:00
parent 0278976121
commit a8f62c7b94
+1 -1
View File
@@ -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?