Open GoogleCodeExporter opened 9 years ago
What is the maximum resolution for your screen? :)
Original comment by saviob...@rocketmail.com
on 9 Sep 2011 at 7:48
1024x768pixels
but i use NETBOOK with small size lcd screen
then i can't see the start and stop button
hope u can fix this problem :)
Original comment by codehit...@gmail.com
on 21 Sep 2011 at 8:11
Same issue, would love a fix or even a --small arg for the ./ghost.py option
that would launch a "minimal" UI without logo or something. Tried editing the
code myself but I am not used to QT GUI stuff. Same issue with FERN... Love the
program BTW!
Original comment by the.info...@gmail.com
on 23 Jan 2012 at 12:34
For ghost phisher, you could use the F3 button to adjust the layout of the
application, this makes it smaller. For fern, i'll do some thinking on that...
If the F3 button does not do it, please notify me ;-)
Thanks for the report.. Hope to hear from you soon
Original comment by saviob...@rocketmail.com
on 23 Jan 2012 at 6:41
Resize window doesn't fix it, it makes the word "connections" visible but
nothing else.
'sec, I will post screenshots...
BEFORE F3 pressed: http://i.imgur.com/8dwKs.png
AFTER F3 pressed: http://i.imgur.com/yqJC6.png
As you can see I commented out the line that includes the logo trying to make
it even smaller, but it changed nothing as the pixmap was still the same.
Again, I suggest a "-s" commandline arguement when launching the application
that launches a smaller UI. I an the beta test it on several smaller netbooks
with screens ranging from ~6" or so to 8.9".
Awesome tool though, can't wait til this slight issue is fixed, 'cos most
netbooks come with awesome WiFi cards and are perfect for pentesting!
Original comment by the.info...@gmail.com
on 23 Jan 2012 at 6:51
I'll write an update to solve this problem once and for all,but for the mean
time please do this:
Go to line 76 of the file "ghost_phisher.py" file, then paste this code there:
self.graphicsView.setVisible(false)
Original comment by saviob...@rocketmail.com
on 24 Jan 2012 at 7:18
I redownloaded from SVN so my half-baked edits would not affect your fix, but
here is the error I get after trying that.
infodox@infodox-airpwnage:~/Tools/MITM/ghost-phisher/gui$ gedit ghost_phish*
infodox@infodox-airpwnage:~/Tools/MITM/ghost-phisher/gui$ sudo python
../ghost.py
Traceback (most recent call last):
File "../ghost.py", line 19, in <module>
run = ghost_phisher.Ghost_phisher()
File "/home/infodox/Tools/MITM/ghost-phisher/gui/ghost_phisher.py", line 76, in __init__
self.graphicsView.setVisible(false)
AttributeError: 'Ghost_phisher' object has no attribute 'graphicsView'
infodox@infodox-airpwnage:~/Tools/MITM/ghost-phisher/gui$
Seems there is no attribute "graphicsView" in the Ghost_phisher object.
I will work ahead on the browser exploit module and hope you find a fix (or
find I did something wrong :P )
Original comment by the.info...@gmail.com
on 24 Jan 2012 at 7:43
Sorry.. my bad, please insert the code on the next line after this class
function.
self.retranslateUi(self)
That is:
self.retranslateUi(self)
self.graphicsView.setVisible(False)
Original comment by saviob...@rocketmail.com
on 25 Jan 2012 at 8:03
It seems the "status" box resizes itself to re-cause the problem. I cannot
quite figure out why. I did get it to kind of work by resizing in ghost_ui.py
but it still was an issue (I didnt know exactly wtf the buttons on the bottom
"said" but I COULD click them!)
Also, when ran as root, I tested it out, and while dhcp3 came up as installed
it got a permission denied to run/use the /tmp/ghost.conf file, even when I
manually went in and CHMOD 777 the file (a last resort). Still looking for a
fix myself, and will get back to you if I find one. Maybe it is not launching
DHCP with correct perms. (Didnt want to open another support ticket over it :P )
However the Fake AP and DNS works fine, once I get it to serve DHCP up without
failing / breaking it will be awesome!
BTW, I am working on the Browser/Autopwn at the moment :)
Original comment by the.info...@gmail.com
on 26 Jan 2012 at 12:06
aha! you fixed it! If you F3 THEN F11 in the latest SVN release, everything
works just fine! It just needs to go fullscreen. Same thing (F11) works for
Fern also :)
I accidentally noticed this while fixing another QT based app a friend wrote,
so its not a real bug, just a "Problem exists between chair and keyboard" bug :P
I will have to go back now and try develop something cool for this, was a bit
occupied with other projects :/
AWESOME though, now that I can use it properly :)
Original comment by the.info...@gmail.com
on 9 Jun 2012 at 1:16
That bug had been actually reported numerous times in the past, but i kept
thinking of what exactly to change to fix the resolution problem, not until you
gave the idea of hiding the banner itself and doing some other sizing
adjustments..
Thank you very much "the.infobox" ,that fix was powered by your idea ;)
Original comment by saviob...@rocketmail.com
on 9 Jun 2012 at 5:28
Hello,
I have similar problem like "Codehit".
Max screen resolution netbook (N150) : 1024*768
Backtrack 5 R3
Ghost Phisher 1.61
I added :
* argument --small and -s = no change
* add line "self.graphicsView.setVisible(False)" after
"self.retranslateUi(self)" on ghost_phisher.py = Ghost Phisher does not launch
* F3 and F11 = not works, no change
No new about this ?
Sorry for my bad English, and I may be missing something :/
Thanks.
Original comment by ghost...@gmail.com
on 8 Jan 2013 at 1:54
Original issue reported on code.google.com by
codehit...@gmail.com
on 4 Sep 2011 at 3:03Attachments: