question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

king pisher issue

See original GitHub issue

Issue Description

I experience an issue when I… and the results I expected are…

Reproduction Steps

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

Environment Details

Host OS: Rolling Kali linux. King Phisher Version: x.y.z

Error Details / Stack Trace

./KingPhisherServer server_config.yml WARNING no pre-existing pipenv environment was found, installing it now pipenv encountered the following error: ERROR failed to install the pipenv environment ERROR failed to remove the incomplete .venv directory Traceback (most recent call last): File “/opt/king-phisher/king_phisher/startup.py”, line 188, in pipenv_entry shutil.rmtree(os.path.join(target_directory, ‘.venv’)) File “/usr/lib/python3.8/shutil.py”, line 706, in rmtree onerror(os.lstat, path, sys.exc_info()) File “/usr/lib/python3.8/shutil.py”, line 704, in rmtree orig_st = os.lstat(path) FileNotFoundError: [Errno 2] No such file or directory: ‘/opt/king-phisher/.venv’

If you are opening an issue regarding the client, copy text from the "Error
Details" of the error dialog in the client here. If you are opening an issue
regarding the server copy the relevant lines from the logs here.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:11 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
True-Demoncommented, Aug 31, 2020

It looks like you are missing linux headers and probably python-dev as well.

Run the following command: sudo apt install build-essential linux-headers-$(uname -r) python3-dev

Then try running pipenv install again.

0reactions
hwac121commented, Dec 17, 2022

Regardless of following all the advice here I still get errors trying to run King Phisher.

---- BEGIN ERROR ----- ./KingPhisher WARNING no pre-existing pipenv environment was found, installing it now pipenv encountered the following error: ERROR failed to install the pipenv environment ----- END ERROR ------

Is pipenv installed? YES, it is installed correctly

I used to LOVE this app but right now it is unusable…

Read more comments on GitHub >

github_iconTop Results From Across the Web

rsmusllp/king-phisher: Phishing Campaign Toolkit
King Phisher is a tool for testing and promoting user awareness by simulating real world phishing attacks. It features an easy to use,...
Read more >
King Phisher download
King Phisher is an open source tool that can simulate real world phishing attacks. It has an easy-to-use, flexible architecture that allows ...
Read more >
king-phisher | Kali Linux Tools
king -phisher. This package contains is a tool for testing and promoting user awareness by simulating real world phishing attacks.
Read more >
King Phisher Documentation — King Phisher 1.16.0b0 ...
King Phisher is an open source Phishing Campaign Toolkit. This is its technical documentation intended for use by contributors. The source code is...
Read more >
King Phisher Documentation
King Phisher is an open source Phishing Campaign Toolkit. ... makes it easier to issue and RPC call and then process the results...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found