-
Notifications
You must be signed in to change notification settings - Fork 542
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
Comments
You need to modify the file 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 This issue can now be closed ;) |
still getting error after done that sir |
Could you share how the code looks at the file |
First of all, as I said in my comment, you need to put the 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. |
please what did i need to do now sir, can you please type it out for me |
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 |
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. |
Please help i was unable to use king-phisher after install all requirements am getting errors
The text was updated successfully, but these errors were encountered: