Skip to content
This repository has been archived by the owner on Jan 17, 2019. It is now read-only.

Releases: WhitewidowScanner/whitewidow

Whitewidow 1.0.5 release

09 Apr 21:20
Compare
Choose a tag to compare
  • Added docs dir, this has the copyright info, changelog, and credits to contributors in it.
  • Edited credits removed contributors and put them in the docs directory.
  • Edited whitewidow comments, will be keeping this changelog updated instead of putting updates inside of the programs
    comments. Figured this would be a little more practical.
  • Edited copy module to take parameters instead of calling the files directly.
  • Edited spider module with new version
  • Removed having to push enter to continue, whitewidow will now display the legal disclaimer but will not require you
    to push enter to continue.
  • Added simple file formatter in lib/extra for when you have blank line in your file. For this to work move the file
    into the extra directory and run the file as an ARGV against file_formatter.rb. The file wil be saved as #sites.txt
    Example: ruby file_formatter.rb sites.txt

1.0.4 Whitewidow release

09 Apr 10:06
Compare
Choose a tag to compare

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 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.

Possible temporary fix of IO encoding error, described in the comments in whitewidow.rb

Started working on optparser
Added 40 country specific search queries for testing
Added Gemfile for quick install of all dependencies
Updated some legal info
Added some comments on some log files
Updated readme

Releasing version 1.0.4

http://github.com/Ekultek/whitewidow

Re-release of 1.0.3

09 Apr 07:29
Compare
Choose a tag to compare

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 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.

Possible temporary fix of IO encoding error, described in the comments in whitewidow.rb
Fixed -hh flag to point to examples instead of help. Re-download.

Releasing version 1.0.3

http://github.com/Ekultek/whitewidow

Whitewidow SQL Vuln Scanner

08 Apr 21:16
Compare
Choose a tag to compare

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 <path/to/file> flag and checking 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.

Possible temporary fix of IO encoding error, described in the comments in whitewidow.rb
Fixed -hh flag to point to examples instead of help. Re-download.

Releasing version 1.0.3

http://github.com/Ekultek/whitewidow