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.
[] Loading debugging mode
[] Current Session::ID [NDQzMzE=]
[*] Configuring hostapd...
Traceback (most recent call last):
File "/usr/share/WiFi-Pumpkin/Core/Main.py", line 1102, in Start_PumpAP
return QMessageBox.warning(self,'Error nmcli',e)
TypeError: arguments did not match any overloaded call:
QMessageBox.warning(QWidget, QString, QString, QMessageBox.StandardButtons buttons=QMessageBox.Ok, QMessageBox.StandardButton defaultButton=QMessageBox.NoButton): argument 3 has unexpected type 'exceptions.OSError'
QMessageBox.warning(QWidget, QString, QString, int, int, int button2=0): argument 3 has unexpected type 'exceptions.OSError'
QMessageBox.warning(QWidget, QString, QString, QString, QString button1Text=QString(), QString button2Text=QString(), int defaultButtonNumber=0, int escapeButtonNumber=-1): argument 3 has unexpected type 'exceptions.OSError'
Please tell us details about your environment.
Card wireless adapters name (please check if support AP/mode):support
Version used tool: 0.8.3
Virtual Machine (yes or no and which): yes,virtualbox
Operating System and version: kali 2.0
The text was updated successfully, but these errors were encountered:
I'll add some modifications to the code will correct the error but you will receive an error when run AP because "nmcli" is not installed in kali, I recommend researching how to install it.
Thankyou very much @mh4x0f. For your advice, i find something wrong with my network-manager service. I solved the problem when i reinstall zhe service.
root@kali:~/WiFi-Pumpkin# wifi-pumpkin
Loading GUI...
WiFi-Pumpkin Running!
[] Loading debugging mode
[] Current Session::ID [NDQzMzE=]
[*] Configuring hostapd...
Traceback (most recent call last):
File "/usr/share/WiFi-Pumpkin/Core/Main.py", line 1102, in Start_PumpAP
return QMessageBox.warning(self,'Error nmcli',e)
TypeError: arguments did not match any overloaded call:
QMessageBox.warning(QWidget, QString, QString, QMessageBox.StandardButtons buttons=QMessageBox.Ok, QMessageBox.StandardButton defaultButton=QMessageBox.NoButton): argument 3 has unexpected type 'exceptions.OSError'
QMessageBox.warning(QWidget, QString, QString, int, int, int button2=0): argument 3 has unexpected type 'exceptions.OSError'
QMessageBox.warning(QWidget, QString, QString, QString, QString button1Text=QString(), QString button2Text=QString(), int defaultButtonNumber=0, int escapeButtonNumber=-1): argument 3 has unexpected type 'exceptions.OSError'
Please tell us details about your environment.
The text was updated successfully, but these errors were encountered: