SQL injection- what security measures should a wordpress designer take? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

SQL injection- what security measures should a wordpress designer take?

I'd like to know what security measures should a beginner wordpress designer take in order to secure their site against attacks such as SQL injection and bruteforce attacks? Is iThemes plugin sufficient in addressing all potential hacking threats?

24th Jan 2018, 5:21 PM
Jagadeesh M V
Jagadeesh M V - avatar
5 Answers
+ 2
you should first complete your SQL and PHP courses. then go on OWASP website and learn about SQLi. They got courses, and a hack training application, so you can test your own apps
25th Jan 2018, 9:13 AM
Vincent
Vincent - avatar
+ 2
- check as much as possible user input (intval() for int, sanitize strings if possible, regex, etc) - use prepared statements - don't forget about XSS
24th Jan 2018, 6:24 PM
Vincent
Vincent - avatar
+ 1
From a beginner's pov please..
24th Jan 2018, 7:47 PM
Jagadeesh M V
Jagadeesh M V - avatar
+ 1
Thank you for the answer. I will check them. (Have some experience in php and joined sql basic course.)
25th Jan 2018, 12:40 PM
Jagadeesh M V
Jagadeesh M V - avatar
0
Dear Vincent, so I can't do anything about it now? internet security is such a great deal then.
25th Jan 2018, 12:38 PM
Jagadeesh M V
Jagadeesh M V - avatar