We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pull out the static definition of the queries.yaml (leave as the default for ease of use) and make it a command line option
parser.add_argument( "-f", "--queryfile", type=str, help="[+] File containing queries that you want Invictus-aws to run." ) try: with open('source/files/queries.yaml') as f: queries = yaml.safe_load(f) except Exception as e: print(f"[!] Error : {str(e)}")
The text was updated successfully, but these errors were encountered:
Feature added, will be available by the end of the month on the main branch. Thank you for the proposal !
Sorry, something went wrong.
benjamin-glz
No branches or pull requests
Pull out the static definition of the queries.yaml (leave as the default for ease of use) and make it a command line option
The text was updated successfully, but these errors were encountered: