raw-power
KPCKevin Powell - Community
•Created by raw-power on 1/21/2025 in #back-end
Forms and Site Security Help
thank you, yes it does
89 replies
KPCKevin Powell - Community
•Created by raw-power on 1/21/2025 in #back-end
Forms and Site Security Help
😭
89 replies
KPCKevin Powell - Community
•Created by raw-power on 1/21/2025 in #back-end
Forms and Site Security Help
but if I'm the only one uploading files to the server through my backend, then I could just turn uploads off like this?
89 replies
KPCKevin Powell - Community
•Created by raw-power on 1/21/2025 in #back-end
Forms and Site Security Help
huh? it's just a contact form, three fields, Name, Email and Phone. They can use the form to upload files???
89 replies
KPCKevin Powell - Community
•Created by raw-power on 1/21/2025 in #back-end
Forms and Site Security Help
I don't mind getting some spam, it's just I don't want my whole site deleted and replaced by a bunch of random pages (like had happened before)
89 replies
KPCKevin Powell - Community
•Created by raw-power on 1/21/2025 in #back-end
Forms and Site Security Help
and the risk of exploiting the server (putting files, executing, manipulating the db)?
89 replies
KPCKevin Powell - Community
•Created by raw-power on 1/21/2025 in #back-end
Forms and Site Security Help
so you think this, plus the prepared statements in my higher up example for the form itself, plus the recaptcha should be sufficient?
89 replies
KPCKevin Powell - Community
•Created by raw-power on 1/21/2025 in #back-end
Forms and Site Security Help
phew
89 replies
KPCKevin Powell - Community
•Created by raw-power on 1/21/2025 in #back-end
Forms and Site Security Help
only once the time limit is exceeded no?
89 replies
KPCKevin Powell - Community
•Created by raw-power on 1/21/2025 in #back-end
Forms and Site Security Help
this??
89 replies
KPCKevin Powell - Community
•Created by raw-power on 1/21/2025 in #back-end
Forms and Site Security Help
fml
89 replies
KPCKevin Powell - Community
•Created by raw-power on 1/21/2025 in #back-end
Forms and Site Security Help
so, like this?
89 replies
KPCKevin Powell - Community
•Created by raw-power on 1/21/2025 in #back-end
Forms and Site Security Help
seems so
89 replies
KPCKevin Powell - Community
•Created by raw-power on 1/21/2025 in #back-end
Forms and Site Security Help
how is anyone implementing forms on their sites!?!
89 replies
KPCKevin Powell - Community
•Created by raw-power on 1/21/2025 in #back-end
Forms and Site Security Help
omg
89 replies
KPCKevin Powell - Community
•Created by raw-power on 1/21/2025 in #back-end
Forms and Site Security Help
the ip address can be manipulated to inject sql code???
89 replies
KPCKevin Powell - Community
•Created by raw-power on 1/21/2025 in #back-end
Forms and Site Security Help
which part do you see as a possible injection risk? none of this is coming from the form fields. not sure I understand what you meant by not needing to read and send to the database to increment, and yes, removing the closing tag for server efficiency, just keeping it there when doing snippet examples
89 replies
KPCKevin Powell - Community
•Created by raw-power on 1/21/2025 in #back-end
Forms and Site Security Help
then how about using the database to store the session details such as:
This plus ReCaptcha should do it? or can they still be bypassed?
89 replies
KPCKevin Powell - Community
•Created by raw-power on 1/21/2025 in #back-end
Forms and Site Security Help
oh didn't consider rate limiting, thank you, would throttling like this work?
89 replies
KPCKevin Powell - Community
•Created by raw-power on 1/21/2025 in #back-end
Forms and Site Security Help
I don't need gdpr where I am which is why it's not implemented. why do you say sending from my own server would be an annoying amount of work?
89 replies