redcanaryco / surveyor

A cross-platform baselining, threat hunting, and attack surface analysis tool for security teams.
MIT License
166 stars 62 forks source link

[BUG] Installation faillure #161

Open HawaYann opened 3 months ago

HawaYann commented 3 months ago

Describe the bug

According the documentation, installation should follow the step : "cd surveyor python setup.py"

This is unclear documentation and "python setup.py build" or "python setup.py install" even if success when requirement are met, surveyor.py will failed to executed without error.

Please document the steps and advise.

What side of Surveyor is impacted?

What product is impacted?

Steps to reproduce

What did you do?

What is the command line you're running that is causing the error? Documented steps will cause python errors. Tested with multiple python versions>3.9 No success. Most recurrent error message with surveyor.py:

"SCHEMA_IOCV2 = Schema( NameError: name 'Schema' is not defined"

Expected behavior

A clear and concise description of what you expected to happen.

Screenshots

If applicable, add screenshots to help explain your problem.

Additional context

Appears to mixed outdid python modules.