Esp8266_deauther: Bug with web server.

Created on 5 Mar 2017  路  7Comments  路  Source: SpacehuhnTech/esp8266_deauther

There is a memory probelm. I noticed if a web page size around 7000 bytes, when you start an attack and try to load the page, the web server will return a blank page.

bug

All 7 comments

@N0vaPixel

the web server will return a blank page

Mean this error 404 blank page

@joneroy No, nothing is returned, this mean no HTTP header and body. It's not an error 404

I minfied all the web pages and the "bug" disapeared. This prove that the memory usage is at stake.

Yes that's not really a bug, at some point you can't implement new things because the RAM is full. Do you use my minifier.html in the htmlfiles folder? I minify them first and then turn them into bytes.

@spacehuhn Yes it's really useful, i decided to use it.

@N0vaPixel

minifier.html is very useful for update the data.h

@joneroy Yes i know, i wouldn't be able to update data without byte-ify 馃樃

Was this page helpful?
0 / 5 - 0 ratings

Related issues

glblduh picture glblduh  路  3Comments

manishrd picture manishrd  路  4Comments

newlearnergrgsm picture newlearnergrgsm  路  4Comments

lamkeysing92 picture lamkeysing92  路  3Comments

xdobry picture xdobry  路  3Comments