Skip to content
New issue

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

Unrecognized Argument --grep-words #45

Open
ptrk01 opened this issue Sep 18, 2021 · 1 comment
Open

Unrecognized Argument --grep-words #45

ptrk01 opened this issue Sep 18, 2021 · 1 comment

Comments

@ptrk01
Copy link

ptrk01 commented Sep 18, 2021

I wanted to use --grep-words argument as stated in the example in readme but I get the following error message:

DumpsterDiver.py: error: unrecognized arguments: --grep-words *access_key*

I invoked the script with the following command:
python3 DumpsterDiver.py -p /home/folder_to_search/ --entropy 6 --grep-words *access_key*

I use the latest DumpsterDiver version. Any idea what's wrong?

@vicenteherrera
Copy link

In the code there is no reference to "grep-words" when parsing arguments.
You could specify them in the rules.yaml file, you also have to add -a or --advance to the command line call.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants