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

Unable to start king-phisher #487

Open
Lilpablo999 opened this issue Jun 11, 2022 · 11 comments
Open

Unable to start king-phisher #487

Lilpablo999 opened this issue Jun 11, 2022 · 11 comments
Labels

Comments

@Lilpablo999
Copy link

Please help i was unable to use king-phisher after install all requirements am getting errors

@Lilpablo999
Copy link
Author

Screenshot_2022-06-11_08-57-34

@Marmeus
Copy link

Marmeus commented Sep 5, 2022

You need to modify the file /usr/share/king-phisher/king_phisher/client/dialogs/exception.py.

Changing the line:

pversion = 'Linux: ' + ' '.join(platform.linux_distribution())

To look like this:

import distro
pversion = 'Linux: ' + ' '.join(distro.like())

and also, do not forget to import the module distro at the beginning of the file.

This issue can now be closed ;)

@Lilpablo999
Copy link
Author

still getting error after done that sir

@Marmeus
Copy link

Marmeus commented Sep 5, 2022

Could you share how the code looks at the file /usr/share/king-phisher/king_phisher/client/dialogs/exception.py, and also, the process to execute the server and the file?

@Lilpablo999
Copy link
Author

sure here is the error i got sir
Screenshot_2022-09-05_12-13-55

@Lilpablo999
Copy link
Author

Screenshot_2022-09-05_12-15-39

@Marmeus
Copy link

Marmeus commented Sep 5, 2022

First of all, as I said in my comment, you need to put the import distro at the beginning of the file with the rest of the imports.

Secondly, if you read the error, it differs from the one you got earlier. This one means that you are using spaces instead tabs or vice-versa.

@Lilpablo999
Copy link
Author

please what did i need to do now sir, can you please type it out for me

@Marmeus
Copy link

Marmeus commented Sep 5, 2022

Sorry mate, this program must not be used for Script Kiddies who want to scam people.

Solve it by yourself.

@Lilpablo999
Copy link
Author

Sorry mate, this program must not be used for Script Kiddies who want to scam people.

Solve it by yourself.

Bro if you can't help to fix the problem you shouldn't say what you don't know, does using this means is for scamming come on bro thought you wanna help pfff

@stale
Copy link

stale bot commented Feb 28, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Feb 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants