Skip to content

Commit

Permalink
fix: do not create scripts/ folder (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocervell authored Apr 11, 2024
1 parent 8529c0b commit 8fdaf09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion secator/definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@


# Create all folders
for folder in [BIN_FOLDER, DATA_FOLDER, REPORTS_FOLDER, WORDLISTS_FOLDER, SCRIPTS_FOLDER, CVES_FOLDER, PAYLOADS_FOLDER,
for folder in [BIN_FOLDER, DATA_FOLDER, REPORTS_FOLDER, WORDLISTS_FOLDER, CVES_FOLDER, PAYLOADS_FOLDER,
REVSHELLS_FOLDER, CELERY_DATA_FOLDER, CELERY_RESULTS_FOLDER]:
if not os.path.exists(folder):
console.print(f'[bold turquoise4]Creating folder {folder} ...[/] ', end='')
Expand Down

0 comments on commit 8fdaf09

Please sign in to comment.