Skip to content

v0.14.0

Compare
Choose a tag to compare
@kpcyrd kpcyrd released this 23 Nov 20:27
  • Added a very basic sn0int repl to make script development easier
  • Added improved support for apis hosted on .onions
  • Added crypto currency addresses as new struct
  • Added sn0int export as a command to export a workspace to json
  • The target option is now exposed on the cli to run an investigation on a subset of the structs in scope, this can be used with sn0int run -t 'where id=1' foo
  • Improved normalization when adding structs
  • Improved date functions (there are going to be deprecation warnings on the next release)
  • Added stdin_read_to_end to read all of stdin into a string
  • last_seen automatically selects the most recent date so scripts don't need to check this manually
  • Fixed pgp uid decoding issue
  • Minor bugfixes and improvements