Skip to content

Releases: Edu4rdSHL/rusolver

Rusolver v0.9.1

13 Feb 17:20
42dbf01
Compare
Choose a tag to compare

Rusolver v0.9.0

13 Feb 11:02
ba82875
Compare
Choose a tag to compare
  • Split functions across modules and performance optimizations. Now you to use the crate as a library calling the public functions such as return_hosts_data (for a faster and accurate resolution process that returns a HashMap of the data) and return_tokio_asyncresolver.
    17776e7

Rusolver v0.8.0

25 Jan 15:51
dfdc0ee
Compare
Choose a tag to compare

NEW:

  • Support for fully-qualified domain names. #10 - ddd0557

MISC:

Rusolver v0.7.0

20 Oct 11:00
50b0e6b
Compare
Choose a tag to compare
  • Remove empty lines from read files: 14f3bfb
  • DNS queries with a dot . at the end of the domain are cheaper, this small but significant change results in an important performance improvement. 5d0443a

MISC:

  • Updated dependencies.

Rusolver v0.6.1

20 May 05:50
8022a48
Compare
Choose a tag to compare
  • Improve wildcard detection using only the trusted DNS resolvers and a list of 20 hosts instead of 10. 8057fbc

Rusolver v0.6.0

20 May 00:18
d1bb538
Compare
Choose a tag to compare
  • Add double verification step. If no --no-verify is provided and a list of resolvers is used, every resolved host is double-checked against a list of trustable DNS resolvers, ensuring that only real alive hosts are given to the user. 9de7ab2

Rusolver v0.5.1

16 May 11:49
ebeb79c
Compare
Choose a tag to compare
  • Fix performance issues using our own trust-dns fork which disables all the DNS stats and request cloning. Edu4rdSHL/trust-dns@4840190 c92506b
  • Use an AsyncResolver with multiple nameserver ips instead of creating multiple AsyncResolver instances. 4dea547

Rusolver v0.5.0

12 May 03:27
42c8f16
Compare
Choose a tag to compare
  • Add wildcard detection support when doing brute force attacks. d9baa7a

Rusolver v0.4.0

11 May 02:03
380fec6
Compare
Choose a tag to compare

NEW:

  • Add support for using DNS from a file using the -r/--resolvers option. Example: cat hosts.txt | rusolver -r dns_ips.txt 87bee0c
  • Add support for using a wordlist as stdin for brute-forcing when using a custom -d/--domain. Usage: cat wordlist.txt | rusolver -d example.com. It will append all the words in wordlist.txt to example.com and then run the check against the resulting hosts. 1a43501

MISC:

  • Adjust informational message. 91654a4

Rusolver v0.3.0

09 May 10:53
b1b70ae
Compare
Choose a tag to compare
  • Bump dependencies. 4427dcc
  • Update code to match the latest dependencies version. 4427dcc
  • Decrease the number of default threads to 100. 4427dcc