Junnlikestea Vita Versions Save

A tool to find subdomains or domains from passive sources.

0.1.16

3 years ago

Changelog

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

0.1.15

3 years ago

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

3 years ago

Changelog

  • Refactored the runner logic into it's own struct. c0c598838afbaa24c780c3b3a019f727c4806c92
  • 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. 59b780e26c64dfb46e8c76e163d031356de87737
  • Move over to tracing ce0b76e0fb20a1cd2b3f50f430f08df9644adeba
  • Process the results concurrently https://github.com/junnlikestea/vita/blob/7db38da265be317b970e942308ee804affb7f2ac/src/lib.rs#L149-L171

0.1.13

3 years ago

Refactored to use channels 21721ae03a7b1aa1a1966f0e6d16c6d0fe184ace

Features #23 #22

0.1.12

3 years ago

0.1.11

3 years ago

0.1.10

3 years ago

0.1.9

3 years ago

Fixes: #14 Enhancements: #13

0.1.8

3 years ago

Fixes: #9 #10

Features: #11

0.1.7

3 years ago