Releases: junnlikestea/vita
Releases · junnlikestea/vita
0.1.16
0.1.15
Changelog
- Added
--subs-only
flag which triggers Vita to run on the provided domain instead of the root domain. Output will be filtered to any result which ends with the input domain. For example, usingvita -d corp.example.com --subs-only
would collect data oncorp.example.com
and return any result ending in that domain e.g.something.corp.example.com
#28 - Added
--flush
flag, if this flag is set then the results will be sent to stdout as they arrive instead of after all sources have finished collecting data and then printing the results to stdout. This is useful when you're running Vita on a small vps and don't want to use very much memory. Results will not be cleaned of duplicates if this flag is set.
#31 #32
0.1.14
Changelog
- Refactored the runner logic into it's own struct.
c0c5988 - Added more robust filtering of the irrelevant results from the output. Instead of using regex to check if a result has the same root domain as one of the input domains, vita now uses the addr crate which uses the Public Suffix List to reliably parse domain names. At the beginning of the execution vita will construct a collection of root domains from your input . It then checks each result's root domain against that collection, if that root domain is in the collection it will be returned in the output.
59b780e - Move over to tracing
ce0b76e - Process the results concurrently
https://github.com/junnlikestea/vita/blob/7db38da265be317b970e942308ee804affb7f2ac/src/lib.rs#L149-L171
0.1.13
0.1.12
releasing v0.1.12
0.1.11
releasing version 0.1.11
0.1.10
release 0.1.10
0.1.9
0.1.8
0.1.7
Releasing 0.1.7