tlsx version: 1.2.2
Current Behavior:
Using the command options -resolvers and -scan-all-ips at the same time skips the resolvers I provided and uses the default resolvers such as 1.1.1.1 or 8.8.4.4
example command:
./tlsx -u eu.battle.net -sa -r 9.9.9.9,45.90.28.190 -v
output:
[WRN] Could not get IP for host: eu.battle.net
[WRN] Could not resolve eu.battle.net: could not resolve, max retries exceeded
read udp 192.168.1.2:61846->8.8.4.4:53: i/o timeout
Expected Behavior:
The program should only send queries to 9.9.9.9 and 45.90.28.190 and check all of the IPs in their response to check if we can connect to 'eu.battle.net'
Steps To Reproduce:
Anything else:
tlsx version: 1.2.2
Current Behavior:
Using the command options -resolvers and -scan-all-ips at the same time skips the resolvers I provided and uses the default resolvers such as 1.1.1.1 or 8.8.4.4
example command:
./tlsx -u eu.battle.net -sa -r 9.9.9.9,45.90.28.190 -v
output:
[WRN] Could not get IP for host: eu.battle.net
[WRN] Could not resolve eu.battle.net: could not resolve, max retries exceeded
read udp 192.168.1.2:61846->8.8.4.4:53: i/o timeout
Expected Behavior:
The program should only send queries to 9.9.9.9 and 45.90.28.190 and check all of the IPs in their response to check if we can connect to 'eu.battle.net'
Steps To Reproduce:
Anything else: