Welcome to the comment section! I hope you enjoyed the video. If you did, make sure to like it 👍 and subscribe to the channel: ruclips.net/user/BugBountyReportsExplained
Oh i think I am wrong. I believe you can't get better solution that yours because binary search would still need 6 queries to extract 7 letters so it's just a 7/6 times speedup.
Nice! I think it would be an improvement. In the worst complexity not but if we take 3 tests per character as an average , it gives us 200*3 = 600 tests but we can do 7 tests in 1 request so 600/7 ~= 86 requests compared to my 200. It is also possible to limit the number of requests prior the attack. 64 notes is enough as base64 charset only uses 64 characters. But I'd have to add more logic to the SQL query because those are not siblings in the ascii table. There might also be a possibility to extract more data using OFFSET clause.
Welcome to the comment section! I hope you enjoyed the video. If you did, make sure to like it 👍 and subscribe to the channel: ruclips.net/user/BugBountyReportsExplained
Great explanation!! You could combine binary search and Limit
But it would overcomplicate solution even more.
Oh i think I am wrong. I believe you can't get better solution that yours because binary search would still need 6 queries to extract 7 letters so it's just a 7/6 times speedup.
Nice! I think it would be an improvement. In the worst complexity not but if we take 3 tests per character as an average , it gives us 200*3 = 600 tests but we can do 7 tests in 1 request so 600/7 ~= 86 requests compared to my 200.
It is also possible to limit the number of requests prior the attack. 64 notes is enough as base64 charset only uses 64 characters. But I'd have to add more logic to the SQL query because those are not siblings in the ascii table.
There might also be a possibility to extract more data using OFFSET clause.
Well done dude, was not easy challenge.
You are such a genuis guy...
haha I'm not. It's nothing more than experience
Really interesting. Great work.
Many thanks!
Awesome video :)
No doubt you have some really l33t skills :D
Thanks 😁
amazing, well done!
Thank you! Cheers!
So you point his video and he point yours. lol. cool video bro :)
thanks ;)
good effort.
Thanks 👍