Skip to content

Adjust References for working Dir #11

@bjb28

Description

@bjb28

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}")

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions