aidSQL is a PHP application provided for detecting security holes in your websites. It is a modular application, meaning that you can develop your very own plugins for SQL injection detection & exploitation.
Sample usage of aidsql:
./aidSQL --url=www.sample123.com
We find it similar to nikto, whatweb and others. One good feature is that we can get a reverse basic shell once exploited. It also has a simple shell script which will run aidSQL and do some checking for PHP. You can also Google through this application and look up for sites. It also includes a primitive crawler.
Download aidsql (aidsql-devel-01102011.tgz) here
News Source : Google
Sample usage of aidsql:
./aidSQL --url=www.sample123.com
We find it similar to nikto, whatweb and others. One good feature is that we can get a reverse basic shell once exploited. It also has a simple shell script which will run aidSQL and do some checking for PHP. You can also Google through this application and look up for sites. It also includes a primitive crawler.
Download aidsql (aidsql-devel-01102011.tgz) here
News Source : Google