atenreiro / opensquat

The openSquat is an open-source tool for detecting domain look-alikes by searching for newly registered domains that might be impersonating legit domains and brands.
https://opensquat.com
GNU General Public License v3.0
685 stars 130 forks source link

Suspicious certificate results not showing in results.txt #50

Open arthurblabla opened 3 years ago

arthurblabla commented 3 years ago

Is your feature request related to a problem? Please describe. When I run opensquat on my keywords with the command below, event if it finds "suspicious certificate" in the "Checking Domain Squatting" section, I have nothing written in results.txt. Maybe I missed something, but is there a way to have this results written somewhere ?

python3 opensquat.py --phishing phishing_domains.txt --dns --ct --subdomains --portcheck -c 4 --vt -p month

Many thanks for your great tool

atenreiro commented 3 years ago

Hello!

You are right, the certificate transparency (CT) is not being saved in the results.txt simply because I never developed this feature and prioritize others.

If this is important to you I can add it in the next release?

arthurblabla commented 3 years ago

Hello,

It would be great ! I think it's a great feature, I would love to have these results in the output. Thanks you very much !

bigverm23 commented 2 years ago

any update on this?

atenreiro commented 2 years ago

Hey @arthurblabla @bigverm23

This fell out of my radar. I have committed a latest version v.199 - see if it fixes the problem.

python3 opensquat.py --ct

bigverm23 commented 2 years ago

image

it's saying it's finding suspicious certs but they dont show up in results

bigverm23 commented 2 years ago

ah I see. running with opensquat.py --dns --ct gives results.

running with opensquat.py --phishing phishing_domains.txt --dns --ct --subdomains --portcheck does not produce results.

atenreiro commented 2 years ago

Will have to take a look at it.

Changed the category of the post to bug.

prathamxx commented 11 months ago

Hello i see that the result is still not showing in results.txt, thus we have came up with another command to run to resolve the issue.

python3 opensquat.py --phishing phishing_domains.txt --dns --ct --subdomains --portcheck -c 4 --vt -p month >> results.txt We hope it helps.