spacehuhn / wifi_ducky

Upload, save and run keystroke injection payloads with an ESP8266 + ATMEGA32U4
MIT License
1.26k stars 295 forks source link

Is an internet connection needed for proper web-interface #62

Closed supersjimmie closed 6 years ago

supersjimmie commented 6 years ago

In files like the skelleton.css, I see lines that point to internet url's, like: src: local('Raleway Light'), local('Raleway-Light'), url(http://fonts.gstatic.com/s/raleway/v11/ZKwULyCG95tk6mOqHQfRBCEAvth_LlrfE80CYdSH47w.woff2) format('woff2'); Does that mean that, for a proper operation, the client needs access to internet so it can also get those data?

I ask this because when I connect my laptop or smartphone (only) to the esp8266 Accesspoint, there are intermitting failures when loading the webpages.

supersjimmie commented 6 years ago

Ah found this: https://github.com/spacehuhn/wifi_ducky/issues/30