Skip to content

Commit e20ef3f

Browse files
committed
updated inital banner info
1 parent 6f2eff7 commit e20ef3f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

core/framework.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -637,6 +637,9 @@ def msfCheck(self):
637637
self.display.alert(
638638
"If you wish to make use of Metasploit modules within APT2, please update the config file with the "
639639
"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()
640643

641644
def modulesLoaded(self):
642645
"""Print Loaded Module Stats"""

0 commit comments

Comments
 (0)