Skip to content

[2.0.0] - 2024-07-18

Compare
Choose a tag to compare
@TheoBhang TheoBhang released this 18 Jul 09:25
· 13 commits to master since this release

Added

  • Caching with SQLite: Integrated a Cache system with a SQLite database to verify if the IOC is already in DB to save API Quotas.
  • Console Output: Utilized rich.console.Console and other rich components for enhanced terminal output.

Improved

  • Code Structure: Organized imports and separated functionalities for better readability and maintainability.
  • New menu for User:Enhanced menu for user experience and visuals.
  • MISP Connection : MISP Connection was improved, better handling of Objects and Events

Fixed

  • Hash handling: hash handler was missing one argument on table creation that could cause error on the script.

Deprecated

  • N/A

Removed

  • N/A

Security

  • N/A