Skip to content

Commit

Permalink
Update default path of CyberChef
Browse files Browse the repository at this point in the history
  • Loading branch information
nmantani committed Jun 4, 2023
1 parent df2c331 commit 839dc72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/Operations/Misc/send_to.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def wait_process_by_name(name):
programs["Cutter"] = ["C:%HOMEPATH%\\Desktop\\tools\\cutter\\cutter.exe", "-A", "1"]
programs["VS Code"] = "%LOCALAPPDATA%\\Programs\\Microsoft VS Code\\Code.exe"
programs["MS Paint"] = "C:\\Windows\\system32\\mspaint.exe"
programs["CyberChef"] = "C:%HOMEPATH%\\Desktop\\CyberChef_v9.55.0\\CyberChef_v9.55.0.html"
programs["CyberChef"] = "C:%HOMEPATH%\\Desktop\\CyberChef_v10.4.0\\CyberChef_v10.4.0.html"

# Create new config file
f = open(config_file_name, "w")
Expand Down

0 comments on commit 839dc72

Please sign in to comment.