WiFi-Pumpkin -'X Fehler: BadAccess (Versuch, auf private Ressource zuzugreifen, verweigert) 10

WiFi-Pumpkin -'X Fehler: BadAccess (Versuch, auf private Ressource zuzugreifen, verweigert) 10

Ich habe WiFi-Pumpkin in meinem Ubuntu 18.04 LTS installiert. Aber wann immer ich es ausführen möchte, erhalte ich einen Fehler wie diesen

mahim@MyUbuntu:~/Desktop/WiFi-Pumpkin$ sudo wifi-pumpkin 
:0: UserWarning: You do not have a working installation of the service_identity module: 'cannot import name opentype'.  Please install it from <https://pypi.python.org/pypi/service_identity> and make sure all of its dependencies are satisfied.  Without the service_identity module, Twisted can perform only rudimentary TLS client hostname verification.  Many valid certificate/hostname mappings may be rejected.
X Error: BadAccess (attempt to access private resource denied) 10
  Extension:    130 (MIT-SHM)
  Minor opcode: 1 (X_ShmAttach)
  Resource id:  0x147
X Error: BadShmSeg (invalid shared segment parameter) 128
  Extension:    130 (MIT-SHM)
  Minor opcode: 5 (X_ShmCreatePixmap)
  Resource id:  0x280000c
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
  Major opcode: 62 (X_CopyArea)
  Resource id:  0x280000d
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
  Major opcode: 62 (X_CopyArea)
  Resource id:  0x280000d
WiFi-Pumpkin Already Running.
X Error: BadPixmap (invalid Pixmap parameter) 4
  Major opcode: 54 (X_FreePixmap)
  Resource id:  0x280000d
X Error: BadShmSeg (invalid shared segment parameter) 128
  Extension:    130 (MIT-SHM)
  Minor opcode: 2 (X_ShmDetach)
  Resource id:  0x280000c

Und es gibt auch ein Popup-Fenster wie dieses WLAN-Pumpkin-Fehler

Wie kann ich das Problem lösen? Danke

Antwort1

Das hat bei mir funktioniert:

  • sudo vim /etc/environment
  • Fügen Sie dies QT_X11_NO_MITSHM=1der Datei hinzu
  • mit :wqspeichern und beenden

Führen Sie dann Ihre./wifi-pumpkin

verwandte Informationen