Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #79 from Pwnagotchi-Unofficial/development
Browse files Browse the repository at this point in the history
final changes before releases
  • Loading branch information
dj1ch authored Feb 18, 2024
2 parents b428181 + 24868b2 commit d74e7d7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
### an even smaller pwnagotchi.
###

<img src="images/Desktop Screenshot 2024.02.17 - 18.10.08.12.png"></img>

### Intro

This is a project meant to showcase the use of raw WiFi frames and deauthentication in a pwnagotchi-like matter with an ESP8266. It can detect pwnagotchis, send "advertisements" for another pwnagotchi to detect, along with deauthenticating devices connected to an AP. Originally meant to just befriend a local pwnagotchi, I plan on improving it and extending its purpose.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion minigotchi/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
minigotchi.zip
minigotchi*.zip
Archive.zip
build
2 changes: 1 addition & 1 deletion minigotchi/minigotchi.ino
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ void setup() {
Serial.println(" ");
Serial.println("(^-^) Hi, I'm Minigotchi, your pwnagotchi's best friend!");
Serial.println(" ");
Serial.println("You can edit my whitelist in the minigotchi.ino, and you can also edit the json parameters in the packet.cpp");
Serial.println("You can edit my whitelist in the minigotchi.ino, and you can also edit the JSON parameters in the packet.cpp");
Serial.println(" ");
Serial.println("(>-<) Starting now...");
deauthAttack.addToWhitelist("fo:od:ba:be:fo:od"); // add your ssid(s) here
Expand Down

0 comments on commit d74e7d7

Please sign in to comment.