Welcome everyone
2020/09/11 I tried to install ghost phisher in Kali Linux but :

User@User# apt install ghost-phisher
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package ghost-phisher

And I checked my source.list it is ok.
So I tried to install it from github and I get another problem :

User@User# python ghost.py
Traceback (most recent call last):
File "ghost.py", line 7, in <module>
from PyQt4 import QtCore, QtGui
ImportError: No module named PyQt4

PyQt4 is deleted there is only PyQt5 so I tried to change 4 to 5 and Install PyQt5 by : "pip install PyQt5" and I get another error :

User@User# python3 ghost.py
Traceback (most recent call last):
File "ghost.py", line 15, in <module>
from gui import *
File "/root/Downloads/opt/Ghost-Phisher/gui/ghost_phisher.py", line 729
essid = str(self.access_name_edit.text())
^
TabError: inconsistent use of tabs and spaces in indentation


Please can someone help me to install ghost phisher on Kali Linux