W
Analyzed 2 months ago
SQL Vulnerability Scanner for Pentesting and Learning
Whitewidow is an open source automated SQL vulnerability scanner that makes it easy to find SQL errors within web pages. It accomplishes this task by either running through a list of known sites using the whitewidow.rb -f flag and checking
... [More]
for incorrectly closed syntax. Alternately Whitewidow can be run in a default mode and will scrape Google for web pages containing incorrectly closed SQL syntax: whitewidow.rb -d. Whitewidow comes with over 1,000 possible search queries, the ability to scrape Google as many times as necessary, a simple quick way to install all gem dependencies: bundle install, and a simple easy to use file formatter. [Less]