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

Campaign ID None does not exist #34

Open
jaywalker2022 opened this issue Dec 19, 2022 · 1 comment
Open

Campaign ID None does not exist #34

jaywalker2022 opened this issue Dec 19, 2022 · 1 comment

Comments

@jaywalker2022
Copy link

When connecting to my gophish server, I get an error " Details: HTTPSConnectionPool(host='44.2xx.xx.55', port=3333): Max retries exceeded with url: /api/campaigns/50onnection: [Errno 110] Connection timed out')). Followed by: Success!
[!] Looks like campaign ID None does not exist! Skipping it...
[!] There was a problem processing campaign ID 50!
L.. Details: 'NoneType' object has no attribute 'timeline'
Issue was repeatable on a vanilla Ubuntu 20.04.5 and my kalli 2022.4 box. Interesting enough, I was able to get the code to work on my Windows machine using git for windows. Any recommendations?

@chrismaddalena
Copy link
Owner

That error means the script could not connect to the host using HTTPS and the provided IP and port. Gophish does not use TLS by default, so you might have needed to use http://44.2xx.xx.55:3333. The script should have halted once the connection failed. It tried to continue with none of the data from the server, which caused the ret of that output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants