We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f2eff7 commit e20ef3fCopy full SHA for e20ef3f
1 file changed
core/framework.py
@@ -637,6 +637,9 @@ def msfCheck(self):
637
self.display.alert(
638
"If you wish to make use of Metasploit modules within APT2, please update the config file with the "
639
"appropiate settings.")
640
+ self.display.error("Connect by launching msfconsole and then issue the following command:")
641
+ self.display.error(" load msgrpc User=" + self.config['msfuser'] + "Pass=" + self.config['msfpass'] + " ServerPort=" + self.config['msfport'])
642
+ self.display.output()
643
644
def modulesLoaded(self):
645
"""Print Loaded Module Stats"""
0 commit comments