Skip to content

Releases: kpcyrd/sn0int

v0.9.1

03 Feb 02:52
Compare
Choose a tag to compare

Bugfix release

  • Various seccomp fixes

v0.9.0

29 Jan 01:59
Compare
Choose a tag to compare
  • Add socket functions to create raw tcp connections (with socks5 support)
  • Add db_add_ttl to add to the database with a timeout
  • Add datetime function to get current time+date
  • Add json output for select
  • Don't display progress indicator in some cases
  • Switch sqlite to WAL

New modules

  • smtp-check - validate emails over smtp
  • thunderbird-autoconfig - find subdomains via thunderbird autoconfig
  • well-known-uris - test for RFC-5785 well-known uris
  • passive-arp - similar to arp-scan but fully passive, depends on sniffglue

v0.8.1

13 Jan 00:25
Compare
Choose a tag to compare

Bugfix release

  • Fix a bug in the certificate parser for san extensions longer than 127 bytes
  • Introduce a dns cache to reduce dns traffic and avoid a bug in chrootable-https that leaks udp sockets
  • Bump dependencies to support OpenBSD

v0.8.0

07 Jan 02:45
Compare
Choose a tag to compare
  • Add socks5 support
  • Add basic support for devices and networks
  • Introduce help command
  • Add necessary flags for selftest
  • Exclude unneeded open syscall from sandbox
  • Expose select to non-interactive mode

v0.7.0

24 Dec 01:56
Compare
Choose a tag to compare
  • Add phonenumber table
  • Support fetching information about phonenumbers
  • Add keyring for secret managment
  • Add url_escape and url_unescape functions
  • Add reverse dns fields to ipaddrs
  • Add first url bruteforce script
  • Merge security headers into registry codebase
  • Port to rust 2018 edition

v0.6.0

08 Dec 21:15
Compare
Choose a tag to compare
  • Expose stdin to scripts if --stdin is set
  • Bypass a recent sqlite 3.26.0 regression
  • Introduce automatic fields based on other fields
  • Adjust sandbox for arm
  • List subdomains when listing domains
  • Add debug function for output if -vv is set

Breaking

  • Extend dns function to support axfr
  • Fix indexing in lua scripts

v0.5.0

20 Nov 16:27
Compare
Choose a tag to compare
  • Allow running investigations concurrently
  • swich_db has been replaced with a proper workspace command
  • Add public documentation on readthedocs
  • Add openbsd support
  • Add benchmark for db_add speed
  • Improve detection if in-scope and out-of-scope in passive spider
  • Mute some error! calls from libs
  • Add x509_parse_pem certificate parser
  • db_add returns nil if entity is out of scope

v0.4.0

11 Nov 04:49
Compare
Choose a tag to compare
  • Add quickstart command to reduce new user on-boarding friction
  • Improved upserting and update support
  • Targets can be filtered and previewed
  • Add db_select to test if something is already in scope
  • Add mod update to update modules
  • Improve support for redirects for urls
  • Allow asn lookups with asn_lookup
  • Allow publishing multiple scripts at once
  • Allow deleting entities from the database
  • Enable cascading delete

v0.3.0

23 Oct 17:18
Compare
Choose a tag to compare
  • Add shell completions for zsh, bash and others
  • Introduce a config file
  • Fix seccomp bug on alpine
  • Add hackertarget-subdomains script
  • Add scope/noscope commands
  • Add db_update function
  • Add geoip_lookup function
  • Extend ipaddrs table with geoip columns
  • Foreign keys are now correctly enforced

v0.2.0

12 Oct 09:13
Compare
Choose a tag to compare
  • Fix chrooted http bug
  • Require modules to have an opensource license
  • Add RFC4880 parser and PGP unarmoring
  • Add email table
  • Add regex support
  • Improve error logging from scripts