Sandwichs-del
Sandwichs-del
If you set "dom.indexedDB.enabled" to false in firefox, the StorageAbuser will crash with error "A mutation operation was attempted on a database that did not allow mutations" in console. I...
This allows blocking some attackers fail2ban style. Unfortunately this does not work for DoS attempts - see https://github.com/bakwc/PySyncObj/issues/174 As promised in https://github.com/bakwc/PySyncObj/pull/173
I found two ways to DoS a PySyncObj server by naive fuzzing aka `cat /dev/urandom >/dev/tcp/localhost/5010` First: If attackers has sufficient bandwidth, they can just send infinite stream of data....