Suggest that references to the directories be changed to utilize the global variables set at the beginning of the file. This will allow for easy modifications if it is run on a different folder structure.
For example:
|
print ("IMPORTANT: Ensure you have downloaded certs from rproxy in /home/cpt/cobaltstrike/certs") |
Should be changed to
print (f"IMPORTANT: Ensure you have downloaded certs from rproxy in {CERTS}")
Suggest that references to the directories be changed to utilize the global variables set at the beginning of the file. This will allow for easy modifications if it is run on a different folder structure.
For example:
Carcosa/Carcosa.py
Line 30 in 818308c
Should be changed to