Posts Tagged ‘SQL’

Coda: One Window Web Development

Thursday, August 25th, 2011

Apple OS X Only!

So, we code web sites by hand. And one day, it hit us: our web workflow was wonky. We’d have our text editor open, with Transmit open to save files to the server. We’d be previewing in Safari, adjusting SQL in a Terminal, using a CSS editor and reading references on the web. “This could be easier,” we declared. “And much cooler.”

Link: Panic

SQLmap: Automatic SQL Injection & Takeover Tool

Wednesday, April 13th, 2011

sqlmap is an open source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of database servers. It comes with a kick-ass detection engine, many niche features for the ultimate penetration tester and a broad range of switches lasting from database fingerprinting, over data fetching from the database, to accessing the underlying file system and executing commands on the operating system via out-of-band connections.

Link: SourceForge

Using Spawner To Populate SQL Database

Saturday, December 27th, 2008

There are many reasons why you would want to generate bogus data for your database. Perhaps you’d like to know how well your databases will perform when filled with data, or maybe you just need some data so that you can start creating a front end for the database.

Link: LinuxHaxor