osxcollector_output_filters
osxcollector_output_filters copied to clipboard
Analyze All Filter
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='
python version 2.7.16 python3 version 3.6.7