GithubHelp home page GithubHelp logo

Comments (10)

jonatanrdsantos avatar jonatanrdsantos commented on July 23, 2024

What OS do you use?

$ uname -a

What the interfaces do you have?

$ netstat -i

from wifi-pumpkin-deprecated.

mh4x0f avatar mh4x0f commented on July 23, 2024

do you need to install the dependencies ?

$ sudo pip install -r requirements.txt

from wifi-pumpkin-deprecated.

donayxsmall25 avatar donayxsmall25 commented on July 23, 2024

mh4x0f : sudo: pip: command not found

joridos : - uname -a : Linux donay-X450LCP 3.19.0-33-generic #38-Ubuntu SMP Fri Nov 6 18:18:12 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

  • netstat -i
    Kernel Interface table
    Iface MTU Met RX-OK RX-ERR RX-DRP RX-OVR TX-OK TX-ERR TX-DRP TX-OVR Flg
    eth0 1500 0 0 0 0 0 0 0 0 0 BMU
    lo 65536 0 1638 0 0 0 1638 0 0 0 LRU
    wlan0 1500 0 11185 0 0 0 9211 0 0 0 BMRU

from wifi-pumpkin-deprecated.

mh4x0f avatar mh4x0f commented on July 23, 2024

you need to install pip

$ sudo apt-get install pip 

after:
https://github.com/P0cL4bs/WiFi-Pumpkin#installation

from wifi-pumpkin-deprecated.

donayxsmall25 avatar donayxsmall25 commented on July 23, 2024

error $ sudo pip install -r requirements.txt

Command "/usr/bin/python -c "import setuptools, tokenize;file='/tmp/pip-build-QCtO7C/Twisted/setup.py';exec(compile(getattr(tokenize, 'open', open)(file).read().replace('\r\n', '\n'), file, 'exec'))" install --record /tmp/pip-kv5Fo9-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-QCtO7C/Twisted

from wifi-pumpkin-deprecated.

mh4x0f avatar mh4x0f commented on July 23, 2024

sorry, your distribution linux not support . we recommend to use Kali Linux, wifislax or Parrot.

from wifi-pumpkin-deprecated.

ChrisShow81 avatar ChrisShow81 commented on July 23, 2024

I also have this issue, "no module named config".But it's a Kali linux.
Linux kali 4.3.0-kali1-686-pae #1 SMP Debian 4.3.3-5kali4(2016-01-13) i686 GNU/Linux

what can i do next? thank you

from wifi-pumpkin-deprecated.

jonatanrdsantos avatar jonatanrdsantos commented on July 23, 2024

@ChrisShow81 did u read the DOCS !?

from wifi-pumpkin-deprecated.

zacknight avatar zacknight commented on July 23, 2024

Traceback (most recent call last):
File "wifi-pumpkin.py", line 37, in
from core.utility.application import ApplicationLoop
File "/usr/share/WiFi-Pumpkin/core/utility/application.py", line 3, in
from core.main import version
File "/usr/share/WiFi-Pumpkin/core/main.py", line 24, in
from core.utils import (
File "/usr/share/WiFi-Pumpkin/core/utils.py", line 9, in
from scapy.all import *
File "/usr/local/lib/python2.7/dist-packages/scapy/all.py", line 10, in
from .config import *
File "/usr/local/lib/python2.7/dist-packages/scapy/config.py", line 11, in
from .data import *
File "/usr/local/lib/python2.7/dist-packages/scapy/data.py", line 184, in
TCP_SERVICES,UDP_SERVICES=load_services("/etc/services")
File "/usr/local/lib/python2.7/dist-packages/scapy/data.py", line 109, in load_services
f=open(filename, errors='ignore')
TypeError: 'errors' is an invalid keyword argument for this function

from wifi-pumpkin-deprecated.

Rahulksyp avatar Rahulksyp commented on July 23, 2024

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.
Traceback (most recent call last):
File "wifi-pumpkin.py", line 37, in
from core.utility.application import ApplicationLoop
File "/usr/share/WiFi-Pumpkin/core/utility/application.py", line 3, in
from core.main import version
File "/usr/share/WiFi-Pumpkin/core/main.py", line 28, in
from core.widgets.tabmodels import (
File "/usr/share/WiFi-Pumpkin/core/widgets/tabmodels.py", line 10, in
from core.widgets.pluginssettings import PumpkinProxySettings
File "/usr/share/WiFi-Pumpkin/core/widgets/pluginssettings.py", line 3, in
import modules as GUI
File "/usr/share/WiFi-Pumpkin/modules/init.py", line 7, in
module = loader.find_module(name).load_module(name)
File "/usr/lib/python2.7/pkgutil.py", line 246, in load_module
mod = imp.load_module(fullname, self.file, self.filename, self.etc)
File "/usr/share/WiFi-Pumpkin/modules/monitors/init.py", line 7, in
module = loader.find_module(name).load_module(name)
File "/usr/lib/python2.7/pkgutil.py", line 246, in load_module
mod = imp.load_module(fullname, self.file, self.filename, self.etc)
File "/usr/share/WiFi-Pumpkin/modules/monitors/credentials.py", line 2, in
from core.loaders.models.PackagesUI import *
File "/usr/share/WiFi-Pumpkin/core/loaders/models/PackagesUI.py", line 8, in
from core.packets.network import ThARP_posion,ThSpoofAttack
File "/usr/share/WiFi-Pumpkin/core/packets/network.py", line 1, in
import queue as Queue
ImportError: No module named queue

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.