You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered: