Changelog whitewidow v1.0.6.3:
* User agents are working
* New search queries
* Minor fixes
* Bumped version number
Whitewidow is an open source automated SQL vulnerability scanner, that is capable of running through a file list, or can scrape Google for potential vulnerable websites.
Dependencies:
– gem ‘mechanize’
– gem ‘nokogiri’, ‘~> 1.6.7.2’
– gem ‘rest-client’
– gem ‘colored’
To install all gem dependencies, follow the following template:
+ cd whitewidow
+ bundle install
This should install all gems needed, and will allow you to run the program without trouble.
Usage:
git clone https://github.com/Ekultek/whitewidow && cd whitewidow bundle install upgrade: git pull origin master
Download: 1.0.6.3.zip | 1.0.6.3.tar.gz
Source: https://github.com/Ekultek | Our Post Before