haccer / subjack

Subdomain Takeover tool written in Go
Apache License 2.0
1.89k stars 333 forks source link

Connection Reset By Peer message #42

Open PjMpire opened 5 years ago

PjMpire commented 5 years ago

After a few minutes into a scan i am receiving connection reset by peer messages Script is running from my VPS with no problems im aware of. unsure if script has hung or this is normal behaviour.

Please advise.

connection reset by peer

go version is- go1.12.9 linux/amd64

Cheers

mansoorr123 commented 4 years ago

Greetings!! I am also facing same issue as stated above.Please correct it ASAP. Details: Command used:./subjack -w subdomains.txt -ssl -a -o vul_subjack.txt -t 50 when I increase threads to 100 then also get another error too many files open. Also ulimit -n : gives 1024 and my machines specs (in case needed): 8GB RAM i5 2 cores. Go version: go1.13.5 linux/amd64 BUT when I am using -m option then it is not giving me any error: Command used: /subjack -w subdomains.txt -ssl -a -o vul_subjack.txt -t 50 -m Also when I am comparing results of both commands (with and without -m option) and grepping for only azure domains then with -m option I am getting 15 domains while without -m only getting 6 and with other tools I confirmed that 15 is correct.But I am not getting why without -m I am getting wrong. Also for checking azure we only have to grep domains whcih are having NXDOMAIN status in dig result.

x86shell commented 4 years ago

I'm also getting this error, it seems to be related to the whois server that subjack is using to process requests. I think the amount of requests generated by subjack is causing the whois request to be dropped.