Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suspicious certificate results not showing in results.txt #50

Open
arthurblabla opened this issue Nov 17, 2020 · 8 comments
Open

Suspicious certificate results not showing in results.txt #50

arthurblabla opened this issue Nov 17, 2020 · 8 comments
Assignees
Labels
bug Something isn't working

Comments

@arthurblabla
Copy link

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
Copy link
Owner

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
Copy link
Author

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 !

@atenreiro atenreiro self-assigned this Nov 19, 2020
@atenreiro atenreiro added the enhancement New feature or request label Nov 19, 2020
@bigverm23
Copy link

any update on this?

atenreiro pushed a commit that referenced this issue May 21, 2022
@atenreiro
Copy link
Owner

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
Copy link

image

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

@bigverm23
Copy link

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 atenreiro added bug Something isn't working and removed enhancement New feature or request labels May 24, 2022
@atenreiro
Copy link
Owner

Will have to take a look at it.

Changed the category of the post to bug.

@prathamxx
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants