|
|
|
|
|
by aj-code
4225 days ago
|
|
I wrote a tool a while ago for testing network based timing attacks. Getting the measurement right is really hard, just taking the average doesn't generally work while the 10th percentile measurement is much better. I did find PHP fairly hard to exploit though, but I was trying over a network which much more difficult than locally. The code for the tool (and a presentation pdf) is here if you're interested: https://github.com/aj-code/TimingIntrusionTool5000 |
|
Oh, well yeah that's what I did. Guess I'll have to look further.
> the 10th percentile measurement is much better
That sounds like something to try, thanks!