Skip to content
This repository has been archived by the owner on Apr 19, 2020. It is now read-only.
idelac edited this page Feb 13, 2019 · 18 revisions

FAQ

when i start the AP,there is no "PumpAP" that showed up on Wifi available

1- or your card adapter not support AP mode.
2- or you try to run with two card adapter (usually this happens using Kali Linux)
3- if your problem does not fit in none of the options above, create an issue so i can analyze

when I start the AP I got this error message:

Output:
Configuration file: /usr/share/WiFi-Pumpkin/settings/hostapd.conf
nl80211: Could not configure driver mode
nl80211: deinit ifname=wlan0 disabed_11b_rates=0
nl80211: driver initialization failed.
wlan0: interface state UNINITIALIZED->DISABED
wlan0: AP-DISABLED
hostapd_free_hapd_data: Interface wlan0 wasn't started

this problem come from the USB adapter is not excluded from network-manager correctly. since the version 0.8.5 I added the option on startup for exclude USB card apdater and I think that solved the problem. if you want use the old version look this solution

I can't install it

have a look at the Installation

I wanna use 2 wireless adapter because cable(ethernet) network is not usefull how can i do this?

since the version 0.7.5 has been added support to use AP mode with wireless connection for this is necessary have to have one Wifi adapter and OS on real Machine. just this SO listed below has been tested this feature.

  • Kali Linux (work in version 0.8.5 ) 👍
  • support kubuntu 15.10 (tested)
  • support wifislax - 4.11.1
  • support parrot - 2.0.5/3.0.1 (tested)
  • support ubuntu 16.04/16.10 (tested)

I have this message warning "an connection with wlan0 has been detected : devise or resource busy"

you will have to disconnect from the internet on the wireless card you are trying to use the tool with Ethernet connection.

I have this message warning Error Network Card

You system not have support run Wifi-Pumpkin with Wireless connection

Does it work with my wireless adapter?

I don't know, check this page

I can't install package X

Try installing the package via pip, Google is your friend!

when I start the tool i see this error: "BadDrawable (invalid Pixmap or Window parameter)"

look this solution issue #53

Is Windows supported?

No and never.

Could not find module named "mitmproxy.models"

See #440.

ImportError: No module named scapy_http

Try "pip install scapy_http"