Giter VIP home page Giter VIP logo

notflippedzero's Introduction

NotFlippedZero (Wifi penetration tool)

It provides some common functionality that is commonly used in Wi-Fi attacks and makes implementing new attacks a bit simpler

Install & Build & Flash

  • ESP-IDF 4.1 (commit 5ef1b390026270503634ac3ec9f1ec2e364e23b2) (ESP32)
  • ESP-IDF 4.4.8 Release (ESP32C3 , ESP32)
idf.py build
idf.py -p [PORT] flash

Flashing without build

esptool.py -p [PORT] -b 115200 --after hard_reset write_flash --flash_mode dio --flash_freq 40m --flash_size detect 0x8000 build/partition_table/partition-table.bin 0x1000 build/bootloader/bootloader.bin 0x10000 build/esp32-wifi-penetration-tool.bin

Default board

This project set default support board is ESP32C3

  • Change board to other board Must match ESP-IDF version
  • ESP-IDF 4.1 (commit 5ef1b390026270503634ac3ec9f1ec2e364e23b2) (ESP32)
  • ESP-IDF 4.4.8 Release (ESP32C3 , ESP32)
idf.py set-target [BOARD_NAME]
idf.py build

Using the tool

  1. After flashing connect the the ESP32 via Wi-Fi
  2. Default SSID NotFlippedZero and PASSWORD zer0admin
  3. After connected to the ESP32 go to your browser then type 192.168.4.1 (http) to access the pannel
  4. Start using the tool

SDK menu

image

  • ESP-IDF 4.1 (commit 5ef1b390026270503634ac3ec9f1ec2e364e23b2)
idf.py menuconfig

To config the wifi components go to the Component config --> Wi-Fi Controller

๐Ÿ™๐Ÿป Big thank to Risinek for original code !

notflippedzero's People

Contributors

risinek avatar fujatyping avatar

Stargazers

Unconditional One avatar  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.