Skip to content

Commit

Permalink
Add Parrot to setting path
Browse files Browse the repository at this point in the history
  • Loading branch information
dmknght authored Feb 9, 2019
1 parent f5989a9 commit 25dff90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/update-config.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def generateConfig(options):
options["PAYLOAD_SOURCE_PATH"] = "/var/lib/veil/output/source/"

# Kali
if issue.startswith( "Kali" ):
if issue.startswith( ("Kali", "Parrot") ):
options["OPERATING_SYSTEM"] = "Kali"
options["METASPLOIT_PATH"] = "/usr/share/metasploit-framework/"
options["MSFVENOM_PATH"] = "/usr/bin/"
Expand Down

0 comments on commit 25dff90

Please sign in to comment.