Page 1 of 1

Sql injection

Posted: Thu Mar 17, 2022 3:33 pm
by amir2314
Hi dear pablo . How much is safty for signup form and contact form in wwb ?
Is it possible to hack my website with sql injection ?

Re: Sql injection

Posted: Thu Mar 17, 2022 3:59 pm
by Pablo
All scripts are protected against SQL injection.
If there were any known issues then these would have already been fixed.
Also, you can easily verify this yourself by looking at the generated code.

Re: Sql injection

Posted: Wed Dec 07, 2022 3:53 pm
by amir2314
Pablo wrote: Thu Mar 17, 2022 3:59 pm All scripts are protected against SQL injection.
If there were any known issues then these would have already been fixed.
Also, you can easily verify this yourself by looking at the generated code.
Hi dear pablo .
.
Today i suddenly Read the blog Called Hack a website by post Method ! I know i asked You Later About Sql Injection Method for Sequrity Of My Website . In this case the hacker Used Foxyproxy And Select All Data from Sql Server . He told That Some Website Can be Hacked By Post Method if there is no ( .php?Id=32 or ...) Visible In URL Bar .
.
So I have A Sequrity Question About User-login And Other Forms Can generated By Wwb . Is it safe wwb From Post Attack methods? Or get ? Is it test Before ? .
.
Im trying To LevelUp my website Sequrity From Bad Attackers Or Hackers . Is there any Article About Sequrity For WWB To Teach Users : Best Ways To Squre Your Website or somthing Like That ?

Re: Sql injection

Posted: Wed Dec 07, 2022 6:32 pm
by Pablo
All submitted input is protected against code injection.

Code: Select all

mysqli_real_escape_string($db, $_POST['username'])
You do not have to do anything for that yourself.

Re: Sql injection

Posted: Wed Dec 07, 2022 6:43 pm
by amir2314
Pablo wrote: Wed Dec 07, 2022 6:32 pm All submitted input is protected against code injection.

Code: Select all

mysqli_real_escape_string($db, $_POST['username'])
You do not have to do anything for that yourself.
thank you verymuch dear pablo . actualy i afraid of hijak my website from bad guys, i designed a huge artistic website with wwb depend on your efforts for this amazing software ( 4 years of working : day and nights for my website ( still working :oops: ) , thanks a lot pablo
all days im trying to improve security of my website sometime with htaccess somtimes with your advice somtimes with reading the blogs on the net .