| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 4 months |
| seen | Jan 8 at 16:34 | |
| stats | profile views | 1 |
|
Jan 8 |
awarded | Student |
|
Jan 8 |
comment |
What exploit types do I need to protect against in PHP? Regarding DoS, perhaps I can put an upper cap on the number of HTTP requests per minute per IP address. |
|
Jan 8 |
comment |
What exploit types do I need to protect against in PHP? As for password attacks, I'm using the PHP sleep function to delay the response to a log in attempt. I suppose I should double the sleep duration with each attempt... |
|
Jan 8 |
comment |
What exploit types do I need to protect against in PHP? Thanks for the reply. I'm not seeing how RCE is a risk that I can change my code to protect against. I use only my own PHP code i.e. no libraries etc. |
|
Jan 8 |
asked | Use PHP to check uploaded image file for malware? |
|
Jan 8 |
answered | What does a HTML filter need to do, to protect against SVG attacks? |
|
Jan 8 |
asked | What exploit types do I need to protect against in PHP? |