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

Refactor: need re-define Record struct #10

Open
Esonhugh opened this issue May 26, 2024 · 0 comments
Open

Refactor: need re-define Record struct #10

Esonhugh opened this issue May 26, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Esonhugh
Copy link
Owner

This Record Struct like is ambiguous. I think it should be defined well.

current

type Record struct {
	Ip         net.IP
	SvcDomain  string
	SrvRecords []SrvRecord
	Extra      string `json:"Extra,omitempty"`
}

requirements

  1. accept multi result
  • AXFR Dump with DNS strings
  • wildcard dump with one records but full SrvRecords
  • normal brute forcing record
  1. .. to be continued
@Esonhugh Esonhugh self-assigned this May 26, 2024
@Esonhugh Esonhugh added the enhancement New feature or request label May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant