SaintsSec / Navi

An Interface for AI built for cybersecurity professionals
https://www.saintssec.org/
GNU Affero General Public License v3.0
78 stars 10 forks source link

[UPDATE] Basic windows support #59

Closed hullabaloo-vincent closed 2 months ago

hullabaloo-vincent commented 2 months ago

Added platform.system() to the LLM query so that any suggestions would be OS-specific. Navi, however, is a bit dumb regarding Windows and doesn't work consistently. The pdf command requires readline, which isn't supported on Windows. If Windows is detected, it ignores the entire file. I adjusted the module loading to accommodate missing commands.