Skip to content

Releases: bamhm182/SynackAPI

Total Refactor and added SQLite Cache and Settings

12 Feb 22:49
b4d20ff
Compare
Choose a tag to compare
  • Converted yaml settings to a SQLite database
  • Non-time-sensitive data is cached locally in the SQLite database for faster responses and less demand on the Synack API
  • Added mdBook based documentation for everything
  • Standardized function names
  • Converted to a plugin based architecture so files and functions are better organized

v0.0.8

05 Feb 20:42
Compare
Choose a tag to compare
  • Resolved issue of plugins not being added to PyPI Package

v0.0.7

30 Jan 00:40
e00c36e
Compare
Choose a tag to compare
  • Added live-tests to easily see changes to the live Synack API
  • Created users plugin
  • Removed compat.v1. If you used this, just continue to use gexpose's repo instead

v0.0.6

27 Jan 05:39
Compare
Choose a tag to compare
  • Mission Template functionality added
  • Most of plugin refactor completed