-
-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c349f12
commit 4a47c29
Showing
9 changed files
with
183 additions
and
81 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# Evil M5Core2 | ||
|
||
> Evil-M5Core2 is an easy Evil portal and rogue app deployement software designed to work on M5Stack Core2. | ||
![Evil-M5Core2](https://raw.githubusercontent.com/7h30th3r0n3/Evil-M5Core2/main/Github-Img/menu-1.jpg) | ||
|
||
|
||
## Features | ||
|
||
* **WiFi Network Scanning**: Identify and display nearby WiFi networks. | ||
* **Network Cloning**: Check information and replicate networks for in-depth analysis. | ||
* **Captive Portal Management**: Create and operate a captive portal to prompt users with a page upon connection. | ||
* **Credential Handling**: Capture and manage portal credentials. | ||
* **Remote Web Server**: Monitor the device remotely via a simple web interface that can provide credentials and upload portal that store file on SD card. | ||
* **Sniffing probes**: Sniff and store on SD near probes. | ||
* **Karma Attack**: Try a simple Karma Attack on a captured probe. | ||
* **Automated Karma Attack**: Try Karma Attack on near probe automatically | ||
|
||
|
||
## Firmwares | ||
|
||
* Firmware: [7h30th3r0n3/Evil-M5Core2](https://github.com/7h30th3r0n3/Evil-M5Core2) | ||
|
||
**Requirements**: | ||
|
||
* `M5Stack` boards manager | ||
* `M5Unified` library | ||
|
||
|
||
**Install**: | ||
|
||
* Connect your `M5Core2` to your computer. | ||
* Open the `Arduino IDE` and load the provided code. | ||
* Ensure `M5unified` and `adafruit_neopixel` libraries are installed. | ||
* Ensure `esp32` and `M5stack` board are installed. (Error occur with esp32 `3.0.0-alpha3`, please use esp32 `v2.0.14` and below) | ||
* Place SD file content needed on the SD card. (IMG startup and sites folder) | ||
* Upload the script to your `M5Core2` device. | ||
* Restart the device if needed. | ||
|
||
|
||
## References | ||
|
||
* [Evil-M5Core2 v1.1.3 - Serial Command - Github Project](https://github.com/7h30th3r0n3/Evil-M5Core2) | ||
* [Evil Portal Meets Marauder on M5Stack!! Evil-M5Core2 Is the Best of Both Worlds! - Talking Sasquach - 7 jan 2024](https://youtu.be/jcVm4cysmnE) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.