shuffledns icon indicating copy to clipboard operation
shuffledns copied to clipboard

stdin is unavailable

Open h3zh1 opened this issue 1 year ago • 1 comments
trafficstars

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 bruteforce

Screenshots [FTL] Program exiting: domain not specified image

h3zh1 avatar Jul 01 '24 18:07 h3zh1

for ref: https://github.com/projectdiscovery/shuffledns/pull/313/commits/f131358d1cc43c0aeea73f4e9470cd0892b08552 where it got removed

dogancanbakir avatar Jul 02 '24 11:07 dogancanbakir

THX! So I can't hack more than one domain name in brute force mode?

h3zh1 avatar Jul 03 '24 10:07 h3zh1

Stdin support was removed because it didn’t add much value for most use cases and led to maintenance challenges. Instead, you can pass the domain directly as an argument:

shuffledns -d projectdiscovery.io -w names.txt -r resolvers.txt -mode bruteforce

Thank you for understanding.

dogancanbakir avatar Jul 03 '24 12:07 dogancanbakir