savio-code / ghost-phisher

Automatically exported from code.google.com/p/ghost-phisher
323 stars 112 forks source link

GP wouldn't start #24

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.install: apt-get install ghost-phisher
2.start ghost-phished via cli or menu
3.

What is the expected output? What do you see instead?
gui is expected, nothing is shown instead. if started via menu i can see a tab 
named Starting Ghost Phisher.

What version of the product are you using? On what operating system?
=================
root@kali:/# apt-cache showpkg ghost-phisher
Package: ghost-phisher
Versions: 
1.62-1kali0 
(/var/lib/apt/lists/http.kali.org_kali_dists_kali_main_binary-amd64_Packages) 
(/var/lib/dpkg/status)
 Description Language: 
                 File: /var/lib/apt/lists/http.kali.org_kali_dists_kali_main_binary-amd64_Packages
                  MD5: 7a0bdfc2decdb21a80153fb85741498e

Reverse Depends: 
Dependencies: 
1.62-1kali0 - aircrack-ng (0 (null)) python (0 (null)) python-scapy (0 (null)) 
python-qt4 (0 (null)) subversion (0 (null)) xterm (0 (null)) 
metasploit-framework (0 (null)) 
Provides: 
1.62-1kali0 - 
Reverse Provides: 
=================
=================
root@kali:/# uname -a
Linux kali 3.7-trunk-amd64 #1 SMP Debian 3.7.2-0+kali8 x86_64 GNU/Linux
=================

Please provide any additional information below.

root@kali:/usr/share# ghost-phisher
Traceback (most recent call last):
  File "ghost.py", line 15, in <module>
    from gui import *
  File "/usr/share/ghost-phisher/gui/ghost_phisher.py", line 19, in <module>
    from core.ghost_dns import *
  File "/usr/share/ghost-phisher/core/ghost_dns.py", line 33, in <module>
    from scapy.all import *
  File "/usr/local/lib/python2.7/dist-packages/scapy/all.py", line 25, in <module>
    from route import *
  File "/usr/local/lib/python2.7/dist-packages/scapy/route.py", line 162, in <module>
    conf.route=Route()
  File "/usr/local/lib/python2.7/dist-packages/scapy/route.py", line 22, in __init__
    self.resync()
  File "/usr/local/lib/python2.7/dist-packages/scapy/route.py", line 31, in resync
    self.routes = read_routes()
  File "/usr/local/lib/python2.7/dist-packages/scapy/arch/linux.py", line 151, in read_routes
    ifreq = ioctl(s, SIOCGIFADDR,struct.pack("16s16x",LOOPBACK_NAME))
IOError: [Errno 99] Cannot assign requested address

Original issue reported on code.google.com by Jabb...@gmail.com on 16 Aug 2013 at 11:15

GoogleCodeExporter commented 9 years ago
The error was generated from the scapy library.. Does this happen on other 
operating systems you've used?

Original comment by savioboy...@gmail.com on 20 Aug 2013 at 6:09

GoogleCodeExporter commented 9 years ago
Never used the app before, was going to give it a try.

Original comment by Jabb...@gmail.com on 20 Aug 2013 at 7:43