Getting started

Knowledge hub

Tutorials

Concepts

dnsvalidator

Trickest - GitHub

Basic Usage Examples

Verify Single Server

Pass a target DNS server (e.g. trickest.io) to the target input (type string).

Run dnsvalidator against one server

Verify Multiple Servers

Pass a list of DNS servers to be verified, contained within a file, to the targets-list input (type file).

Run dnsvalidator against multiple servers

Improvements

Multi-threaded Verification

Dnsvalidator is designed to maintain result reliability with an increased number of threads. Default number of threads is 5. To increase number of threads, pass desired value to the threads input (type string).

Timeout

Specify a timeout value (default:600) in seconds for any single thread by passing desired value to the timeout input (type string).

No-color

Use no-color boolean input to strip out any foreground or background colours.

Notable Workflows