GithubHelp home page GithubHelp logo

Comments (16)

becare avatar becare commented on August 26, 2024 40

sudo nano /etc/environment

Add this line
QT_X11_NO_MITSHM=1

Enjoy!

from wifi-pumpkin-deprecated.

mh4x0f avatar mh4x0f commented on August 26, 2024 26

add this line QT_X11_NO_MITSHM=1 in ~/.profile file. or (ie: system env var).

export QT_X11_NO_MITSHM=1

from wifi-pumpkin-deprecated.

MaximeSoulie avatar MaximeSoulie commented on August 26, 2024 17

sudo nano /etc/environment

Add this line
QT_X11_NO_MITSHM=1

Enjoy!

Oh yes ! Thanks !

from wifi-pumpkin-deprecated.

3bu1 avatar 3bu1 commented on August 26, 2024 3

I am using kali linux, even i was facing this issue after lot of research i got to know kali doesnt allow any app run as root. I tried switching to a user and execute the program "woooolaaaa" its working perfectly.

from wifi-pumpkin-deprecated.

ruggboy avatar ruggboy commented on August 26, 2024 2

becare.... You are Awesome, I'm sure you know this.

from wifi-pumpkin-deprecated.

ricardolink avatar ricardolink commented on August 26, 2024

i have the same problem here... can u help me out ?

from wifi-pumpkin-deprecated.

mh4x0f avatar mh4x0f commented on August 26, 2024

Based on a google search this looks like a Qt/KDE problem. Alternatively, if possible, try a different OS/distro.

from wifi-pumpkin-deprecated.

999jay999 avatar 999jay999 commented on August 26, 2024

Hi guys, this didn't seem to work for me.

Any further advice? Also, I don't know if this matters or not, the environment file didn't have anything in it at all until I placed the code you guys had mentioned. Should it have had some sort of coding in the file?

After updating it with the code QT_X11_NO_MITSHM=1 I continued to get the same problem, nothing had changed.

Thanks in advance.

from wifi-pumpkin-deprecated.

MaximeSoulie avatar MaximeSoulie commented on August 26, 2024

@999jay999, maybe you are missing some prerequisites for Qt. What is your error message and which distro do you use?

from wifi-pumpkin-deprecated.

999jay999 avatar 999jay999 commented on August 26, 2024

I'm using Kali 2017.1 on Debian 8.x 64 bit in VMware. I get the following when attempting to run wifi-pumpkin:

Loading GUI...
WiFi-Pumpkin Running!
X Error: BadAccess (attempt to access private resource denied) 10
Extension: 131 (MIT-SHM)
Minor opcode: 1 (X_ShmAttach)
Resource id: 0x12e
X Error: BadShmSeg (invalid shared segment parameter) 128
Extension: 131 (MIT-SHM)
Minor opcode: 5 (X_ShmCreatePixmap)
Resource id: 0x1200019
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
Major opcode: 62 (X_CopyArea)
Resource id: 0x120001a
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
Major opcode: 62 (X_CopyArea)
Resource id: 0x120001a
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
Major opcode: 62 (X_CopyArea)
Resource id: 0x120001a
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
Major opcode: 62 (X_CopyArea)
Resource id: 0x120001a
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
Major opcode: 62 (X_CopyArea)
Resource id: 0x120001a
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
Major opcode: 62 (X_CopyArea)
Resource id: 0x120001a
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
Major opcode: 62 (X_CopyArea)
Resource id: 0x120001a
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
Major opcode: 62 (X_CopyArea)
Resource id: 0x120001a
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
Major opcode: 62 (X_CopyArea)
Resource id: 0x120001a

The environment file only contains QT_X11_NO_MITSHM=1

I have now created a new Kali system and it seems to be working completely fine on there. However, it would still be worth knowing how to fix this issue; I have all the main programs installed in the 1st Kali VM I created.

Thanks

from wifi-pumpkin-deprecated.

macmakran avatar macmakran commented on August 26, 2024

thanku bro

from wifi-pumpkin-deprecated.

brunomarks7 avatar brunomarks7 commented on August 26, 2024

sudo nano /etc/environment

Add this line
QT_X11_NO_MITSHM=1

Enjoy!

thanks! works on System76/PopOS version

from wifi-pumpkin-deprecated.

JohnnyDeeee avatar JohnnyDeeee commented on August 26, 2024

The provided solutions are not working for me...

I'm connecting to my Raspberry Pi (Kali Linux) through VNC.
The weird thing is when i tried @3bu1 solution the program always asked for sudo rights, so i'm not able to run it as a non-sudo user...

@mh4x0f is there any other fix/workaround for this issue?

Or can i somehow start the program as command-line only, so i can access it through SSH ?

from wifi-pumpkin-deprecated.

marianantononofrei avatar marianantononofrei commented on August 26, 2024

sudo nano /etc/environment

Add this line
QT_X11_NO_MITSHM=1

Enjoy!

It actually worked!

from wifi-pumpkin-deprecated.

ftmzhrsckldr avatar ftmzhrsckldr commented on August 26, 2024

I logged in as root and got this error. Without root, the problem is solved.

from wifi-pumpkin-deprecated.

WinterSoldier13 avatar WinterSoldier13 commented on August 26, 2024

Hi guys, this didn't seem to work for me.

Any further advice? Also, I don't know if this matters or not, the environment file didn't have anything in it at all until I placed the code you guys had mentioned. Should it have had some sort of coding in the file?

After updating it with the code QT_X11_NO_MITSHM=1 I continued to get the same problem, nothing had changed.

Thanks in advance.

Try this:
sudo QT_X11_NO_MITSHM=1 python2 wifi-pumpkin.py

from wifi-pumpkin-deprecated.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.