Skip to content

Releases: junnlikestea/vita

0.1.16

01 Jan 11:54
e7d3e62
Compare
Choose a tag to compare

Changelog

  • You can now exclude sources using the -e flag.
    #34

0.1.15

01 Dec 09:18
Compare
Choose a tag to compare

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, using vita -d corp.example.com --subs-only would collect data on corp.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

17 Oct 07:22
Compare
Choose a tag to compare

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

18 Sep 13:48
Compare
Choose a tag to compare

Refactored to use channels
21721ae

Features
#23
#22

0.1.12

19 Aug 11:04
Compare
Choose a tag to compare
releasing v0.1.12

0.1.11

13 Aug 11:52
Compare
Choose a tag to compare
releasing version 0.1.11

0.1.10

08 Aug 06:17
Compare
Choose a tag to compare
release 0.1.10

0.1.9

31 Jul 13:45
Compare
Choose a tag to compare

Fixes:
#14
Enhancements:
#13

0.1.8

26 Jul 04:29
Compare
Choose a tag to compare

Fixes:
#9
#10

Features:
#11

0.1.7

18 Jul 10:19
Compare
Choose a tag to compare
Releasing 0.1.7