Author: SSWUG Research

Community

Using MySQL with .NET

(cardinals33) Ever wanted to combine the power and ease of the .NET platform with a free database like MySQL? Well thanks to ODBC database functions in ADO.NET it’s really easy. All you need is the latest drivers for ADO.NET and MySQL installed. For this tutorial we will use C# to build a simple app

Community

Automate SQL injection testing

(Kevin Beaver) SQL injection is a security exploit in which the attacker adds SQL code to a Web form input box to gain access. Manual testing for SQL injection — as described in this tip and this paper — used to be the only way to determine if your database was vulnerable. Rooting through returned