shuffledns icon indicating copy to clipboard operation
shuffledns copied to clipboard

MassDNS wrapper written in go to enumerate valid subdomains using active bruteforce as well as resolve subdomains with wildcard filtering and easy input-output support.

Results 31 shuffledns issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/projectdiscovery/goflags](https://github.com/projectdiscovery/goflags) from 0.1.50 to 0.1.52. Release notes Sourced from github.com/projectdiscovery/goflags's releases. Release v0.1.52 0.1.52 (2024-05-12) Release v0.1.51 0.1.51 (2024-05-05) Commits 66c92b3 Merge pull request #183 from projectdiscovery/dependabot/go_modules/main/gith... 2415281 chore(deps):...

dependencies
go

Bumps [github.com/projectdiscovery/utils](https://github.com/projectdiscovery/utils) from 0.0.91 to 0.0.93. Release notes Sourced from github.com/projectdiscovery/utils's releases. Release v0.0.93 0.0.93 (2024-05-10) Release v0.0.92 0.0.92 (2024-04-30) Commits 81d9b9e Merge pull request #409 from projectdiscovery/add_line_dedupe_funcs 1b5e022 increasing...

dependencies
go

Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 5.1.0 to 6.0.1. Release notes Sourced from golangci/golangci-lint-action's releases. v6.0.1 What's Changed Changes fix: use 3-dots syntax for diff on push by @​ldez in golangci/golangci-lint-action#1040 Full Changelog:...

dependencies
github_actions

**Describe the bug** stdin operations according to readme.md are not available **Shuffledns version** v1.1.0 **Complete command you used to reproduce this** echo projectdiscovery.io | ./shuffledns -w names.txt -r resolvers.txt -mode...

- Use bulk writer for big temporary output file - Mitigate wildcard filtering randomly happening after https://github.com/projectdiscovery/shuffledns/pull/357

Type: Bug

### Please describe your feature request: Include which resolver IP was used in the JSON output ### Describe the use case of this feature: Sometimes resolvers misbehave and we end...

Type: Enhancement

context https://github.com/projectdiscovery/utils/issues/476

Status: Completed
Type: Enhancement

**Describe the bug** Bufio.Writer is not safe when shared between goroutines without custom synchronization. Not sure how common this crash is or I was just very very unlucky. Happy to...