osxcollector_output_filters icon indicating copy to clipboard operation
osxcollector_output_filters copied to clipboard

Analyze All Filter

Open philipmatthew opened this issue 5 years ago • 1 comments

I've been trying without success to run the AnalyzeAll filter against a JSON formatted output file generated with osxcollector.py despite being able to run make test and getting "congratulations for both 27 and 36" . I get an error saying that /tmp/domain_whitelist.txt doesn't exist. If I manually create that file, and run python -m osxcollector.output_filters.find_domains -i macbook.json | \ jq 'select(has("osxcollector_domains"))' i get " ImportError: No module named six"

if i run "python3 -m osxcollector.output_filters.find_domains -i macbook.json | \ jq 'select(has("osxcollector_domains"))' i get " ImportError: No module named six"

then i get

"Exception ignored in: <_io.TextIOWrapper name='' mode='w' encoding='UTF-8'> BrokenPipeError: [Errno 32] Broken pipe"

python version 2.7.16 python3 version 3.6.7

philipmatthew avatar Jun 16 '19 19:06 philipmatthew