;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;[Name of product] ; Specify the programming environment for this product. E.g. php, ; python, perl, etc. ;env = php ; ; Specify the path that we should look for, relative to the installation ; root of the product. It must start with a /. We will use the "regex" ; to get the version number out of this file. ;path = /include/file-with-version.php ; ; Sometimes the version will be in the toplevel index.php, meaning that ; we'd have to run regex against each index.php we find (and that's lots ; and lots). You can use "andpath" to list other files that should also ; be present, relative to the install root of the product. List multiple ; values with a comma. ;andpath = /include/unique-filename.php,/lib/unique-lib-name.php ; ; Specify the regex to use to get the version number out of the file ; specified in "path". All regexes run with re.MULTILINE|re.DOTALL. You ; can use Kodos or a number of other regex testers to hammer it out. ;regex = VERSION-(\S*) ; ; Some products list version numbers across multiple lines. You can use ; "expand" to instruct crudminer how to construct the version number ; from the groups specified in the regex. Example: ;regex = \$MAJORVER\s*=\s*"([^"]+?)";.*?\$MINORVER\s*=\s*"([^"]+?)"; ;expand = \1.\2 ; ; Which version is secure? If the product is discontinued and no secure ; versions are forthcoming, put "none". ;secure = 1.2.3 ; ; Where can the user read more about the vulnerabilities or to download ; the updated version? ;infourl = http://someproduct.com/security.php?id=CVE-2011-foo-bar ; ; Add any comments that clients would find useful. Usually only deemed ; necessary when secure=none. ;comment = This product is considered harmful. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; [DEFAULT] expand = \1 comment = infourl = andpath = ; ; Drupal core ; [Drupal Core 7] env = php path = /modules/system/system.info regex = .*^\s*version\s*=\s*"(7\.[^']+)".*project\s*=\s*"drupal" secure = 7.35 infourl = http://drupal.org/SA-CORE-2015-001 [Drupal Core 6] env = php path = /modules/system/system.info regex = .*^\s*version\s*=\s*"(6\.[^']+)".*project\s*=\s*"drupal" secure = 6.35 infourl = http://drupal.org/SA-CORE-2015-001 [Drupal Core 5] env = php path = /modules/system/system.info regex = .*^\s*version\s*=\s*"(5\.[^']+)".*project\s*=\s*"drupal" secure = none comment = Drupal 5 is no longer maintained and must be upgraded to 6 or 7. infourl = https://drupal.org/node/1027214 ; ; End Drupal core ; ; Drupal 6 modules ; [Drupal 6.x: FileField Sources module] env = php path = /filefield_sources/filefield_sources.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 1.9 infourl = https://drupal.org/node/2124241 [Drupal 6.x: Simplenews module] env = php path = /simplenews/simplenews.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 1.5 infourl = https://drupal.org/node/2113515 [Drupal 6.x: Simplenews Scheduler module] env = php path = /simplenews_scheduler/simplenews_scheduler.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 2.4 infourl = http://drupal.org/node/1789284 [Drupal 6.x: Imagemenu module] env = php path = /imagemenu/imagemenu.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 1.4 infourl = http://drupal.org/node/1789260 [Drupal 6.x: Spambot module] env = php path = /spambot/spambot.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 3.2 infourl = http://drupal.org/node/1789242 [Drupal 6.x: Mass Contact module] env = php path = /mass_contact/mass_contact.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 1.2 infourl = http://drupal.org/node/1782832 [Drupal 6.x: Inf08 module] env = php path = /inf08/inf08.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 1.10 infourl = http://drupal.org/node/1782686 [Drupal 6.x: Exposed Filter Data module] env = php path = /exposed_filter_data/exposed_filter_data.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 1.2. infourl = http://drupal.org/node/1775582 [Drupal 6.x: Heartbeat module] env = php path = /heartbeat/heartbeat.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 4.12 infourl = http://drupal.org/node/1775470 [Drupal 6.x: Apache Solr Autocomplete module] env = php path = /apachesolr_autocomplete/apachesolr_autocomplete.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 1.4 infourl = http://drupal.org/node/1762734 [Drupal 6.x: CAPTCHA module] env = php path = /captcha/captcha.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 2.3 infourl = http://drupal.org/node/1762496 [Drupal 6.x: Taxonomy Image module] env = php path = /taxonomy_image/taxonomy_image.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 1.7 infourl = http://drupal.org/node/1762482 [Drupal 6.x: Announcements module] env = php path = /announcements/announcements.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 1.5 infourl = http://drupal.org/node/1762480 [Drupal 6.x: Activity Module] env = php path = /activity/activity.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 2.0-alpha1 infourl = https://drupal.org/node/1506562 [Drupal 6.x: AddToAny Module] env = php path = /addtoany/addtoany.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 3.4 infourl = https://drupal.org/node/1506412 [Drupal 6.x: Admin:hover Module] env = php path = /admin_hover/admin_hover.info regex = .* expand = any secure = none infourl = https://drupal.org/node/1401644 comment = This module is unmaintained and should be removed. [Drupal 6.x: Admintools Module] env = php path = /admintools/cron.info regex = .* expand = any secure = none infourl = https://drupal.org/node/1482126 comment = This module is unmaintained and should be removed. [Drupal 6.x: CDN Module] env = php path = /cdn/cdn.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 2.3 infourl = https://drupal.org/node/1441502 [Drupal 6.x: CDN2 Video Module] env = php path = /cdn2/cdn2.info regex = . expand = any secure = none infourl = https://drupal.org/node/1506542 comment = This module is unmaintained and should be removed. [Drupal 6.x: Certificate Login Module] env = php path = /certificatelogin/certificatelogin.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 2.3 infourl = https://drupal.org/node/1307494 [Drupal 6.x: CKEditor Module] env = php path = /ckeditor/ckeditor.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 1.15 infourl = https://www.drupal.org/node/2357029 [Drupal 6.x: Contact Forms Module] env = php path = /contact_forms/contact_forms.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 1.13 infourl = https://drupal.org/node/1506404 [Drupal 6.x: Contact Save Module] env = php path = /contact_save/contact_save.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 1.5 infourl = https://drupal.org/node/1506438 [Drupal 6.x: Content Lock module] env = php path = /content_lock/content_lock.info regex = . expand = any secure = none infourl = https://drupal.org/node/1482126 comment = This module is no longer maintained and should be removed. [Drupal 6.x: Context Module] env = php path = /context/context.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 3.2 infourl = https://drupal.org/node/2113317 [Drupal 6.x: Cool Aid Module] env = php path = /coolaid/coolaid.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 1.9 infourl = https://drupal.org/node/1461438 [Drupal 6.x: Cumulus Module] env = php path = /cumulus/cumulus.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 1.5 infourl = https://drupal.org/node/1307504 [Drupal 6.x: Data Module] env = php path = /data/data.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 1.1 infourl = https://drupal.org/node/1401434 [Drupal 6.x: Date Module] env = php path = /date/date_api.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 2.8 infourl = https://drupal.org/node/1401434 [Drupal 6.x: Echo Module] env = php path = /echo/echo.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 1.7 infourl = https://drupal.org/node/1300610 [Drupal 6.x: FAQ Module] env = php path = /faq/faq.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 1.13 infourl = https://drupal.org/node/1451194 [Drupal 6.x: Fancy Slide Module] env = php path = /fancy_slide/fancy_slide.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 2.7 infourl = https://drupal.org/node/1482744 [Drupal 6.x: Feed Element Mapper Module] env = php path = /feedapi_mapper/feedapi_mapper.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = none comment = This module is insecure and should not be used infourl = https://drupal.org/node/2124279 [Drupal 6.x: FCKEditor Module] env = php path = /fckeditor/fckeditor.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 2.4 infourl = https://www.drupal.org/node/2357029 [Drupal 6.x: Fill PDF Module] env = php path = /fillpdf/fillpdf.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 1.16 infourl = https://drupal.org/node/1394428 [Drupal 6.x: Finder Module] env = php path = /finder/finder.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 1.26 infourl = https://drupal.org/node/1432970 [Drupal 6.x: Forward Module] env = php path = /forward/forward.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 1.21 infourl = https://drupal.org/node/1425150 [Drupal 6.x: Fusion Theme Module] env = php path = /fusion/fusion_core/fusion_core.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 1.13 infourl = https://drupal.org/node/1507510 [Drupal 6.x: Google Site Search Module] env = php path = /gss/gss.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 1.4 infourl = https://drupal.org/node/2092395 [Drupal 6.x: Hierarchical Select Module] env = php path = /hierarchical_select/hierarchical_select.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 3.8 infourl = https://drupal.org/node/1461724 [Drupal 6.x: Homebox Module] env = php path = /homebox/homebox.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 3.0-beta3 infourl = https://drupal.org/node/1300552 [Drupal 6.x: Hotblocks Module] env = php path = /hotblocks/hotblocks.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 1.6 infourl = https://drupal.org/node/1329756 [Drupal 6.x: Image Module] env = php path = /image/image.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 1.1 infourl = https://drupal.org/node/1005578 [Drupal 6.x: Janrain Engage Module] env = php path = /rpx/rpx_core.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 2.2 infourl = https://drupal.org/node/1515282 [Drupal 6.x: Language Icons Module] env = php path = /languageicons/languageicons.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 2.1 infourl = https://drupal.org/node/1482428 [Drupal 6.x: Lingotek Collaborative Translation Module] env = php path = /lingotek/lingotek.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 1.40 infourl = https://drupal.org/node/1394220 [Drupal 6.x: Link Checker Module] env = php path = /linkchecker/linkchecker.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 2.5 infourl = https://drupal.org/node/1441252 [Drupal 6.x: Make Meeting Scheduler Module] env = php path = /makemeeting/makemeeting.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 1.3 infourl = https://drupal.org/node/2081637 [Drupal 6.x: Managesite Module] env = php path = /managesite/managesite.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 1.1 infourl = https://drupal.org/node/1417000 [Drupal 6.x: MediaFront Module] env = php path = /mediafront/mediafront.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 1.6 infourl = https://drupal.org/node/2087051 [Drupal 6.x: Menu Access Module] env = php path = /menu_access/menu_access.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 1.9 infourl = https://drupal.org/node/1147194 [Drupal 6.x: Misery Module] env = php path = /misery/misery.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 2.5 infourl = https://drupal.org/node/2135273 [Drupal 6.x: Monster Menus Module] env = php path = /monster_menus/monster_menus.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 6.61 infourl = https://drupal.org/node/2059823 [Drupal 6.x: Multiblock Module] env = php path = /multiblock/multiblock.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 1.4 infourl = https://drupal.org/node/1506390 [Drupal 6.x: Multisite search module] env = php path = /multisite_search/multisite_search.info regex = . expand = any secure = none infourl = https://drupal.org/node/1471800 comment = This module is unmaintained and should be removed. [Drupal 6.x: Node Limit Number Module] env = php path = /node_limitnumber/node_limitnumber.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 1.2 infourl = https://drupal.org/node/1506728 [Drupal 6.x: Node Recommendation Module] env = php path = /noderecommendation/noderecommendation.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 1.1 infourl = https://drupal.org/node/1471940 [Drupal 6.x: Organic Groups Module] env = php path = /og/og.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 2.3 infourl = https://drupal.org/node/1507446 [Drupal 6.x: OG Features Module] env = php path = /og_features/og_features.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 1.2 infourl = https://drupal.org/node/1300642 [Drupal 6.x: OG Forum Module] env = php path = /og_forum/og_forum.info regex = . expand = any secure = none comment = OG Forum module is abandoned and should be removed. infourl = https://drupal.org/project/og_forum [Drupal 6.x: OG Vocabulary Module] env = php path = /og_vocab/og_vocab.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 1.2 infourl = https://drupal.org/node/1441450 [Drupal 6.x: Panels Module] env = php path = /panels/panels.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 3.10 infourl = https://drupal.org/node/1409436 [Drupal 6.x: Password Policy Module] env = php path = /password_policy/password_policy.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 1.8 infourl = https://www.drupal.org/node/2304213 [Drupal 6.x: Petition Node Module] env = php path = /petition_node/petition.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 1.5 infourl = https://drupal.org/node/1300238 [Drupal 6.x: Printer-friendly Pages Module] env = php path = /print/print.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 1.15 infourl = https://drupal.org/node/1515722 [Drupal 6.x: Quicktabs Module] env = php path = /quicktabs/quicktabs.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 3.1 infourl = https://drupal.org/node/1409476 [Drupal 6.x: Quiz Module] env = php path = /quiz/quiz.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 4.5 infourl = https://drupal.org/node/2123995 [Drupal 6.x: Rate Module] env = php path = /rate/rate.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 1.3 infourl = https://drupal.org/node/1300558 [Drupal 6.x: Redirecting Click Bouncer Module] env = php path = /bouncer/bouncer.info regex = . expand = any secure = none infourl = https://drupal.org/node/1482126 comment = This module is unmaintained and should be removed. [Drupal 6.x: Registration Codes Module] env = php path = /ed_readmore/ed_readmore.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 3.1 infourl = https://drupal.org/node/1471822 [Drupal 6.x: Registration Codes Module] env = php path = /regcode/regcode.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 2.4 infourl = https://drupal.org/node/1394172 [Drupal 6.x: Revisioning Module] env = php path = /revisioning/revisioning.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 3.14 infourl = https://drupal.org/node/1433550 [Drupal 6.x: Secure Pages Module] env = php path = /securepages/securepages.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 1.11 infourl = https://drupal.org/node/2129381 [Drupal 6.x: Spaces Module] env = php path = /spaces/spaces.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 3.7 infourl = https://drupal.org/node/2118717 [Drupal 6.x: Submenu Tree Module] env = php path = /submenutree/submenutree.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 1.5 infourl = https://drupal.org/node/1461470 [Drupal 6.x: SuperCron module] env = php path = /supercron/supercron.info regex = . expand = any secure = none infourl = https://drupal.org/node/1401644 comment = This module is unmaintained and should be removed. [Drupal 6.x: Support Ticketing System] env = php path = /support/support.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 1.7 infourl = https://drupal.org/node/1357378 [Drupal 6.x: Support Timer] env = php path = /support_timer/support_timer.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 1.4 infourl = https://drupal.org/node/1357384 [Drupal 6.x: Tagadelic Module] env = php path = /tagadelic/tagadelic.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 1.3 infourl = https://drupal.org/node/1095030 [Drupal 6.x: Taxonomy Navigator Module] env = php path = /taxonomy_navigator/taxonomy_navigator.info regex = . expand = any secure = none infourl = https://drupal.org/node/1401644 comment = This module is unmaintained and should be removed. [Drupal 6.x: Taxonomy Views Integrator Module] env = php path = /tvi/tvi.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 1.3 infourl = https://drupal.org/node/1306946 [Drupal 6.x: Taxotouch Module] env = php path = /taxotouch/taxotouch.info regex = . expand = any secure = none infourl = https://drupal.org/node/1401644 comment = This module is unmaintained and should be removed. [Drupal 6.x: Ticketyboo News Ticker module] env = php path = /ticketyboo/ticketyboo.info regex = . expand = any secure = none infourl = https://drupal.org/node/1482126 comment = This module is no longer maintained and should be removed. [Drupal 6.x: Ubercart Bulk Stock Updater module] env = php path = /uc_bulk_stock_updater/uc_bulk_stock_updater.info regex = . expand = any secure = none infourl = https://drupal.org/node/1482126 comment = This module is no longer maintained and should be removed. [Drupal 6.x: Ubercart Views Module] env = php path = /uc_views/uc_views.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 3.2 infourl = https://drupal.org/node/1506428 [Drupal 6.x: UC PayDutchGroup / WeDeal payment Module] env = php path = /uc_paydutch/uc_paydutch.info regex = . expand = any secure = none comment = This module is abandoned and should be removed. infourl = https://drupal.org/node/1471800 [Drupal 6.x: Video Filter Module] env = php path = /video_filter/video_filter.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 3.0 infourl = https://drupal.org/node/1401838 [Drupal 6.x: Views Module] env = php path = /views/views.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 2.16 infourl = http://drupal.org/node/1762492 [Drupal 6.x: Views Bulk Operations Module] env = php path = /views_bulk_operations/views_bulk_operations.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 1.11 infourl = https://drupal.org/node/1286844 [Drupal 6.x: Vote Up/Down 2.x Module] env = php path = /vote_up_down/vud.info regex = .*^\s*version\s*=\s*"6.x-(2\..+?)" secure = 2.8 infourl = https://drupal.org/node/1401580 [Drupal 6.x: Vote Up/Down 3.x Module] env = php path = /vote_up_down/vud.info regex = .*^\s*version\s*=\s*"6.x-(3\..+?)" secure = 3.1 infourl = https://drupal.org/node/1401580 [Drupal 6.x: Webform Module] env = php path = /webform/webform.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 3.19 infourl = https://drupal.org/node/2007460 [Drupal 6.x: Webform CiviCRM Module] env = php path = /webform_civicrm/webform_civicrm.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 2.2 infourl = https://drupal.org/node/1337024 [Drupal 6.x: Webform Validation Module] env = php path = /webform_validation/webform_validation.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 1.4 infourl = https://drupal.org/node/1357360 [Drupal 6.x: ZipCart Module] env = php path = /zipcart/zipcart.info regex = .*^\s*version\s*=\s*"6.x-(.+?)" secure = 1.4 infourl = https://drupal.org/node/1461446 ; ; Drupal 7 modules ; [Drupal 7.x: Bean module] env = php path = /bean/bean.info regex = .*^\s*version\s*=\s*"7.x-(.+?)" secure = 1.5 infourl = https://drupal.org/node/2118873 [Drupal 7.x: FileField Sources module] env = php path = /filefield_sources/filefield_sources.info regex = .*^\s*version\s*=\s*"7.x-(.+?)" secure = 1.9 infourl = https://drupal.org/node/2124241 [Drupal 7.x: Fonecta verify module] env = php path = /fonecta_verify/fonecta_verify.info regex = .*^\s*version\s*=\s*"7.x-(.+?)" secure = 1.6 infourl = http://drupal.org/node/1789258 [Drupal 7.x: PRH Search module] env = php path = /prh_search/prh_search.info regex = .*^\s*version\s*=\s*"7.x-(.+?)" secure = 1.1 infourl = http://drupal.org/node/1789252 [Drupal 7.x: Simplenews module] env = php path = /simplenews/simplenews.info regex = .*^\s*version\s*=\s*"7.x-(.+?)" secure = 1.1 infourl = https://drupal.org/node/2113515 [Drupal 7.x: Spambot module] env = php path = /spambot/spambot.info regex = .*^\s*version\s*=\s*"7.x-(.+?)" secure = 1.1 infourl = http://drupal.org/node/1789242 [Drupal 7.x: Heartbeat module] env = php path = /heartbeat/heartbeat.info regex = .*^\s*version\s*=\s*"7.x-(.+?)" secure = 1.1 infourl = http://drupal.org/node/1775470 [Drupal 7.x: Apache Solr Autocomplete module] env = php path = /apachesolr_autocomplete/apachesolr_autocomplete.info regex = .*^\s*version\s*=\s*"7.x-(.+?)" secure = 1.3 infourl = http://drupal.org/node/1762734 [Drupal 7.x: Block Class Module] env = php path = /block_class/block_class.info regex = .*^\s*version\s*=\s*"7.x-(.+?)" secure = 1.1 infourl = https://drupal.org/node/1471808 [Drupal 7.x: BOTCHA Module] env = php path = /botcha/botcha.info regex = .*^\s*version\s*=\s*"7.x-(.+?)" secure = 3.3 infourl = https://drupal.org/node/2065057 [Drupal 7.x: Bundle Copy Module] env = php path = /bundle_copy/bundle_copy.info regex = .*^\s*version\s*=\s*"7.x-(.+?)" secure = 1.1 infourl = https://drupal.org/node/1506420 [Drupal 7.x: Chaos Tools Module] env = php path = /ctools/ctools.info regex = .*^\s*version\s*=\s*"7.x-(.+?)" secure = 1.3 infourl = https://drupal.org/node/1960406 [Drupal 7.x: CDN Module] env = php path = /cdn/cdn.info regex = .*^\s*version\s*=\s*"7.x-(.+?)" secure = 2.3 infourl = https://drupal.org/node/1441502 [Drupal 7.x: CKEditor Module] env = php path = /ckeditor/ckeditor.info regex = .*^\s*version\s*=\s*"7.x-(.+?)" secure = 1.16 infourl = https://www.drupal.org/node/2357029 [Drupal 7.x: Context Module] env = php path = /context/context.info regex = .*^\s*version\s*=\s*"7.x-(.+?)" secure = 3.0 infourl = https://drupal.org/node/2113317 [Drupal 7.x: Drupal Commerce Module] env = php path = /commerce/commerce.info regex = .*^\s*version\s*=\s*"7.x-(.+?)" secure = 1.2 infourl = https://drupal.org/node/1416824 [Drupal 7.x: Echo Module] env = php path = /echo/echo.info regex = .*^\s*version\s*=\s*"7.x-(.+?)" secure = 1.7 infourl = https://drupal.org/node/1300610 [Drupal 7.x: Entity Reference Module] env = php path = /entityreference/entityreference.info regex = .*^\s*version\s*=\s*"7.x-(.+?)" secure = 1.1 infourl = https://drupal.org/node/2140237 [Drupal 7.x: EU Cookie Compliance Module] env = php path = /eu-cookie-compliance/eu_cookie_compliance.info regex = .*^\s*version\s*=\s*"7.x-(.+?)" secure = 1.12 infourl = https://drupal.org/node/2140123 [Drupal 7.x: Faster Permissions Module] env = php path = /fp/fp.info regex = .*^\s*version\s*=\s*"7.x-(.+?)" secure = 1.2 infourl = https://drupal.org/node/1441448 [Drupal 7.x: Fill PDF Module] env = php path = /fillpdf/fillpdf.info regex = .*^\s*version\s*=\s*"7.x-(.+?)" secure = 1.2 infourl = https://drupal.org/node/1394428 [Drupal 7.x: Finder Module] env = php path = /finder/finder.info regex = .*^\s*version\s*=\s*"7.x-(.+?)" secure = 2.0-alpha8 infourl = https://drupal.org/node/1432970 [Drupal 7.x: Forward Module] env = php path = /forward/forward.info regex = .*^\s*version\s*=\s*"7.x-(.+?)" secure = 1.3 infourl = https://drupal.org/node/1425150 [Drupal 7.x: Google Site Search Module] env = php path = /gss/gss.info regex = .*^\s*version\s*=\s*"7.x-(.+?)" secure = 1.10 infourl = https://drupal.org/node/2092395 [Drupal 7.x: Groups, Communities and Co (GCC) Module] env = php path = /gcc/gcc.info regex = .*^\s*version\s*=\s*"7.x-(.+?)" secure = 1.1 infourl = https://drupal.org/node/2135267 [Drupal 7.x: Homebox Module] env = php path = /homebox/homebox.info regex = .*^\s*version\s*=\s*"7.x-(.+?)" secure = 2.0-beta6 infourl = https://drupal.org/node/1300552 [Drupal 7.x: Invitation Module] env = php path = /invitation/invitation.info regex = .*^\s*version\s*=\s*"7.x-(.+?)" secure = none comment = This module is insecure and should be removed infourl = https://drupal.org/node/2140097 [Drupal 7.x: Janrain Engage Module] env = php path = /rpx/rpx_core.info regex = .*^\s*version\s*=\s*"7.x-(.+?)" secure = 2.2 infourl = https://drupal.org/node/1515282 [Drupal 7.x: jQuery Countdown Module] env = php path = /jquery_countdown/jquery_countdown.info regex = .*^\s*version\s*=\s*"7.x-(.+?)" secure = 1.1 infourl = https://drupal.org/node/2087095 [Drupal 7.x: Language Icons Module] env = php path = /languageicons/languageicons.info regex = .*^\s*version\s*=\s*"7.x-(.+?)" secure = 1.0 infourl = https://drupal.org/node/1482428 [Drupal 7.x: MediaFront Module] env = php path = /mediafront/mediafront.info regex = .*^\s*version\s*=\s*"7.x-(.+?)" secure = 2.1 infourl = https://drupal.org/node/2087051 [Drupal 7.x: Meta tags (quick) Module] env = php path = /metatags_quick/metatags_quick.info regex = .*^\s*version\s*=\s*"7.x-(.+?)" secure = 2.3 infourl = https://drupal.org/node/1370934 [Drupal 7.x: Misery Module] env = php path = /misery/misery.info regex = .*^\s*version\s*=\s*"7.x-(.+?)" secure = 2.2 infourl = https://drupal.org/node/2135273 [Drupal 7.x: Monster Menus Module] env = php path = /monster_menus/monster_menus.info regex = .*^\s*version\s*=\s*"7.x-(.+?)" secure = 1.15 infourl = https://drupal.org/node/2124289 [Drupal 7.x: Multiblock Module] env = php path = /multiblock/multiblock.info regex = .*^\s*version\s*=\s*"7.x-(.+?)" secure = 1.1 infourl = https://drupal.org/node/1506390 [Drupal 7.x: Node Access Keys Module] env = php path = /nodeaccesskeys/nodeaccesskeys.info regex = .*^\s*version\s*=\s*"7.x-(.+?)" secure = 1.1 infourl = https://drupal.org/node/2129379 [Drupal 7.x: Organic Groups Module] env = php path = /og/og.info regex = .*^\s*version\s*=\s*"7.x-(.+?)" secure = 2.4 infourl = https://drupal.org/node/2140217 [Drupal 7.x: Payment for Webform module] env = php path = /payment_webform/payment_webform.info regex = .*^\s*version\s*=\s*"7.x-(.+?)" secure = 1.5 infourl = https://drupal.org/node/2129373 [Drupal 7.x: Password Policy Module] env = php path = /password_policy/password_policy.info regex = .*^\s*version\s*=\s*"7.x-(.+?)" secure = 1.9 infourl = https://www.drupal.org/node/2304213 [Drupal 7.x: PDFThumb module] env = php path = /pdfthumb/pdfthumb.info regex = .*^\s*version\s*=\s*"7.x-(.+?)" secure = 1.1 infourl = http://drupal.org/node/1782580 [Drupal 7.x: Printer-friendly pages Module] env = php path = /print/print.info regex = .*^\s*version\s*=\s*"7.x-(.+?)" secure = 1.0 infourl = https://drupal.org/node/1515722 [Drupal 7.x: Quicktabs Module] env = php path = /quicktabs/quicktabs.info regex = .*^\s*version\s*=\s*"7.x-(.+?)" secure = 3.3 infourl = https://drupal.org/node/1409476 [Drupal 7.x: Rate Module] env = php path = /rate/rate.info regex = .*^\s*version\s*=\s*"7.x-(.+?)" secure = 1.2 infourl = https://drupal.org/node/1300558 [Drupal 7.x: Revisioning Module] env = php path = /revisioning/revisioning.info regex = .*^\s*version\s*=\s*"7.x-(.+?)" secure = 1.6 infourl = https://drupal.org/node/2135257 [Drupal 7.x: Search Autocomplete Module] env = php path = /search_autocomplete/search_autocomplete.info regex = .*^\s*version\s*=\s*"7.x-(.+?)" secure = 2.1 infourl = https://drupal.org/node/1410674 [Drupal 7.x: ShareThis Module] env = php path = /sharethis/sharethis.info regex = .*^\s*version\s*=\s*"7.x-(.+?)" secure = 2.3 infourl = https://drupal.org/node/1506448 [Drupal 7.x: Slidebox Module] env = php path = /slidebox/slidebox.info regex = .*^\s*version\s*=\s*"7.x-(.+?)" secure = 1.4 infourl = https://drupal.org/node/1482342 [Drupal 7.x: Stickynote Module] env = php path = /stickynote/stickynote.info regex = .*^\s*version\s*=\s*"7.x-(.+?)" secure = 1.1 infourl = https://drupal.org/node/1409422 [Drupal 7.x: Video Filter Module] env = php path = /video_filter/video_filter.info regex = .*^\s*version\s*=\s*"7.x-(.+?)" secure = 3.0 infourl = https://drupal.org/node/1401838 [Drupal 7.x: Views Language Switcher Module] env = php path = /views_lang_switch/views_lang_switch.info regex = .*^\s*version\s*=\s*"7.x-(.+?)" secure = 1.2 infourl = https://drupal.org/node/1482420 [Drupal 7.x: Webform Module] env = php path = /webform/webform.info regex = .*^\s*version\s*=\s*"7.x-(.+?)" secure = 3.17 infourl = https://drupal.org/node/1472214 [Drupal 7.x: Webform CiviCRM Module] env = php path = /webform_civicrm/webform_civicrm.info regex = .*^\s*version\s*=\s*"7.x-(.+?)" secure = 2.2 infourl = https://drupal.org/node/1337024 [Drupal 7.x: Webform Validation Module] env = php path = /webform_validation/webform_validation.info regex = .*^\s*version\s*=\s*"7.x-(.+?)" secure = 1.1 infourl = https://drupal.org/node/1357360 [Drupal 7.x: Zen (3.x) Module] env = php path = /zen/zen.info regex = .*^\s*version\s*=\s*"7.x-(3.+?)" secure = 3.3 infourl = https://www.drupal.org/node/2254925 [Drupal 7.x: Zen (5.x) Module] env = php path = /zen/zen.info regex = .*^\s*version\s*=\s*"7.x-(5.+?)" secure = 5.5 infourl = https://www.drupal.org/node/2254925 ; ; Wordpress ; [Wordpress] env = php path = /wp-includes/version.php regex = ^\s*\$wp_version\s*=\s*'([^']+)'; secure = 4.0.1 infourl = https://wordpress.org/news/2014/11/wordpress-4-0-1/ ; ; Wordpress plugins ; [Wordpress Plugin: Adminimize] env = php path = /adminimize/adminimize.php regex = ^\s*Version:\s*(\S+) secure = 1.7.22 infourl = http://www.securityfocus.com/archive/1/520591 [Wordpress Plugin: Advanced Text Widget] env = php path = /advanced-text-widget/advancedtext.php regex = ^\s*Version:\s*(\S+) secure = 2.0.2 infourl = http://www.securityfocus.com/archive/1/520589 [Wordpress Plugin: Flexible Custom Post Type] env = php path = /flexible-custom-post-type/custom-post-type.php regex = ^\s*Version:\s*(\S+) secure = 0.1.7 infourl = http://www.securityfocus.com/archive/1/520539 [Wordpress Plugin: AllWebMenus] env = php path = /allwebmenus-wordpress-menu-plugin/allwebmenus-wordpress-menu.php regex = ^\s*Version:\s*(\S+) secure = 1.1.4 infourl = http://www.securityfocus.com/bid/49685 [Wordpress Plugin: BackWPup] env = php path = /backwpup/backwpup.php regex = define\('BACKWPUP_VERSION',\s*'([^']+)'\); secure = 2.1.6 infourl = http://www.securityfocus.com/archive/1/520134 [Wordpress Plugin: W3 Total Cache] env = php path = /w3-total-cache/w3-total-cache.php regex = ^\s*Version:\s*(\S+) secure = 0.9.2.5 infourl = http://wordpress.org/extend/plugins/w3-total-cache/changelog/ [Wordpress Plugin: WP-Bannerize] env = php path = /wp-bannerize/main.php regex = ^\s*Version:\s*(\S+) secure = 2.8.8 infourl = http://osvdb.org/show/osvdb/76658 [Wordpress Plugin: Flash Album Gallery] env = php path = /flash-album-gallery/flag.php regex = ^\s*Version:\s*(\S+) secure = 1.57 infourl = https://wordpress.org/extend/plugins/flash-album-gallery/changelog/ [Wordpress Plugin: Lanoba Social Plugin] env = php path = /lanoba-social/index.php regex = ^\s*Version:\s*(\S+) secure = 1.1 infourl = http://www.securityfocus.com/archive/1/520574 [Wordpress Plugin: Light Post] env = php path = /light-post/wp-light-post.php regex = Plugin\s*Name:\s*Light\s*Post.*Version:\s*(\S+) secure = 1.5 infourl = http://www.securityfocus.com/bid/50080 [Wordpress Plugin: Nextgen Gallery] env = php path = /nextgen-gallery/nggallery.php regex = ^\s*var\s*\$version\s*=\s*'([^']+)'; secure = 1.8.4 infourl = http://osvdb.org/show/osvdb/76576 [Wordpress Plugin: Wordpress Popular Posts] env = php path = /wordpress-popular-posts/wordpress-popular-posts.php regex = Plugin\s*Name:\s*Wordpress\s+Popular\s+Posts.*Version:\s*(\S+) secure = 2.1.5 infourl = http://osvdb.org/show/osvdb/76737 [Wordpress Plugin: Pretty Link] env = php path = /pretty-link/pretty-link.php regex = Plugin\s*Name:\s*Pretty\s*Link.*Version:\s*(\S+) secure = 1.5.4 infourl = https://wordpress.org/extend/plugins/pretty-link/changelog/ [Wordpress Plugin: Scorm Cloud] env = php path = /scormcloud/scormcloud.php regex = ^\s*Version:\s*(\S+) secure = 1.0.7 infourl = https://wordpress.org/extend/plugins/scormcloud/changelog/ [Wordpress Plugin: Skysa App Bar] env = php path = /skysa-official/skysa.php regex = ^\s*Version:\s*(\S+) secure = 1.04 infourl = https://wordpress.org/extend/plugins/skysa-official/changelog/ [Wordpress Plugin: WP-Polls] env = php path = /wp-polls/wp-polls.php regex = Plugin\s*Name:\s*WP-Polls.*Version:\s*(\S+) secure = 2.62 infourl = http://osvdb.org/show/osvdb/76595 [Wordpress Plugin: WP Photo Album] env = php path = /wp-photo-album-plus/wppa.php regex = ^\s*Version:\s*(\S+) secure = 4.2.0 infourl = http://osvdb.org/show/osvdb/76622 [Wordpress Plugin: Wordpress Users] env = php path = /wordpress-users/wp-users.php regex = ^\s*Version:\s*(\S+) secure = 1.4 infourl = http://osvdb.org/show/osvdb/76710 [Wordpress Plugin: Zingiri Web Shop] env = php path = /zingiri-web-shop/zingiri_webshop.php regex = ^\s*Version:\s*(\S+) secure = 2.2.4 infourl = http://www.securityfocus.com/archive/1/520500 ; ; End Wordpress ; ; Mambo and Joomla! ; ; Joomla seem to move files around with every major release. ; [Joomla! 1.5] env = php path = /libraries/joomla/version.php regex = \$RELEASE\s*=\s*'1\.5';.*\$DEV_LEVEL\s*=\s*'([^']+)'; expand = 1.5.\1 secure = none comment = Joomla! 1.5 is no longer supported and must be upgraded to 3.4 infourl = http://www.joomla.org/download.html [Joomla! 1.6] env = php path = /libraries/joomla/version.php regex = \$RELEASE\s*=\s*'1\.6';.*\$DEV_LEVEL\s*=\s*'([^']+)'; expand = 1.6.\1 secure = none comment = Joomla! 1.6 is no longer supported and must be upgraded to 3.4 infourl = http://www.joomla.org/download.html [Joomla! 1.7] env = php path = /includes/version.php regex = \$PRODUCT\s*=\s*'Joomla\!';.*\$RELEASE\s*=\s*'1\.7';.*\$DEV_LEVEL\s*=\s*'([^']+) expand = 1.7.\1 secure = none comment = Joomla! 1.7 is no longer supported and must be upgraded to 3.4 infourl = http://www.joomla.org/download.html [Joomla! 2.5] env = php path = /libraries/cms/version/version.php regex = \$PRODUCT\s*=\s*'Joomla\!';.*\$RELEASE\s*=\s*'2\.5\';.*\$DEV_LEVEL\s*=\s*'([^']+) expand = 2.5.\1 secure = none infourl = Joomla! 2.5 is no longer supported and must be upgraded to 3.4 [Joomla! 3.x] env = php path = /libraries/cms/version/version.php regex = \$PRODUCT\s*=\s*'Joomla\!';.*\$RELEASE\s*=\s*'3\.([^'])';.*\$DEV_LEVEL\s*=\s*'([^']+) expand = 3.\1.\2 secure = 3.4.0 infourl = http://www.joomla.org/announcements/release-news/5586-joomla-3-4-is-here.html [Mambo] env = php path = /includes/version.php regex = \$PRODUCT\s*=\s*'Mambo';.*\$RELEASE\s*=\s*'([^']+)';.*\$DEV_LEVEL\s*=\s*'([^']+) expand = \1.\2 secure = none comment = Mambo has been replaced by Joomla. infourl = http://help.joomla.org/content/view/818/132/ ; ; End Joomla! ; ; Joomla! components ; [Joomla! Component: JFUPloader] env = php path = /jfuploader.scriptfile.php regex = private\s*\$cur_version\s*=\s*'([^']+)'; secure = 2.12 infourl = http://www.securityfocus.com/bid/44559 [Joomla! Component: ALFContact] env = php path = /alfcontact.xml regex = ^\s*([^<]+) secure = 1.9.4 infourl = http://osvdb.org/show/osvdb/77010 [Joomla! Component: JComments] env = php path = /jcomments.xml regex = ^\s*([^<]+) secure = 2.2.0.0 infourl = http://www.securityfocus.com/bid/40230/discuss ; ; End Joomla! plugins ; ; Everything else ; [Boonex Dolphin] env = php path = /install/index.php regex = \$aConf\['iVersion'\]\s*=\s*'([^']+)';.*\$aConf\['iPatch\']\s*=\s*'([^']+)'; expand = \1.\2 secure = 7.0.8 infourl = http://www.boonex.com/n/dolphin-7-0-8-released [Contao] env = php path = /system/constants.php regex = Contao.*\('VERSION',\s*'([^']+)'\);.*\('BUILD',\s*'([^']+)'\); expand = \1.\2 secure = 2.10.2 infourl = http://www.securityfocus.com/archive/1/520046/30/0/threaded [CMS Made Simple] env = php path = /version.php regex = ^\s*\$CMS_VERSION\s*=\s*"([^"]+)"; secure = 1.11.10 infourl = http://www.cmsmadesimple.org/2014/02/Announcing-CMSMS-1-11-10-Pinzon/ [Curverider Elgg] env = php path = /version.php regex = @package\s*Elgg.*\$release\s*=\s*'([^']+)'; andpath = /engine/lib/elgglib.php secure = 1.7.14 infourl = http://www.securityfocus.com/bid/50327 [CuteSITE] env = php path = /cutesite.ini regex = . expand = any secure = none comment = CuteSITE is unmaintained and should be removed. infourl = http://www.securityfocus.com/bid/40612 [eFront] ; There can be multiple builds in the same version, so we go by build. env = php path = /libraries/globals.php regex = ^\s*\$build\s*=\s*(\S+); andpath = /www/js/efront_ajax.js secure = 12151 infourl = http://forum.efrontlearning.net/viewtopic.php?f=15&t=3501 [Jara] env = php path = /include/jara_config.php regex = . expand = any secure = none infourl = http://www.securityfocus.com/archive/1/520202/30/0/threaded comment = Jara appears to be unmaintained and should be removed. [MediaWiki 1.19.x] env = php path = /includes/DefaultSettings.php regex = ^\s*\$wgVersion\s*=\s*'(1\.19\.[^']+)'; secure = 1.19.22 infourl = https://lists.wikimedia.org/pipermail/mediawiki-announce/2014-November/000170.html [MediaWiki 1.22.x] env = php path = /includes/DefaultSettings.php regex = ^\s*\$wgVersion\s*=\s*'(1\.22\.[^']+)'; secure = 1.22.14 infourl = https://lists.wikimedia.org/pipermail/mediawiki-announce/2014-November/000170.html [MediaWiki] env = php path = /includes/DefaultSettings.php regex = ^\s*\$wgVersion\s*=\s*'([^']+)'; secure = 1.23.7 infourl = https://lists.wikimedia.org/pipermail/mediawiki-announce/2014-November/000170.html [phpLDAPAdmin] env = php path = /VERSION andpath = /lib/ds_ldap.php,/lib/ds_ldap_pla.php regex = RELEASE-(\S+) secure = 1.2.2 infourl = http://www.securityfocus.com/bid/50331 [phpMyAdmin 4.0] env = php path = /libraries/Config.class.php regex = ^\s*\$this->set\('PMA_VERSION',\s*'(4\.0\.[^']+)'\); secure = 4.0.10.7 infourl = http://www.phpmyadmin.net/home_page/security/PMASA-2014-17.php [phpMyAdmin 4.1] env = php path = /libraries/Config.class.php regex = ^\s*\$this->set\('PMA_VERSION',\s*'(4\.1\.[^']+)'\); secure = 4.1.14.8 infourl = http://www.phpmyadmin.net/home_page/security/PMASA-2014-17.php [phpMyAdmin] env = php path = /libraries/Config.class.php regex = ^\s*\$this->set\('PMA_VERSION',\s*'([^']+)'\); secure = 4.2.13.1 infourl = http://www.phpmyadmin.net/home_page/security/PMASA-2014-18.php [phpPgAdmin] env = php path = /libraries/lib.inc.php regex = \$appName\s*=\s*'phpPgAdmin';.*\$appVersion\s*=\s*'([^']+)'; secure = 5.0.3 infourl = http://www.cvedetails.com/cve/CVE-2011-3598/ [phpScheduleIt] env = php path = /config/init.php regex = phpScheduleIt.*\$conf\['app'\]\['version'\]\s*=\s*'([^']+)'; secure = 1.2.12 infourl = https://secunia.com/advisories/32073/ [PmWiki] env = php path = /scripts/version.php regex = \$Version="pmwiki-([^"]+)"; andpath = /pmwiki.php secure = 2.2.51 infourl = http://www.pmwiki.org/wiki/PmWiki/ReleaseNotes [OJS] env = php path = /dbscripts/xml/version.xml regex = ^\s*\s*([^<]+)\s* secure = 2.3.6 infourl = http://pkp.sfu.ca/ojs_download [phpBB] env = php path = /includes/constants.php regex = ^\s*define\('PHPBB_VERSION',\s*'([^']+)'\); secure = 3.0.8 ; ; There are lots of scripts called formmail.php ; [Tectite formmail] env = php path = /formmail.php regex = ^\$FM_VERS\s*=\s*"([^"]+)"; secure = 8.11 [Boarddrink formmail] env = php path = /formmail.php regex = ^define\('VERSION','Classic v([^']+)'\);.*boaddrink\.com secure = 1.07.0 [Lumbroso formmail] env = php path = /formmail.php regex = FormMail.php v([^\s]+).*Joe\sLumbroso secure = none comment = Lumbroso formmail is unmaintained and should be removed. infourl = http://www.securityfocus.com/bid/12145 ; ; End formmails ; [Gerry's Guestbook] env = php path = /guestbook.php regex = G U E S T B O O K\s*\(v([^\)]+)\).*gerd-tentler\.de secure = none comment = There are currently no secure versions. infourl = http://www.gerd-tentler.de/tools/guestbook/ [Gerry's Simple Forum] env = php path = forum.php regex = S I M P L E\s+F O R U M\s*\(v([^\)]+)\).*gerd-tentler\.de secure = none comment = There are currently no secure versions. infourl = http://www.gerd-tentler.de/tools/forum/ [Net2FTP] env = php path = settings.inc.php regex = \$net2ftp_settings\["application_version"\]\s*=\s*"([^"]+)"; secure = 0.98 infourl = http://www.cvedetails.com/cve/CVE-2008-5275/ [Pligg] env = php path = /install/installtables.php regex = VALUES\s*\('pligg_version',\s*'([^']+)'\);"; secure = 1.2.0 infourl = http://forums.pligg.com/current-version/24251-pligg-content-management-system-1-2-0-download.html [Smarty 3] env = php path = /libs/Smarty.class.php regex = const\s*SMARTY_VERSION\s*=\s*'Smarty-([^']+)'; secure = 3.1.21 infourl = https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765920 [Smarty 2] env = php path = /libs/Smarty.class.php regex = var\s*\$_version\s*=\s*'([^']+)'; secure = 2.6.23 infourl = http://www.cvedetails.com/cve/CVE-2009-1669/ [SPIP] env = php path = /ecrire/inc_version.php regex = ^\s*\$spip_version_branche\s*=\s*"([^"]+)"; secure = 2.1.11 infourl = http://permalink.gmane.org/gmane.comp.web.spip.english/2460 [Symphony CMS] env = php path = /manifest/config.php regex = .*symphony.*'version'\s*=>\s*'([^']+)', andpath = /symphony/lib/core/class.symphony.php secure = 2.2.4 infourl = http://symphony-cms.com/download/releases/version/2.2.4/ ; Used by tons of projects, and is notoriously bad security-wise prior to 2.0 [timthumb.php] env = php path = /timthumb.php regex = define\s*\('VERSION',\s*'([^']+)'\); secure = 2.0 comment = Projects using timthumb prior to ver. 2.0 must upgrade urgently. infourl = http://www.darkreading.com/database-security/167901020/security/news/231902162/hackers-timthumb-their-noses-at-vulnerability-to-compromise-1-2-million-sites.html [MyBB Core 1.6] env = php path = /inc/class_core.php regex = class\s*MyBB\s*{.*public\s*\$version\s*=\s*"(1\.6\.[^"]+)"; secure = 1.6.16 infourl = http://blog.mybb.com/2014/11/20/mybb-1-8-3-1-6-16-released-security-releases/ [MyBB Core] env = php path = /inc/class_core.php regex = class\s*MyBB\s*{.*public\s*\$version\s*=\s*"([^"]+)"; secure = 1.8.3 infourl = http://blog.mybb.com/2014/11/20/mybb-1-8-3-1-6-16-released-security-releases/ [K5N WebCalendar] env = php path = /includes/config.php regex = \s*\$PROGRAM_VERSION\s*=\s*'v([^']+)';.*?WebCalendar andpath = /day.php,/week.php,/month.php,/year.php secure = 1.2.1 infourl = http://www.k5n.us/webcalendar.php?topic=News comment = This software appears to be unmaintained. Please consider migrating. [Xoops] env = php path = /include/version.php regex = define\('XOOPS_VERSION',\s*'XOOPS\s*([^']+)'\); secure = 2.5.7 infourl = http://seclists.org/fulldisclosure/2014/Nov/39 [Serendipity] env = php path = /serendipity_config.inc.php regex = ^\s*\$serendipity\['version'\]\s*=\s*'([^']+)'; secure = 1.6 infourl = http://blog.s9y.org/archives/233-Serendipity-1.6-released.html [TikiWiki 6.x LTS] env = php path = /lib/setup/twversion.class.php regex = \$this->version\s*=\s*'(6\.[^']+)'; secure = 6.5 infourl = http://info.tiki.org/article183-Tiki-Wiki-CMS-Groupware-8-2-and-6-5LTS-Security-Patches-Available [TikiWiki] env = php path = /lib/setup/twversion.class.php regex = \$this->version\s*=\s*'([^']+)'; secure = 8.2 infourl = http://info.tiki.org/article183-Tiki-Wiki-CMS-Groupware-8-2-and-6-5LTS-Security-Patches-Available [SiT!] env = php path = /lib/base.inc.php regex = \$application_version\s*=\s*'([^']+)'; andpath = /incident_add.php secure = 3.65 infourl = https://www.htbridge.ch/advisory/multiple_vulnerabilities_in_sit_support_incident_tracker.html [HastyMail2] env = php path = /index.php regex = \$hastymail_version\s*=\s*'Hastymail2\s*([^']+)'; andpath = /themes/default/images/hastymail.ico secure = 1.1 RC2 infourl = http://www.hastymail.org/security/ [WikkaWiki] env = php path = /version.php regex = \$svn_version\s*=\s*'([^']+)';.*define\('WIKKA_PATCH_LEVEL\',\s*'([^']+)'\); andpath = /wikka.php expand = \1-p\2 secure = 1.3.2-p7 infourl = http://blog.wikkawiki.org/2011/12/04/security-updates-for-1-3-11-3-2/ [phpShop] env = php path = /phpshop/inc/config.ini regex = ^\s*version\s*=\s*"(\d)(\d)(\d)([^"]+)"; expand = \1.\2.\3.\4 secure = 3.4.3.01 infourl = http://www.phpshopcms.ru/release.html ; Pre 3.5 Fork has its version info in one place [Fork CMS] env = php path = /library/globals.base.php regex = ^\s*define\('FORK_VERSION',\s*'([^']+)'\); secure = 3.6.0 infourl = http://www.fork-cms.com/blog/detail/fork-cms-3-6-0-released ; Fork 3.5 has is somewhere else... [Fork] env = php path = /library/parameters.base.yml regex = ^\s*fork.version: \s*'([^']+)' secure = 3.6.0 infourl = http://www.fork-cms.com/blog/detail/fork-cms-3-6-0-released [QaTraq] env = php path = /lib/constants.inc regex = ^\s*define\("QATRAQ_VERSION_FULL",\s*"([^"]+)"\); andpath = /lib/db_qatraq.php secure = 6.9 infourl = http://sourceforge.net/news/?group_id=118486 [Roundcube] env = php path = /program/include/iniset.php regex = ^\s*define\('RCMAIL_VERSION',\s*'([^']+)'\); secure = 1.0.5 infourl = http://roundcube.net/news/2015/01/24/security-update-1.0.5/ [ownCloud 6.x] env = php path = /version.php andpath = /occ regex = ^\s*[$]OC_VersionString\s*=\s*'(6\.[^']+)'; secure = 6.0.7 infourl = https://owncloud.org/security/advisories/ [ownCloud] env = php path = /version.php andpath = /occ regex = ^\s*[$]OC_VersionString\s*=\s*'([^']+)'; secure = 7.0.5 infourl = https://owncloud.org/security/advisories/