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
I've ran get-atomics but I can't run any technique wihthout getting the following type error pasted below. Any help would be greatly appreciated.
PS C:\Users\greg\Documents\GitHub\atomic-operator\redcanaryco-atomic-red-team-b044c49> atomic-operator run --techniques T1564.001 Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "C:\Users\greg\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\Scripts\atomic-operator.exe\__main__.py", line 7, in <module> File "C:\Users\greg\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\atomic_operator\__main__.py", line 6, in main fire.Fire({ File "C:\Users\greg\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\fire\core.py", line 141, in Fire component_trace = _Fire(component, args, parsed_flag_args, context, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\greg\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\fire\core.py", line 475, in _Fire component, remaining_args = _CallAndUpdateTrace( ^^^^^^^^^^^^^^^^^^^^ File "C:\Users\greg\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\fire\core.py", line 691, in _CallAndUpdateTrace component = fn(*varargs, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\greg\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\atomic_operator\atomic_operator.py", line 333, in run self.__config_parser = ConfigParser( ^^^^^^^^^^^^^ File "C:\Users\greg\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\atomic_operator\configparser.py", line 67, in __init__ self._all_loaded_techniques = Loader().load_techniques() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\greg\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\atomic_operator\atomic\loader.py", line 84, in load_techniques self.__techniques[technique] = Atomic(**loaded_technique) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "<attrs generated init atomic_operator.atomic.atomic.Atomic>", line 7, in __init__ File "C:\Users\greg\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\atomic_operator\atomic\atomic.py", line 24, in __attrs_post_init__ test_list.append(AtomicTest(**test)) ^^^^^^^^^^^^^^^^^^ TypeError: AtomicTest.__init__() missing 1 required positional argument: 'auto_generated_guid'
The text was updated successfully, but these errors were encountered:
I've ran get-atomics but I can't run any technique wihthout getting the following type error pasted below. Any help would be greatly appreciated.
PS C:\Users\greg\Documents\GitHub\atomic-operator\redcanaryco-atomic-red-team-b044c49> atomic-operator run --techniques T1564.001 Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "C:\Users\greg\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\Scripts\atomic-operator.exe\__main__.py", line 7, in <module> File "C:\Users\greg\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\atomic_operator\__main__.py", line 6, in main fire.Fire({ File "C:\Users\greg\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\fire\core.py", line 141, in Fire component_trace = _Fire(component, args, parsed_flag_args, context, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\greg\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\fire\core.py", line 475, in _Fire component, remaining_args = _CallAndUpdateTrace( ^^^^^^^^^^^^^^^^^^^^ File "C:\Users\greg\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\fire\core.py", line 691, in _CallAndUpdateTrace component = fn(*varargs, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\greg\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\atomic_operator\atomic_operator.py", line 333, in run self.__config_parser = ConfigParser( ^^^^^^^^^^^^^ File "C:\Users\greg\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\atomic_operator\configparser.py", line 67, in __init__ self._all_loaded_techniques = Loader().load_techniques() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\greg\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\atomic_operator\atomic\loader.py", line 84, in load_techniques self.__techniques[technique] = Atomic(**loaded_technique) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "<attrs generated init atomic_operator.atomic.atomic.Atomic>", line 7, in __init__ File "C:\Users\greg\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\atomic_operator\atomic\atomic.py", line 24, in __attrs_post_init__ test_list.append(AtomicTest(**test)) ^^^^^^^^^^^^^^^^^^ TypeError: AtomicTest.__init__() missing 1 required positional argument: 'auto_generated_guid'
The text was updated successfully, but these errors were encountered: