Simple project. ESP8266 provides a wi-fi network and ESPAsyncTCP server that serves a web-page with QR code and an address of a BTC wallet. Files are stored using LittleFS (fake BTC Wallet credentials) Topics
GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
They are not made by Wemos, these boards are just cheap fakes - they can work, but I would recomment to step away from them. Building it yourself The shopping list: an ESP8266 (doesn't matter which module or board) SSD1306 or SH1106 I2C OLED Display 128x64 pixel [Optional] a ...
carriage return (CR) character being sent from the modem to the telnet server always has a NUL character added after it. The implementation of the telnet protocol used by some BBSes doesn't properly strip out the NUL character. When connecting to such BBSes (Particles! is one), usefake...
You can set up a catch all captive portal plus three single websites to hack so that if the user goes to the website, a fake page will be presented to harvest credentials. In the main file there are all the configurations, namely the WiFi public SSID and captive portal page. ...
WiFi Keystroke Injection Tool designed for an Atmega 32u4/ESP8266 Paired via Serial (Cactus WHID Firmware). Also features Serial, HTTP, and PASV FTP exfiltration methods and an integrated Credential Harvester Phishing tool called ESPortal. - GitHub - Sa
Contribute to gloveboxes/Arduino-ESP8266-Secure-Http-Azure-IoT-Hub-Client-V2 development by creating an account on GitHub.
Hi, Issue: WiFi stops working after a few hours when using the light sleep mode. Description: I am not sure if the Arduino library is doing well with the time drifting caused by the Light Sleep Mode because the clock is idle. And if the ...
github-actionsbotchanged the titleESP8266 on upload errorDec 16, 2020 Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment Assignees No one assigned Labels None yet Projects None yet Milestone
在这个示例中,首先通过WiFi.begin()函数连接到WiFi网络,然后使用delay(1000)函数延迟1秒,最后通过ESP8266的.connect()函数建立与服务器的连接。 需要注意的是,延迟时间的设置应根据具体情况进行调整。如果连接过程中出现连接超时或连接不稳定的问题,可以适当增加延迟时间。同样,如果网络连接速度较快和稳定,可以...