Jason Gallavin
Jason Gallavin
I noticed when I test in the browser it gets around 2584 bytes vs in the console it gets around 2922 bytes. This is quite a large difference. I wonder...
When decoding the response fro the request `https://malbot.net/poc/?param1=value1request_token='b{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}@` The reflected value becomes `` It seems the padding is getting encoded as html entities. Is this supposed to happen?
It seems after every request I always get the same byte response of 2906. I've adjusted the request url and the response bytes are the same. I'm thinking the calculation...
I'm wondering if it is negotiating a block cipher instead of a stream cipher and this is the cause of the same response length..
So, malbot.net is using a block cipher. It negotiates TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA. Which breaks this repo.
@samrocketman That was the point of my comment. This is supposed to be a working demo with the website. I found out last night that getting a stream cipher to...
I can probably submit a pr for it in the next week.
I've also ran into this issue, did you find a solution?
@andreapicaro I was able to fix the labels overlapping by using the events that the library emits. I had to copy over a several methods from the library to modify...
I currently have all plugins disabled. in the production environment we have the Image attributes processor enabled. thanks, Jason