You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 19, 2020. It is now read-only.
When I run wifi-pumpkin from terminal with sudo or gksudo, I receive a popup titled "warning: bug GUI Qt :: style" with the following message:
PyQt4 app looks different when running with root, because of that the GUI does not work 100%, some features not work. I don't find anything code or settings for fix this bug (if you have any solution for this send me feedback :D).
if you want keep the normal user style, run app with "sudo".
Upon clicking "OK", nothing happens. When I run it without sudo, I get the following output:
$ wifi-pumpkin
Traceback (most recent call last):
File "wifi-pumpkin.py", line 41, in
check_dep_pumpkin()
File "/usr/share/wifi-pumpkin/core/loaders/checker/check_depen.py", line 18, in check_dep_pumpkin
copy('settings/source.tar.gz','templates/')
File "/usr/lib/python2.7/shutil.py", line 119, in copy
copyfile(src, dst)
File "/usr/lib/python2.7/shutil.py", line 83, in copyfile
with open(dst, 'wb') as fdst:
IOError: [Errno 13] Permission denied: 'templates/source.tar.gz'
Please tell us details about your environment.
Card wireless adapters name (please check if support AP/mode):
What's the problem (or question)?
When I run wifi-pumpkin from terminal with sudo or gksudo, I receive a popup titled "
warning: bug GUI Qt :: style
" with the following message:Upon clicking "OK", nothing happens. When I run it without sudo, I get the following output:
Please tell us details about your environment.
The text was updated successfully, but these errors were encountered: