-
-
Notifications
You must be signed in to change notification settings - Fork 135
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
Comments
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? |
Hello, It would be great ! I think it's a great feature, I would love to have these results in the output. |
any update on this? |
This fell out of my radar. I have committed a latest version v.199 - see if it fixes the problem.
|
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. |
Will have to take a look at it. Changed the category of the post to bug. |
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 |
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
The text was updated successfully, but these errors were encountered: