-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Closed
Description
Hello,
first: thanks for that great tool, awesome!
I'm experiencing some wrong characters received (printable) from a really slow web/db-server with time based blind, e.g. the table name would be "admin_uLers". That could probably be fixed quite easy and without costing additional time, if everything is ok. The idea would be:
- after receiving the whole string, send one more query like "is this string correct?"
- if yes, fine, we didn't have to wait X seconds
- if not, feed the wrong string in output prediction and try again
luxury would be to have the output prediction continue after the 1st wrong character.
bye
arnim
Reactions are currently unavailable