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

NameError: name 'SYSDIAGNOSE_MODULES' is not defined #17

Closed
bucknet opened this issue Jul 20, 2021 · 4 comments
Closed

NameError: name 'SYSDIAGNOSE_MODULES' is not defined #17

bucknet opened this issue Jul 20, 2021 · 4 comments

Comments

@bucknet
Copy link

bucknet commented Jul 20, 2021

Getting this error trying to use stix file from Amnesty, what am I doing wrong.

mvt-ios check-iocs --iocs /mnt/c/Users/bucks/Desktop/MVT/pegasus.stix2 /mnt/c/Users/bucks/Desktop/MVT/output

1st arg location of stix file
2nd arg directory for output

ITunes output JSON files all in /mnt/c/Users/bucks/Desktop/MVT

@recurrence
Copy link
Contributor

It's because of this line

for entry in BACKUP_MODULES + FS_MODULES + SYSDIAGNOSE_MODULES:

They didn't define SYSDIAGNOSE_MODULES

@bucknet
Copy link
Author

bucknet commented Jul 20, 2021

Thanks, took that out and it worked.

@bucknet bucknet closed this as completed Jul 20, 2021
@recurrence
Copy link
Contributor

Well, this should still be fixed. Not clear why this was closed :)

@recurrence
Copy link
Contributor

I pushed a fix at #31

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