Mikhail Golovanov

Results 6 comments of Mikhail Golovanov

I think, i have found couple more Query: `select * from users where id={payload}` Fingerprint `&1o.U`, Payload: `or 1

I've checked different databases, there is [list of working payloads](https://gist.github.com/migolovanov/432fe28c8c7e9fa675ab3903c5eda77f) that were not included in previous post.

In my opinion, if you've set `request.post` as string - regex will match this particular string, but if it is nested variable, regex will apply to all child elements. The...

Yes, I know. That's probably is the client issue, but it was working fine in 3.29.3 and not working in 3.29.4.

Sure, no problem. I created this issue just in case someone will meet similar errors after upgrade.

I have meet same issue when tried to require xxhash in thread (node v12.8.1, pull/30 applied). But was able to solve it by changing src/hash.cc: ``` 11c11,13 < NODE_MODULE(addon, Init);...