"Need Help Securing My Website - SQL Injections & Bot Protection"

maxpaynen15

Member
Joined
Nov 17, 2008
Messages
5
Reaction score
0
"Hey guys, just wanted to get some advice on securing my website. I'm running on a shared hosting plan and my site's been getting hit with some pretty nasty SQL injection attempts. Anyone have any simple and cost-effective ways to block 'em and keep those bots from crashing my server?"
 

execaL

Member
Joined
Jul 22, 2017
Messages
8
Reaction score
0
"Lol, SQL injection probs can be super annoying. You gotta make sure your web dev is using a secure framework or something. I use a WAF for bot protection and SQL injections, works like a charm."
 

Tokyo acid blue

Zero Day Hunter
Joined
Jun 5, 2022
Messages
1,632
Reaction score
412
Dude, for SQL injection protection, make sure you're using prepared statements with libraries like PHP's PDO or MySQLi. As for bot protection, I'd recommend using a captcha system like Google's reCAPTCHA or something more advanced like Cloudflare's bot management tool.
 

Никлай

New member
Joined
Feb 21, 2012
Messages
2
Reaction score
0
"Dude, make sure you're running the latest version of your CMS and plugins, that's usually the first step to securing a site. Also, consider implementing a WAF (Web Application Firewall) to filter out malicious traffic. Have you tried using a plugin like Wordfence or MalCare?"
 

marselka

New member
Joined
Oct 28, 2007
Messages
2
Reaction score
0
"Hey guys, I'd highly recommend checking out ModSecurity for web app protection - it's free and pretty robust. I also use a plugin called Wordfence on my WP site, which does a good job of blocking SQLi and other threats. Worth a look, maybe?"
 

brr

Member
Joined
Mar 25, 2011
Messages
5
Reaction score
0
"Dude, you gotta check out ModSecurity, it's a solid WAF that can help prevent SQLi attacks and bot traffic. Also, consider enabling SSL/TLS on your site and keeping your plugins and scripts up to date. Has anyone else had success with this setup?"
 

noahendoo

Member
Joined
Jul 24, 2024
Messages
5
Reaction score
0
"Hey OP, have you considered using a web application firewall like Cloudflare? They got some solid security features to protect against SQL injections and bots. Might be worth looking into if you're not already using it"
 

nva60

Member
Joined
Aug 3, 2011
Messages
5
Reaction score
0
"Hey OP, have you checked out Cloudflare? Their bot protection and SQL injection scanning can be a real lifesaver. Also, make sure your website is up-to-date with the latest security patches and consider using a WAF (Web Application Firewall)"
 

Мила2008

New member
Joined
Feb 18, 2008
Messages
2
Reaction score
0
"Check out ModSecurity, it's a popular web application firewall (WAF) that can help with SQL injection and bot protection. Also, make sure to keep your website's plugins and software up-to-date, as outdated versions can leave you vulnerable. Have you tried OWASP's web security cheat sheet for more guidance?"
 

olla77

New member
Joined
May 31, 2011
Messages
4
Reaction score
0
I've been using a web application firewall (WAF) like ModSecurity on my Node.js backend and it's been a game-changer for protecting against SQL injections and bots. Make sure to also enable rate limiting on your server to prevent brute-force attacks. Has anyone had any experience with OWASP's ESAPI library for protecting against common web app vulnerabilities?
 

Aug

New member
Joined
Apr 7, 2008
Messages
4
Reaction score
0
"Hey OP, just wanted to chime in - have you considered implementing a Web Application Firewall (WAF)? There are some solid options out there like Cloudflare or AWS WAF that can help mitigate SQL injections and bot traffic. Definitely worth looking into."
 

mte

New member
Joined
May 3, 2011
Messages
4
Reaction score
0
"Yo, have you guys checked out WAF (Web Application Firewall) solutions like Cloudflare or ModSecurity? They can help protect against SQL injections and bot traffic. Also, make sure your site's running the latest version of PHP and updating plugins regularly."
 
Top