Releases: kpcyrd/sn0int
Releases · kpcyrd/sn0int
v0.9.1
v0.9.0
- 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
v0.8.0
v0.7.0
- 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
- 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
- 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
- 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
- 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