PageRenderTime 45ms CodeModel.GetById 16ms RepoModel.GetById 1ms app.codeStats 0ms

/CHANGELOG

https://github.com/eliasdorneles/WhatWeb
#! | 220 lines | 210 code | 10 blank | 0 comment | 0 complexity | 490ff09b55dcd0a7e1584cd213d5589f MD5 | raw file
Possible License(s): GPL-2.0
  1. Version 0.4.8-dev Unreleased
  2. * Added support for Ruby 1.9.1
  3. * Added over 700 new plugins
  4. * Added aggressive version detection using md5 static file matches to several plugins
  5. * Added support for raw HTTP headers when scanning local files
  6. * Added --dorks <plugin name> to return google dorks for the selected plugin
  7. * Added google dorks to more than 500 plugins
  8. * Added ./addons/hunter
  9. * Added ./addons/gggooglescan
  10. * Added ./addons/country-scanner
  11. * Added SQL logging with `--log-sql` and `--log-sql-create` arguments. These are not listed in the usage.
  12. * Added raw header support by monkey patching the net/http library
  13. * 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)
  14. * Added methods for aggressive plugins to send HEAD and POST requests
  15. * Added --grep, -g option to be easier than --custom-plugin. (Requested by Scott Bell)
  16. * Removed the spidering feature and dependence on the customised and unsupported Anemone gem
  17. * Removed the extra_urls feature
  18. * Removed dependency on em-resolv-replace
  19. * Updated whatweb.xsl
  20. * Fixed a bug causing Mongo DB logging to fail
  21. * Fixed a bug causing brief logging to not escape special characters
  22. * Fixed meta refresh redirection but with HTML entities in the URL
  23. * Redesigned and refactored much of Whatweb's code. Introduced the Target class
  24. * Targets from input files are now executed ascending order
  25. * Better support for UTF-8 encoded strings in plugins.
  26. * :status and :url are now logical AND with other matches. They cannot match in isolation unless with each other.
  27. * Updated Country plugin. Fixed IPv6 bug
  28. * Changed version from 0.4.8 to 0.4.8-dev to show development version
  29. * Plugin brief output is now sorted alphabetically by plugin name
  30. Version 0.4.7 Released April 5th 2011
  31. * Performance enhancements & bug fixes
  32. * Added -p + as a shortcut for -p +plugins-disabled
  33. * Added --quiet, -q - to not display brief logging to STDOUT
  34. * Fix Makefile - you can now install whatweb over an old version
  35. * Removed certainty from Mongo and JSON output unless certainty < 100
  36. * Removed certainty info from verbose output unless certainty <100
  37. * Bugfixes for error reporting
  38. * Updated some error messages
  39. * Changed default open and read timeouts to 15 and 30 seconds respectively
  40. * Updated slow plugins
  41. * Added plugins: TVersity, Ultimate-Bulletin-Board,
  42. * Moved plugins to plugins-disabled: atom_feed, meta-city, meta-contact, meta-country, meta-geography, meta-state, meta-zipcode and script
  43. * Renamed mailto plugin to email
  44. Version 0.4.6 Released March 25th 2011
  45. * Updated ~230 plugins
  46. * Added ~600 new plugins
  47. * Added Escenic CMS plugin from Erik Inge Bolsø
  48. * Added EscenicEngine5 plugin by nikosk
  49. * Added barracuda-load-balancer, binarysec-firewall, citrix-netscaler, cloudflare, evercookie, juniper-netscreen-secure-access, juniper-load-balancer, profense-firewall, vTigerCRM, watchguard-firewall, www-authenticate plugins by Aung Khant
  50. * Moved some plugins into disabled-plugins, as they clutter output. adobe_flash.rb, footer-hash.rb, frame.rb, header-hash.rb, md5.rb, script.rb, shortcut-icon.rb, tagpattern-hash.rb
  51. * Renamed disabled-plugins/ to plugins-disabled/
  52. * Changed $ANEMONE_SKIP_REGEX=Regexp.union line to be compatible with Ruby 1.8.6. Thanks to Michal Ambroz
  53. * Added plugin reporting support for :model=>, :firmware=>, :module=>
  54. * Added --wait SECONDS between connections. Combine with -t 1 if preferred.
  55. * Added meta-refresh redirect support. eg. <meta http-equiv="refresh" content="0;url=../default/mail/index.html">. Only for non-spidering
  56. * Added {:version=>/regexp/, :offset} to remove cargo cult programming. eg.
  57. {:version=>/<meta name="Generator" (content|CONTENT)="(ASPNUKE|ASP-Nuke) ([^->"]+)/, :offset=>2, :name=>"meta generator tag" }
  58. * Replaced :probability with :certainty in my-plugins/plugin-template.rb.txt. Thanks Erik Inge Bolsø
  59. * Added support for em-resolv-replace which speeds up whatweb many times. http://github.com/mperham/em-resolv-replace
  60. * Added XML stylesheet "whatweb.xsl" for XML reports
  61. * Added reporting of version detection with matches to the Plugin Info, eg. whatweb -I
  62. * Changed whatweb -I behaviour to search plugins for keywords. eg. './whatweb -I nuke' brings up ASP-Nuke, PHPNuke, DotNetNuke, etc.
  63. * Bugfix: Changed webpage data for when working with files, not URIs. Now it passes empty hashes, etc instead of nil which caused plugins to report errors.
  64. * Added MongoDB logging. Use with --log-mongo-database, --log-mongo-host, --log-mongo-collection, --log-mongo-username, --log-mongo-password. Only database has no default.
  65. * Added JSON logging. Must have the json ruby gem installed or be using Ruby 1.9
  66. * Added MagicTree logging.
  67. * MagicTree logging updated by Gremwell.
  68. * Added error logging.
  69. * Added Verbose logging.
  70. * Added XML header and footer to XML logs
  71. * Modified XML logging to record modules separately
  72. * Bug fix: Escaping the XML log properly for &, <, >, "
  73. * All logs are now flushed/synced
  74. * Bug fix: References to :probability instead of :certainty in some logging
  75. * Changed error message for non resolving hostnames from "undefined method `closed?' for nil:NilClass" to "Cannot resolve hostname"
  76. * Added ascii whatweb logo
  77. * Moved Plugin class into lib/plugins.rb
  78. * Added startup and shutdown for plugins
  79. * Model and Firmware results now display in dark green
  80. * Added :filepath match type
  81. * Added vulnerability matching support, this is still in the experimental phase and not supported.
  82. * Added vulnerability matching code to the awstats plugin.
  83. * Precompiled regular expressions in matches[] for speed improvement
  84. * Changed internal sleep times from 1s to 0.5s
  85. * Added --debug to raise errors found in plugins
  86. * Usage displays faster when no arguments are provided
  87. * Added version string to the help usage
  88. * Added advanced plugin template
  89. * Removed How to write whatweb plugins text file as it's deprecated by the wiki
  90. * Brief output escapes [] and all characters before SPACE with URL encoding
  91. * Added --quiet, -q to suppress Brief Output on stdout by default. Thanks to cdybedahl for this idea.
  92. * Improved OSX compatibility with a patch from matti for symlinks
  93. * Added :status for HTTP Status codes to match[]. :status has a logical AND with a :url, it can't be by itself.
  94. * Updated plugin list and plugin info output
  95. * Bug fix: Now redirects for HTTP statuses 300 through 399. Previously redirected for 301,302 and 307.
  96. * Bug fix: :account didn't have regular expression support
  97. * Changed :modules to :module, deprecated :accounts to :account
  98. * Added redirect control. options are 'never',`http-only', `meta-only', `same-site', `same-domain', 'always'
  99. * Added --max-redirects. Control the maximum number of contiguous redirects followed
  100. * Added custom headers. Can be used multiple times. Examples: --header or -H. eg. "foo:bar" or "user-agent: blinky". Specifying a default header will replace it. Specifying an empty value removes hte header, eg. "User-Agent:"
  101. * Added support for HTTP basic authentication. -u and --user
  102. * Added plugin-development/get-pattern by Aung Khant
  103. * Added to plugin-development/: wget-alexa-top-1m, wget-ip-to-country, alexa-top-1000.txt, alexa-top-100.txt, wikipedia-top-1000.txt
  104. * Added nmap-style IP address range support
  105. Version 0.4.5 Released August 17th 2010
  106. * Added 5 plugins from Tonmoy Saikia. They are: Commonspot, TextPattern, Mediawiki, DUclassified and Mailman
  107. * Added 119 plugins from Brendan Coles. They are: Alcatel-Lucent-Omniswitch, Allinta-CMS, anyInventory, Arab-Portal, AVTech-Video-Web-Server, Barracuda-Spam-Firewall, Basilic, Biromsoft-WebCam, BlueNet-Video-Server, BM-Classifieds, Brother-Printer, BusinessSpace, BXR, Campsite, Canon-Network-Camera, Cisco-VPN-3000-Concentrator, CMSQLite, ColdFusion, coWiki, cpCommerce, CruxCMS, CruxPA, Dell-Printer, D-Link-Network-Camera, DMXReady, DT-Centrepiece, EazyCMS, eLitius, EMO-Realty-Manager, Empire-CMS, envezion~media, eSyndiCat, Evo-Cam, FestOS, Flax-Article-Manager, FluentNET, Forest-Blog, GuppY, HP-LaserJet-Printer, i-Catcher-Console, iDVR, Intellinet-IP-Camera, Interspire-Shopping-Cart, IPCop-Firewall, IQeye-Netcam, iRealty, iScripts-CyberMatch, iScripts-EasySnaps, iScripts-MultiCart, iScripts-ReserveLogic, iScripts-SocialWare, JAMM-CMS, Jamroom, Linksys-NAS, Linksys-Network-Camera, Linksys-Wireless-G-Camera, LocazoList-Classifieds, Lucky-Tech-iGuard, Mobotix-Network-Camera, MyioSoft-Ajax-Portal, My-PHP-Indexer, My-WebCamXP-Server, NetBotz-Network-Monitoring-Device, Netious-CMS, Netsnap-Web-Camera, Nukedit, Open-Blog, ORCA-Platform, ORITE-301-Camera, PageUp-People, Panasonic-Network-Camera, Parked-Domain, PHPDirector, PHPEasyData, phPhotoAlbum, Pixel-Ads-Script, Pixie, Pligg-CMS, PortalApp, Pressflow, RunCMS, sabros.us, samPHPweb, SHOUTcast-Administrator, SimpNews, SkaLinks, SmodCMS, Snap-Appliance-Server, Softbiz-Freelancers-Script, Softbiz-Online-Auctions-Script, Softbiz-Online-Classifieds, Sony-Network-Camera, Sony-Video-Network-Station, Stardot-Express, StarDot-NetCam, Star-Network, Subdreamer-CMS, Subrion-CMS, SyndeoCMS, syntaxCMS, TaskFreak, Team-Board, The-PHP-Real-Estate-Script, TomatoCMS, Toshiba-Network-Camera, Veo-Observer, VisionGS-Webcam, WebDVR, WebEye-Network-Camera, WebPress, WhiteBoard, Winamp-Web-Interface, Windows-Internet-Printing, Xerox-Printers, xGB, XHP-CMS, Zeus-Cart, Zoph, Zyxel-Vantage-Service-Gateway
  108. * Added 11 plugins from Caleb Anderson. They are: AdobeFlash, AtomFeed, CodeIgniterProfiler, DublinCore, MicrosoftODBCError, MysqlSyntaxError, OpenGraphProtocol, OpenID, OpenSearch, PasswordField, RSSFeed
  109. * Updated plugins: Aardvark-Topsites-PHP, Confluence, Open-Source-Ticket-Request-System, PHP-Link-Directory, PHP-Shell, Vulnerable-to-XSS, Zoph
  110. * Updated mailto plugin
  111. * Verbose output now shows which patterns were matched within a plugin
  112. * Fixed bug: Removed Makefile reference to 'disabled-plugins' folder
  113. * Ruby 1.9 compatability fix. requires digest/md5 instead of md5
  114. * Ruby 1.9 compatability fix. Replace UTF8 chars in frog-cms, dotnetnuke and mno-go-search and wordpress-supercache
  115. * Fixed spelling error of verion in help information
  116. * Fixed a typo where -t is shown as the command line option for proxies
  117. * Modified command line usage and is now in 80x24 terminal format
  118. * MD5sum of body is now available as @md5sum to all plugins
  119. * :md5 is available in matches[], eg. {:name=>"must be treshna.com",:md5=>"8666257030b94d3bdb46e05945f60b42"}
  120. * tag pattern of HTML elements in body is now available as @tagpattern to all plugins
  121. * :tagpattern is available in matches[], eg. {:name=>"must be google.com",:tagpattern=>""!doctype,html,head,meta,title,/title,script,/script,style,/style, etc...."}
  122. * :url is available in plugins. eg. {:url=>"/wp-login.php", :text=>'action=lostpassword'}, this will match the url and the text passively and when scanning aggressively, it will request the specified url and check for the text. Another example, {:url=>"/readme.html", :md5=>'9ea06ab0184049bf4ea2410bf51ce402', :version=>"3.0"},
  123. * Added --url-prefix, eg. whatweb --url-prefix www.morningstarsecurity.com/ -i ./guess-files
  124. * Added --url-suffix, eg. whatweb --url-suffix /robots.txt -i ./target-urls
  125. * Added --url-pattern, eg. whatweb --url-pattern www.example.com/%insert%/.htaccess -i ./folder-list
  126. * Added --custom-plugin to define a plugin on the command line. eg, ./whatweb --custom-plugin ":text=>'powered by abc'" -i ./targets or --custom-plugin "{:text=>'powered by abc'},{:regexp=>/meta abc/i}" -i ./targets
  127. * Plugin errors are now in red, added target name
  128. * Added --open-timeout and --read-timeout
  129. * Removed div-span plugin, replaced with HTML tag pattern hash
  130. * Added --spider-skip-extensions. Redefine the file extensions that Anemone will skip. The list is comma delimited.
  131. * Moved plugin-template.rb to my-plugins and added more example, comments, etc
  132. * Added $DEBUG = false. If set to true, it will raise errors in plugins to assist plugin development.
  133. Version 0.4.4 Released June 29th 2010
  134. * :probability is renamed to :certainty. :certainty in plugins is no longer required, it defaults to 100 if not specified.
  135. * Fixed bug with ruby 1.8.5 when loading plugins
  136. * Added author names to plugin info, eg. whatweb -I
  137. * Added 67 plugins from Brendan Coles, bringing WhatWeb up to 163 plugins. 360-Web-Manager,ANECMS,AWStats,Aardvark-Topsites-PHP,ArGoSoft-Mail-Server,Axis-Network-Camera,BeEF,BlognPlus,Burning-Board-Lite,CGI,CGIProxy,CMScontrol,CMSimple,Confluence,DUforum,DUgallery,F3Site,File-Upload-Manager,Google-API,Google-Hack-Honeypot,IMGallery,JGS-Portal,Kloxo,Liferay,Lime-Survey,Linksys-USB-HDD,Loggix,Microsoft-Sharepoint,Open-Freeway,Open-Source-Ticket-Request-System,PG-Roomate-Finder-Solution,PHP-Fusion,PHP-Layers,PHP-Link-Directory,PHP-Shell,PHPFM,PHPraid,PhilBoard,Piwik,QNAP-NAS,Saurus-CMS,Site-Sift,TWiki,Trac,Turbo-Seek,Umbraco,VideoShareEnterprise,Virtualmin,Vulnerable-To-XSS,WWWBoard,Web-Calendar-System,Web-Data-Administrator,WoW-Raid-Manager,X7-Chat,Zen-Cart,Zikula,boastMachine,ezBOO-WebStats,jobberBase,mojoPortal,php-ping,phpFreeChat,phpMyAdmin,phpPgAdmin,phpSysInfo,phpinfo,uPortal
  138. * Added references to Security-Assessment.com
  139. * Updates to README, CHANGELOG, plugin-template.rb.txt
  140. Version 0.4.3 Released May 24th 2010
  141. * Added GPLv2 notices
  142. * Added Makefile (Thanks Michal Ambroz <rebus AT seznam.cz>)
  143. * Added man pages (Thanks Michal Ambroz <rebus AT seznam.cz>)
  144. * Added --version
  145. * Added Invalid command line argument handling
  146. * Added @cookie variable to plugins but is not availble for recursive use
  147. * Changed output colour of page titles
  148. * Changed plugin names to use a CamelCase convention
  149. * Merged the google analytics GA and Urchin plugins
  150. * Modified MovableType plugin
  151. * Added Cookie names plugin
  152. * Added Concrete5 CMS plugin
  153. * Added CushyCMS plugin
  154. * Added FrogCMS plugin
  155. * Added ModxCMS plugin
  156. * Added TypoLight plugin
  157. * Added ExpressionEngine plugin
  158. * Fixed a bug in Tomcat plugin
  159. * New feature, my-plugins/ folder. Keep your personal plugins separate.
  160. * Usage info shows correct defaults
  161. * Fixed a bug where aggressive plugins didn't use the proxy settings
  162. * Added XML (naive) logging
  163. * Updated usage to show how to pipe HTML to /dev/stdin
  164. * Added --no-redirect option. Do not follow HTTP 3xx redirects
  165. Version 0.4.2 Released April 30th 2010
  166. * Added header-hash plugin. Makes a hash of the first 500 characters. This is useful to identify unknown systems
  167. * Added footer-hash plugin. Makes a hash of the last 500 characters, only if the page has > 1000 characters. This is useful to identify unknown systems
  168. * Added div-span-structure plugin. Makes a hash of a signature of div and span tags. This is useful to identify unknown systems
  169. * Added MikroTik Router plugin. Recognises version
  170. * Fixed a bug where the URL had a ? suffix. This caused some types of http servers to repspond incorrectly.
  171. * Added SquirrelMail plugin. Recognises version
  172. * Added SearchFitShoppingCart plugin. Recognises version
  173. * Added RoundCube plugin.
  174. * Modified OSCommerce plugin. Recognises security warnings about file permissions and installation directory.
  175. * Changed output colour to be more readable. Plugins that create hashes are in grey
  176. * Changed output order of plugins, so plugins that create hashes come last
  177. Version 0.4.1 Released April 28th 2010
  178. * Removed dependency on rubygems and libxslt by modifying and locally including the Anemone gem. This also simplified installation
  179. * Fixed a bug which didn't send URL parameters. eg. would send /index.php instead of /index.php?q=foo
  180. * Improved installation instructions. Henri Salo contacted me to say ruby-dev is required for Anemone
  181. * Removed UTF-8 character in formmail
  182. * Changed require 'md5' to require 'digest/md5' for compatibility with ruby 1.9
  183. * Fixed bug in Tomcat plugin
  184. * Added SilverStripe plugin
  185. * Added DotNetNuke plugin
  186. * Added HTML5 plugin
  187. * Added PHP error plugin
  188. * Modified PHP-Nuke plugin
  189. * Changed the plugin development script, wget-list to retry only twice
  190. * Added proxy support
  191. * Default threads is now 25
  192. * Default max recursive spidering depth is now 10
  193. * Default max number of links to follow on a single page is now 250
  194. Version 0.4 Released March 13th 2010
  195. * Added HTTPS support
  196. * Improved installation instructions
  197. * Improved documentation
  198. * Better compatibility with ruby 1.9. Changed a case statement syntax, changed when 0: to when 0 then.
  199. * Removed UTF-8 characters in plugins that were causing crashes
  200. * Added php-nuke plugin, passively recognises modules
  201. * Added Fluxbb plugin, can identify versions aggressively
  202. * Added meta powered-by plugin. Matches tags like <meta name="powered-by" content="abc/1.23" />
  203. * Added powered by plugin. Matches "Powered by BobsCMS", any text following powered by
  204. * Improved plugin info listing invoked by ./whatweb -I. Shows number of examples and matches, and shows presence of passive and aggressive functions
  205. * Changed output style. Before strings are surrounded by single quotes, now all strings are surrounded by square brackets
  206. * Added OpenCMS plugin submitted by Emilio Casbas
  207. * Added TomCat plugin submitted by Louis Nyffenegger
  208. * Improved meta-generator plugin
  209. * Fixed a bug in processing a target list from a file where a trailing space would be interpreted incorrectly
  210. Version 0.3 Released November 2nd 2009 at Kiwicon III