wow From a legal perspective how do companies and hackerone create a binding exemption from laws used to prosecute hackers?
How we broke PHP, hacked Pornhub and earned $20k
11–20 of 107 posts
Re: How we broke PHP, hacked Pornhub and earned $20k
#12wow From a legal perspective how do companies and hackerone create a binding exemption from laws used to prosecute hackers?
Re: How we broke PHP, hacked Pornhub and earned $20k
#13wow From a legal perspective how do companies and hackerone create a binding exemption from laws used to prosecute hackers?
Re: How we broke PHP, hacked Pornhub and earned $20k
#14wow From a legal perspective how do companies and hackerone create a binding exemption from laws used to prosecute hackers?
> binding exception Two words -- honor code. Rock the boat and you will find yourself in an unpleasant situation, so instead everybody does good work and nobody asks too many questions.
Re: How we broke PHP, hacked Pornhub and earned $20k
#15The takeway: You should never use user input on unserialize. Assuming that using an up-to-date PHP version is enough to protect unserialize in such scenarios is a bad idea. Avoid it or use less complex serialization methods like JSON.
https://paragonie.com/blog/2016/04/securely-implementing-de-...
Re: How we broke PHP, hacked Pornhub and earned $20k
#16The takeway: You should never use user input on unserialize. Assuming that using an up-to-date PHP version is enough to protect unserialize in such scenarios is a bad idea. Avoid it or use less complex serialization methods like JSON.
[1] https://www.reddit.com/r/PHP/comments/3j88v4/something_about...
Re: How we broke PHP, hacked Pornhub and earned $20k
#17Re: How we broke PHP, hacked Pornhub and earned $20k
#18Re: How we broke PHP, hacked Pornhub and earned $20k
#19Re: How we broke PHP, hacked Pornhub and earned $20k
#20Earlier quoted context omitted.
Must be a funny comparison group you have there.
I'm certainly positive it's faster than Ruby, Python and Java.
In my experience php is fast enough until you start generating lots of garbage. It seems it wasn't really designed to garbage collect at all, but to rely on the per-request cleanup.