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

Cannot start KingPhisher #505

Open
dellus1on opened this issue Sep 26, 2023 · 0 comments
Open

Cannot start KingPhisher #505

dellus1on opened this issue Sep 26, 2023 · 0 comments

Comments

@dellus1on
Copy link

Issue Description

Error when starting KingPhisher

Reproduction Steps

  1. Start King Phisher
  2. Do something to trigger the crash

Environment Details

sudo service king-phisher start
Job for king-phisher.service failed because the control process exited with error code. See "systemctl status king-phisher.service" and "journalctl -xe" for details.

Error Details / Stack Trace

systemctl status king-phisher.service
× king-phisher.service - King Phisher Server
Loaded: loaded (/lib/systemd/system/king-phisher.service; enabled; preset: disabled)
Active: failed (Result: exit-code) since Tue 2023-09-26 17:18:35 EDT; 6min ago
Process: 17188 ExecStart=/usr/bin/python3 /root/Downloads/king-phisher/KingPhisherServer /root/Downloads/king-phisher/server_config.yml (code=exited, status=1/FAILURE)
CPU: 677ms

Sep 26 17:18:35 kali python3[17188]: File "", line 198, in _run_module_as_main
Sep 26 17:18:35 kali python3[17188]: File "", line 88, in _run_code
Sep 26 17:18:35 kali python3[17188]: File "/root/Downloads/king-phisher/king_phisher/server/main.py", line 42, in
Sep 26 17:18:35 kali python3[17188]: from king_phisher import color
Sep 26 17:18:35 kali python3[17188]: File "/root/Downloads/king-phisher/king_phisher/color.py", line 41, in
Sep 26 17:18:35 kali python3[17188]: import termcolor
Sep 26 17:18:35 kali python3[17188]: ModuleNotFoundError: No module named 'termcolor'
Sep 26 17:18:35 kali systemd[1]: king-phisher.service: Control process exited, code=exited, status=1/FAILURE
Sep 26 17:18:35 kali systemd[1]: king-phisher.service: Failed with result 'exit-code'.
Sep 26 17:18:35 kali systemd[1]: Failed to start King Phisher Server.

I’m just new to Kali Linux and don’t understand everything, but other utilities downloaded without problems, but this one is acting up. I see that there is an error asking me to download termcolor, but when I download it, another error pops up asking me to download another library

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

1 participant