Skip to content

Commit

Permalink
Fixed config
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTruncer committed Jul 30, 2017
1 parent ca5c1b8 commit 780e9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def generateConfig(options):
config += 'MSFVENOM_OPTIONS="' + options['MSFVENOM_OPTIONS'] + '"\n\n'
print " [*] MSFVENOM_OPTIONS = " + options['MSFVENOM_OPTIONS']

config += '# The path to the metasploit framework, for example: /usr/share/metasploit-framework/\n\tArch Linux based distributions: /opt/metasploit\n'
config += '# The path to the metasploit framework, for example: /usr/share/metasploit-framework/\n'
config += 'METASPLOIT_PATH="' + options['METASPLOIT_PATH'] + '"\n\n'
print " [*] METASPLOIT_PATH = " + options['METASPLOIT_PATH']

Expand Down

0 comments on commit 780e9e5

Please sign in to comment.