Skip to content

Commit

Permalink
updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
urbanadventurer committed Aug 9, 2012
1 parent 001d97e commit 79fd875
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions CHANGELOG
@@ -1,32 +1,31 @@
Version 0.4.8-dev Unreleased
* Added more than 300 new plugins
* Added support for Ruby 1.9.1
* Added over 700 new plugins
* Added aggressive version detection using md5 static file matches to several plugins
* Added support for raw HTTP headers when scanning local files
* Added --dorks <plugin name> to return google dorks for the selected plugin
* Added google dorks to more than 500 plugins
* Added ./addons/hunter
* Added ./addons/gggooglescan
* Added ./addons/country-scanner
* Updated whatweb.xsl
* Fixed a bug causing Mongo DB logging to fail
* Fixed a bug causing brief logging to not escape special characters
* Added SQL logging with `--log-sql` and `--log-sql-create` arguments. These are not listed in the usage.
* Removed the spidering feature and dependence on the customised and unsupported Anemone gem
* Removed the extra_urls feature
* Added raw header support by monkey patching the net/http library
* Targets from input files are now executed ascending order
* Redesigned and refactored much of Whatweb's code. Introduced the Target class
* Improved support for Ruby 1.9.1
* Added context searching for plugin matches[]. Added the matches keyword, :search. Values can be "headers","headers[server]"(or any other HTTP header),"body"(default), "all" (the raw headers + body)
* Added methods for aggressive plugins to send HEAD and POST requests
* Fixed meta refresh redirection but with HTML entities in the URL
* Added --grep, -g option to be easier than --custom-plugin. (Requested by Scott Bell)
* Removed the spidering feature and dependence on the customised and unsupported Anemone gem
* Removed the extra_urls feature
* Removed dependency on em-resolv-replace
* Updated whatweb.xsl
* Fixed a bug causing Mongo DB logging to fail
* Fixed a bug causing brief logging to not escape special characters
* Fixed meta refresh redirection but with HTML entities in the URL
* Redesigned and refactored much of Whatweb's code. Introduced the Target class
* Targets from input files are now executed ascending order
* Better support for UTF-8 encoded strings in plugins.
* :status and :url are now logical AND with other matches. They cannot match in isolation unless with each other.
* Updated Country plugin. Fixed IPv6 bug
* Removed dependency on em-resolv-replace
* Changed version from 0.4.8 to 0.4.8-dev to show development version
* Updated usage
* Plugin brief output is now sorted alphabetically by plugin name

Version 0.4.7 Released April 5th 2011
Expand Down

0 comments on commit 79fd875

Please sign in to comment.