haccer / subjack

Subdomain Takeover tool written in Go
Apache License 2.0
1.91k stars 337 forks source link

No output from subjack #80

Closed zPrototype closed 3 years ago

zPrototype commented 3 years ago

Im not getting any output not on my terminal and its not even creating the output file.

Here is the command I used: subjack -w merged.txt -t 20 -timeout 30 -o results_subjack.txt -ssl -c ~/go/src/github.com/haccer/subjack/fingerprints.json

Here is a snippet of my merged.txt file: v.tiktok.com vm.tiktok.com vt.tiktok.com www.tiktok.com

I installed suback via go get and then moved it into /usr/local/bin

I also tried other subdomains and subdomain lists that I know contain the toplevel domain of github and therefore should return something.

zPrototype commented 3 years ago

If you add the -v flag you will get output and it will write to the output file! Very weird behaviour. I'm gonna dig into this