class_sql_inject 1.0
class_sql_inject is meant to search in your SQL data values for special characters that may change the meaning of your SQL data and execute actions that may compromise the security of servers.
When some of these suspicious character sequences is found in HTTP POST request values ($_POST), you can:
- Destroy the current session
- Redirect to a new page
- Log the activity
To check the request values do the following:
$bDestroy_session = TRUE;
$url_redirect = 'index.php';
$sqlinject = new sql_inject('./path_to_log.log',$bDestroy_session,$url_redirect);
$sql_inject->test($your_sql_data);
Requirements:
PHP 4 or later.
Notice:
class_sql_inject recognises only some of the known types of SQL injection methods and so it is not yet ready to deal with all possible ways to perform this kind of attack.
More popular Security System
- phphilter 0.1 (3 years, 10 months 15 days ago)
- Link Obfuscator 1.0 (7 years, 7 months 24 days ago)
- FloodDam 1.0 (7 years, 7 months 27 days ago)
- CrawlProtect 2.0.0 (3 years, 6 months 6 days ago)
- Uda Iskariot 1.0 (4 years, 7 months 2 days ago)
Listing Files

class_sql_inject_examples.php- 3.4 KB
- 09/23/2008 18:01:26

LICENCE- 15.2 KB
- 09/23/2008 18:01:26

class_sql_inject.php- 5.9 KB
- 09/23/2008 18:01:26
- FREE MySQL Cloud Database Super Simple, Zero-Management MySQL Cloud DB. Use It FREE!
- Pinterest clone Start your own pin board social network today. Get Pintastic and start your own pinterest clone network.
- MYRE Real Estate Software Professional Real Estate solutions by MYREPHP PROGRAMMING!
