Giter VIP home page Giter VIP logo

pumpkinpi_3's Introduction

PumpkinPI_3

Instructions for creating the PumpkinPi a Raspberry Pi based Wireless MiTM device using the Pumpkin Framework

pi

Hardware

Base

  • Raspberry Pi zero w
  • Alfa Network AWUS036NHA (Others can work insure that the wireless card can go into monitoring mode)
  • Screen optional ( I had to ditch it due to lack of space)

Portable

  • Battery (I used a LiPo)
  • A case
  • Charge controller for Battery type

If using a 3.7v Lipo you will need a 3v to 5v boost converter to feed the Pi 5v in. The Pi can run on 3v, however most Wireless cards will need the full 5v

Images of my build

20210810_140432 20210810_140437 20210810_140442

20210810_140424 20210810_140407 20210810_140501

Video of hardware

https://www.youtube.com/watch?v=kuff6GiFd7M

links to hardware https://shop.pimoroni.com/

Pi Zero W https://shop.pimoroni.com/products/raspberry-pi-zero-w

Pi Zero Case https://shop.pimoroni.com/products/pibow-zero-ver-1-3

Battery https://shop.pimoroni.com/products/lipo-battery-pack?variant=20429082247

usb C charge contoller https://www.ebay.co.uk/itm/264334303561

3v to 5v boost converter https://shop.pimoroni.com/products/adafruit-miniboost-5v-1a-tps61023

Eink Screen https://shop.pimoroni.com/products/inky-phat?variant=12549254217811

Building software. using Wifi Pumpkin3 framework

 $ sudo apt install libssl-dev libffi-dev build-essential hoatapd libpcap-dev
 $ git clone https://github.com/P0cL4bs/wifipumpkin3.git
 $ cd wifipumpkin3

now, we need to install the PyQt5, it very easy:

sudo apt install python3-pyqt5

or check if the pyqt5 is installed successful:

python3 -c "from PyQt5.QtCore import QSettings; print('done')"

Edit requirements.txt and comment out the following lines

PyQt5==5.14
PyQt5-sip==12.7.2

From P0cL4bs/wifipumpkin3#15

now, if you got the message done, nice. the next step is install the wp3:

 $ sudo python3 setup.py install

Thats it! you can now start Wifi Pumpkin

sudo wifipumpkin3

For information on using Wifi Pumpkin see here

pumpkinpi_3's People

Contributors

brains93 avatar

Stargazers

Matthew Aderhold avatar  avatar  avatar Enki or Lord High Anunnaki  avatar  avatar  avatar Dominik Hulin avatar kali shockwave avatar Rocket avatar Gilbert Mena avatar Henrique Serraglia avatar Ryan Richards avatar  avatar Siranjevi K avatar PHSecchi avatar Antonio Brito avatar Lorenz H avatar Mustafa ÖZBEK avatar  avatar  avatar  avatar Ethan Page avatar  avatar  avatar  avatar  avatar  avatar Harald Mueller avatar Martijn Eerens avatar Ruben avatar  avatar  avatar  avatar  avatar JirkaN568 avatar Marcus Weinberger avatar  avatar  avatar  avatar Emmanuel Pays avatar  avatar  avatar  avatar Noob Host avatar Beau Young avatar Cluck0matiC avatar Brendan avatar Marcos Bomfim  avatar  avatar

Watchers

Noob Host avatar  avatar  avatar  avatar

pumpkinpi_3's Issues

Could not find suitable distribution for Requirement.parse('zope-interface>=5')

Installed /usr/local/lib/python3.11/dist-packages/wifipumpkin3-1.1.7-py3.11.egg
Processing dependencies for wifipumpkin3==1.1.7
Searching for zope-interface>=5
Reading https://pypi.org/simple/zope-interface/
No local packages or working download links found for zope-interface>=5
error: Could not find suitable distribution for Requirement.parse('zope-interface>=5')
What version of Python and Zope/Addons I am using:

Raspberry Pi4
Python 3.11.2

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.