-
Notifications
You must be signed in to change notification settings - Fork 540
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
Latest King Phisher unable to connect to Gmail SMTP:587 #355
Comments
Well you're using port 587 and according to my notes in the docs you need to use 465 with SSL turned on. Can you give that a shot and see if it fixes it? If it does not, please include all of the relevant settings in the SMTP configuration tab. Can you also include the verbose output from when you try to connect too? |
Ok, looks like problem is solved using port 465. My bad and Thank you. The verbose logs looks normal. However, please see one error towards the bottom. Something wrong with my install? I am missing a module? ModuleNotFoundError: No module named 'numpy.core._multiarray_umath' ==================================== root@kali2:/opt/king-phisher# ./KingPhisherServer -f -L DEBUG server_config.yml ============================================== root@kali2:/opt/king-phisher# ./KingPhisher WARNING failed to authenticate to the remote king phisher service, reason: invalid credentials ======================================== |
Well it's not clear what's throwing the exception. It doesn't appear to be uncaught because there's no stack trace. Matplotlib is the only component that uses numpy to my knowledge, we don't use it directly. If you can load the client and view graphs, you're probably just fine. |
All the graphs appear to be loading fine. Thanks again for the quick help! Case closed. |
Issue Description
I am able to launch KP fine. Tried to connect to smtp.gmail.com:587 with my gmail username and App password.
All i see on the KP terminal window is: Warning: received a socket error while connecting to the smtp server... The strange thing is that I have another Kali VM in the same subnet running another GoPhish and that can connect to smtp.gmail.com:587 with no issues.
Reproduction Steps
Environment Details
Host OS: Kali 18.04
King Phisher Version: 1.13.0
Error Details / Stack Trace
Where do I get the stack traces?
The text was updated successfully, but these errors were encountered: