Skip to content

Conversation

@vmfunc
Copy link
Owner

@vmfunc vmfunc commented Jan 3, 2026

summary

  • removes duplicate SubdomainTakeover call that was running twice when both dns scan (--dnslist) and subdomain takeover (--st) flags were enabled
  • adds comprehensive unit tests for config settings to verify default values and --noscan flag behavior
  • fixes minor formatting issue in dork.go

test plan

  • all existing tests pass
  • new config tests verify noscan flag behavior
  • go vet passes
  • gofmt applied

closes #1

@vmfunc vmfunc force-pushed the fix/noscan-and-subdomain-takeover branch from 954c605 to ec8a665 Compare January 3, 2026 02:38
@vmfunc vmfunc merged commit 44842dd into main Jan 3, 2026
10 checks passed
- remove duplicate SubdomainTakeover call that ran twice when both
  dns scan and --st flag were enabled
- add comprehensive tests for config settings defaults and behavior
- fix formatting in dork.go

closes #1
@vmfunc vmfunc deleted the fix/noscan-and-subdomain-takeover branch January 3, 2026 02:38
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.

Base scanning doesn't occur even when --noscan is present

2 participants