-
Hello,
I'm running into an issue when trying to run shuffledns inside an Amazon ECS (Fargate) container.
My issue is that shuffledns thinks that there is an stdin input provided where there isn'…
-
Hello,
It would be nice to support the "json" form in the output format.
Because I often use json form in massdns.
Thanks.
gy741 updated
2 years ago
-
![image](https://user-images.githubusercontent.com/52525188/145180987-caecf078-5c6a-409c-b066-4be4a182afe7.png)
whenever you click on copy option which shows on the right side, it also copy the arr…
-
at file `pkg/wildcards/resolver.go`,
```go
serverIndex := atomic.LoadInt32(&w.serversIndex)
if w.serversIndex >= int32(len(w.servers)-1) {
atomic.StoreInt32(&w.serversIndex, 0)
serverIndex =…
-
Hello everyone,
I just followed the installation process , however the tool didn't installed,
I ran this command on kali linux 2021.2
$ GO111MODULE=on go get -v github.com/projectdiscovery/shu…
-
# GO111MODULE=on go get -v github.com/projectdiscovery/shuffledns/cmd/shuffledns
# shuffledns
bash: shuffledns: command not found
-
I'm using Windows 7x64 Ultimate and whenever i'm trying to compile this program with Mingw or Git Bash i'm getting this following error:
```
MyPC@MyPC MINGW64 /d/Recon Tools/Subdomain Enumeration/…
-
Currently I use amass in my searches for subdomains, they have the option to add wordlist, could you implement this feature?
-
Subdomain enumeration is so time consuming.
A progress bar can tell the user that things are moving.
-
Hello team,
The above edge case helps us identify domains which can be taken over. However shuffledns filters out these domains due to the NXDOMAIN status. Note that this could be a massdns issue as …