Pwnagotchi 是一个开源项目,由人工智能驱动,用于捕获WiFi握手包,以便后续进行密码破解。它运行在低功耗设备(如Raspberry Pi Zero W)上,使用一个e-Ink显示屏或其他显示屏展示其状态和数据。Pwnagotchi不仅功能强大,还具有高度的可定制性和趣味性。 Pwnagotchi的主要特点 自动捕捉握手包:自动扫描并捕获周围WiFi网络的...
简介: Pwnagotchi_waveshare_V4适配(海南大学)(中) # pwnagotchi/ui/hw/libs/waveshare/v3/epdconfig.py import os import logging import sys import time class RaspberryPi: # Pin definition RST_PIN = 17 DC_PIN = 25 CS_PIN = 8 BUSY_PIN = 24 def __init__(self): import spidev import ...
Pwnagotchi 是一个开源项目,由人工智能驱动,用于捕获WiFi握手包,以便后续进行密码破解。它运行在低功耗设备(如Raspberry Pi Zero W)上,使用一个e-Ink显示屏或其他显示屏展示其状态和数据。Pwnagotchi不仅功能强大,还具有高度的可定制性和趣味性。 Pwnagotchi的主要特点 自动捕捉握手包:自动扫描并捕获周围WiFi网络的...
Pwnagotchi 是一个开源项目,由人工智能驱动,用于捕获WiFi握手包,以便后续进行密码破解。它运行在低功耗设备(如Raspberry Pi Zero W)上,使用一个e-Ink显示屏或其他显示屏展示其状态和数据。Pwnagotchi不仅功能强大,还具有高度的可定制性和趣味性。 Pwnagotchi的主要特点 自动捕捉握手包:自动扫描并捕获周围WiFi网络的...
将microSD卡插入Raspberry Pi,连接显示屏和电源,Pwnagotchi将自动启动。 使用Pwnagotchi进行WiFi捕捉 示例:捕捉WiFi握手包 步骤1:检查设备状态 在Pwnagotchi启动后,显示屏将显示设备的状态和情感信息。确保设备正常运行。 步骤2:开始捕捉 Pwnagotchi将自动扫描周围的WiFi网络并捕捉握手包。你可以通过显示屏或SSH连接查...
ssh pi@10.0.0.2 # 默认密码: raspberry 输入passwd修改初始密码。 配置文件在/etc/pwnagotchi/config.toml,可以根据需要修改。 共享网络 Pwnagotchi 的网卡默认用于监听网络,因此如果需要连接到网络,需要将PC的网络共享给它。 Step4-插件配置(可选)
Raspberry Pi Zero WH (RP0W) Waveshare 2.13 V3 PiSugar 2 (2 LED-version) Samsung Evo 32GB micro SD I will do my best to reference and credit every source, please add sources where missing and/or drop me a hint. Majority of this document has been created in 2023-04, things are moving...
6.使用ctrl+r输入cmd,使用ssh pi@10.0.0.2访问你的派(初始密码是raspberry),然后你可以修改密码。然后输入以下命令: sudo rm -rf /usr/local/lib/python3.7/dist-packages/pwnagotchi cd /boot sudo mv “你修改的文件名字” /usr/local/lib/python3.7/dist-packages ...
ssh pi@10.0.0.2default password is raspberry, it is generally recommended to immediately change it:passwdif you get the WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!, go to C:\Users\{user}\.ssh, open known_hosts and comment out (#) every line; save connect again with pi (ssh pi@...
(https://www.raspberrypi.org/documentation/configuration/wireless/headless.md) Re-configuring your pwnagotchi: you need to create a config.yml file of the boot partition of tf card. (https://pwnagotchi.ai/configuration/) Installing a hardware clock: there is enough space for a hardware ...