Git Product home page Git Product logo

hoangminh5210119 / deauther Goto Github PK

View Code? Open in Web Editor NEW
56.0 7.0 23.0 3.21 MB

esp8266 deauther with captive portal and update GUI

Home Page: https://github.com/hoangminh5210119/deauther

C++ 19.75% C 73.97% CMake 0.01% HTML 2.61% Processing 0.06% Shell 0.04% CSS 1.00% Python 1.72% JavaScript 0.84%
phishing facebook phishing-attacks deauther spacehuhn esp8266 esp8266-arduino arduino hacking fake-content scanning

deauther's Introduction

Deauther

Esp8266 deauther with captive portal and update GUI. Web version is supported

firmware

Tính năng

  • Ngắt kết nối bất kì mạng WiFi 2.4Ghz nào có thể quét thấy được, làm ngắt kết nối tất cả các thiết bị đang kết nối vào mạng đó.
  • Captive portal bao gồm WiFi, Facebook, Zalo, Phone, Twitter.
  • Attack và Captive portal có thể hoạt động cùng lúc.
  • Lưu thông tin người dùng trực tiếp vào File system của thiết bị.
  • Hỗ trợ cài đặt trên web mà không cần màn hình

Cài đặt

  • Cài đặt theo hướng dẫn gốc ở đây
  • copy thư viện trong thư mục lib vào thư viện của arduino

Video demo deauther

BẢN QUYỀN

  • Các bạn có thể lấy code để đăng hoặc viết bài trên các diễn đàn trong hoặc ngoài nước nhưng lưu ý xin ghi nguồn cụ thể.

KHƯỚC TỪ TRÁCH NHIỆM

  • Dự án này chỉ nhằm mục đích giúp kiểm tra bảo mật của WiFi và giúp cho người dùng biết để phòng ngừa người xấu lợi dụng tấn công chuộc lợi.
  • Việc sử dụng để tấn công cơ quan tổ chức hay cơ sở hạ tầng không thuộc quyền sở hữu là hành vi bất hợp pháp.
  • Xin nhắc lại thiết bị chỉ được dùng cho mục đích nghiên cứu, thử nghiệm nên tác giả không chịu bất kỳ trách nhiệm pháp lý và không chịu trách nhiệm về bất kỳ sự lạm dụng để gây thiệt hại do kẻ xấu gây ra.
  • Người dùng cuối cùng có trách nhiệm tuân tủ theo luật hiện hành của địa phương cơ quan tổ chức có thẩm quyền và tuân thủ theo luật hiện hành của nhà nước Việt Nam.

MỘT SỐ CÁCH PHÒNG TRÁNH:

  • Sử dụng chuẩn WiFi mới nhất.
  • Đặt mật khẩu nhiều lớp cho các tài khoản mạng xã hội.
  • Kiểm tra vị trí truy cập thường xuyên.
  • Không truy cập vào các mạng WiFi miễn phí.
  • Không đăng nhập trực tiếp tài khoản mật khẩu mạng xã hội do liên kết dẫn đến.
  • Tên WiFi giống với tên chính và không có mật khẩu thì KHÔNG NÊN VÀO.

Liên hệ

Tham khảo

Tham khảo chính là ở đây esp8266_deauther của SpacehuhnTech

deauther's People

Contributors

hoangminh5210119 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

deauther's Issues

can this project without lcd oled

is it possible without an oled screen by using a web browser for attack and captive portals, thank you in advance and your project is very awesome for this learning.

Need Help

Have managed to compile the codes, I can see the Free High Speed wifi from my android. However My OLED 1.3 doesn't show up any picture/menu (blank). Is there any specific library should I use or I miss some steps? Thanks for help. Wisnu from Indonesia

how you can make all domain callback to controller webpage?

chào anh
làm thế nào mà anh có thể làm tất cả các tên miền kiểu google.com hay facebook.com khi nhập trên thanh địa chỉ đều chả về webpage điều khiển esp8266 vậy ạ (với điều kiện là vẫn kết nối với AP của ESP8266)
và cái firmware này có tích hợp FSBrowser không ạ, nó kiểu 1 trang chỉnh sửa SPIFFS ngay trên giao diện web mà không cần up lại qua arduino IDE ấy ạ

English

plz releases English version asap. thank you
oh-my-english-02

BRO it is getting error when compile

this is the error message :

Arduino: 1.8.12 (Windows Store 1.8.33.0) (Windows 10), Board: "DSTIKE by Travis Lin, Serial, 160 MHz, 80MHz, DIO, 115200, 1M (256K SPIFFS), nodemcu"

sketch\Alert.cpp: In member function 'bool Alert::alertOptions(String, String, String, String)':

Alert.cpp:45:15: error: 'class SH1106Wire' has no member named 'drawFillRoundRect'

   display.drawFillRoundRect(display.getWidth() / 4 - widthBtn / 2, topBtn,

           ^

Alert.cpp:52:15: error: 'class SH1106Wire' has no member named 'drawRoundRect'

   display.drawRoundRect(display.getWidth() / 4 + display.getWidth() / 2 -

           ^

Alert.cpp:69:15: error: 'class SH1106Wire' has no member named 'drawRoundRect'

   display.drawRoundRect(display.getWidth() / 4 - widthBtn / 2, topBtn,

           ^

Alert.cpp:72:15: error: 'class SH1106Wire' has no member named 'drawFillRoundRect'

   display.drawFillRoundRect(display.getWidth() / 4 +

           ^

sketch\Alert.cpp: In member function 'bool Alert::alertNotify(String, String, String)':

Alert.cpp:113:13: error: 'class SH1106Wire' has no member named 'drawFillRoundRect'

 display.drawFillRoundRect(display.getWidth() / 2 - widthBtn / 2, topBtn,

         ^

sketch\Credential.cpp: In member function 'void Credential::deleteIndex(String, int)':

sketch\Credential.cpp:178:21: warning: 'void ArduinoJson::JsonArray::removeAt(size_t)' is deprecated (declared at C:\Users\Revanth Shiva\Documents\Arduino\libraries\ArduinoJson\src/ArduinoJson/JsonArray.hpp:198): use remove() instead [-Wdeprecated-declarations]

values.removeAt(id);

                 ^

Multiple libraries were found for "ArduinoJson.h"
Used: C:\Users\Revanth Shiva\Documents\Arduino\libraries\ArduinoJson
Not used: C:\Users\Revanth Shiva\Documents\ArduinoData\packages\deauther\hardware\esp8266\2.0.0-deauther\libraries\ArduinoJson
exit status 1
'class SH1106Wire' has no member named 'drawFillRoundRect'

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

^.^

Thank you again this very good project!

change language?

how can i change the language of the captive portals?

or can you please upload a english version?

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.