Whitewidow v2.0 – an open source automated SQL vulnerability scanner.
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.
git clone https://github.com/Ekultek/whitewidow && cd whitewidow
gem install bundler
bundle install
upgrade:
ruby whitewidow.r -u
git pull origin master
Post a Comment