Releases: MXZZ/Netgotchi
v.1.62
v1.62 Loader / TextGotchi/CTRLGotchi / (wip) Deauthergotchi
PRO : added new loader that can change the behaviour of your device without reflashing, just reboot and choose another funcion
- Netgotchi : default , it will automatically load this after 10 seconds!
- Textgotchi : ESPNOW Chat between netgotchi PROs
- CTRLGotchi : Control remotely pins, or via timers
- DEAUTHERGOTCHI : WIP -- not complete yet
Compile your own firmware using arduino idle OR use ESP-tools or web-esp loader to load the new update
Added binaries below for Netgotchi v1 & v2 , PRO ( Type 1 and type2)
v.1.5
- connect D0 Pin and GND pin you can enable/disable appliances via webinterface
- minor code clean up
How to flash ( easy mode )
- Connect your ESP8266 or ESP32 or Netgotchi via USB cable ( Data cable)
- Use Chrome to go https://espressif.github.io/esptool-js/
- Press "Connect"
- Press "Add File" , select Netgotchi.ino.bin
- Press "Flash"
- Restart your Netgotchi , Enjoy!
v.1.4 Webinterface and Buttons Controls
-Added a webinterface with controls ( on port :80), the html page is temporarely in the .ino file, will be moved later on
-Refactored some part of the screen display information to make easier to add new screens on carousel mode
- Added a new animation ( sonar netgotchi)
- Added controls buttons in preparation for Netgotchi type with onboard buttons controls
Please support the development acquiring an official builds on Etsy or Amazon
v.1.2
- Added EvilTwin AP detection the netgotchi will detect when there are same network with the same ssid that you are connected) | itsOwen and MXZZ
- split code in different files, to simplify the adding of code and future refactoring
- code preparation for a button interfaces for future project "Netgotchi Pro"
v.1.1
v 1.0
v1.0 added sound alert
- added sound alert ( add a buzzer on pin 13 or change your pin, enabled by default)
- added timezone parameter, just change to your timezone based on the website https://www.epochconverter.com/timezones
- patched an issue with esp8266 wdt reset error induced nmap connection spam on the honeypot. This was tricky to catch as the netgotchi was sometimes resetting due to the high number of requests.
0.9 Security Scan and Headless mode
0.9 version is a milestone as Netgotchi has now quite UI improvements including, headless mode, and a service scan for potential exploitable services in your network : this mean if the flag "securityScanActive" is true, Netgotchi will periodically scan each host for those services and report as vulnerables. ( VU parameter in the main screen, and hosts will be marked with a warning "WRNG!"
{ "Telnet", 23 },
{ "FTP", 21 },
{ "SSH", 22 },
{ "VNC", 5900 },
{ "RDP", 3389 },
{ "SMB", 445 },
{ "HTTP", 80 },
{ "HTTPS", 443 }
This is sort of Quick Scan from Nmap and will trigger other netgotchi in the network , so by default the FTP service scan is disabled as it will trigger the honeypot.
Etsy :
quite a challenge week for me . I'm still struggling with Etsy closing my account and all chargebacks I received from previous clients. All Negotchi ordered will be shipped by tomorrow, and if something goes wrong you will still have Etsy protection up to 180 days from the closure of my account, so no worries for your oreders !
if you are interested to buy one a netgotchi in future please reach my new shop here Netgotchi on Bonanza.
regards
MXZZ
What's Changed
- docs: update README.md by @eltociear in #1
New Contributors
- @eltociear made their first contribution in #1
Full Changelog: https://github.com/MXZZ/Netgotchi/commits/v0.9