Wifipumpkin3 tool

Wifipumpkin3

Description: Powerful framework for Rogue Wi-Fi Access Point Attack

→ sudo wifipumpkin3 -i wlp1s0

  _      ___ _____     ___                  __    _      ____
 | | /| / (_) __(_)___/ _ \__ ____ _  ___  / /__ (_)__  |_  /
 | |/ |/ / / _// /___/ ___/ // /  ' \/ _ \/  '_// / _ \_/_ < 
 |__/|__/_/_/ /_/   /_/   \_,_/_/_/_/ .__/_/\_\/_/_//_/____/ 
                                   /_/                       
                                            codename: nidavellir
Made by: @mh4x0f - P0cL4bs Team | 1.0.0 dev
[*] Session id: 81a4f0cc-7ba5-11ea-84fd-94e979fa917b 
Starting prompt...
wp3 > 

Overview

wifipumpkin3 is powerful framework for rogue access point attack, written in Python, that allow and offer to security researchers, red teamers and reverse engineers to mount a wireless network to conduct a man-in-the-middle attack.

Main Features

  • Rogue access point attack
  • Man-in-the-middle attack
  • Rouge Dns Server
  • Captive portal attack (captiveflask)
  • Intercept, inspect, modify and replay web traffic
  • WiFi networks scanning
  • DNS monitoring service
  • Credentials harvesting
  • Transparent Proxies
  • LLMNR, NBT-NS and MDNS poisoner (Responder3)
  • and more!
1 Like

Im trying to install this on kali but I get this error:

from PyQt5 import QtCore
ModuleNotFoundError: No module named ‘PyQt5.sip’

you need to install this requirements

pip3 or pip install -r requirements.txt

I did, but I still get the same error im using kali 2020.1

Does using a virtualenv help? Also make sure you’re using pip3.

I’m using a 2020 version of kali linux, I did sudo pip3 install -r requirements.txt, and then sudo make install, then ran wifipumpkin as root and it worked for me.

1 Like

This topic was automatically closed after 121 days. New replies are no longer allowed.