Steps to configure and schedule daily or recurring MS-SQL 2005 database backup using maintenance plan wizard and SQL studio. SQL Server Integration services must be installed and running on this server.
GreenSQL is a free new Open Source database firewall for protection from SQL injection attacks. It works as a reverse proxy and has built in support for MySQL. The logic is based on evaluation of SQL commands using a risk scoring matrix as well as blocking known db administrative commands (DROP, CREATE, etc). GreenSQL is distributed under the GPL license. It runs its check against a black list and white list before allowing clients access to the SQL server. There is a online demo on the website as well, below is a snapshot from it.
Typical setup:
Edit the cron job file, from command prompt type ‘crontab -e’
type 0 0 * * * /usr/bin/mysqldump -u <username> -p <userpassword> –all-databases > /backups/dbbackup.sql
add the above line, save and exit the file.
Safe3 SQL Injector is one of the most powerful penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of back-end database servers.
It supports
* GET/Post/Cookie Injection
* HTTP Basic, Digest, NTLM and Certificate authentications
* MySQL, Oracle, PostgreSQL, MSSQL, ACESS, DB2, Sybase & Sqlite
* Error/Union/Blind/Force SQL injection
* file access, command execute, IP domain reverse, web path guess, md5 crack etc.
* Super bypass WAF