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
{{ message }}
This repository was archived by the owner on Apr 6, 2022. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: