Code Monkey home page Code Monkey logo

wireless-pwnagotch's Introduction

Wireless PwnaGotch Notes

This is quick few notes on using and connecting the Pwnagotchi to Windows and having it collecting wireless handshake authentication traffic for cracking with HashCat.

Follow this video to setup and collect handshakes: NetworkChuck Raspberry Pi Zero PwnAgothci Project

The original instructions for the project: Pwnagotchi Project powered by bettercap

After raspberry pi zero been running in evironment capturing wireless handshakes the location of PCAP files stored All the handshakes Pwnagotchi captures are saved to /root/handshakes/.

Connecting to Windows

  1. Connect with data usb cable to the usb port on Pi zero to Windows Desktop USB port.
  2. Device Manager select COM PORT and update RNDIS drivers from Windows 10 RNDIS drivers
  3. Set IP address under networking RNDIS TCP/IP 4 to 10.0.0.1 as the Raspberry pi is set to 10.0.0.1.
  4. Use browser and connect http://10.0.0.2:8080 with user name of admin:admin
  5. From windows command line connect as ssh to raspberry pi ssh [email protected] with default password as raspberry

In the ssh session on the raspberry pi, transfer the files:

ssh [email protected]

sudo su
cd /root/handshakes

cp /root/handshakes/ /home/pi/handshakes/ -R
chmod 777 /home/pi/handshakes
exit

Transfer PCAP to Kali for converting to HASHCAT format 22000:

sudo apt-get install hcxtools

hcxpcapngtool *.pcap -o candidates.hc22000 -E essid.wordlist

Transfer to hashcat host:

hashcat.exe -m 22000 s:\hashes\candidates.hc22000 s:\wordlists\essid.wordlist

Wireless WPA passwords cracking.

wireless-pwnagotch's People

Contributors

botesjuan avatar

Watchers

 avatar  avatar

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.