I added an option to configure a filepath using ATOR_CONFIG_FILEPATH environment variable.
I am using ATOR to run authenticated Burp scans, and loading in the configuration file manually does not work well with automation efforts. I decided to modify the module instead to allow this type of config load on startup.
If it's useful for ATOR, I hope this can be merged, so I don't need to maintain a separate fork of the project for my use-case :+1:
I added an option to configure a filepath using
ATOR_CONFIG_FILEPATH
environment variable.I am using ATOR to run authenticated Burp scans, and loading in the configuration file manually does not work well with automation efforts. I decided to modify the module instead to allow this type of config load on startup.
If it's useful for ATOR, I hope this can be merged, so I don't need to maintain a separate fork of the project for my use-case :+1: