king-phisher icon indicating copy to clipboard operation
king-phisher copied to clipboard

Unable to start king-phisher

Open Lilpablo999 opened this issue 2 years ago • 11 comments

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

Lilpablo999 avatar Jun 11 '22 12:06 Lilpablo999

Screenshot_2022-06-11_08-57-34

Lilpablo999 avatar Jun 11 '22 12:06 Lilpablo999

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 ;)

Marmeus avatar Sep 05 '22 12:09 Marmeus

still getting error after done that sir

Lilpablo999 avatar Sep 05 '22 14:09 Lilpablo999

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?

Marmeus avatar Sep 05 '22 16:09 Marmeus

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

Lilpablo999 avatar Sep 05 '22 17:09 Lilpablo999

Screenshot_2022-09-05_12-15-39

Lilpablo999 avatar Sep 05 '22 17:09 Lilpablo999

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.

Marmeus avatar Sep 05 '22 17:09 Marmeus

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

Lilpablo999 avatar Sep 05 '22 17:09 Lilpablo999

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

Solve it by yourself.

Marmeus avatar Sep 05 '22 18:09 Marmeus

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

Lilpablo999 avatar Oct 28 '22 01:10 Lilpablo999

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[bot] avatar Feb 28 '23 05:02 stale[bot]