Marmeus

Results 5 comments of Marmeus

You need to modify the file `/usr/share/king-phisher/king_phisher/client/dialogs/exception.py`. Changing the line: ```python pversion = 'Linux: ' + ' '.join(platform.linux_distribution()) ``` To look like this: ```python import distro pversion = 'Linux: '...

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?

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...

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

I solved the issue by commenting on the lines of `DotNetToJScript\Program.cs` ```c# if (Environment.Version.Major != 2) { WriteError("This tool should only be run on v2 of the CLR"); Environment.Exit(1); }...