Cancro29 / NETHERCAP

A Wi-Fi penetration testing tool for ESP8266 and ESP-32
90 stars 16 forks source link

Send logs by email after reboot #15

Open krisss117 opened 1 month ago

krisss117 commented 1 month ago

Hi, sorry for spam, but this project is amazing :) i have few ideas, and want to share it with you :)

It is possible to add

When something new show in log -> then try to connect to WiFi AP (foreatch list of WiFi networks) when connection successful then send logs and if "Continue attack after send logs" checked then continue attack.

What do you think, it is possible?

Cancro29 commented 1 month ago

No worries! I'm happy to see feedbacks from people who used my firmware.

  1. It may be possible to WifiMulti to manage connection to internet source.
  2. SMTP logging was already exist before, but I disabled it because lack of RAM and CPU.
  3. checkbox "Continue attack after send logs". I assume this is for RogueAP?.
  4. inputbox "Email:". I don't understand this.

I may make this possible, but probably only for ESP32.

krisss117 commented 1 month ago
  1. Yes
  2. Destination email - email to send logs

Ok, can't wait when ESP32 support all functions 😁