I’m working my way through a challenge (which I will not name due to spoilers) and I’ve been learning about padding oracle attacks. I’ve got some questions about them.
- How would one know if a site is susceptible to a padding oracle attack?
- Are there some tests that can be run to see if a padding oracle attack may be possible?
- How would one find the block size that a site uses for a padding oracle attack?
Thanks