Skip to content
This repository was archived by the owner on Apr 6, 2022. It is now read-only.

missing function definition with the -m option #3

Open
mindfunk opened this issue Apr 7, 2020 · 0 comments
Open

missing function definition with the -m option #3

mindfunk opened this issue Apr 7, 2020 · 0 comments

Comments

@mindfunk
Copy link

mindfunk commented Apr 7, 2020

I am sure I am missing a dependancy or something. Though, I am not getting any import errors.

It is totally possible that I am incorrectly using the arguments. But, there is not a lot of documentation for this tool.

When I use the '-m' option, I get this:
[XXXXXXX@XXXXXXXX CrowdStrike2TH]$ python3 cs2th.py --debug find -l 10 -m
https://falconapi.crowdstrike.com/detects/queries/detects/v1?filter=status:'new'%2Blast_behavior:>'2020-04-07T15:37'
Traceback (most recent call last):
File "cs2th.py", line 356, in
run()
File "cs2th.py", line 352, in run
args.func(args)
File "cs2th.py", line 311, in find
mon = monitoring("{}/cs2th.status".format(
NameError: name 'monitoring' is not defined

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

No branches or pull requests

1 participant