Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SRV support #71

Merged
merged 2 commits into from Oct 20, 2022
Merged

Add SRV support #71

merged 2 commits into from Oct 20, 2022

Conversation

edoardottt
Copy link
Contributor

This PR adds support for querying SRV records.

Close #70

Example:

$> dig +short _xmpp-client._tcp.google.com. SRV

20 0 5222 alt1.xmpp.l.google.com.
20 0 5222 alt2.xmpp.l.google.com.
20 0 5222 alt3.xmpp.l.google.com.
5 0 5222 xmpp.l.google.com.
20 0 5222 alt4.xmpp.l.google.com.

@ehsandeep ehsandeep merged commit 6856cef into projectdiscovery:master Oct 20, 2022
@edoardottt edoardottt deleted the add-srv-support branch October 20, 2022 07:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add SRV Record Support
3 participants