Skip to content

v1.1.0.0

Latest
Compare
Choose a tag to compare
@sabas1080 sabas1080 released this 14 Aug 03:36
8ffab63

Ethernet App for Flipper Zero – Release v1.1.0.0

This version allows Flipper Zero users to connect to a wired network using the ENC28J60 chip, specifically with the Ethernet Addon from Flipper Add-Ons. It provides access to a set of essential network tools.

Key Features

  • Network Traffic Analysis: Capture and analyze network traffic, saving the data in .pcap format for later review.
  • ARP Protocol Management: Includes an ARP Scanner to discover devices on the network and an ARP Spoofing tool.
  • Network Configuration: DHCP support enables automatic IP address assignment, simplifying network connection.

Installation

You have two options to install the application on your flipper zero device:

Using QFlipper

  1. Download the .zip file and extract the .fap file.
  2. Plug your Flipper Zero device.
  3. Use QFlipper to access the SD card of your Flipper Zero.
  4. Simply drag the .fap file to the desired location.

Compiling with ufbt

If you prefer to compile and upload the application by yourself, use the ufbt tool. Go to the EthernetAppDemo folder, plug your Flipper Zero and execute the following command ufbt launch.
If you don't have ufbt tool installed, you can install it with python using pip install ufbt.

Compatibility

This application is designed to work with the unlshd-082 version from Unleashed Firmware for Flipper Zero