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

Releases: WhitewidowScanner/whitewidow

v2.0 release

01 May 19:02
Compare
Choose a tag to compare

Well, we made it, version 2.0. It is now better then you have ever seen before, a lot has changed and I've been working on it a lot lately. Sorry for the delay in pushes guys but this baby is beautiful now. SEND ME THOSE BUGS!!!

Version 2.0

  • Deprecated the old payloads
  • Created a new payload file for payload extraction
  • Added compatibility for multiple different DB types
  • Complete refactor of the searching and how it works
  • Bumped version number

Version 1.9.0

21 Dec 12:50
Compare
Choose a tag to compare

Version 1.9.0

  • Merged new pull request to create testing environment for the program
  • Fixed an issue where the test would fail
  • Edited readme to reflect new release
  • Bumped version number

Version 1.8.0 release

01 Dec 02:00
Compare
Choose a tag to compare

Version 1.8.0

  • Added 46 new user agents
  • Fixed user agent flag to include the new agents
  • Added a -D/--dork flag
  • Changed SEARCH_QUERY constant to DEFAULT_SEARCH_QUERY
  • Moved the query and random agent search to settings
  • Edited issue template a little bit
  • Removed deprecated code
  • Random search engines is going to have to wait
  • Updated the bundle issues self help file
  • Updated the syntax error issues
  • Shazgul you are awesome for finding the IO errors with the spider, welcome to the contrib list
  • Added a version flag, show version number and exit
  • Added constants to the file paths instead of hard coding them
  • Added a new regex to the SQL_VULN_REGEX
  • Patched the spider, if it encounters an error that is fatal, it will run the sites already in the log file
  • Bumped version number

Re-Release v1.7.0.2 bug fixes

19 Nov 20:07
Compare
Choose a tag to compare

Version 1.7.0.2

  • Fixed issue with sqlmap flag where the file wasn't opened
  • Bumped version number
  • Drafted re-release

Release v1.7.0

19 Nov 19:47
Compare
Choose a tag to compare

Version 1.7.0

  • Added sqlmap to the mix, you can now run sqlmap through your SQL_VULN file and it will work successfully
  • Added new flag for sqlmap
  • Bumped version number

Release version 1.6.1

06 Nov 20:24
Compare
Choose a tag to compare
  • Moved all files in the modules directory into new folders specified by type of file it is, such as core files, spider, etc.
  • Edited the constants_and_requires to match changes
  • Created a VERSION_STRING constant
  • Put the version number and version type in the banner itself, this deprecated the use for the credits file. It'll be saved incase something bad happens and I need it, just commented out with a deprecation notice
  • Edited README
  • Deprecated --credits flag
  • Deprecated page and parse() methods (moved to settings file)
  • Removed search query that was failing and was in the file multiple times
  • Bumped version number

Release 1.5.0

30 Oct 19:54
Compare
Choose a tag to compare

Version 1.5.0

  • Created the spider flag and edited it to run through whitewidows file flag, how to will work is it will extract
    all links from a websites source (given url) so make sure that the links direct to somewhere good.
  • Changed a file name to banner
  • Added a version type, stable, pre-release, or update available (will be changing with releases)
  • Edited some constants
  • Fixed the beep module will run from regexs now
  • Changed some comments in the log files and temp files
  • Removed tmp from gitignore for this release
  • Changed readme to reflect new information
  • Changed the credits check them out
  • Minor text fixes
  • Bumped version number

prv1.5.0(pre - release)

29 Oct 17:16
Compare
Choose a tag to compare
Pre-release

Prerelease 1.5.0

  • Added a spider flag, recursively search a url
  • Edited some comments
  • Created the search under lib/modules/blackwidow.rb
  • Edited readme
  • Bumped version number to prerelease

Looking for testers for this pre-release. Check the new issue that was created for this here

Patch release 1.4.03

28 Oct 02:56
Compare
Choose a tag to compare
  • Fixed issue where the agents always showed up as nil
  • Made the flags look pretty
  • Edited the constants
  • Edited readme
  • Edited some xml data
  • Bumped version number

Release v1.4.0

29 Sep 19:19
Compare
Choose a tag to compare

Version 1.4.0

  • Added a --run-x flag, specify how many runs to make before exiting, will run dry runs and will not search for vulns
  • Updated some info in readme
  • Added some sites to the SKIP constant
  • Minor comment fixes
  • Minor grammar fixes
  • Minor style fixes
  • Minor issue fixes
  • Minor text fixes
  • Bumped version numebr
  • Added some new search queries