Skip to content

Using -resolvers and -scan-all-ips at the same time skips provided resolvers #976

@samwao

Description

@samwao

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:

Metadata

Metadata

Assignees

Labels

Type: BugInconsistencies or issues which will cause an issue or problem for users or implementors.

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions