[
  {
    "path": ".gitignore",
    "content": ".project\n.pydevproject\n.settings/\n*.pyc\nwad/test\n*.py[cod]\nobsolete/\nrpms/\n*.tgz\n\n# C extensions\n*.so\n\n# Packages\n*.egg\n*.egg-info\ndist\nbuild\neggs\nparts\nvar\nsdist\ndevelop-eggs\n.installed.cfg\nlib\nlib64\n\n# Installer logs\npip-log.txt\n\n# Unit test / coverage reports\n.coverage\n.tox\nnosetests.xml\n\n# Translations\n*.mo\n\n# Mr Developer\n.mr.developer.cfg\n.project\n.pydevproject\n"
  },
  {
    "path": ".travis.yml",
    "content": "language: python\npython:\n  - \"2.7\"\n  - \"3.4\"\n  - \"3.5\"\n  - \"3.6\"\n  - \"3.7\"\n# command to install requirements\ninstall:\n  - pip install -r requirements.txt\n# command to run tests\nscript:\n  - py.test\n"
  },
  {
    "path": "AUTHORS.md",
    "content": "### Authors\n\n(Hopefully complete) list of people who contributed to this project:\n\n  * Sebastian Łopieński\n  * Piotr Lizończyk\n  * Vincent Brillaut\n  * Farzaneh Moghaddam\n  * Antonio Perez Perez\n  * Dame Jovanoski\n  \nSpecial thanks to Elbert Alias, the author of Wappalyzer."
  },
  {
    "path": "LICENSE",
    "content": "                    GNU GENERAL PUBLIC LICENSE\n                       Version 3, 29 June 2007\n\n Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>\n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n                            Preamble\n\n  The GNU General Public License is a free, copyleft license for\nsoftware and other kinds of works.\n\n  The licenses for most software and other practical works are designed\nto take away your freedom to share and change the works.  By contrast,\nthe GNU General Public License is intended to guarantee your freedom to\nshare and change all versions of a program--to make sure it remains free\nsoftware for all its users.  We, the Free Software Foundation, use the\nGNU General Public License for most of our software; it applies also to\nany other work released this way by its authors.  You can apply it to\nyour programs, too.\n\n  When we speak of free software, we are referring to freedom, not\nprice.  Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthem if you wish), that you receive source code or can get it if you\nwant it, that you can change the software or use pieces of it in new\nfree programs, and that you know you can do these things.\n\n  To protect your rights, we need to prevent others from denying you\nthese rights or asking you to surrender the rights.  Therefore, you have\ncertain responsibilities if you distribute copies of the software, or if\nyou modify it: responsibilities to respect the freedom of others.\n\n  For example, if you distribute copies of such a program, whether\ngratis or for a fee, you must pass on to the recipients the same\nfreedoms that you received.  You must make sure that they, too, receive\nor can get the source code.  And you must show them these terms so they\nknow their rights.\n\n  Developers that use the GNU GPL protect your rights with two steps:\n(1) assert copyright on the software, and (2) offer you this License\ngiving you legal permission to copy, distribute and/or modify it.\n\n  For the developers' and authors' protection, the GPL clearly explains\nthat there is no warranty for this free software.  For both users' and\nauthors' sake, the GPL requires that modified versions be marked as\nchanged, so that their problems will not be attributed erroneously to\nauthors of previous versions.\n\n  Some devices are designed to deny users access to install or run\nmodified versions of the software inside them, although the manufacturer\ncan do so.  This is fundamentally incompatible with the aim of\nprotecting users' freedom to change the software.  The systematic\npattern of such abuse occurs in the area of products for individuals to\nuse, which is precisely where it is most unacceptable.  Therefore, we\nhave designed this version of the GPL to prohibit the practice for those\nproducts.  If such problems arise substantially in other domains, we\nstand ready to extend this provision to those domains in future versions\nof the GPL, as needed to protect the freedom of users.\n\n  Finally, every program is threatened constantly by software patents.\nStates should not allow patents to restrict development and use of\nsoftware on general-purpose computers, but in those that do, we wish to\navoid the special danger that patents applied to a free program could\nmake it effectively proprietary.  To prevent this, the GPL assures that\npatents cannot be used to render the program non-free.\n\n  The precise terms and conditions for copying, distribution and\nmodification follow.\n\n                       TERMS AND CONDITIONS\n\n  0. Definitions.\n\n  \"This License\" refers to version 3 of the GNU General Public License.\n\n  \"Copyright\" also means copyright-like laws that apply to other kinds of\nworks, such as semiconductor masks.\n\n  \"The Program\" refers to any copyrightable work licensed under this\nLicense.  Each licensee is addressed as \"you\".  \"Licensees\" and\n\"recipients\" may be individuals or organizations.\n\n  To \"modify\" a work means to copy from or adapt all or part of the work\nin a fashion requiring copyright permission, other than the making of an\nexact copy.  The resulting work is called a \"modified version\" of the\nearlier work or a work \"based on\" the earlier work.\n\n  A \"covered work\" means either the unmodified Program or a work based\non the Program.\n\n  To \"propagate\" a work means to do anything with it that, without\npermission, would make you directly or secondarily liable for\ninfringement under applicable copyright law, except executing it on a\ncomputer or modifying a private copy.  Propagation includes copying,\ndistribution (with or without modification), making available to the\npublic, and in some countries other activities as well.\n\n  To \"convey\" a work means any kind of propagation that enables other\nparties to make or receive copies.  Mere interaction with a user through\na computer network, with no transfer of a copy, is not conveying.\n\n  An interactive user interface displays \"Appropriate Legal Notices\"\nto the extent that it includes a convenient and prominently visible\nfeature that (1) displays an appropriate copyright notice, and (2)\ntells the user that there is no warranty for the work (except to the\nextent that warranties are provided), that licensees may convey the\nwork under this License, and how to view a copy of this License.  If\nthe interface presents a list of user commands or options, such as a\nmenu, a prominent item in the list meets this criterion.\n\n  1. Source Code.\n\n  The \"source code\" for a work means the preferred form of the work\nfor making modifications to it.  \"Object code\" means any non-source\nform of a work.\n\n  A \"Standard Interface\" means an interface that either is an official\nstandard defined by a recognized standards body, or, in the case of\ninterfaces specified for a particular programming language, one that\nis widely used among developers working in that language.\n\n  The \"System Libraries\" of an executable work include anything, other\nthan the work as a whole, that (a) is included in the normal form of\npackaging a Major Component, but which is not part of that Major\nComponent, and (b) serves only to enable use of the work with that\nMajor Component, or to implement a Standard Interface for which an\nimplementation is available to the public in source code form.  A\n\"Major Component\", in this context, means a major essential component\n(kernel, window system, and so on) of the specific operating system\n(if any) on which the executable work runs, or a compiler used to\nproduce the work, or an object code interpreter used to run it.\n\n  The \"Corresponding Source\" for a work in object code form means all\nthe source code needed to generate, install, and (for an executable\nwork) run the object code and to modify the work, including scripts to\ncontrol those activities.  However, it does not include the work's\nSystem Libraries, or general-purpose tools or generally available free\nprograms which are used unmodified in performing those activities but\nwhich are not part of the work.  For example, Corresponding Source\nincludes interface definition files associated with source files for\nthe work, and the source code for shared libraries and dynamically\nlinked subprograms that the work is specifically designed to require,\nsuch as by intimate data communication or control flow between those\nsubprograms and other parts of the work.\n\n  The Corresponding Source need not include anything that users\ncan regenerate automatically from other parts of the Corresponding\nSource.\n\n  The Corresponding Source for a work in source code form is that\nsame work.\n\n  2. Basic Permissions.\n\n  All rights granted under this License are granted for the term of\ncopyright on the Program, and are irrevocable provided the stated\nconditions are met.  This License explicitly affirms your unlimited\npermission to run the unmodified Program.  The output from running a\ncovered work is covered by this License only if the output, given its\ncontent, constitutes a covered work.  This License acknowledges your\nrights of fair use or other equivalent, as provided by copyright law.\n\n  You may make, run and propagate covered works that you do not\nconvey, without conditions so long as your license otherwise remains\nin force.  You may convey covered works to others for the sole purpose\nof having them make modifications exclusively for you, or provide you\nwith facilities for running those works, provided that you comply with\nthe terms of this License in conveying all material for which you do\nnot control copyright.  Those thus making or running the covered works\nfor you must do so exclusively on your behalf, under your direction\nand control, on terms that prohibit them from making any copies of\nyour copyrighted material outside their relationship with you.\n\n  Conveying under any other circumstances is permitted solely under\nthe conditions stated below.  Sublicensing is not allowed; section 10\nmakes it unnecessary.\n\n  3. Protecting Users' Legal Rights From Anti-Circumvention Law.\n\n  No covered work shall be deemed part of an effective technological\nmeasure under any applicable law fulfilling obligations under article\n11 of the WIPO copyright treaty adopted on 20 December 1996, or\nsimilar laws prohibiting or restricting circumvention of such\nmeasures.\n\n  When you convey a covered work, you waive any legal power to forbid\ncircumvention of technological measures to the extent such circumvention\nis effected by exercising rights under this License with respect to\nthe covered work, and you disclaim any intention to limit operation or\nmodification of the work as a means of enforcing, against the work's\nusers, your or third parties' legal rights to forbid circumvention of\ntechnological measures.\n\n  4. Conveying Verbatim Copies.\n\n  You may convey verbatim copies of the Program's source code as you\nreceive it, in any medium, provided that you conspicuously and\nappropriately publish on each copy an appropriate copyright notice;\nkeep intact all notices stating that this License and any\nnon-permissive terms added in accord with section 7 apply to the code;\nkeep intact all notices of the absence of any warranty; and give all\nrecipients a copy of this License along with the Program.\n\n  You may charge any price or no price for each copy that you convey,\nand you may offer support or warranty protection for a fee.\n\n  5. Conveying Modified Source Versions.\n\n  You may convey a work based on the Program, or the modifications to\nproduce it from the Program, in the form of source code under the\nterms of section 4, provided that you also meet all of these conditions:\n\n    a) The work must carry prominent notices stating that you modified\n    it, and giving a relevant date.\n\n    b) The work must carry prominent notices stating that it is\n    released under this License and any conditions added under section\n    7.  This requirement modifies the requirement in section 4 to\n    \"keep intact all notices\".\n\n    c) You must license the entire work, as a whole, under this\n    License to anyone who comes into possession of a copy.  This\n    License will therefore apply, along with any applicable section 7\n    additional terms, to the whole of the work, and all its parts,\n    regardless of how they are packaged.  This License gives no\n    permission to license the work in any other way, but it does not\n    invalidate such permission if you have separately received it.\n\n    d) If the work has interactive user interfaces, each must display\n    Appropriate Legal Notices; however, if the Program has interactive\n    interfaces that do not display Appropriate Legal Notices, your\n    work need not make them do so.\n\n  A compilation of a covered work with other separate and independent\nworks, which are not by their nature extensions of the covered work,\nand which are not combined with it such as to form a larger program,\nin or on a volume of a storage or distribution medium, is called an\n\"aggregate\" if the compilation and its resulting copyright are not\nused to limit the access or legal rights of the compilation's users\nbeyond what the individual works permit.  Inclusion of a covered work\nin an aggregate does not cause this License to apply to the other\nparts of the aggregate.\n\n  6. Conveying Non-Source Forms.\n\n  You may convey a covered work in object code form under the terms\nof sections 4 and 5, provided that you also convey the\nmachine-readable Corresponding Source under the terms of this License,\nin one of these ways:\n\n    a) Convey the object code in, or embodied in, a physical product\n    (including a physical distribution medium), accompanied by the\n    Corresponding Source fixed on a durable physical medium\n    customarily used for software interchange.\n\n    b) Convey the object code in, or embodied in, a physical product\n    (including a physical distribution medium), accompanied by a\n    written offer, valid for at least three years and valid for as\n    long as you offer spare parts or customer support for that product\n    model, to give anyone who possesses the object code either (1) a\n    copy of the Corresponding Source for all the software in the\n    product that is covered by this License, on a durable physical\n    medium customarily used for software interchange, for a price no\n    more than your reasonable cost of physically performing this\n    conveying of source, or (2) access to copy the\n    Corresponding Source from a network server at no charge.\n\n    c) Convey individual copies of the object code with a copy of the\n    written offer to provide the Corresponding Source.  This\n    alternative is allowed only occasionally and noncommercially, and\n    only if you received the object code with such an offer, in accord\n    with subsection 6b.\n\n    d) Convey the object code by offering access from a designated\n    place (gratis or for a charge), and offer equivalent access to the\n    Corresponding Source in the same way through the same place at no\n    further charge.  You need not require recipients to copy the\n    Corresponding Source along with the object code.  If the place to\n    copy the object code is a network server, the Corresponding Source\n    may be on a different server (operated by you or a third party)\n    that supports equivalent copying facilities, provided you maintain\n    clear directions next to the object code saying where to find the\n    Corresponding Source.  Regardless of what server hosts the\n    Corresponding Source, you remain obligated to ensure that it is\n    available for as long as needed to satisfy these requirements.\n\n    e) Convey the object code using peer-to-peer transmission, provided\n    you inform other peers where the object code and Corresponding\n    Source of the work are being offered to the general public at no\n    charge under subsection 6d.\n\n  A separable portion of the object code, whose source code is excluded\nfrom the Corresponding Source as a System Library, need not be\nincluded in conveying the object code work.\n\n  A \"User Product\" is either (1) a \"consumer product\", which means any\ntangible personal property which is normally used for personal, family,\nor household purposes, or (2) anything designed or sold for incorporation\ninto a dwelling.  In determining whether a product is a consumer product,\ndoubtful cases shall be resolved in favor of coverage.  For a particular\nproduct received by a particular user, \"normally used\" refers to a\ntypical or common use of that class of product, regardless of the status\nof the particular user or of the way in which the particular user\nactually uses, or expects or is expected to use, the product.  A product\nis a consumer product regardless of whether the product has substantial\ncommercial, industrial or non-consumer uses, unless such uses represent\nthe only significant mode of use of the product.\n\n  \"Installation Information\" for a User Product means any methods,\nprocedures, authorization keys, or other information required to install\nand execute modified versions of a covered work in that User Product from\na modified version of its Corresponding Source.  The information must\nsuffice to ensure that the continued functioning of the modified object\ncode is in no case prevented or interfered with solely because\nmodification has been made.\n\n  If you convey an object code work under this section in, or with, or\nspecifically for use in, a User Product, and the conveying occurs as\npart of a transaction in which the right of possession and use of the\nUser Product is transferred to the recipient in perpetuity or for a\nfixed term (regardless of how the transaction is characterized), the\nCorresponding Source conveyed under this section must be accompanied\nby the Installation Information.  But this requirement does not apply\nif neither you nor any third party retains the ability to install\nmodified object code on the User Product (for example, the work has\nbeen installed in ROM).\n\n  The requirement to provide Installation Information does not include a\nrequirement to continue to provide support service, warranty, or updates\nfor a work that has been modified or installed by the recipient, or for\nthe User Product in which it has been modified or installed.  Access to a\nnetwork may be denied when the modification itself materially and\nadversely affects the operation of the network or violates the rules and\nprotocols for communication across the network.\n\n  Corresponding Source conveyed, and Installation Information provided,\nin accord with this section must be in a format that is publicly\ndocumented (and with an implementation available to the public in\nsource code form), and must require no special password or key for\nunpacking, reading or copying.\n\n  7. Additional Terms.\n\n  \"Additional permissions\" are terms that supplement the terms of this\nLicense by making exceptions from one or more of its conditions.\nAdditional permissions that are applicable to the entire Program shall\nbe treated as though they were included in this License, to the extent\nthat they are valid under applicable law.  If additional permissions\napply only to part of the Program, that part may be used separately\nunder those permissions, but the entire Program remains governed by\nthis License without regard to the additional permissions.\n\n  When you convey a copy of a covered work, you may at your option\nremove any additional permissions from that copy, or from any part of\nit.  (Additional permissions may be written to require their own\nremoval in certain cases when you modify the work.)  You may place\nadditional permissions on material, added by you to a covered work,\nfor which you have or can give appropriate copyright permission.\n\n  Notwithstanding any other provision of this License, for material you\nadd to a covered work, you may (if authorized by the copyright holders of\nthat material) supplement the terms of this License with terms:\n\n    a) Disclaiming warranty or limiting liability differently from the\n    terms of sections 15 and 16 of this License; or\n\n    b) Requiring preservation of specified reasonable legal notices or\n    author attributions in that material or in the Appropriate Legal\n    Notices displayed by works containing it; or\n\n    c) Prohibiting misrepresentation of the origin of that material, or\n    requiring that modified versions of such material be marked in\n    reasonable ways as different from the original version; or\n\n    d) Limiting the use for publicity purposes of names of licensors or\n    authors of the material; or\n\n    e) Declining to grant rights under trademark law for use of some\n    trade names, trademarks, or service marks; or\n\n    f) Requiring indemnification of licensors and authors of that\n    material by anyone who conveys the material (or modified versions of\n    it) with contractual assumptions of liability to the recipient, for\n    any liability that these contractual assumptions directly impose on\n    those licensors and authors.\n\n  All other non-permissive additional terms are considered \"further\nrestrictions\" within the meaning of section 10.  If the Program as you\nreceived it, or any part of it, contains a notice stating that it is\ngoverned by this License along with a term that is a further\nrestriction, you may remove that term.  If a license document contains\na further restriction but permits relicensing or conveying under this\nLicense, you may add to a covered work material governed by the terms\nof that license document, provided that the further restriction does\nnot survive such relicensing or conveying.\n\n  If you add terms to a covered work in accord with this section, you\nmust place, in the relevant source files, a statement of the\nadditional terms that apply to those files, or a notice indicating\nwhere to find the applicable terms.\n\n  Additional terms, permissive or non-permissive, may be stated in the\nform of a separately written license, or stated as exceptions;\nthe above requirements apply either way.\n\n  8. Termination.\n\n  You may not propagate or modify a covered work except as expressly\nprovided under this License.  Any attempt otherwise to propagate or\nmodify it is void, and will automatically terminate your rights under\nthis License (including any patent licenses granted under the third\nparagraph of section 11).\n\n  However, if you cease all violation of this License, then your\nlicense from a particular copyright holder is reinstated (a)\nprovisionally, unless and until the copyright holder explicitly and\nfinally terminates your license, and (b) permanently, if the copyright\nholder fails to notify you of the violation by some reasonable means\nprior to 60 days after the cessation.\n\n  Moreover, your license from a particular copyright holder is\nreinstated permanently if the copyright holder notifies you of the\nviolation by some reasonable means, this is the first time you have\nreceived notice of violation of this License (for any work) from that\ncopyright holder, and you cure the violation prior to 30 days after\nyour receipt of the notice.\n\n  Termination of your rights under this section does not terminate the\nlicenses of parties who have received copies or rights from you under\nthis License.  If your rights have been terminated and not permanently\nreinstated, you do not qualify to receive new licenses for the same\nmaterial under section 10.\n\n  9. Acceptance Not Required for Having Copies.\n\n  You are not required to accept this License in order to receive or\nrun a copy of the Program.  Ancillary propagation of a covered work\noccurring solely as a consequence of using peer-to-peer transmission\nto receive a copy likewise does not require acceptance.  However,\nnothing other than this License grants you permission to propagate or\nmodify any covered work.  These actions infringe copyright if you do\nnot accept this License.  Therefore, by modifying or propagating a\ncovered work, you indicate your acceptance of this License to do so.\n\n  10. Automatic Licensing of Downstream Recipients.\n\n  Each time you convey a covered work, the recipient automatically\nreceives a license from the original licensors, to run, modify and\npropagate that work, subject to this License.  You are not responsible\nfor enforcing compliance by third parties with this License.\n\n  An \"entity transaction\" is a transaction transferring control of an\norganization, or substantially all assets of one, or subdividing an\norganization, or merging organizations.  If propagation of a covered\nwork results from an entity transaction, each party to that\ntransaction who receives a copy of the work also receives whatever\nlicenses to the work the party's predecessor in interest had or could\ngive under the previous paragraph, plus a right to possession of the\nCorresponding Source of the work from the predecessor in interest, if\nthe predecessor has it or can get it with reasonable efforts.\n\n  You may not impose any further restrictions on the exercise of the\nrights granted or affirmed under this License.  For example, you may\nnot impose a license fee, royalty, or other charge for exercise of\nrights granted under this License, and you may not initiate litigation\n(including a cross-claim or counterclaim in a lawsuit) alleging that\nany patent claim is infringed by making, using, selling, offering for\nsale, or importing the Program or any portion of it.\n\n  11. Patents.\n\n  A \"contributor\" is a copyright holder who authorizes use under this\nLicense of the Program or a work on which the Program is based.  The\nwork thus licensed is called the contributor's \"contributor version\".\n\n  A contributor's \"essential patent claims\" are all patent claims\nowned or controlled by the contributor, whether already acquired or\nhereafter acquired, that would be infringed by some manner, permitted\nby this License, of making, using, or selling its contributor version,\nbut do not include claims that would be infringed only as a\nconsequence of further modification of the contributor version.  For\npurposes of this definition, \"control\" includes the right to grant\npatent sublicenses in a manner consistent with the requirements of\nthis License.\n\n  Each contributor grants you a non-exclusive, worldwide, royalty-free\npatent license under the contributor's essential patent claims, to\nmake, use, sell, offer for sale, import and otherwise run, modify and\npropagate the contents of its contributor version.\n\n  In the following three paragraphs, a \"patent license\" is any express\nagreement or commitment, however denominated, not to enforce a patent\n(such as an express permission to practice a patent or covenant not to\nsue for patent infringement).  To \"grant\" such a patent license to a\nparty means to make such an agreement or commitment not to enforce a\npatent against the party.\n\n  If you convey a covered work, knowingly relying on a patent license,\nand the Corresponding Source of the work is not available for anyone\nto copy, free of charge and under the terms of this License, through a\npublicly available network server or other readily accessible means,\nthen you must either (1) cause the Corresponding Source to be so\navailable, or (2) arrange to deprive yourself of the benefit of the\npatent license for this particular work, or (3) arrange, in a manner\nconsistent with the requirements of this License, to extend the patent\nlicense to downstream recipients.  \"Knowingly relying\" means you have\nactual knowledge that, but for the patent license, your conveying the\ncovered work in a country, or your recipient's use of the covered work\nin a country, would infringe one or more identifiable patents in that\ncountry that you have reason to believe are valid.\n\n  If, pursuant to or in connection with a single transaction or\narrangement, you convey, or propagate by procuring conveyance of, a\ncovered work, and grant a patent license to some of the parties\nreceiving the covered work authorizing them to use, propagate, modify\nor convey a specific copy of the covered work, then the patent license\nyou grant is automatically extended to all recipients of the covered\nwork and works based on it.\n\n  A patent license is \"discriminatory\" if it does not include within\nthe scope of its coverage, prohibits the exercise of, or is\nconditioned on the non-exercise of one or more of the rights that are\nspecifically granted under this License.  You may not convey a covered\nwork if you are a party to an arrangement with a third party that is\nin the business of distributing software, under which you make payment\nto the third party based on the extent of your activity of conveying\nthe work, and under which the third party grants, to any of the\nparties who would receive the covered work from you, a discriminatory\npatent license (a) in connection with copies of the covered work\nconveyed by you (or copies made from those copies), or (b) primarily\nfor and in connection with specific products or compilations that\ncontain the covered work, unless you entered into that arrangement,\nor that patent license was granted, prior to 28 March 2007.\n\n  Nothing in this License shall be construed as excluding or limiting\nany implied license or other defenses to infringement that may\notherwise be available to you under applicable patent law.\n\n  12. No Surrender of Others' Freedom.\n\n  If conditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License.  If you cannot convey a\ncovered work so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you may\nnot convey it at all.  For example, if you agree to terms that obligate you\nto collect a royalty for further conveying from those to whom you convey\nthe Program, the only way you could satisfy both those terms and this\nLicense would be to refrain entirely from conveying the Program.\n\n  13. Use with the GNU Affero General Public License.\n\n  Notwithstanding any other provision of this License, you have\npermission to link or combine any covered work with a work licensed\nunder version 3 of the GNU Affero General Public License into a single\ncombined work, and to convey the resulting work.  The terms of this\nLicense will continue to apply to the part which is the covered work,\nbut the special requirements of the GNU Affero General Public License,\nsection 13, concerning interaction through a network will apply to the\ncombination as such.\n\n  14. Revised Versions of this License.\n\n  The Free Software Foundation may publish revised and/or new versions of\nthe GNU General Public License from time to time.  Such new versions will\nbe similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n\n  Each version is given a distinguishing version number.  If the\nProgram specifies that a certain numbered version of the GNU General\nPublic License \"or any later version\" applies to it, you have the\noption of following the terms and conditions either of that numbered\nversion or of any later version published by the Free Software\nFoundation.  If the Program does not specify a version number of the\nGNU General Public License, you may choose any version ever published\nby the Free Software Foundation.\n\n  If the Program specifies that a proxy can decide which future\nversions of the GNU General Public License can be used, that proxy's\npublic statement of acceptance of a version permanently authorizes you\nto choose that version for the Program.\n\n  Later license versions may give you additional or different\npermissions.  However, no additional obligations are imposed on any\nauthor or copyright holder as a result of your choosing to follow a\nlater version.\n\n  15. Disclaimer of Warranty.\n\n  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY\nAPPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT\nHOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY\nOF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,\nTHE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM\nIS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF\nALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n\n  16. Limitation of Liability.\n\n  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS\nTHE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY\nGENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE\nUSE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF\nDATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD\nPARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),\nEVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF\nSUCH DAMAGES.\n\n  17. Interpretation of Sections 15 and 16.\n\n  If the disclaimer of warranty and limitation of liability provided\nabove cannot be given local legal effect according to their terms,\nreviewing courts shall apply local law that most closely approximates\nan absolute waiver of all civil liability in connection with the\nProgram, unless a warranty or assumption of liability accompanies a\ncopy of the Program in return for a fee.\n\n                     END OF TERMS AND CONDITIONS\n\n            How to Apply These Terms to Your New Programs\n\n  If you develop a new program, and you want it to be of the greatest\npossible use to the public, the best way to achieve this is to make it\nfree software which everyone can redistribute and change under these terms.\n\n  To do so, attach the following notices to the program.  It is safest\nto attach them to the start of each source file to most effectively\nstate the exclusion of warranty; and each file should have at least\nthe \"copyright\" line and a pointer to where the full notice is found.\n\n    <one line to give the program's name and a brief idea of what it does.>\n    Copyright (C) <year>  <name of author>\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU General Public License for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with this program.  If not, see <http://www.gnu.org/licenses/>.\n\nAlso add information on how to contact you by electronic and paper mail.\n\n  If the program does terminal interaction, make it output a short\nnotice like this when it starts in an interactive mode:\n\n    <program>  Copyright (C) <year>  <name of author>\n    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.\n    This is free software, and you are welcome to redistribute it\n    under certain conditions; type `show c' for details.\n\nThe hypothetical commands `show w' and `show c' should show the appropriate\nparts of the General Public License.  Of course, your program's commands\nmight be different; for a GUI interface, you would use an \"about box\".\n\n  You should also get your employer (if you work as a programmer) or school,\nif any, to sign a \"copyright disclaimer\" for the program, if necessary.\nFor more information on this, and how to apply and follow the GNU GPL, see\n<http://www.gnu.org/licenses/>.\n\n  The GNU General Public License does not permit incorporating your program\ninto proprietary programs.  If your program is a subroutine library, you\nmay consider it more useful to permit linking proprietary applications with\nthe library.  If this is what you want to do, use the GNU Lesser General\nPublic License instead of this License.  But first, please read\n<http://www.gnu.org/philosophy/why-not-lgpl.html>.\n"
  },
  {
    "path": "MANIFEST.in",
    "content": "include LICENSE\ninclude AUTHORS.md\ninclude README.md\nrecursive-include wad/etc *"
  },
  {
    "path": "README.md",
    "content": "# WAD - Web application detector\n[![Build Status](https://travis-ci.org/CERN-CERT/WAD.svg?branch=master)](https://travis-ci.org/CERN-CERT/WAD) [![PyPI](https://img.shields.io/pypi/v/wad.svg)](https://pypi.python.org/pypi/wad)\n\nWAD lets you analyze given URL(s) and detect technologies used by web application behind that URL, \nfrom the OS and web server level, to the programming platform and frameworks, as well as server- and client-side\napplications, tools and libraries. \n\nFor example, results of scan of server might include: \n\n  * OS: Windows, Linux...\n  * Web server: Apache, Nginx, IIS...\n  * Programming platform: PHP, Python, Ruby, Java...\n  * Content management systems: Drupal, WordPress...\n  * Frameworks: AngularJS, Ruby on Rails, Django...\n  * various databases, analytics tools, javascript libaries, CDNs, comment systems, search engines and many others.\n  \n\n## How it works\nWAD is built as a standalone application, using [Wappalyzer](https://github.com/AliasIO/Wappalyzer)'s\ndetection rules. It sends a GET request to the given URL and analyzes both HTTP response header and body (HTML page), \nlooking for indications to discover web technologies used. \n\nDetection results may include information about versions of technologies used, for example Linux distro or Apache version. \nResults are categorized depending on type of technology (whether it is CMS or database etc.). There are now over 700 \ntechnologies that can be discovered using WAD.\n\n## Installation\n[WAD is available via PyPI](https://pypi.python.org/pypi/wad), so in order to install it, you simply need to run following command:\n\n`pip install wad`\n\n## Usage\nUse `wad -h` to print help text.\nJSON is used by default for formatting output data, but you can also use other formats with -f <format> option.\n### Example usage scenario\nCommand: `wad -u https://pypi.python.org/` \n\nOutput:\n\n```\n{\n    \"https://pypi.python.org/pypi\": [\n        {\n            \"type\": \"cache-tools\", \n            \"app\": \"Varnish\", \n            \"ver\": null\n        }, \n        {\n            \"type\": \"web-servers\", \n            \"app\": \"Nginx\", \n            \"ver\": \"1.6.2\"\n        }\n    ]\n}\n```\n\n## Differences between WAD and Wappalyzer\nAlthough most of the rules matching functionality is simply a Python port of Wappalyzer's javascript implementation, there are some key differences between projects.\n\nFirst of all, Wappalyzer (as an extension) runs on top of web browser, which means that the scripts on scanned site were ran, so variables and objects are created and accessible. \nUnfortunately, this isn't and won't be a case for WAD. WAD parses raw site content (as delivered by HTTP response), without running it in browser context. \nThe consequences of that are simple - we can't use Wappalyzer's rules, that search for variables and objects in Javascript environment.\n\nSecondly, the project has and will continue to naturally diverge from Wappalyzer's codebase. We don't aim to make one-to-one port of Wappalyzer project and with intention to move to BeautifulSoup as DOM inspector (instead of blindly parsing the website with regex), we won't be able to assure same behaviour in every case. \n\nFinally, additional features added into WAD project aren't ported into Wappalyzer at the same time.\n\n## Changelog\n### 0.4.6 (2020-09-28)\n\n- Write logging outputs to stderr instead of stdout\n\n### 0.4.5 (2020-09-01)\n\n- Use latin-1 encoding for decoding page content\n\n### 0.4.4 (2020-06-17)\n\n- Process rest of URLs if an exception is raised while scanning one\n\n### 0.4.3 (2020-05-16)\n\n- Fix the released package, same as 0.4.2 otherwise\n\n### 0.4.2 (2020-05-15)\n\n- Removed deprecated argument 'encoding' from json.loads\n\n### 0.4.1 (2020-02-26)\n\n- Restored project long description on pypi\n\n### 0.4 (2020-02-26)\n\n- Updated to latest apps.json, usability improvements\n\n### 0.3.4 (2015-08-25)\n\n- Added additional_checks method, that allows further customization of Detector class\n\n### 0.3.3 (2015-08-17)\n\n- Fixed bug causing crash on SSL certificate mismatch in Python >= 2.7.9\n\n### 0.3.2 (2015-08-17)\n\n- Fixed bug causing detection of Perl if the website had Polish (.pl) top-level domain\n- Tests refactoring (duplicate code into method)\n\n### 0.3.1 (2015-08-17)\n\n- Package should be thread-safe now\n- Minor changes to HumanReadableOutput\n\n### 0.3.0 (2015-08-13)\n\n- Added results grouping functionality\n\n### 0.2.0 (2015-08-10)\n\n- Multiple output formats (added Human readable text, CSV)\n- Some methods extracted from Detector's detect method.\n- Minor bugfixes\n"
  },
  {
    "path": "requirements.txt",
    "content": "six>=1.7.3\nmock>=1.3.0"
  },
  {
    "path": "setup.py",
    "content": "from setuptools import setup, find_packages\n\ntry:\n    import pypandoc\n    long_description = pypandoc.convert('README.md', to='rst', format='md')\n    long_description += \"\\n\\n\" + pypandoc.convert('AUTHORS.md', to='rst', format='md')\nexcept (IOError, ImportError):\n    long_description = ''\n\nsetup(\n    name='wad',\n    version='0.4.6',\n    description='A tool for detecting technologies used by web applications.',\n    long_description=long_description,\n    url='https://github.com/CERN-CERT/WAD',\n    license='GPLv3',\n    author='Sebastian Lopienski',\n    author_email='sebastian.lopienski@cern.ch',\n    packages=find_packages(),\n    include_package_data=True,\n    requires=['six'],\n    classifiers=[\n        'Development Status :: 5 - Production/Stable',\n        'Intended Audience :: Information Technology',\n        'Intended Audience :: Developers',\n        'Natural Language :: English',\n        'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',\n        'Operating System :: OS Independent',\n        'Programming Language :: Python',\n        'Programming Language :: Python :: 2',\n        'Programming Language :: Python :: 2.6',\n        'Programming Language :: Python :: 2.7',\n        'Programming Language :: Python :: 3',\n        'Programming Language :: Python :: 3.2',\n        'Programming Language :: Python :: 3.3',\n        'Programming Language :: Python :: 3.4',\n        'Topic :: Security',\n        'Topic :: Internet :: WWW/HTTP',\n    ],\n    entry_points={\n        'console_scripts': [\n            'wad = wad.__main__:main'\n        ]\n    },\n)\n"
  },
  {
    "path": "wad/__init__.py",
    "content": "from .clues import *\nfrom .detection import *\nfrom .group import *\nfrom .output import *\nfrom .tools import *\n\n"
  },
  {
    "path": "wad/__main__.py",
    "content": "# -*- coding: utf-8 -*-\n#\n# Author: Sebastian.Lopienski@cern.ch\n#\nfrom __future__ import absolute_import, division, print_function, unicode_literals\n\nimport logging\nfrom optparse import OptionParser\n\nfrom wad import tools\nfrom wad.clues import Clues\nfrom wad.detection import TIMEOUT, Detector\nfrom wad.group import group\nfrom wad.output import JSONOutput, CSVOutput, HumanReadableOutput\n\noutput_format_map = {\n    'csv': CSVOutput,\n    'json': JSONOutput,\n    'txt': HumanReadableOutput,\n}\n\n\ndef main(timeout=TIMEOUT):\n    desc = \"\"\"WAD -\nThis component analyzes given URL(s) and detects technologies, libraries,\nframeworks etc. used by this application, from the OS and web server level,\nto the programming platform and frameworks, and server- and client-side\napplications, tools and libraries. For example: OS=Linux, webserver=Apache,\nplatform=PHP, cms=Drupal, analytics=Google Analytics, javascript-lib=jQuery\netc.\"\"\"\n\n    parser = OptionParser(description=desc,\n                          usage=\"Usage: %prog -u <URLs|@URLfile>\\nHelp:  %prog -h\",\n                          version=\"%prog 1.0\")\n\n    parser.add_option(\"-u\", \"--url\", dest=\"urls\", metavar=\"URLS|@FILE\",\n                      help=\"list of URLs (comma-separated), or a file with a list of URLs (one per line)\")\n\n    parser.add_option(\"-l\", \"--limit\", dest=\"limit\", metavar=\"URLMASK\",\n                      help=\"in case of redirections, only include pages with URLs matching this mask - \"\n                           \"e.g. 'https?://[^/]*\\\\.abc\\\\.com/'\")\n\n    parser.add_option(\"-x\", \"--exclude\", dest=\"exclude\", metavar=\"URLMASK\",\n                      help=\"in case of redirections, exclude pages with URL matching this mask - \"\n                           \"e.g. 'https?://[^/]*/(login|logout)'\")\n\n    parser.add_option(\"-o\", \"--output\", dest=\"output_file\", metavar=\"FILE\",\n                      help=\"output file for detection results (default: STDOUT)\")\n\n    parser.add_option(\"-c\", \"--clues\", dest=\"clues_file\", metavar=\"FILE\", default=None,\n                      help=\"clues for detecting web applications and technologies\")\n\n    parser.add_option(\"-t\", \"--timeout\", action=\"store\", dest=\"TIMEOUT\", default=timeout,\n                      help=\"set timeout (in seconds) for accessing a single URL\")\n\n    parser.add_option(\"-f\", \"--format\", action=\"store\", dest=\"format\", default='json',\n                      help=\"output format, allowed values: csv, txt, json (default)\")\n\n    parser.add_option(\"-g\", \"--group\", action=\"store_true\", dest=\"group\", default=False,\n                      help=\"group results (i.e. technologies found on subpages of other scanned URL \"\n                           \"aren't listed)\")\n\n    tools.add_log_options(parser)\n\n    options = parser.parse_args()[0]\n\n    tools.use_log_options(options)\n\n    if not options.urls:\n        parser.error(\"Argument -u missing\")\n        return\n\n    timeout = int(options.TIMEOUT)\n\n    if options.urls[0] == \"@\":\n        try:\n            f = open(options.urls[1:])\n            urls = f.readlines()\n            f.close()\n        except Exception as e:\n            # an I/O exception?\n            logging.error(\"Error reading URL file %s, terminating: %s\", options.urls[1:], tools.error_to_str(e))\n            return\n    else:\n        urls = [x.strip() for x in options.urls.split(\",\") if x.strip() != \"\"]\n\n    if options.format not in output_format_map.keys():\n        parser.error(\"Invalid format specified\")\n        return\n\n    Clues.get_clues(options.clues_file)\n\n    results = Detector().detect_multiple(urls, limit=options.limit, exclude=options.exclude, timeout=timeout)\n\n    if options.group:\n        results = group(results)\n\n    output = output_format_map[options.format]().retrieve(results=results)\n\n    if options.output_file:\n        try:\n            f = open(options.output_file, \"w\")\n            f.write(output)\n            f.close()\n            logging.debug(\"Results written to file %s\", options.output_file)\n        except Exception as e:\n            # an I/O exception?\n            logging.error(\"Error writing results to file %s, terminating: %s\", options.output_file,\n                          tools.error_to_str(e))\n            return\n\n    print(output)\n\n\nif __name__ == \"__main__\":\n    main()\n"
  },
  {
    "path": "wad/clues.py",
    "content": "# Clues taken from Wappalyzer\n#\n# clues:        https://github.com/AliasIO/Wappalyzer/blob/master/src/apps.json\n# more info:    https://github.com/AliasIO/Wappalyzer/blob/master/README.md\n# detection:    https://github.com/AliasIO/Wappalyzer/blob/master/src/wappalyzer.js\n# JavaScript RegExp object: http://www.w3schools.com/jsref/jsref_obj_regexp.asp\nfrom __future__ import absolute_import, division, print_function, unicode_literals\nimport threading\nimport six\n\nimport os\nimport logging\nimport re\nimport sre_constants\nimport json\n\nfrom wad import tools\n\nCLUES_FILE_PATHS = [os.path.join(os.path.dirname(__file__), 'etc/apps.json'), '/etc/wad/apps.json']\nclues_lock = threading.RLock()\n\n\nclass _Clues(object):\n    def __init__(self):\n        self.apps = None\n        self.categories = None\n\n    def get_clues(self, filename=None):\n        with clues_lock:\n            if self.apps and self.categories:\n                return self.apps, self.categories\n\n            if filename is None:\n                for clues_path in CLUES_FILE_PATHS:\n                    if os.path.isfile(clues_path):\n                        filename = clues_path\n                        break\n            self.load_clues(filename)\n            self.compile_clues()\n            return self.apps, self.categories\n\n    @staticmethod\n    def read_clues_from_file(filename):\n        logging.info(\"Reading clues file %s\", filename)\n        try:\n            json_data = open(filename, encoding='utf-8')\n        except IOError as e:\n            logging.error(\"Error while opening clues file, terminating: %s\", tools.error_to_str(e))\n            raise\n\n        try:\n            if six.PY2:\n                clues = json.load(json_data, encoding='utf-8')\n            else:\n                clues = json.load(json_data)\n        except ValueError as e:\n            logging.error(\"Error while reading JSON file, terminating: %s\", tools.error_to_str(e))\n            raise\n\n        json_data.close()\n        categories = dict((k, v['name']) for k, v in six.iteritems(clues['categories']))\n        apps = clues['apps']\n        return apps, categories\n\n    @staticmethod\n    def merge_dictionaries(dict1, dict2, desc):\n        for key in dict2:\n            if key in dict1:\n                logging.warning(\"%s '%s' in both clues files\", desc, key)\n            dict1[key] = dict2[key]\n\n    def string_to_array(self, tag):\n        for app in self.apps:\n            if tag in self.apps[app]:\n                if type(self.apps[app][tag]) is six.text_type:\n                    self.apps[app][tag] = [self.apps[app][tag]]\n\n    def ignore_attributes(self, tag):\n        # ignore all attributes (such as \"confidence\") specified after \\;\n        for app in self.apps:\n            if tag in self.apps[app]:\n                new_list = []\n                for item in self.apps[app][tag]:\n                    values = item.split(r'\\;')\n                    new_list += [values[0]]\n                self.apps[app][tag] = new_list\n\n    def add_categories_str(self):\n        for app in self.apps:\n            self.apps[app]['catsStr'] = six.moves.reduce(lambda a, b: \"%s,%s\" % (a, b),\n                                                         [str(self.categories[str(x)]) for x in self.apps[app]['cats']])\n\n    def load_clues(self, filename):\n        self.apps, self.categories = self.read_clues_from_file(filename)\n\n        additional_clues = filename + \".other\"\n        if os.path.isfile(additional_clues):\n            apps2, categories2 = self.read_clues_from_file(additional_clues)\n            # merge dictionaries with apps and categories; warn about repeated ones\n            self.merge_dictionaries(self.apps, apps2, \"App\")\n            self.merge_dictionaries(self.categories, categories2, \"Category\")\n\n        # some clues are strings while others are array of strings - make them all arrays\n        for field in ['url', 'html', 'env', 'script', 'implies', 'excludes']:\n            self.string_to_array(field)\n\n        # ignoring confidence in implies and excludes\n        self.ignore_attributes('implies')\n        self.ignore_attributes('excludes')\n\n        # add categories string field\n        self.add_categories_str()\n\n    @staticmethod\n    def compile_clue(regexp_extended):\n        values = regexp_extended.split(r'\\;')\n        regex_dict = {\"re\": re.compile(values[0], flags=re.IGNORECASE)}\n        for extra_field in values[1:]:\n            try:\n                (k, v) = extra_field.split(':', 1)\n                regex_dict[k] = v\n            except ValueError:\n                regex_dict[extra_field] = None\n\n        return regex_dict\n\n    def compile_clues(self):\n        # compiling regular expressions\n        for app in self.apps:\n            regexps = {}\n            for key in list(self.apps[app]):\n                if key in ['script', 'html', 'url']:\n                    try:\n                        regexps[key + \"_re\"] = list(six.moves.map(self.compile_clue, self.apps[app][key]))\n                    except sre_constants.error:\n                        del self.apps[app][key]\n                if key in ['meta', 'headers', 'js', 'cookies']:\n                    try:\n                        regexps[key + \"_re\"] = dict((entry, self.compile_clue(self.apps[app][key][entry]))\n                                                    for entry in self.apps[app][key])\n                    except sre_constants.error:\n                        del self.apps[app][key]\n            self.apps[app].update(regexps)\n\n\nClues = _Clues()  # For use as singleton\n"
  },
  {
    "path": "wad/detection.py",
    "content": "from __future__ import absolute_import, division, print_function, unicode_literals\nimport six\n\nfrom _ssl import SSLError\nimport copy\nimport logging\nimport socket\nimport re\n\nfrom wad import tools\nfrom wad.clues import Clues\n\n# TODO: Switch to BeautifulSoup or lxml for HTML parsing purposes\nre_meta = re.compile(r'<meta[^>]+>', re.IGNORECASE)\nre_content = re.compile(r'content\\s*=\\s*[\\'\"]([^\\'\"]+)[\\'\"]', re.IGNORECASE)\nre_name = re.compile(r'name\\s*=\\s*[\\'\"]([^\\'\"]+)[\\'\"]', re.IGNORECASE)\nre_script = re.compile(r'<script[^>]+src\\s*=\\s*[\"\\']([^\"\\']*)', re.IGNORECASE)\n\nTIMEOUT = 3\n\n\nclass Detector(object):\n    def __init__(self):\n        self.apps, self.categories = Clues.get_clues()\n\n    def detect(self, url, limit=None, exclude=None, timeout=TIMEOUT):\n        logging.info(\"- %s\", url)\n\n        original_url = url\n\n        if not self.expected_url(url, limit, exclude):\n            return {}\n\n        page = self.get_page(url=url, timeout=timeout)\n        if not page:\n            return {}\n\n        url = self.get_new_url(page)\n\n        if url != original_url:\n            logging.info(\"` %s\", url)\n\n            if not self.expected_url(url, limit, exclude):\n                return {}\n\n        url = self.normalize_url(url)\n\n        content = self.get_content(page, url)\n        if content is None:  # Empty content is empty string, so it will pass.\n            return {}\n\n        if six.PY3:\n            content = content.decode('latin-1')\n\n        findings = self.findings(url, page.info(), content)\n        findings += self.additional_checks(page, url, content)\n\n        return {url: findings}\n\n    def findings(self, url, headers, content):\n        findings = []\n        findings += self.check_url(url)  # 'url'\n        if headers:\n            findings += self.check_headers(headers)  # 'headers'\n            findings += self.check_cookies(headers)  # 'cookies'\n        if content:\n            findings += self.check_meta(content)  # 'meta'\n            findings += self.check_script(content)  # 'script'\n            findings += self.check_html(content)  # 'html'\n\n        self.follow_implies(findings)  # 'implies'\n        self.remove_duplicates(findings)\n        self.remove_exclusions(findings)  # 'excludes'\n        self.add_categories(findings)\n\n        return findings\n\n    def detect_multiple(self, urls, limit=None, exclude=None, timeout=TIMEOUT):\n        # remove duplicate URLs, remove empty URLs\n        urls = list(set(urls) - set([None, \"\"]))\n\n        results = {}\n        for url in urls:\n            try:\n                res = self.detect(url, limit, exclude, timeout)\n                results.update(res)\n            except Exception as e:\n                logging.warn(\"Error detecting %s: %s\", url, e)\n\n        return results\n\n    def get_content(self, page, url):\n        \"\"\"\n        :return: Content if present, None on handled exception\n        \"\"\"\n        try:\n            content = page.read()\n        except (socket.timeout, six.moves.http_client.HTTPException, SSLError) as e:\n            logging.info(\"Exception while reading %s, terminating: %s\", url, tools.error_to_str(e))\n            return None\n        return content\n\n    def get_page(self, url, timeout=TIMEOUT):\n        try:\n            page = tools.urlopen(url, timeout=timeout)\n        except six.moves.urllib.error.HTTPError as e:\n            logging.warning(\"Error opening %s\", url)\n            page = e\n        except six.moves.urllib.error.URLError as e:\n            # a network problem? page unavailable? wrong URL?\n            logging.warning(\"Error opening %s, terminating: %s\", url, tools.error_to_str(e))\n            return None\n        return page\n\n    def get_new_url(self, page):\n        return page.geturl()\n\n    def normalize_url(self, url):\n        path = ''.join(six.moves.urllib.parse.urlparse(url)[2:])\n        if path == '':  # ergo nothing follows top level domain\n            return url + '/'\n        return url\n\n    @staticmethod\n    def check_re(re_compiled, re_raw, text, found, det, app, show_match_only=False):\n        # if re matches text, then add the app(lication) to found\n        res = []\n        match = re_compiled[\"re\"].search(text)\n        if match:\n            ver = None\n\n            if show_match_only:\n                show_text = match.group(0)\n            else:\n                show_text = text\n\n            show_text = ''.join(show_text.splitlines())\n\n            if \"version\" in re_compiled:\n                version_pattern = re_compiled[\"version\"]\n\n                # checking if version has \"\\\\1?a:b\" syntax\n                # see https://github.com/AliasIO/Wappalyzer/wiki/Specification#version-syntax\n                #\n                # NB: Wappalyzer's implementation differs a bit:\n                # https://github.com/AliasIO/Wappalyzer/blob/master/src/wappalyzer.js\n                try:\n                    ternary = re.match(r\"^(.*)\\?(.*):(.*)$\", version_pattern)\n                    if ternary:\n                        ver = ternary.group(3)\n                        try:\n                            if match.expand(ternary.group(1)):\n                                ver = ternary.group(2)\n                        except Exception:\n                            pass\n                    else:\n                        ver = match.expand(version_pattern)\n                except Exception as e:\n                    logging.debug(\"Version not detected: expanding '%s' with '%s' failed: %s\", show_text, re_raw,\n                                  tools.error_to_str(e))\n                    ver = None\n\n                if ver:\n                    ver = ver.strip()\n\n            logging.info(\"  + %-7s -> %s (%s): %s =~ %s\", det, app, ver, show_text, re_raw)\n\n            res = [{'app': str(app), 'ver': ver or None}]\n            found += res\n\n        return res\n\n    def check_tag(self, data, key, key_re, show_match_only=False):\n        found = []\n        for app in self.apps:\n            if key in self.apps[app]:\n                for i in range(len(self.apps[app][key_re])):\n                    self.check_re(self.apps[app][key_re][i], self.apps[app][key][i], data, found, key, app,\n                                  show_match_only)\n        return found\n\n    def check_url(self, url):\n        return self.check_tag(data=url, key='url', key_re='url_re', show_match_only=False)\n\n    def check_html(self, content):\n        return self.check_tag(data=content, key='html', key_re='html_re', show_match_only=True)\n\n    def check_script(self, content):\n        found = []\n        for tag in re_script.finditer(content):\n            found.extend(self.check_tag(data=tag.group(1), key='script', key_re='script_re', show_match_only=False))\n        return found\n\n    def check_meta(self, content):\n        found = []\n        for tag in re_meta.finditer(content):\n            meta_tag = tag.group(0)\n            name_matches = re_name.findall(meta_tag)\n            content_matches = re_content.findall(meta_tag)\n            if not name_matches or not content_matches:\n                continue\n\n            name = name_matches[0]\n            content = content_matches[0]\n            for app in self.apps:\n                if 'meta' in self.apps[app]:\n                    for meta in self.apps[app]['meta']:\n                        if name.lower() == meta.lower():\n                            self.check_re(self.apps[app][\"meta_re\"][meta], self.apps[app]['meta'][meta],\n                                          content, found, 'meta(%s)' % meta, app)\n\n        return found\n\n    def check_headers(self, headers):\n        headers = dict((k.lower(), v) for k, v in headers.items())\n\n        found = []\n        for app in self.apps:\n            if 'headers' in self.apps[app]:\n                for entry in self.apps[app]['headers']:\n                    if entry.lower() in headers:\n                        self.check_re(self.apps[app]['headers_re'][entry], self.apps[app]['headers'][entry],\n                                      headers[entry.lower()], found, 'headers(%s)' % entry, app)\n        return found\n\n    def check_cookies(self, headers):\n        cookies = dict()\n        for cookie in headers.get('Set-Cookie', '').split(';'):\n            if '=' in cookie:\n                sep = cookie.index('=')\n                cookie_name = cookie[:sep].strip()\n                cookie_val = cookie[sep+1:].strip()\n                cookies[cookie_name] = cookie_val\n\n        if not cookies:\n            return []\n\n        found = []\n        for app in self.apps:\n            if 'cookies' in self.apps[app]:\n                for entry in self.apps[app]['cookies']:\n                    if entry in cookies:\n                        self.check_re(self.apps[app]['cookies_re'][entry], self.apps[app]['cookies'][entry],\n                                      cookies[entry], found, 'cookies(%s)' % entry, app)\n        return found\n\n    def implied_by(self, app_list):\n        all_implied = [implied for app in app_list\n                       if 'implies' in self.apps.get(app, {})\n                       for implied in self.apps[app]['implies']]\n        implied_new = set(all_implied) - set(app_list)\n        return implied_new\n\n    def follow_implies(self, findings):\n        new = self.implied_by([f['app'] for f in findings])\n        while new:\n            for app in new:\n                findings += [{'app': app, 'ver': None}]\n                logging.info(\"  + %-7s -> %s\", \"implies\", app)\n\n            new = self.implied_by([f['app'] for f in findings])\n\n    @staticmethod\n    def remove_duplicates(findings):\n        temp = copy.deepcopy(findings)\n\n        # empty list findings\n        # (keeping the existing list reference, rather than creating new list with 'findings = []' )\n        findings[:] = []\n\n        # loop over temp and insert back info findings unless it already exists\n        for t in temp:\n            already = False\n            for f in findings:\n                if t == f:\n                    already = True\n                elif t['app'] == f['app']:\n                    # same app but different versions - now decide which one to take\n\n                    # if f is empty or prefix of t then overwrite f with t\n                    if f['ver'] is None or (t['ver'] is not None and t['ver'].find(f['ver']) == 0):\n                        f['ver'] = t['ver']\n                        already = True\n                    # if t is empty or prefix of f, then ignore t\n                    elif t['ver'] is None or f['ver'].find(t['ver']) == 0:\n                        already = True\n\n            # if t is new, then add it to final findings\n            if not already:\n                findings += [t]\n\n    def excluded_by(self, app_list):\n        to_exclude = list(\n            set(six.moves.reduce(list.__add__,\n                                 [self.apps[app]['excludes'] for app in app_list if 'excludes' in self.apps[app]], [])))\n        if len(to_exclude) > 0:\n            logging.info(\"  - excluding apps: %s\", ','.join(to_exclude))\n        return to_exclude\n\n    def remove_exclusions(self, findings):\n        excluded = self.excluded_by([f['app'] for f in findings])\n        for app in excluded:\n            for f in findings:\n                if f['app'] == app:\n                    findings.remove(f)\n\n    def add_categories(self, findings):\n        # some apps are in several categories => merged to a comma-separated string\n        for f in findings:\n            f['type'] = self.apps[f['app']]['catsStr']\n\n    @staticmethod\n    def url_match(url, regexp, default):\n        if regexp:\n            return re.match(regexp, url, re.IGNORECASE)\n        return default\n\n    def expected_url(self, url, limit, exclude):\n        if not self.url_match(url, limit, True):\n            logging.warning(\"x %s !~ %s\", url, limit)\n            return False\n        if self.url_match(url, exclude, False):\n            logging.warning(\"x %s =~ %s\", url, exclude)\n            return False\n        return True\n\n    def additional_checks(self, page, url, content):\n        \"\"\"\n        It can be overrided in order to perform more checks over the website\n        :param page: page retrieved with urllib2\n        :param url: page url\n        :param content: decoded content\n        :return: list of findings\n        \"\"\"\n        return []\n"
  },
  {
    "path": "wad/etc/README.md",
    "content": "apps.json file originates from [Wappalyzer tool](https://github.com/AliasIO/Wappalyzer) and is licensed under\nGPLv3 license. Copy of the license is contained in main directory of this project."
  },
  {
    "path": "wad/etc/apps.json",
    "content": "{\n  \"$schema\": \"../schema.json\",\n  \"apps\": {\n    \"1C-Bitrix\": {\n      \"cats\": [\n        1\n      ],\n      \"headers\": {\n        \"Set-Cookie\": \"BITRIX_\",\n        \"X-Powered-CMS\": \"Bitrix Site Manager\"\n      },\n      \"html\": \"(?:<link[^>]+components/bitrix|(?:src|href)=\\\"/bitrix/(?:js|templates))\",\n      \"icon\": \"1C-Bitrix.png\",\n      \"implies\": \"PHP\",\n      \"script\": \"1c-bitrix\",\n      \"website\": \"http://www.1c-bitrix.ru\"\n    },\n    \"91App\": {\n      \"cats\": [\n        6\n      ],\n      \"icon\": \"91app.png\",\n      \"script\": \"https\\\\:\\\\/\\\\/track\\\\.91app\\\\.io\\\\/track\\\\.js\\\\?\",\n      \"website\": \"https://www.91app.com/\"\n    },\n    \"3dCart\": {\n      \"cats\": [\n        1,\n        6\n      ],\n      \"cookies\": {\n        \"3dvisit\": \"\"\n      },\n      \"headers\": {\n        \"X-Powered-By\": \"3DCART\"\n      },\n      \"icon\": \"3dCart.png\",\n      \"script\": \"(?:twlh(?:track)?\\\\.asp|3d_upsell\\\\.js)\",\n      \"website\": \"http://www.3dcart.com\"\n    },\n    \"A-Frame\": {\n      \"cats\": [\n        25\n      ],\n      \"html\": \"<a-scene[^<>]*>\",\n      \"icon\": \"A-Frame.svg\",\n      \"implies\": \"three.js\",\n      \"js\": {\n        \"AFRAME.version\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"script\": \"/?([\\\\d.]+)?/aframe(?:\\\\.min)?\\\\.js\\\\;version:\\\\1\",\n      \"website\": \"https://aframe.io\"\n    },\n    \"AD EBiS\": {\n      \"cats\": [\n        10\n      ],\n      \"html\": [\n        \"<!-- EBiS contents tag\",\n        \"<!--EBiS tag\",\n        \"<!-- Tag EBiS\",\n        \"<!-- EBiS common tag\"\n      ],\n      \"icon\": \"ebis.png\",\n      \"website\": \"http://www.ebis.ne.jp\"\n    },\n    \"AOLserver\": {\n      \"cats\": [\n        22\n      ],\n      \"cpe\": \"cpe:/a:aol:aolserver\",\n      \"headers\": {\n        \"Server\": \"AOLserver/?([\\\\d.]+)?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"AOLserver.png\",\n      \"website\": \"http://aolserver.com\"\n    },\n    \"AT Internet Analyzer\": {\n      \"cats\": [\n        10\n      ],\n      \"icon\": \"AT Internet.png\",\n      \"js\": {\n        \"ATInternet\": \"\",\n        \"xtsite\": \"\"\n      },\n      \"website\": \"http://atinternet.com/en\"\n    },\n    \"AT Internet XiTi\": {\n      \"cats\": [\n        10\n      ],\n      \"icon\": \"AT Internet.png\",\n      \"js\": {\n        \"xt_click\": \"\"\n      },\n      \"script\": \"xiti\\\\.com/hit\\\\.xiti\",\n      \"website\": \"http://atinternet.com/en\"\n    },\n    \"AWStats\": {\n      \"cats\": [\n        10\n      ],\n      \"cpe\": \"cpe:/a:laurent_destailleur:awstats\",\n      \"icon\": \"AWStats.png\",\n      \"implies\": \"Perl\",\n      \"meta\": {\n        \"generator\": \"AWStats ([\\\\d.]+(?: \\\\(build [\\\\d.]+\\\\))?)\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://awstats.sourceforge.net\"\n    },\n    \"AMP\": {\n      \"cats\": [\n        12\n      ],\n      \"html\": \"<html[^>]* (?:amp|⚡)[^-]\",\n      \"icon\": \"Accelerated-Mobile-Pages.svg\",\n      \"website\": \"https://www.amp.dev\"\n    },\n    \"AMP Plugin\": {\n      \"cats\": [\n        1,\n        5\n      ],\n      \"icon\": \"Accelerated-Mobile-Pages.svg\",\n      \"implies\": [\n        \"WordPress\"\n      ],\n      \"meta\": {\n        \"generator\": \"^AMP Plugin v(\\\\d+\\\\.\\\\d+.*)$\\\\;version:\\\\1\"\n      },\n      \"website\": \"https://amp-wp.org\"\n    },\n    \"Apollo\": {\n      \"cats\": [\n        59\n      ],\n      \"icon\": \"Apollo.svg\",\n      \"js\": {\n        \"__APOLLO_CLIENT__\": \"\",\n        \"__APOLLO_CLIENT__.version\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"website\": \"https://www.apollographql.com\"\n    },\n    \"Arc Publishing\": {\n      \"cats\": [\n        1\n      ],\n      \"html\": \"<div [^>]*id=\\\"pb-root\\\"\",\n      \"js\": {\n        \"Fusion.arcSite\": \"\"\n      },\n      \"icon\": \"Arc-Publishing.svg\",\n      \"website\": \"https://www.arcpublishing.com/\"\n    },\n    \"Azure\": {\n      \"cats\": [\n        62\n      ],\n      \"headers\": {\n        \"azure-regionname\": \"\",\n        \"azure-sitename\": \"\",\n        \"azure-slotname\": \"\",\n        \"azure-version\": \"\"\n      },\n      \"cookies\": {\n        \"ARRAffinity\": \"\",\n        \"TiPMix\": \"\"\n      },\n      \"icon\": \"azure.svg\",\n      \"website\": \"https://azure.microsoft.com\"\n    },\n    \"Azure CDN\": {\n      \"cats\": [\n        31\n      ],\n      \"headers\": {\n        \"server\": \"^(?:ECAcc|ECS|ECD)\",\n        \"X-EC-Debug\": \"\"\n      },\n      \"icon\": \"azure.svg\",\n      \"website\": \"https://azure.microsoft.com/en-us/services/cdn/\"\n    },\n    \"Acquia Cloud\": {\n      \"cats\": [\n        62\n      ],\n      \"headers\": {\n        \"X-AH-Environment\": \"^\\\\w+$\"\n      },\n      \"icon\": \"acquia-cloud.png\",\n      \"implies\": [\n        \"Drupal\\\\;confidence:95\",\n        \"Apache\",\n        \"Percona\",\n        \"Amazon EC2\"\n      ],\n      \"website\": \"https://www.acquia.com/\"\n    },\n    \"Act-On\": {\n      \"cats\": [\n        32\n      ],\n      \"icon\": \"ActOn.png\",\n      \"js\": {\n        \"ActOn\": \"\"\n      },\n      \"website\": \"http://act-on.com\"\n    },\n    \"AdInfinity\": {\n      \"cats\": [\n        36\n      ],\n      \"icon\": \"AdInfinity.png\",\n      \"script\": \"adinfinity\\\\.com\\\\.au\",\n      \"website\": \"http://adinfinity.com.au\"\n    },\n    \"AdOcean\": {\n      \"cats\": [\n        36\n      ],\n      \"icon\": \"AdOcean.png\",\n      \"implies\": \"Gemius\",\n      \"js\": {\n        \"ado.master\": \"\",\n        \"ado.slave\": \"\",\n        \"ado.placement\": \"\"\n      },\n      \"script\": [\n        \"adocean\\\\.pl/files/js/ado\\\\.js\",\n        \"adocean\\\\.pl\\\\;confidence:80\"\n      ],\n      \"website\": \"https://adocean-global.com\"\n    },\n    \"AdRiver\": {\n      \"cats\": [\n        36\n      ],\n      \"html\": \"(?:<embed[^>]+(?:src=\\\"https?://mh\\\\d?\\\\.adriver\\\\.ru/|flashvars=\\\"[^\\\"]*(?:http:%3A//(?:ad|mh\\\\d?)\\\\.adriver\\\\.ru/|adriver_banner))|<(?:(?:iframe|img)[^>]+src|a[^>]+href)=\\\"https?://ad\\\\.adriver\\\\.ru/)\",\n      \"icon\": \"AdRiver.png\",\n      \"js\": {\n        \"adriver\": \"\"\n      },\n      \"script\": \"(?:adriver\\\\.core\\\\.\\\\d\\\\.js|https?://(?:content|ad|masterh\\\\d)\\\\.adriver\\\\.ru/)\",\n      \"website\": \"http://adriver.ru\"\n    },\n    \"AdRoll\": {\n      \"cats\": [\n        36\n      ],\n      \"icon\": \"AdRoll.svg\",\n      \"js\": {\n        \"adroll_adv_id\": \"\",\n        \"adroll_pix_id\": \"\"\n      },\n      \"script\": \"(?:a|s)\\\\.adroll\\\\.com\",\n      \"website\": \"http://adroll.com\"\n    },\n    \"Adcash\": {\n      \"cats\": [\n        36\n      ],\n      \"icon\": \"Adcash.svg\",\n      \"js\": {\n        \"SuLoaded\": \"\",\n        \"SuUrl\": \"\",\n        \"ac_bgclick_URL\": \"\",\n        \"ct_nOpp\": \"\",\n        \"ct_nSuUrl\": \"\",\n        \"ct_siteunder\": \"\",\n        \"ct_tag\": \"\"\n      },\n      \"script\": \"^[^\\\\/]*//(?:[^\\\\/]+\\\\.)?adcash\\\\.com/(?:script|ad)/\",\n      \"url\": \"^https?://(?:[^\\\\/]+\\\\.)?adcash\\\\.com/script/pop_\",\n      \"website\": \"http://adcash.com\"\n    },\n    \"AddShoppers\": {\n      \"cats\": [\n        5\n      ],\n      \"icon\": \"AddShoppers.png\",\n      \"script\": \"cdn\\\\.shop\\\\.pe/widget/\",\n      \"website\": \"http://www.addshoppers.com\"\n    },\n    \"AddThis\": {\n      \"cats\": [\n        5\n      ],\n      \"icon\": \"AddThis.svg\",\n      \"js\": {\n        \"addthis\": \"\"\n      },\n      \"script\": \"addthis\\\\.com/js/\",\n      \"website\": \"http://www.addthis.com\"\n    },\n    \"AddToAny\": {\n      \"cats\": [\n        5\n      ],\n      \"icon\": \"AddToAny.png\",\n      \"js\": {\n        \"a2apage_init\": \"\"\n      },\n      \"script\": \"addtoany\\\\.com/menu/page\\\\.js\",\n      \"website\": \"http://www.addtoany.com\"\n    },\n    \"Adminer\": {\n      \"cats\": [\n        3\n      ],\n      \"html\": [\n        \"Adminer</a> <span class=\\\"version\\\">([\\\\d.]+)</span>\\\\;version:\\\\1\",\n        \"onclick=\\\"bodyClick\\\\(event\\\\);\\\" onload=\\\"verifyVersion\\\\('([\\\\d.]+)'\\\\);\\\">\\\\;version:\\\\1\"\n      ],\n      \"icon\": \"adminer.png\",\n      \"implies\": \"PHP\",\n      \"website\": \"http://www.adminer.org\"\n    },\n    \"Adnegah\": {\n      \"cats\": [\n        36\n      ],\n      \"headers\": {\n        \"X-Advertising-By\": \"adnegah\\\\.net\"\n      },\n      \"html\": \"<iframe [^>]*src=\\\"[^\\\"]+adnegah\\\\.net\",\n      \"icon\": \"adnegah.png\",\n      \"script\": \"[^a-z]adnegah.*\\\\.js$\",\n      \"website\": \"https://Adnegah.net\"\n    },\n    \"Adobe ColdFusion\": {\n      \"cats\": [\n        18\n      ],\n      \"cpe\": \"cpe:/a:adobe:coldfusion\",\n      \"headers\": {\n        \"Cookie\": \"CFTOKEN=\"\n      },\n      \"html\": \"<!-- START headerTags\\\\.cfm\",\n      \"icon\": \"Adobe ColdFusion.svg\",\n      \"implies\": \"CFML\",\n      \"js\": {\n        \"_cfEmails\": \"\"\n      },\n      \"script\": \"/cfajax/\",\n      \"url\": \"\\\\.cfm(?:$|\\\\?)\",\n      \"website\": \"http://adobe.com/products/coldfusion-family.html\"\n    },\n    \"Adobe DTM\": {\n      \"cats\": [\n        42\n      ],\n      \"js\": {\n        \"_satellite\": \"\"\n      },\n      \"icon\": \"adobedmt.png\",\n      \"website\": \"https://marketing.adobe.com/resources/help/en_US/dtm/c_overview.html\"\n    },\n    \"Adobe Experience Manager\": {\n      \"cats\": [\n        1\n      ],\n      \"cpe\": \"cpe:/a:adobe:experience_manager\",\n      \"html\": [\n        \"<div class=\\\"[^\\\"]*parbase\",\n        \"<div[^>]+data-component-path=\\\"[^\\\"+]jcr:\",\n        \"<div class=\\\"[^\\\"]*aem-Grid\"\n      ],\n      \"icon\": \"Adobe Experience Manager.svg\",\n      \"implies\": \"Java\",\n      \"script\": [\n        \"/etc/designs/\",\n        \"/etc/clientlibs/\",\n        \"/etc.clientlibs/\"\n      ],\n      \"website\": \"https://www.adobe.com/marketing/experience-manager.html\"\n    },\n    \"Adobe GoLive\": {\n      \"cats\": [\n        20\n      ],\n      \"cpe\": \"cpe:/a:adobe:golive\",\n      \"icon\": \"Adobe GoLive.png\",\n      \"meta\": {\n        \"generator\": \"Adobe GoLive(?:\\\\s([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://www.adobe.com/products/golive\"\n    },\n    \"Adobe Muse\": {\n      \"cats\": [\n        20\n      ],\n      \"icon\": \"Adobe Muse.svg\",\n      \"meta\": {\n        \"generator\": \"^Muse(?:$| ?/?(\\\\d[\\\\d.]+))\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://muse.adobe.com\"\n    },\n    \"Adobe RoboHelp\": {\n      \"cats\": [\n        4\n      ],\n      \"cpe\": \"cpe:/a:adobe:robohelp\",\n      \"icon\": \"Adobe RoboHelp.svg\",\n      \"js\": {\n        \"gbWhLang\": \"\",\n        \"gbWhMsg\": \"\",\n        \"gbWhProxy\": \"\",\n        \"gbWhUtil\": \"\",\n        \"gbWhVer\": \"\"\n      },\n      \"meta\": {\n        \"generator\": \"^Adobe RoboHelp(?: ([\\\\d]+))?\\\\;version:\\\\1\"\n      },\n      \"script\": \"(?:wh(?:utils|ver|proxy|lang|topic|msg)|ehlpdhtm)\\\\.js\",\n      \"website\": \"http://adobe.com/products/robohelp.html\"\n    },\n    \"ADPLAN\": {\n      \"cats\": [\n        10\n      ],\n      \"icon\": \"ADPLAN.png\",\n      \"script\": [\n        \"^https?://[^.]+\\\\.adplan7\\\\.com/\\\\;version:7\",\n        \"^https?://(?!o\\\\.)\\\\w+\\\\.advg\\\\.jp/\"\n      ],\n      \"website\": \"https://www.adplan7.com/\"\n    },\n    \"Advanced Web Stats\": {\n      \"cats\": [\n        10\n      ],\n      \"html\": \"aws\\\\.src = [^<]+caphyon-analytics\",\n      \"icon\": \"Advanced Web Stats.png\",\n      \"implies\": \"Java\",\n      \"website\": \"http://www.advancedwebstats.com\"\n    },\n    \"Advert Stream\": {\n      \"cats\": [\n        36\n      ],\n      \"icon\": \"Advert Stream.png\",\n      \"js\": {\n        \"advst_is_above_the_fold\": \"\"\n      },\n      \"script\": \"(?:ad\\\\.advertstream\\\\.com|adxcore\\\\.com)\",\n      \"website\": \"http://www.advertstream.com\"\n    },\n    \"Adverticum\": {\n      \"cats\": [\n        36\n      ],\n      \"icon\": \"Adverticum.svg\",\n      \"script\": \"(?:ad\\\\.)?adverticum\\\\.net/g3\\\\.js\",\n      \"html\": \"<div (?:id=\\\"[a-zA-Z0-9_]*\\\" )?class=\\\"goAdverticum\\\"\",\n      \"website\": \"http://adverticum.net\"\n    },\n    \"Adyen\": {\n      \"cats\": [\n        41\n      ],\n      \"icon\": \"Adyen.svg\",\n      \"js\": {\n        \"adyen.encrypt.version\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"website\": \"https://www.adyen.com\"\n    },\n    \"Adzerk\": {\n      \"cats\": [\n        36\n      ],\n      \"html\": \"<iframe [^>]*src=\\\"[^\\\"]+adzerk\\\\.net\",\n      \"icon\": \"Adzerk.png\",\n      \"js\": {\n        \"ados\": \"\",\n        \"adosResults\": \"\"\n      },\n      \"script\": \"adzerk\\\\.net/ados\\\\.js\",\n      \"website\": \"http://adzerk.com\"\n    },\n    \"Aegea\": {\n      \"cats\": [\n        11\n      ],\n      \"headers\": {\n        \"X-Powered-By\": \"^E2 Aegea v(\\\\d+)$\\\\;version:\\\\1\"\n      },\n      \"icon\": \"Aegea.png\",\n      \"implies\": [\n        \"PHP\",\n        \"jQuery\"\n      ],\n      \"website\": \"http://blogengine.ru\"\n    },\n    \"Afosto\": {\n      \"cats\": [\n        6\n      ],\n      \"headers\": {\n        \"X-Powered-By\": \"Afosto SaaS BV\"\n      },\n      \"icon\": \"Afosto.svg\",\n      \"website\": \"http://afosto.com\"\n    },\n    \"AfterBuy\": {\n      \"cats\": [\n        6\n      ],\n      \"html\": [\n        \"<dd>This OnlineStore is brought to you by ViA-Online GmbH Afterbuy\\\\. Information and contribution at https://www\\\\.afterbuy\\\\.de</dd>\"\n      ],\n      \"icon\": \"after-buy.png\",\n      \"script\": \"shop-static\\\\.afterbuy\\\\.de\",\n      \"website\": \"http://www.afterbuy.de\"\n    },\n    \"Ahoy\": {\n      \"cats\": [\n        10\n      ],\n      \"js\": {\n        \"ahoy\": \"\"\n      },\n      \"cookies\": {\n        \"ahoy_track\": \"\",\n        \"ahoy_visit\": \"\",\n        \"ahoy_visitor\": \"\"\n      },\n      \"website\": \"https://github.com/ankane/ahoy\"\n    },\n    \"Aircall\": {\n      \"cats\": [\n        52\n      ],\n      \"icon\": \"aircall.png\",\n      \"script\": \"^https?://cdn\\\\.aircall\\\\.io/\",\n      \"website\": \"http://aircall.io\"\n    },\n    \"Airee\": {\n      \"cats\": [\n        31\n      ],\n      \"headers\": {\n        \"Server\": \"^Airee\"\n      },\n      \"icon\": \"Airee.png\",\n      \"website\": \"http://xn--80aqc2a.xn--p1ai\"\n    },\n    \"Airform\": {\n      \"cats\": [\n        61\n      ],\n      \"html\": [\n        \"<form[^>]+?action=\\\"[^\\\"]+airform.io\"\n      ],\n      \"icon\": \"Airform.svg\",\n      \"website\": \"https://airform.io\"\n    },\n    \"Akamai\": {\n      \"cats\": [\n        31\n      ],\n      \"headers\": {\n        \"X-Akamai-Transformed\": \"\"\n      },\n      \"icon\": \"akamai.svg\",\n      \"website\": \"http://akamai.com\"\n    },\n    \"Akaunting\": {\n      \"cats\": [\n        55\n      ],\n      \"headers\": {\n        \"X-Akaunting\": \"^Free Accounting Software$\"\n      },\n      \"html\": [\n        \"<link[^>]+akaunting-green\\\\.css\",\n        \"Powered By Akaunting: <a [^>]*href=\\\"https?://(?:www\\\\.)?akaunting\\\\.com[^>]+>\"\n      ],\n      \"icon\": \"akaunting.svg\",\n      \"implies\": \"Laravel\",\n      \"website\": \"https://akaunting.com\"\n    },\n    \"Akka HTTP\": {\n      \"cats\": [\n        18,\n        22\n      ],\n      \"cpe\": \"cpe:/a:lightbend:akka_http\",\n      \"headers\": {\n        \"Server\": \"akka-http(?:/([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"akka-http.png\",\n      \"website\": \"http://akka.io\"\n    },\n    \"Algolia Realtime Search\": {\n      \"cats\": [\n        29\n      ],\n      \"icon\": \"Algolia Realtime Search.svg\",\n      \"js\": {\n        \"AlgoliaSearch\": \"\",\n        \"algoliasearch.version\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://www.algolia.com\"\n    },\n    \"All in One SEO Pack\": {\n      \"cats\": [\n        54\n      ],\n      \"cpe\": \"cpe:/a:semperfiwebdesign:all_in_one_seo_pack\",\n      \"html\": \"<!-- All in One SEO Pack ([\\\\d.]+) \\\\;version:\\\\1\",\n      \"icon\": \"all-in-One-SEO-Pack.png\",\n      \"implies\": \"WordPress\",\n      \"website\": \"https://wordpress.org/plugins/all-in-one-seo-pack/\"\n    },\n    \"Allegro RomPager\": {\n      \"cats\": [\n        22\n      ],\n      \"headers\": {\n        \"Server\": \"Allegro-Software-RomPager(?:/([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"Allegro RomPager.png\",\n      \"website\": \"http://allegrosoft.com/embedded-web-server-s2\"\n    },\n    \"AlloyUI\": {\n      \"cats\": [\n        12\n      ],\n      \"icon\": \"AlloyUI.png\",\n      \"implies\": [\n        \"Bootstrap\",\n        \"YUI\"\n      ],\n      \"js\": {\n        \"AUI\": \"\"\n      },\n      \"script\": \"^https?://cdn\\\\.alloyui\\\\.com/\",\n      \"website\": \"http://www.alloyui.com\"\n    },\n    \"Amaya\": {\n      \"cats\": [\n        20\n      ],\n      \"icon\": \"Amaya.png\",\n      \"meta\": {\n        \"generator\": \"Amaya(?: V?([\\\\d.]+[a-z]))?\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://www.w3.org/Amaya\"\n    },\n    \"Amazon Cloudfront\": {\n      \"cats\": [\n        31\n      ],\n      \"headers\": {\n        \"Via\": \"\\\\(CloudFront\\\\)$\",\n        \"X-Amz-Cf-Id\": \"\"\n      },\n      \"icon\": \"Amazon-Cloudfront.svg\",\n      \"implies\": \"Amazon Web Services\",\n      \"website\": \"http://aws.amazon.com/cloudfront/\"\n    },\n    \"Amazon EC2\": {\n      \"cats\": [\n        22\n      ],\n      \"headers\": {\n        \"Server\": \"\\\\(Amazon\\\\)\"\n      },\n      \"icon\": \"aws-ec2.svg\",\n      \"implies\": \"Amazon Web Services\",\n      \"website\": \"http://aws.amazon.com/ec2/\"\n    },\n    \"Amazon Web Services\": {\n      \"cats\": [\n        62\n      ],\n      \"icon\": \"aws.svg\",\n      \"website\": \"https://aws.amazon.com/\"\n    },\n    \"Amazon ECS\": {\n      \"cats\": [\n        63\n      ],\n      \"headers\": {\n        \"Server\": \"^ECS\"\n      },\n      \"icon\": \"aws.svg\",\n      \"implies\": [\n        \"Amazon Web Services\",\n        \"Docker\"\n      ],\n      \"website\": \"https://aws.amazon.com/elasticloadbalancing/\"\n    },\n    \"Amazon ELB\": {\n      \"cats\": [\n        65\n      ],\n      \"cookies\": {\n        \"AWSELB\": \"\"\n      },\n      \"icon\": \"aws-elb.png\",\n      \"implies\": \"Amazon Web Services\",\n      \"website\": \"https://aws.amazon.com/elasticloadbalancing/\"\n    },\n    \"Amazon S3\": {\n      \"cats\": [\n        19\n      ],\n      \"headers\": {\n        \"Server\": \"^AmazonS3$\"\n      },\n      \"icon\": \"aws-s3.svg\",\n      \"implies\": \"Amazon Web Services\",\n      \"website\": \"http://aws.amazon.com/s3/\"\n    },\n    \"Amber\": {\n      \"cats\": [\n        18,\n        22\n      ],\n      \"headers\": {\n        \"X-Powered-By\": \"^Amber$\"\n      },\n      \"icon\": \"amber.png\",\n      \"website\": \"https://amberframework.org\"\n    },\n    \"Ametys\": {\n      \"cats\": [\n        1\n      ],\n      \"icon\": \"Ametys.png\",\n      \"implies\": \"Java\",\n      \"meta\": {\n        \"generator\": \"(?:Ametys|Anyware Technologies)\"\n      },\n      \"script\": \"ametys\\\\.js\",\n      \"website\": \"http://ametys.org\"\n    },\n    \"Amiro.CMS\": {\n      \"cats\": [\n        1\n      ],\n      \"icon\": \"Amiro.CMS.png\",\n      \"implies\": \"PHP\",\n      \"meta\": {\n        \"generator\": \"Amiro\"\n      },\n      \"website\": \"http://amirocms.com\"\n    },\n    \"Amplitude\": {\n      \"cats\": [\n        10\n      ],\n      \"icon\": \"amplitude.png\",\n      \"script\": [\n        \"cdn\\\\.amplitude\\\\.com\"\n      ],\n      \"website\": \"https://amplitude.com/\"\n    },\n    \"Analysys Ark\": {\n      \"cats\": [\n        10\n      ],\n      \"js\": {\n        \"AnalysysAgent\": \"\"\n      },\n      \"cookies\": {\n        \"ARK_ID\": \"\"\n      },\n      \"icon\": \"Analysys Ark.svg\",\n      \"script\": \"AnalysysFangzhou_JS_SDK\\\\.min\\\\.js\\\\?v=([\\\\d.]+)\\\\;version:\\\\1\",\n      \"website\": \"https://ark.analysys.cn\"\n    },\n    \"Anetwork\": {\n      \"cats\": [\n        36\n      ],\n      \"icon\": \"Anetwork.png\",\n      \"script\": \"static-cdn\\\\.anetwork\\\\.ir/\",\n      \"website\": \"https://www.anetwork.ir\"\n    },\n    \"Angular\": {\n      \"cats\": [\n        12\n      ],\n      \"excludes\": [\n        \"AngularDart\",\n        \"AngularJS\"\n      ],\n      \"html\": \"<[^>]+ ng-version=\\\"([\\\\d.]+)\\\"\\\\;version:\\\\1\",\n      \"icon\": \"Angular.svg\",\n      \"js\": {\n        \"ng.coreTokens\": \"\",\n        \"ng.probe\": \"\"\n      },\n      \"website\": \"https://angular.io\"\n    },\n    \"Angular Material\": {\n      \"cats\": [\n        66\n      ],\n      \"icon\": \"AngularJS.svg\",\n      \"implies\": \"AngularJS\",\n      \"js\": {\n        \"ngMaterial\": \"\"\n      },\n      \"script\": \"/([\\\\d.rc-]+)?/angular-material(?:\\\\.min)?\\\\.js\\\\;version:\\\\1\",\n      \"website\": \"https://material.angularjs.org\"\n    },\n    \"AngularDart\": {\n      \"cats\": [\n        18\n      ],\n      \"excludes\": [\n        \"Angular\",\n        \"AngularJS\"\n      ],\n      \"icon\": \"AngularDart.svg\",\n      \"implies\": \"Dart\",\n      \"js\": {\n        \"ngTestabilityRegistries\": \"\"\n      },\n      \"website\": \"https://webdev.dartlang.org/angular/\"\n    },\n    \"AngularJS\": {\n      \"cats\": [\n        12\n      ],\n      \"excludes\": [\n        \"Angular\",\n        \"AngularDart\"\n      ],\n      \"icon\": \"AngularJS.svg\",\n      \"html\": [\n        \"<(?:div|html)[^>]+ng-app=\",\n        \"<ng-app\"\n      ],\n      \"js\": {\n        \"angular\": \"\",\n        \"angular.version.full\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"script\": [\n        \"angular[.-]([\\\\d.]*\\\\d)[^/]*\\\\.js\\\\;version:\\\\1\",\n        \"/([\\\\d.]+(?:-?rc[.\\\\d]*)*)/angular(?:\\\\.min)?\\\\.js\\\\;version:\\\\1\",\n        \"angular.*\\\\.js\"\n      ],\n      \"website\": \"https://angularjs.org\"\n    },\n    \"Ant Design\": {\n      \"cats\": [\n        12\n      ],\n      \"html\": [\n        \"<[^>]*class=\\\"ant-(?:btn|col|row|layout|breadcrumb|menu|pagination|steps|select|cascader|checkbox|calendar|form|input-number|input|mention|rate|radio|slider|switch|tree-select|time-picker|transfer|upload|avatar|badge|card|carousel|collapse|list|popover|tooltip|table|tabs|tag|timeline|tree|alert|modal|message|notification|progress|popconfirm|spin|anchor|back-top|divider|drawer)\",\n        \"<i class=\\\"anticon anticon-\"\n      ],\n      \"icon\": \"Ant Design.svg\",\n      \"js\": {\n        \"antd\": \"\"\n      },\n      \"website\": \"https://ant.design\"\n    },\n    \"Apache\": {\n      \"cats\": [\n        22\n      ],\n      \"cpe\": \"cpe:/a:apache:http_server\",\n      \"headers\": {\n        \"Server\": \"(?:Apache(?:$|/([\\\\d.]+)|[^/-])|(?:^|\\\\b)HTTPD)\\\\;version:\\\\1\"\n      },\n      \"icon\": \"Apache.svg\",\n      \"website\": \"http://apache.org\"\n    },\n    \"Apache HBase\": {\n      \"cats\": [\n        34\n      ],\n      \"cpe\": \"cpe:/a:apache:hbase\",\n      \"html\": \"<style[^>]+static/hbase\",\n      \"icon\": \"Apache HBase.png\",\n      \"implies\": \"Java\",\n      \"website\": \"http://hbase.apache.org\"\n    },\n    \"Apache Hadoop\": {\n      \"cats\": [\n        34\n      ],\n      \"cpe\": \"cpe:/a:apache:hadoop\",\n      \"html\": \"<style[^>]+static/hadoop\",\n      \"icon\": \"Apache Hadoop.svg\",\n      \"website\": \"http://hadoop.apache.org\"\n    },\n    \"Apache JSPWiki\": {\n      \"cats\": [\n        8\n      ],\n      \"cpe\": \"cpe:/a:apache:jspwiki\",\n      \"html\": \"<html[^>]* xmlns:jspwiki=\",\n      \"icon\": \"Apache JSPWiki.png\",\n      \"implies\": \"Apache Tomcat\",\n      \"script\": \"jspwiki\",\n      \"url\": \"wiki\\\\.jsp\",\n      \"website\": \"http://jspwiki.org\"\n    },\n    \"Apache Tomcat\": {\n      \"cats\": [\n        22\n      ],\n      \"cpe\": \"cpe:/a:apache:tomcat\",\n      \"headers\": {\n        \"Server\": \"^Apache-Coyote(?:/([\\\\d.]+))?\\\\;version:\\\\1\",\n        \"X-Powered-By\": \"\\\\bTomcat\\\\b(?:-([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"Apache Tomcat.svg\",\n      \"implies\": \"Java\",\n      \"website\": \"http://tomcat.apache.org\"\n    },\n    \"Apache Traffic Server\": {\n      \"cats\": [\n        22\n      ],\n      \"cpe\": \"cpe:/a:apache:traffic_server\",\n      \"headers\": {\n        \"Server\": \"ATS/?([\\\\d.]+)?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"Apache Traffic Server.png\",\n      \"website\": \"http://trafficserver.apache.org/\"\n    },\n    \"Apache Wicket\": {\n      \"cats\": [\n        18\n      ],\n      \"cpe\": \"cpe:/a:apache:wicket\",\n      \"icon\": \"Apache Wicket.svg\",\n      \"implies\": \"Java\",\n      \"js\": {\n        \"Wicket\": \"\"\n      },\n      \"website\": \"http://wicket.apache.org\"\n    },\n    \"ApexPages\": {\n      \"cats\": [\n        51\n      ],\n      \"headers\": {\n        \"X-Powered-By\": \"Salesforce\\\\.com ApexPages\"\n      },\n      \"icon\": \"ApexPages.png\",\n      \"implies\": \"Salesforce\",\n      \"website\": \"https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_intro.htm\"\n    },\n    \"Apigee\": {\n      \"cats\": [\n        4\n      ],\n      \"script\": \"/profiles/apigee\",\n      \"html\": \"<script>[^>]{0,50}script src=[^>]/profiles/apigee\",\n      \"icon\": \"apigee.svg\",\n      \"website\": \"https://cloud.google.com/apigee/\"\n    },\n    \"Apostrophe CMS\": {\n      \"cats\": [\n        1\n      ],\n      \"html\": \"<[^>]+data-apos-refreshable[^>]\",\n      \"icon\": \"apostrophecms.svg\",\n      \"implies\": \"Node.js\",\n      \"website\": \"http://apostrophecms.org\"\n    },\n    \"AppNexus\": {\n      \"cats\": [\n        36\n      ],\n      \"html\": \"<(?:iframe|img)[^>]+adnxs\\\\.(?:net|com)\",\n      \"icon\": \"AppNexus.svg\",\n      \"script\": \"adnxs\\\\.(?:net|com)\",\n      \"website\": \"http://appnexus.com\"\n    },\n    \"Appcues\": {\n      \"cats\": [\n        58\n      ],\n      \"icon\": \"Appcues.svg\",\n      \"script\": \"fast\\\\.appcues.com*\\\\.js\",\n      \"website\": \"https://appcues.com\"\n    },\n    \"Arastta\": {\n      \"cats\": [\n        6\n      ],\n      \"cpe\": \"cpe:/a:arastta:ecommerce\",\n      \"excludes\": \"OpenCart\",\n      \"headers\": {\n        \"Arastta\": \"^(.+)$\\\\;version:\\\\1\",\n        \"X-Arastta\": \"\"\n      },\n      \"html\": \"Powered by <a [^>]*href=\\\"https?://(?:www\\\\.)?arastta\\\\.org[^>]+>Arastta\",\n      \"icon\": \"Arastta.svg\",\n      \"implies\": \"PHP\",\n      \"script\": \"arastta\\\\.js\",\n      \"website\": \"http://arastta.org\"\n    },\n    \"ArcGIS API for JavaScript\": {\n      \"cats\": [\n        35\n      ],\n      \"icon\": \"arcgis_icon.png\",\n      \"script\": [\n        \"js\\\\.arcgis\\\\.com\",\n        \"basemaps\\\\.arcgis\\\\.com\"\n      ],\n      \"website\": \"https://developers.arcgis.com/javascript/\"\n    },\n    \"Artifactory\": {\n      \"cats\": [\n        47\n      ],\n      \"cpe\": \"cpe:/a:jfrog:artifactory\",\n      \"html\": [\n        \"<span class=\\\"version\\\">Artifactory(?: Pro)?(?: Power Pack)?(?: ([\\\\d.]+))?\\\\;version:\\\\1\"\n      ],\n      \"icon\": \"Artifactory.svg\",\n      \"js\": {\n        \"ArtifactoryUpdates\": \"\"\n      },\n      \"script\": [\n        \"wicket/resource/org\\\\.artifactory\\\\.\"\n      ],\n      \"website\": \"http://jfrog.com/open-source/#os-arti\"\n    },\n    \"Artifactory Web Server\": {\n      \"cats\": [\n        22\n      ],\n      \"cpe\": \"cpe:/a:jfrog:artifactory\",\n      \"headers\": {\n        \"Server\": \"Artifactory(?:/([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"Artifactory.svg\",\n      \"implies\": [\n        \"Artifactory\"\n      ],\n      \"website\": \"http://jfrog.com/open-source/#os-arti\"\n    },\n    \"ArvanCloud\": {\n      \"cats\": [\n        31\n      ],\n      \"headers\": {\n        \"AR-PoweredBy\": \"Arvan Cloud \\\\(arvancloud\\\\.com\\\\)\"\n      },\n      \"icon\": \"ArvanCloud.png\",\n      \"js\": {\n        \"ArvanCloud\": \"\"\n      },\n      \"website\": \"http://www.ArvanCloud.com\"\n    },\n    \"AsciiDoc\": {\n      \"cats\": [\n        1,\n        20,\n        27\n      ],\n      \"icon\": \"AsciiDoc.png\",\n      \"js\": {\n        \"asciidoc\": \"\"\n      },\n      \"meta\": {\n        \"generator\": \"^AsciiDoc ([\\\\d.]+)\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://www.methods.co.nz/asciidoc\"\n    },\n    \"Asciinema\": {\n      \"cats\": [\n        14\n      ],\n      \"html\": \"<asciinema-player\",\n      \"icon\": \"asciinema.png\",\n      \"js\": {\n        \"asciinema\": \"\"\n      },\n      \"script\": \"asciinema\\\\.org/\",\n      \"website\": \"https://asciinema.org/\"\n    },\n    \"Atlassian Bitbucket\": {\n      \"cats\": [\n        47\n      ],\n      \"cpe\": \"cpe:/a:atlassian:bitbucket\",\n      \"html\": \"<li>Atlassian Bitbucket <span title=\\\"[a-z0-9]+\\\" id=\\\"product-version\\\" data-commitid=\\\"[a-z0-9]+\\\" data-system-build-number=\\\"[a-z0-9]+\\\"> v([\\\\d.]+)<\\\\;version:\\\\1\",\n      \"icon\": \"Atlassian Bitbucket.svg\",\n      \"implies\": \"Python\",\n      \"js\": {\n        \"bitbucket\": \"\"\n      },\n      \"meta\": {\n        \"application-name\": \"Bitbucket\"\n      },\n      \"website\": \"http://www.atlassian.com/software/bitbucket/overview/\"\n    },\n    \"Atlassian Confluence\": {\n      \"cats\": [\n        8\n      ],\n      \"cpe\": \"cpe:/a:atlassian:confluence\",\n      \"headers\": {\n        \"X-Confluence-Request-Time\": \"\"\n      },\n      \"html\": \"Powered by <a href=[^>]+atlassian\\\\.com/software/confluence(?:[^>]+>Atlassian Confluence</a> ([\\\\d.]+))?\\\\;version:\\\\1\",\n      \"icon\": \"Atlassian Confluence.svg\",\n      \"implies\": \"Java\",\n      \"meta\": {\n        \"confluence-request-time\": \"\"\n      },\n      \"website\": \"http://www.atlassian.com/software/confluence/overview/team-collaboration-software\"\n    },\n    \"Atlassian FishEye\": {\n      \"cats\": [\n        47\n      ],\n      \"cookies\": {\n        \"FESESSIONID\": \"\"\n      },\n      \"cpe\": \"cpe:/a:atlassian:fisheye\",\n      \"html\": \"<title>(?:Log in to )?FishEye (?:and Crucible )?([\\\\d.]+)?</title>\\\\;version:\\\\1\",\n      \"icon\": \"Atlassian FishEye.svg\",\n      \"website\": \"http://www.atlassian.com/software/fisheye/overview/\"\n    },\n    \"Atlassian Jira\": {\n      \"cats\": [\n        13\n      ],\n      \"cpe\": \"cpe:/a:atlassian:jira\",\n      \"html\": \"Powered by\\\\s+<a href=[^>]+atlassian\\\\.com/(?:software/jira|jira-bug-tracking/)[^>]+>Atlassian\\\\s+JIRA(?:[^v]*v(?:ersion: )?(\\\\d+\\\\.\\\\d+(?:\\\\.\\\\d+)?))?\\\\;version:\\\\1\",\n      \"icon\": \"Atlassian Jira.svg\",\n      \"implies\": \"Java\",\n      \"js\": {\n        \"jira\": \"\"\n      },\n      \"meta\": {\n        \"ajs-version-number\": \"^(.+)$\\\\;version:\\\\1\",\n        \"application-name\": \"JIRA\"\n      },\n      \"website\": \"http://www.atlassian.com/software/jira/overview/\"\n    },\n    \"Atlassian Jira Issue Collector\": {\n      \"cats\": [\n        13,\n        47\n      ],\n      \"icon\": \"Atlassian Jira.svg\",\n      \"script\": [\n        \"jira-issue-collector-plugin\",\n        \"atlassian\\\\.jira\\\\.collector\\\\.plugin\"\n      ],\n      \"website\": \"http://www.atlassian.com/software/jira/overview/\"\n    },\n    \"Aurelia\": {\n      \"cats\": [\n        12\n      ],\n      \"html\": [\n        \"<[^>]+aurelia-app=[^>]\",\n        \"<[^>]+data-main=[^>]aurelia-bootstrapper\",\n        \"<[^>]+au-target-id=[^>]\\\\d\"\n      ],\n      \"icon\": \"Aurelia.svg\",\n      \"script\": [\n        \"aurelia(?:\\\\.min)?\\\\.js\"\n      ],\n      \"website\": \"http://aurelia.io\"\n    },\n    \"Avangate\": {\n      \"cats\": [\n        6\n      ],\n      \"html\": \"<link[^>]* href=\\\"^https?://edge\\\\.avangate\\\\.net/\",\n      \"icon\": \"Avangate.svg\",\n      \"js\": {\n        \"__avng8_\": \"\",\n        \"avng8_\": \"\"\n      },\n      \"script\": \"^https?://edge\\\\.avangate\\\\.net/\",\n      \"website\": \"http://avangate.com\"\n    },\n    \"Avasize\": {\n      \"cats\": [\n        5\n      ],\n      \"icon\": \"Avasize.png\",\n      \"script\": \"^https?://cdn\\\\.avasize\\\\.com/\",\n      \"website\": \"https://www.avasize.com\"\n    },\n    \"Awesomplete\": {\n      \"cats\": [\n        29\n      ],\n      \"html\": \"<link[^>]+href=\\\"[^>]*awesomplete(?:\\\\.min)?\\\\.css\",\n      \"js\": {\n        \"awesomplete\": \"\"\n      },\n      \"script\": \"/awesomplete\\\\.js(?:$|\\\\?)\",\n      \"website\": \"https://leaverou.github.io/awesomplete/\"\n    },\n    \"BEM\": {\n      \"cats\": [\n        12\n      ],\n      \"html\": \"<[^>]+data-bem\",\n      \"icon\": \"BEM.png\",\n      \"website\": \"http://en.bem.info\"\n    },\n    \"BIGACE\": {\n      \"cats\": [\n        1\n      ],\n      \"html\": \"(?:Powered by <a href=\\\"[^>]+BIGACE|<!--\\\\s+Site is running BIGACE)\",\n      \"icon\": \"BIGACE.png\",\n      \"implies\": \"PHP\",\n      \"meta\": {\n        \"generator\": \"BIGACE ([\\\\d.]+)\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://bigace.de\"\n    },\n    \"Babel\": {\n      \"cats\": [\n        19\n      ],\n      \"icon\": \"Babel.svg\",\n      \"js\": {\n        \"_babelPolyfill\": \"\"\n      },\n      \"website\": \"https://babeljs.io\"\n    },\n    \"Bablic\": {\n      \"cats\": [\n        3,\n        9\n      ],\n      \"icon\": \"bablic.png\",\n      \"js\": {\n        \"bablic\": \"\"\n      },\n      \"website\": \"https://www.bablic.com/\"\n    },\n    \"Backbone.js\": {\n      \"cats\": [\n        12\n      ],\n      \"icon\": \"Backbone.js.png\",\n      \"implies\": \"Underscore.js\",\n      \"js\": {\n        \"Backbone\": \"\",\n        \"Backbone.VERSION\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"script\": \"backbone.*\\\\.js\",\n      \"website\": \"http://backbonejs.org\"\n    },\n    \"Backdrop\": {\n      \"cats\": [\n        1\n      ],\n      \"headers\": {\n        \"X-Backdrop-Cache\": \"\",\n        \"X-Generator\": \"^Backdrop CMS(?:\\\\s([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"excludes\": \"Drupal\",\n      \"icon\": \"Backdrop.png\",\n      \"implies\": \"PHP\",\n      \"js\": {\n        \"Backdrop\": \"\"\n      },\n      \"meta\": {\n        \"generator\": \"^Backdrop CMS(?:\\\\s([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"website\": \"https://backdropcms.org\"\n    },\n    \"Backpack\": {\n      \"cats\": [\n        47\n      ],\n      \"cookies\": {\n        \"backpack_session=\": \"\"\n      },\n      \"icon\": \"Backpack.png\",\n      \"implies\": \"Laravel\",\n      \"website\": \"https://backpackforlaravel.com\"\n    },\n    \"Backtory\": {\n      \"cats\": [\n        31\n      ],\n      \"headers\": {\n        \"X-Powered-By\": \"Backtory\"\n      },\n      \"icon\": \"Backtory.svg\",\n      \"website\": \"https://backtory.com\"\n    },\n    \"Banshee\": {\n      \"cats\": [\n        1,\n        18\n      ],\n      \"html\": \"Built upon the <a href=\\\"[^>]+banshee-php\\\\.org/\\\">[a-z]+</a>(?:v([\\\\d.]+))?\\\\;version:\\\\1\",\n      \"icon\": \"Banshee.png\",\n      \"implies\": \"PHP\",\n      \"meta\": {\n        \"generator\": \"Banshee PHP\"\n      },\n      \"website\": \"http://www.banshee-php.org\"\n    },\n    \"BaseHTTP\": {\n      \"cats\": [\n        22\n      ],\n      \"headers\": {\n        \"Server\": \"BaseHTTP\\\\/?([\\\\d\\\\.]+)?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"BaseHTTP.png\",\n      \"implies\": \"Python\",\n      \"website\": \"http://docs.python.org/2/library/basehttpserver.html\"\n    },\n    \"BigBangShop\": {\n      \"cats\": [\n        6\n      ],\n      \"headers\": {\n        \"X-SERVER\": \"BIGBANGSHOP\"\n      },\n      \"icon\": \"bigbangshop.svg\",\n      \"website\": \"https://www.bigbangshop.com.br\"\n    },\n    \"BigDump\": {\n      \"cats\": [\n        3\n      ],\n      \"html\": \"<!-- <h1>BigDump: Staggered MySQL Dump Importer ver\\\\. ([\\\\d.b]+)\\\\;version:\\\\1\",\n      \"implies\": [\n        \"MySQL\",\n        \"PHP\"\n      ],\n      \"website\": \"http://www.ozerov.de/bigdump.php\"\n    },\n    \"Bigcommerce\": {\n      \"cats\": [\n        6\n      ],\n      \"html\": \"<link href=[^>]+cdn\\\\d+\\\\.bigcommerce\\\\.com/\",\n      \"icon\": \"Bigcommerce.png\",\n      \"script\": \"cdn\\\\d+\\\\.bigcommerce\\\\.com/\",\n      \"url\": \"mybigcommerce\\\\.com\",\n      \"website\": \"http://www.bigcommerce.com\"\n    },\n    \"Bigware\": {\n      \"cats\": [\n        6\n      ],\n      \"cookies\": {\n        \"bigWAdminID\": \"\",\n        \"bigwareCsid\": \"\"\n      },\n      \"cpe\": \"cpe:/a:bigware:bigware_shop\",\n      \"html\": \"(?:Diese <a href=[^>]+bigware\\\\.de|<a href=[^>]+/main_bigware_\\\\d+\\\\.php)\",\n      \"icon\": \"Bigware.png\",\n      \"implies\": \"PHP\",\n      \"url\": \"(?:\\\\?|&)bigWAdminID=\",\n      \"website\": \"http://bigware.de\"\n    },\n    \"BittAds\": {\n      \"cats\": [\n        36\n      ],\n      \"icon\": \"BittAds.png\",\n      \"js\": {\n        \"bitt\": \"\"\n      },\n      \"script\": \"bittads\\\\.com/js/bitt\\\\.js$\",\n      \"website\": \"http://bittads.com\"\n    },\n    \"Bizweb\": {\n      \"cats\": [\n        6\n      ],\n      \"icon\": \"bizweb.png\",\n      \"js\": {\n        \"Bizweb\": \"\"\n      },\n      \"website\": \"https://www.bizweb.vn\"\n    },\n    \"Blade\": {\n      \"cats\": [\n        18,\n        22\n      ],\n      \"headers\": {\n        \"X-Powered-By\": \"blade-([\\\\w.]+)?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"Blade.png\",\n      \"implies\": \"Java\",\n      \"website\": \"https://lets-blade.com\"\n    },\n    \"Blazor\": {\n      \"cats\": [\n        18\n      ],\n      \"icon\": \"Blazor.png\",\n      \"website\": \"https://dotnet.microsoft.com/apps/aspnet/web-apps/blazor\",\n      \"implies\": \"Microsoft ASP.NET\",\n      \"script\": [\n        \"blazor\\\\.server\\\\.js\",\n        \"blazor\\\\.host\\\\.min\\\\.js\",\n        \"blazor\\\\.webassembly\\\\.js\"\n      ]\n    },\n    \"Blesta\": {\n      \"cats\": [\n        6\n      ],\n      \"cookies\": {\n        \"blesta_sid\": \"\"\n      },\n      \"icon\": \"Blesta.png\",\n      \"website\": \"http://www.blesta.com\"\n    },\n    \"Blip.tv\": {\n      \"cats\": [\n        14\n      ],\n      \"html\": \"<(?:param|embed|iframe)[^>]+blip\\\\.tv/play\",\n      \"icon\": \"Blip.tv.png\",\n      \"website\": \"http://blip.tv\"\n    },\n    \"Blogger\": {\n      \"cats\": [\n        11\n      ],\n      \"icon\": \"Blogger.png\",\n      \"implies\": \"Python\",\n      \"meta\": {\n        \"generator\": \"^Blogger$\"\n      },\n      \"url\": \"^https?://[^/]+\\\\.blogspot\\\\.com\",\n      \"website\": \"http://www.blogger.com\"\n    },\n    \"Bluefish\": {\n      \"cats\": [\n        20\n      ],\n      \"icon\": \"Bluefish.png\",\n      \"meta\": {\n        \"generator\": \"Bluefish(?:\\\\s([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://sourceforge.net/projects/bluefish\"\n    },\n    \"Boa\": {\n      \"cats\": [\n        22\n      ],\n      \"cpe\": \"cpe:/a:boa:boa\",\n      \"headers\": {\n        \"Server\": \"Boa\\\\/?([\\\\d\\\\.a-z]+)?\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://www.boa.org\"\n    },\n    \"Boba.js\": {\n      \"cats\": [\n        59\n      ],\n      \"implies\": \"Google Analytics\",\n      \"script\": \"boba(?:\\\\.min)?\\\\.js\",\n      \"website\": \"http://boba.space150.com\"\n    },\n    \"Bold Chat\": {\n      \"cats\": [\n        52\n      ],\n      \"icon\": \"BoldChat.png\",\n      \"script\": \"^https?://vmss\\\\.boldchat\\\\.com/aid/\\\\d{18}/bc\\\\.vms4/vms\\\\.js\",\n      \"website\": \"https://www.boldchat.com/\"\n    },\n    \"BoldGrid\": {\n      \"cats\": [\n        1,\n        11\n      ],\n      \"html\": [\n        \"<link rel=[\\\"']stylesheet[\\\"'] [^>]+boldgrid\",\n        \"<link rel=[\\\"']stylesheet[\\\"'] [^>]+post-and-page-builder\",\n        \"<link[^>]+s\\\\d+\\\\.boldgrid\\\\.com\"\n      ],\n      \"script\": \"/wp-content/plugins/post-and-page-builder\",\n      \"implies\": \"WordPress\",\n      \"website\": \"https://boldgrid.com\"\n    },\n    \"Bolt\": {\n      \"cats\": [\n        1\n      ],\n      \"cpe\": \"cpe:/a:bolt:bolt\",\n      \"icon\": \"Bolt.png\",\n      \"implies\": \"PHP\",\n      \"meta\": {\n        \"generator\": \"Bolt\"\n      },\n      \"website\": \"http://bolt.cm\"\n    },\n    \"BOOM\": {\n      \"cats\": [\n        1\n      ],\n      \"implies\": \"WordPress\",\n      \"meta\": {\n        \"generator\": \"^boom site builder$\"\n      },\n      \"headers\": {\n        \"X-Supplied-By\": \"MANA\"\n      },\n      \"icon\": \"boom.svg\",\n      \"website\": \"http://manaandisheh.com\"\n    },\n    \"Bonfire\": {\n      \"cats\": [\n        18\n      ],\n      \"cookies\": {\n        \"bf_session\": \"\"\n      },\n      \"html\": \"Powered by <a[^>]+href=\\\"https?://(?:www\\\\.)?cibonfire\\\\.com[^>]*>Bonfire v([^<]+)\\\\;version:\\\\1\",\n      \"icon\": \"Bonfire.png\",\n      \"implies\": \"CodeIgniter\",\n      \"website\": \"http://cibonfire.com\"\n    },\n    \"Bootstrap\": {\n      \"cats\": [\n        66\n      ],\n      \"cpe\": \"cpe:/a:getbootstrap:bootstrap\",\n      \"html\": [\n        \"<style>/\\\\*!\\\\* Bootstrap v(\\\\d\\\\.\\\\d\\\\.\\\\d)\\\\;version:\\\\1\",\n        \"<link[^>]+?href=[^\\\"]/css/([\\\\d.]+)/bootstrap\\\\.(?:min\\\\.)?css\\\\;version:\\\\1\",\n        \"<link[^>]+?href=\\\"[^\\\"]*bootstrap(?:\\\\.min)?\\\\.css\",\n        \"<div[^>]+class=\\\"[^\\\"]*glyphicon glyphicon-\"\n      ],\n      \"icon\": \"Bootstrap.png\",\n      \"js\": {\n        \"bootstrap.Alert.VERSION\": \"^(.+)$\\\\;version:\\\\1\",\n        \"jQuery.fn.tooltip.Constructor.VERSION\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"script\": [\n        \"twitter\\\\.github\\\\.com/bootstrap\",\n        \"bootstrap[.-]([\\\\d.]*\\\\d)[^/]*\\\\.js\\\\;version:\\\\1\",\n        \"(?:/([\\\\d.]+))?(?:/js)?/bootstrap(?:\\\\.min)?\\\\.js\\\\;version:\\\\1\"\n      ],\n      \"website\": \"https://getbootstrap.com\"\n    },\n    \"Bootstrap Table\": {\n      \"cats\": [\n        59\n      ],\n      \"html\": \"<link[^>]+href=\\\"[^>]*bootstrap-table(?:\\\\.min)?\\\\.css\",\n      \"icon\": \"Bootstrap Table.svg\",\n      \"implies\": [\n        \"Bootstrap\",\n        \"jQuery\"\n      ],\n      \"script\": \"bootstrap-table(?:\\\\.min)?\\\\.js\",\n      \"website\": \"http://bootstrap-table.wenzhixin.net.cn/\"\n    },\n    \"ClickFunnels\": {\n      \"cats\": [\n        32\n      ],\n      \"html\": \"<meta property=\\\"cf:app_domain\\\" content=\\\"app.clickfunnels.com\\\"\",\n      \"env\": \"Clickfunnels\",\n      \"icon\": \"ClickFunnels.png\",\n      \"website\": \"https://www.clickfunnels.com\"\n    },\n    \"Bounce Exchange\": {\n      \"cats\": [\n        32\n      ],\n      \"script\": \"^https?://tag\\\\.bounceexchange\\\\.com/\",\n      \"icon\": \"Bounce Exchange.svg\",\n      \"js\": {\n        \"bouncex\": \"\"\n      },\n      \"website\": \"http://www.bounceexchange.com\"\n    },\n    \"Braintree\": {\n      \"cats\": [\n        41\n      ],\n      \"icon\": \"Braintree.svg\",\n      \"js\": {\n        \"Braintree\": \"\",\n        \"Braintree.version\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"website\": \"https://www.braintreepayments.com\"\n    },\n    \"Brightspot\": {\n      \"cats\": [\n        1\n      ],\n      \"headers\": {\n        \"X-Powered-By\": \"^Brightspot$\"\n      },\n      \"icon\": \"Brightspot.svg\",\n      \"implies\": \"Java\",\n      \"website\": \"https://www.brightspot.com\"\n    },\n    \"BrowserCMS\": {\n      \"cats\": [\n        1\n      ],\n      \"icon\": \"BrowserCMS.png\",\n      \"implies\": \"Ruby\",\n      \"meta\": {\n        \"generator\": \"BrowserCMS ([\\\\d.]+)\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://browsercms.org\"\n    },\n    \"Bubble\": {\n      \"cats\": [\n        1,\n        18\n      ],\n      \"icon\": \"bubble.png\",\n      \"implies\": \"Node.js\",\n      \"headers\": {\n        \"x-bubble-capacity-limit\": \"\",\n        \"x-bubble-capacity-used\": \"\",\n        \"x-bubble-perf\": \"\"\n      },\n      \"js\":{\n        \"bubble_environment\": \"\",\n        \"bubble_hostname_modifier\": \"\",\n        \"bubble_version\": \"\",\n        \"_bubble_page_load_data\": \"\"\n      },\n      \"website\": \"http://bubble.is\"\n    },\n    \"BugSnag\": {\n      \"cats\": [\n        10\n      ],\n      \"icon\": \"BugSnag.png\",\n      \"js\": {\n        \"Bugsnag\": \"\",\n        \"bugsnag\": \"\",\n        \"bugsnagClient\": \"\"\n      },\n      \"script\": \"/bugsnag.*\\\\.js\",\n      \"website\": \"http://bugsnag.com\"\n    },\n    \"Bugzilla\": {\n      \"cats\": [\n        13\n      ],\n      \"cpe\": \"cpe:/a:mozilla:bugzilla\",\n      \"html\": [\n        \"href=\\\"enter_bug\\\\.cgi\\\">\",\n        \"<main id=\\\"bugzilla-body\\\"\",\n        \"<a href=\\\"https?://www\\\\.bugzilla\\\\.org/docs/([0-9.]+)/[^>]+>Help<\\\\;version:\\\\1\",\n        \"<span id=\\\"information\\\" class=\\\"header_addl_info\\\">version ([\\\\d.]+)<\\\\;version:\\\\1\"\n      ],\n      \"cookies\": {\n        \"Bugzilla_login_request_cookie\": \"\"\n      },\n      \"icon\": \"Bugzilla.png\",\n      \"implies\": \"Perl\",\n      \"js\": {\n        \"BUGZILLA\": \"\"\n      },\n      \"meta\": {\n        \"generator\": \"Bugzilla ?([\\\\d.]+)?\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://www.bugzilla.org\"\n    },\n    \"Bulma\": {\n      \"cats\": [\n        66\n      ],\n      \"html\": \"<link[^>]+?href=\\\"[^\\\"]+bulma(?:\\\\.min)?\\\\.css\",\n      \"icon\": \"Bulma.png\",\n      \"website\": \"http://bulma.io\"\n    },\n    \"Burning Board\": {\n      \"cats\": [\n        2\n      ],\n      \"html\": \"<a href=\\\"[^>]+woltlab\\\\.com[^<]+<strong>Burning Board\",\n      \"icon\": \"Burning Board.png\",\n      \"implies\": [\n        \"PHP\",\n        \"Woltlab Community Framework\"\n      ],\n      \"website\": \"http://www.woltlab.com\"\n    },\n    \"Business Catalyst\": {\n      \"cats\": [\n        1\n      ],\n      \"html\": \"<!-- BC_OBNW -->\",\n      \"icon\": \"Business Catalyst.png\",\n      \"script\": \"CatalystScripts\",\n      \"website\": \"http://businesscatalyst.com\"\n    },\n    \"BuySellAds\": {\n      \"cats\": [\n        36\n      ],\n      \"script\": \"^https?://s\\\\d\\\\.buysellads\\\\.com/\",\n      \"icon\": \"BuySellAds.png\",\n      \"js\": {\n        \"_bsa\": \"\",\n        \"_bsaPRO\": \"\",\n        \"_bsap\": \"\",\n        \"_bsap_serving_callback\": \"\"\n      },\n      \"website\": \"http://buysellads.com\"\n    },\n    \"CDN77\": {\n      \"cats\": [\n        31\n      ],\n      \"headers\": {\n        \"Server\": \"^CDN77-Turbo$\"\n      },\n      \"icon\": \"CDN77.png\",\n      \"website\": \"https://www.cdn77.com\"\n    },\n    \"CFML\": {\n      \"cats\": [\n        27\n      ],\n      \"icon\": \"CFML.png\",\n      \"website\": \"http://adobe.com/products/coldfusion-family.html\"\n    },\n    \"CKEditor\": {\n      \"cats\": [\n        24\n      ],\n      \"cpe\": \"cpe:/a:ckeditor:ckeditor\",\n      \"icon\": \"CKEditor.png\",\n      \"js\": {\n        \"CKEDITOR\": \"\",\n        \"CKEDITOR.version\": \"^(.+)$\\\\;version:\\\\1\",\n        \"CKEDITOR_BASEPATH\": \"\"\n      },\n      \"website\": \"http://ckeditor.com\"\n    },\n    \"CMS Made Simple\": {\n      \"cats\": [\n        1\n      ],\n      \"cookies\": {\n        \"CMSSESSID\": \"\"\n      },\n      \"cpe\": \"cpe:/a:cmsmadesimple:cms_made_simple\",\n      \"icon\": \"CMS Made Simple.png\",\n      \"implies\": \"PHP\",\n      \"meta\": {\n        \"generator\": \"CMS Made Simple\"\n      },\n      \"website\": \"http://cmsmadesimple.org\"\n    },\n    \"CMSimple\": {\n      \"cats\": [\n        1\n      ],\n      \"cpe\": \"cpe:/a:cmsimple:cmsimple\",\n      \"implies\": \"PHP\",\n      \"meta\": {\n        \"generator\": \"CMSimple( [\\\\d.]+)?\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://www.cmsimple.org/en\"\n    },\n    \"CPG Dragonfly\": {\n      \"cats\": [\n        1\n      ],\n      \"headers\": {\n        \"X-Powered-By\": \"^Dragonfly CMS\"\n      },\n      \"icon\": \"CPG Dragonfly.png\",\n      \"implies\": \"PHP\",\n      \"meta\": {\n        \"generator\": \"CPG Dragonfly\"\n      },\n      \"website\": \"http://dragonflycms.org\"\n    },\n    \"CS Cart\": {\n      \"cats\": [\n        6\n      ],\n      \"html\": [\n        \"&nbsp;Powered by (?:<a href=[^>]+cs-cart\\\\.com|CS-Cart)\",\n        \"\\\\.cm-noscript[^>]+</style>\"\n      ],\n      \"icon\": \"CS Cart.png\",\n      \"implies\": \"PHP\",\n      \"js\": {\n        \"fn_compare_strings\": \"\"\n      },\n      \"website\": \"http://www.cs-cart.com\"\n    },\n    \"CacheFly\": {\n      \"cats\": [\n        31\n      ],\n      \"headers\": {\n        \"Server\": \"^CFS \",\n        \"X-CF1\": \"\",\n        \"X-CF2\": \"\"\n      },\n      \"icon\": \"CacheFly.png\",\n      \"website\": \"http://www.cachefly.com\"\n    },\n    \"Caddy\": {\n      \"cats\": [\n        22\n      ],\n      \"headers\": {\n        \"Server\": \"^Caddy$\"\n      },\n      \"icon\": \"caddy.svg\",\n      \"implies\": \"Go\",\n      \"website\": \"http://caddyserver.com\"\n    },\n    \"CakePHP\": {\n      \"cats\": [\n        18\n      ],\n      \"cookies\": {\n        \"cakephp\": \"\"\n      },\n      \"cpe\": \"cpe:/a:cakephp:cakephp\",\n      \"icon\": \"CakePHP.png\",\n      \"implies\": \"PHP\",\n      \"meta\": {\n        \"application-name\": \"CakePHP\"\n      },\n      \"website\": \"http://cakephp.org\"\n    },\n    \"Captch Me\": {\n      \"cats\": [\n        16,\n        36\n      ],\n      \"icon\": \"Captch Me.svg\",\n      \"js\": {\n        \"Captchme\": \"\"\n      },\n      \"script\": \"^https?://api\\\\.captchme\\\\.net/\",\n      \"website\": \"http://captchme.com\"\n    },\n    \"Carbon Ads\": {\n      \"cats\": [\n        36\n      ],\n      \"html\": \"<[a-z]+ [^>]*id=\\\"carbonads-container\\\"\",\n      \"icon\": \"Carbon Ads.png\",\n      \"js\": {\n        \"_carbonads\": \"\"\n      },\n      \"script\": \"^(?:https?:)?\\\\/\\\\/(?:[^\\\\/]+\\\\.)*carbonads\\\\.com\\\\/\",\n      \"website\": \"http://carbonads.net\"\n    },\n    \"Cargo\": {\n      \"cats\": [\n        1\n      ],\n      \"html\": \"<link [^>]+Cargo feed\",\n      \"icon\": \"Cargo.png\",\n      \"implies\": \"PHP\",\n      \"meta\": {\n        \"cargo_title\": \"\"\n      },\n      \"script\": \"/cargo\\\\.\",\n      \"website\": \"http://cargocollective.com\"\n    },\n    \"Catberry.js\": {\n      \"cats\": [\n        12,\n        18\n      ],\n      \"headers\": {\n        \"X-Powered-By\": \"Catberry\"\n      },\n      \"icon\": \"Catberry.js.png\",\n      \"implies\": \"Node.js\",\n      \"js\": {\n        \"catberry\": \"\",\n        \"catberry.version\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://catberry.org\"\n    },\n    \"CentOS\": {\n      \"cats\": [\n        28\n      ],\n      \"cpe\": \"cpe:/o:centos:centos\",\n      \"headers\": {\n        \"Server\": \"CentOS\",\n        \"X-Powered-By\": \"CentOS\"\n      },\n      \"icon\": \"CentOS.png\",\n      \"website\": \"http://centos.org\"\n    },\n    \"Chameleon\": {\n      \"cats\": [\n        1\n      ],\n      \"icon\": \"Chameleon.png\",\n      \"implies\": [\n        \"Apache\",\n        \"PHP\"\n      ],\n      \"meta\": {\n        \"generator\": \"chameleon-cms\"\n      },\n      \"website\": \"http://chameleon-system.de\"\n    },\n    \"Chamilo\": {\n      \"cats\": [\n        21\n      ],\n      \"cpe\": \"cpe:/a:chamilo:chamilo_lms\",\n      \"headers\": {\n        \"X-Powered-By\": \"Chamilo ([\\\\d.]+)\\\\;version:\\\\1\"\n      },\n      \"html\": \"\\\">Chamilo ([\\\\d.]+)</a>\\\\;version:\\\\1\",\n      \"icon\": \"Chamilo.png\",\n      \"implies\": \"PHP\",\n      \"meta\": {\n        \"generator\": \"Chamilo ([\\\\d.]+)\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://www.chamilo.org\"\n    },\n    \"Chart.js\": {\n      \"cats\": [\n        25\n      ],\n      \"icon\": \"Chart.js.svg\",\n      \"js\": {\n        \"Chart\": \"\\\\;confidence:50\",\n        \"Chart.defaults.doughnut\": \"\",\n        \"chart.ctx.bezierCurveTo\": \"\"\n      },\n      \"script\": [\n        \"/Chart(?:\\\\.bundle)?(?:\\\\.min)?\\\\.js\\\\;confidence:75\",\n        \"chartjs\\\\.org/dist/([\\\\d.]+(?:-[^/]+)?|master|latest)/Chart.*\\\\.js\\\\;version:\\\\1\",\n        \"cdnjs\\\\.cloudflare\\\\.com/ajax/libs/Chart\\\\.js/([\\\\d.]+(?:-[^/]+)?)/Chart.*\\\\.js\\\\;version:\\\\1\",\n        \"cdn\\\\.jsdelivr\\\\.net/(?:npm|gh/chartjs)/chart\\\\.js@([\\\\d.]+(?:-[^/]+)?|latest)/dist/Chart.*\\\\.js\\\\;version:\\\\1\"\n      ],\n      \"website\": \"https://www.chartjs.org\"\n    },\n    \"Chartbeat\": {\n      \"cats\": [\n        10\n      ],\n      \"icon\": \"Chartbeat.png\",\n      \"js\": {\n        \"_sf_async_config\": \"\",\n        \"_sf_endpt\": \"\"\n      },\n      \"script\": \"chartbeat\\\\.js\",\n      \"website\": \"http://chartbeat.com\"\n    },\n    \"Cherokee\": {\n      \"cats\": [\n        22\n      ],\n      \"cpe\": \"cpe:/a:cherokee-project:cherokee\",\n      \"headers\": {\n        \"Server\": \"^Cherokee(?:/([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"Cherokee.png\",\n      \"website\": \"http://www.cherokee-project.com\"\n    },\n    \"CherryPy\": {\n      \"cats\": [\n        18,\n        22\n      ],\n      \"cpe\": \"cpe:/a:cherrypy:cherrypy\",\n      \"headers\": {\n        \"Server\": \"CherryPy\\\\/?([\\\\d\\\\.]+)?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"CherryPy.png\",\n      \"implies\": \"Python\",\n      \"website\": \"http://www.cherrypy.org\"\n    },\n    \"Chevereto\": {\n      \"cats\": [\n        7\n      ],\n      \"meta\": {\n        \"generator\": \"^Chevereto ?([0-9.]+)?$\\\\;version:\\\\1\"\n      },\n      \"script\": \"/chevereto\\\\.js\",\n      \"html\": \"Powered by <a href=\\\"https?://chevereto\\\\.com\\\">\",\n      \"icon\": \"chevereto.png\",\n      \"implies\": \"PHP\",\n      \"website\": \"https://chevereto.com/\"\n    },\n    \"Chitika\": {\n      \"cats\": [\n        36\n      ],\n      \"icon\": \"Chitika.png\",\n      \"js\": {\n        \"ch_client\": \"\",\n        \"ch_color_site_link\": \"\"\n      },\n      \"script\": \"scripts\\\\.chitika\\\\.net/\",\n      \"website\": \"http://chitika.com\"\n    },\n    \"Chorus\": {\n      \"cats\": [\n        1\n      ],\n      \"icon\": \"Chorus.png\",\n      \"html\": \"<meta data-chorus-version=\",\n      \"website\": \"https://getchorus.voxmedia.com/\"\n    },\n    \"Ckan\": {\n      \"cats\": [\n        1\n      ],\n      \"headers\": {\n        \"Access-Control-Allow-Headers\": \"X-CKAN-API-KEY\",\n        \"Link\": \"<http://ckan\\\\.org/>; rel=shortlink\"\n      },\n      \"icon\": \"Ckan.png\",\n      \"implies\": [\n        \"Python\",\n        \"Solr\",\n        \"Java\",\n        \"PostgreSQL\"\n      ],\n      \"meta\": {\n        \"generator\": \"^ckan ?([0-9.]+)$\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://ckan.org/\"\n    },\n    \"Clarity\": {\n      \"cats\": [\n        66\n      ],\n      \"html\": [\n        \"<clr-main-container\",\n        \"<link [^>]*href=\\\"[^\\\"]*clr-ui(?:\\\\.min)?\\\\.css\"\n      ],\n      \"js\": {\n        \"ClarityIcons\": \"\"\n      },\n      \"script\": \"clr-angular(?:\\\\.umd)?(?:\\\\.min)?\\\\.js\",\n      \"icon\": \"clarity.svg\",\n      \"implies\": [\n        \"Angular\"\n      ],\n      \"website\": \"https://clarity.design/\"\n    },\n    \"ClickHeat\": {\n      \"cats\": [\n        10\n      ],\n      \"icon\": \"ClickHeat.png\",\n      \"implies\": \"PHP\",\n      \"js\": {\n        \"clickHeatServer\": \"\"\n      },\n      \"script\": \"clickheat.*\\\\.js\",\n      \"website\": \"http://www.labsmedia.com/clickheat/index.html\"\n    },\n    \"ClickTale\": {\n      \"cats\": [\n        10\n      ],\n      \"icon\": \"ClickTale.png\",\n      \"js\": {\n        \"clickTaleStartEventSignal\": \"\"\n      },\n      \"website\": \"http://www.clicktale.com\"\n    },\n    \"Clicky\": {\n      \"cats\": [\n        10\n      ],\n      \"icon\": \"Clicky.png\",\n      \"js\": {\n        \"clicky\": \"\"\n      },\n      \"script\": \"static\\\\.getclicky\\\\.com\",\n      \"website\": \"http://getclicky.com\"\n    },\n    \"Clientexec\": {\n      \"cats\": [\n        6\n      ],\n      \"html\": \"clientexec\\\\.[^>]*\\\\s?=\\\\s?[^>]*;\",\n      \"icon\": \"Clientexec.png\",\n      \"website\": \"http://www.clientexec.com\"\n    },\n    \"Clipboard.js\": {\n      \"cats\": [\n        19\n      ],\n      \"icon\": \"Clipboard.js.svg\",\n      \"script\": \"clipboard(?:-([\\\\d.]+))?(?:\\\\.min)?\\\\.js\\\\;version:\\\\1\",\n      \"website\": \"https://clipboardjs.com/\"\n    },\n    \"CloudCart\": {\n      \"cats\": [\n        6\n      ],\n      \"icon\": \"cloudcart.svg\",\n      \"meta\": {\n        \"author\": \"^CloudCart LLC$\"\n      },\n      \"script\": \"/cloudcart-(?:assets|storage)/\",\n      \"website\": \"http://cloudcart.com\"\n    },\n    \"CloudFlare\": {\n      \"cats\": [\n        31\n      ],\n      \"headers\": {\n        \"Server\": \"^cloudflare$\",\n        \"cf-cache-status\": \"\",\n        \"cf-ray\": \"\"\n      },\n      \"icon\": \"CloudFlare.svg\",\n      \"cookies\": {\n        \"__cfduid\": \"\"\n      },\n      \"js\": {\n        \"CloudFlare\": \"\"\n      },\n      \"website\": \"http://www.cloudflare.com\"\n    },\n    \"Cloudcoins\": {\n      \"cats\": [\n        56\n      ],\n      \"js\": {\n        \"CLOUDCOINS\": \"\"\n      },\n      \"script\": \"https?://cdn\\\\.cloudcoins\\\\.co/javascript/cloudcoins\\\\.min\\\\.js\",\n      \"website\": \"https://cloudcoins.co\"\n    },\n    \"Cloudera\": {\n      \"cats\": [\n        34\n      ],\n      \"headers\": {\n        \"Server\": \"cloudera\"\n      },\n      \"icon\": \"Cloudera.png\",\n      \"website\": \"http://www.cloudera.com\"\n    },\n    \"Coaster CMS\": {\n      \"cats\": [\n        1\n      ],\n      \"cpe\": \"cpe:/a:web-feet:coaster_cms\",\n      \"icon\": \"coaster-cms.png\",\n      \"implies\": \"Laravel\",\n      \"meta\": {\n        \"generator\": \"^Coaster CMS v([\\\\d.]+)$\\\\;version:\\\\1\"\n      },\n      \"website\": \"https://www.coastercms.org\"\n    },\n    \"CodeIgniter\": {\n      \"cats\": [\n        18\n      ],\n      \"cookies\": {\n        \"ci_csrf_token\": \"^(.+)$\\\\;version:\\\\1?2+:\",\n        \"ci_session\": \"\",\n        \"exp_last_activity\": \"\",\n        \"exp_tracker\": \"\"\n      },\n      \"cpe\": \"cpe:/a:codeigniter:codeigniter\",\n      \"html\": \"<input[^>]+name=\\\"ci_csrf_token\\\"\\\\;version:2+\",\n      \"icon\": \"CodeIgniter.png\",\n      \"implies\": \"PHP\",\n      \"website\": \"http://codeigniter.com\"\n    },\n    \"CodeMirror\": {\n      \"cats\": [\n        19\n      ],\n      \"icon\": \"CodeMirror.png\",\n      \"js\": {\n        \"CodeMirror\": \"\",\n        \"CodeMirror.version\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://codemirror.net\"\n    },\n    \"CoinHive\": {\n      \"cats\": [\n        56\n      ],\n      \"icon\": \"CoinHive.svg\",\n      \"js\": {\n        \"CoinHive\": \"\"\n      },\n      \"script\": [\n        \"\\\\/(?:coinhive|(authedmine))(?:\\\\.min)?\\\\.js\\\\;version:\\\\1?opt-in:\",\n        \"coinhive\\\\.com/lib\"\n      ],\n      \"url\": \"https?://cnhv\\\\.co/\",\n      \"website\": \"https://coinhive.com\"\n    },\n    \"CoinHive Captcha\": {\n      \"cats\": [\n        16,\n        56\n      ],\n      \"html\": \"(?:<div[^>]+class=\\\"coinhive-captcha[^>]+data-key|<div[^>]+data-key[^>]+class=\\\"coinhive-captcha)\",\n      \"icon\": \"CoinHive.svg\",\n      \"script\": \"https?://authedmine\\\\.com/(?:lib/captcha|captcha)\",\n      \"website\": \"https://coinhive.com\"\n    },\n    \"Coinhave\": {\n      \"cats\": [\n        56\n      ],\n      \"icon\": \"coinhave.png\",\n      \"script\": \"https?://coin-have\\\\.com/c/[0-9a-zA-Z]{4}\\\\.js\",\n      \"website\": \"https://coin-have.com/\"\n    },\n    \"Coinimp\": {\n      \"cats\": [\n        56\n      ],\n      \"icon\": \"coinimp.png\",\n      \"js\": {\n        \"Client.Anonymous\": \"\\\\;confidence:50\"\n      },\n      \"script\": \"https?://www\\\\.hashing\\\\.win/scripts/min\\\\.js\",\n      \"website\": \"https://www.coinimp.com\"\n    },\n    \"Coinlab\": {\n      \"cats\": [\n        56\n      ],\n      \"icon\": \"coinlab.png\",\n      \"js\": {\n        \"Coinlab\": \"\"\n      },\n      \"script\": \"https?://coinlab\\\\.biz/lib/coinlab\\\\.js\\\\?id=\",\n      \"website\": \"https://coinlab.biz/en\"\n    },\n    \"ColorMeShop\": {\n      \"cats\": [\n        6\n      ],\n      \"icon\": \"colormeshop.png\",\n      \"js\": {\n        \"Colorme\": \"\"\n      },\n      \"website\": \"https://shop-pro.jp\"\n    },\n    \"Comandia\": {\n      \"cats\": [\n        6\n      ],\n      \"html\": \"<link[^>]+=['\\\"]//cdn\\\\.mycomandia\\\\.com\",\n      \"icon\": \"Comandia.svg\",\n      \"js\": {\n        \"Comandia\": \"\"\n      },\n      \"website\": \"http://comandia.com\"\n    },\n    \"Combeenation\": {\n      \"cats\": [\n        6\n      ],\n      \"html\": \"<iframe[^>]+src=\\\"[^>]+portal\\\\.combeenation\\\\.com\",\n      \"icon\": \"Combeenation.png\",\n      \"website\": \"https://www.combeenation.com\"\n    },\n    \"Commerce Server\": {\n      \"cats\": [\n        6\n      ],\n      \"cpe\": \"cpe:/a:microsoft:commerce_server\",\n      \"headers\": {\n        \"COMMERCE-SERVER-SOFTWARE\": \"\"\n      },\n      \"icon\": \"Commerce Server.png\",\n      \"implies\": \"Microsoft ASP.NET\",\n      \"website\": \"http://commerceserver.net\"\n    },\n    \"CompaqHTTPServer\": {\n      \"cats\": [\n        22\n      ],\n      \"cpe\": \"cpe:/a:hp:compaqhttpserver\",\n      \"headers\": {\n        \"Server\": \"CompaqHTTPServer\\\\/?([\\\\d\\\\.]+)?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"HP.svg\",\n      \"website\": \"http://www.hp.com\"\n    },\n    \"Concrete5\": {\n      \"cats\": [\n        1\n      ],\n      \"cpe\": \"cpe:/a:concrete5:concrete5\",\n      \"icon\": \"Concrete5.png\",\n      \"implies\": \"PHP\",\n      \"js\": {\n        \"CCM_IMAGE_PATH\": \"\"\n      },\n      \"cookies\": {\n        \"CONCRETE5\": \"\"\n      },\n      \"meta\": {\n        \"generator\": \"^concrete5 - ([\\\\d.]+)$\\\\;version:\\\\1\"\n      },\n      \"script\": \"/concrete/js/\",\n      \"website\": \"https://concrete5.org\"\n    },\n    \"Connect\": {\n      \"cats\": [\n        18\n      ],\n      \"headers\": {\n        \"X-Powered-By\": \"^Connect$\"\n      },\n      \"icon\": \"Connect.png\",\n      \"implies\": \"Node.js\",\n      \"website\": \"http://www.senchalabs.org/connect\"\n    },\n    \"Contao\": {\n      \"cats\": [\n        1\n      ],\n      \"cpe\": \"cpe:/a:contao:contao_cms\",\n      \"html\": [\n        \"<!--[^>]+powered by (?:TYPOlight|Contao)[^>]*-->\",\n        \"<link[^>]+(?:typolight|contao)\\\\.css\"\n      ],\n      \"icon\": \"Contao.png\",\n      \"implies\": \"PHP\",\n      \"meta\": {\n        \"generator\": \"^Contao Open Source CMS$\"\n      },\n      \"website\": \"http://contao.org\"\n    },\n    \"Contenido\": {\n      \"cats\": [\n        1\n      ],\n      \"cpe\": \"cpe:/a:contenido:contendio\",\n      \"icon\": \"Contenido.png\",\n      \"implies\": \"PHP\",\n      \"meta\": {\n        \"generator\": \"Contenido ([\\\\d.]+)\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://contenido.org/en\"\n    },\n    \"Contensis\": {\n      \"cats\": [\n        1\n      ],\n      \"icon\": \"Contensis.png\",\n      \"implies\": [\n        \"Java\",\n        \"CFML\"\n      ],\n      \"meta\": {\n        \"generator\": \"Contensis CMS Version ([\\\\d.]+)\\\\;version:\\\\1\"\n      },\n      \"website\": \"https://zengenti.com/en-gb/products/contensis\"\n    },\n    \"ContentBox\": {\n      \"cats\": [\n        1,\n        11\n      ],\n      \"icon\": \"ContentBox.png\",\n      \"implies\": \"Adobe ColdFusion\",\n      \"meta\": {\n        \"generator\": \"ContentBox powered by ColdBox\"\n      },\n      \"website\": \"http://www.gocontentbox.org\"\n    },\n    \"Contentful\": {\n      \"cats\": [\n        1\n      ],\n      \"html\": \"<[^>]+(?:https?:)?//(?:assets|downloads|images|videos)\\\\.(?:ct?fassets\\\\.net|contentful\\\\.com)\",\n      \"icon\": \"Contentful.svg\",\n      \"website\": \"http://www.contentful.com\"\n    },\n    \"ConversionLab\": {\n      \"cats\": [\n        10\n      ],\n      \"icon\": \"ConversionLab.png\",\n      \"script\": \"conversionlab\\\\.trackset\\\\.com/track/tsend\\\\.js\",\n      \"website\": \"http://www.trackset.it/conversionlab\"\n    },\n    \"Coppermine\": {\n      \"cats\": [\n        7\n      ],\n      \"cpe\": \"cpe:/a:coppermine-gallery:coppermine_photo_gallery\",\n      \"html\": \"<!--Coppermine Photo Gallery ([\\\\d.]+)\\\\;version:\\\\1\",\n      \"icon\": \"Coppermine.png\",\n      \"implies\": \"PHP\",\n      \"website\": \"http://coppermine-gallery.net\"\n    },\n    \"Cosmoshop\": {\n      \"cats\": [\n        6\n      ],\n      \"cpe\": \"cpe:/a:cosmoshop:cosmoshop\",\n      \"icon\": \"Cosmoshop.png\",\n      \"script\": \"cosmoshop_functions\\\\.js\",\n      \"website\": \"http://cosmoshop.de\"\n    },\n    \"Cotonti\": {\n      \"cats\": [\n        1\n      ],\n      \"cpe\": \"cpe:/a:cotonti:cotonti_siena\",\n      \"icon\": \"Cotonti.png\",\n      \"implies\": \"PHP\",\n      \"meta\": {\n        \"generator\": \"Cotonti\"\n      },\n      \"website\": \"http://www.cotonti.com\"\n    },\n    \"CouchDB\": {\n      \"cats\": [\n        22\n      ],\n      \"cpe\": \"cpe:/a:apache:couchdb\",\n      \"headers\": {\n        \"Server\": \"CouchDB/([\\\\d.]+)\\\\;version:\\\\1\"\n      },\n      \"icon\": \"CouchDB.png\",\n      \"website\": \"http://couchdb.apache.org\"\n    },\n    \"Countly\": {\n      \"cats\": [\n        10\n      ],\n      \"icon\": \"Countly.png\",\n      \"js\": {\n        \"Countly\": \"\"\n      },\n      \"website\": \"https://count.ly\"\n    },\n    \"Cowboy\": {\n      \"cats\": [\n        22\n      ],\n      \"headers\": {\n        \"Server\": \"^Cowboy$\"\n      },\n      \"icon\": \"Cowboy.png\",\n      \"implies\": \"Erlang\",\n      \"website\": \"http://ninenines.eu\"\n    },\n    \"CppCMS\": {\n      \"cats\": [\n        1\n      ],\n      \"headers\": {\n        \"X-Powered-By\": \"^CppCMS/([\\\\d.]+)$\\\\;version:\\\\1\"\n      },\n      \"icon\": \"CppCMS.png\",\n      \"implies\": \"C\\\\+\\\\+\",\n      \"website\": \"http://cppcms.com\"\n    },\n    \"Craft CMS\": {\n      \"cats\": [\n        1\n      ],\n      \"cookies\": {\n        \"CraftSessionId\": \"\"\n      },\n      \"cpe\": \"cpe:/a:craftcms:craft_cms\",\n      \"headers\": {\n        \"X-Powered-By\": \"\\\\bCraft CMS\\\\b\"\n      },\n      \"icon\": \"Craft CMS.svg\",\n      \"implies\": \"Yii\",\n      \"website\": \"https://craftcms.com\"\n    },\n    \"Craft Commerce\": {\n      \"cats\": [\n        6\n      ],\n      \"headers\": {\n        \"X-Powered-By\": \"\\\\bCraft Commerce\\\\b\"\n      },\n      \"icon\": \"Craft CMS.svg\",\n      \"implies\": \"Craft CMS\",\n      \"website\": \"https://craftcommerce.com\"\n    },\n    \"Crazy Egg\": {\n      \"cats\": [\n        10\n      ],\n      \"icon\": \"Crazy Egg.png\",\n      \"js\": {\n        \"CE2\": \"\"\n      },\n      \"script\": \"script\\\\.crazyegg\\\\.com/pages/scripts/\\\\d+/\\\\d+\\\\.js\",\n      \"website\": \"http://crazyegg.com\"\n    },\n    \"Criteo\": {\n      \"cats\": [\n        36\n      ],\n      \"icon\": \"Criteo.svg\",\n      \"js\": {\n        \"Criteo\": \"\",\n        \"criteo_pubtag\": \"\",\n        \"criteo_q\": \"\"\n      },\n      \"script\": [\n        \"//(?:cas\\\\.criteo\\\\.com|(?:[^/]\\\\.)?criteo\\\\.net)/\",\n        \"//static.criteo.net/js/ld/ld.js\"\n      ],\n      \"website\": \"http://criteo.com\"\n    },\n    \"Cross Pixel\": {\n      \"cats\": [\n        10\n      ],\n      \"icon\": \"Cross Pixel.png\",\n      \"js\": {\n        \"cp_C4w1ldN2d9PmVrkN\": \"\"\n      },\n      \"script\": \"tag\\\\.crsspxl\\\\.com/s1\\\\.js\",\n      \"website\": \"http://datadesk.crsspxl.com\"\n    },\n    \"CrossBox\": {\n      \"cats\": [\n        30\n      ],\n      \"icon\": \"CrossBox.png\",\n      \"headers\": {\n        \"server\": \"CBX-WS\"\n      },\n      \"website\": \"https://crossbox.io\"\n    },\n    \"Crypto-Loot\": {\n      \"cats\": [\n        56\n      ],\n      \"icon\": \"Crypto-Loot.png\",\n      \"js\": {\n        \"CRLT.CONFIG.ASMJS_NAME\": \"\",\n        \"CryptoLoot\": \"\"\n      },\n      \"script\": [\n        \"^/crypto-loot\\\\.com/lib/\",\n        \"^/webmine\\\\.pro/\",\n        \"^/cryptoloot\\\\.pro/\",\n        \"/crlt\\\\.js\\\\;confidence:75\"\n      ],\n      \"website\": \"https://crypto-loot.com/\"\n    },\n    \"CubeCart\": {\n      \"cats\": [\n        6\n      ],\n      \"cpe\": \"cpe:/a:cubecart:cubecart\",\n      \"html\": \"(?:Powered by <a href=[^>]+cubecart\\\\.com|<p[^>]+>Powered by CubeCart)\",\n      \"icon\": \"CubeCart.png\",\n      \"implies\": \"PHP\",\n      \"meta\": {\n        \"generator\": \"cubecart\"\n      },\n      \"website\": \"http://www.cubecart.com\"\n    },\n    \"Cufon\": {\n      \"cats\": [\n        17\n      ],\n      \"icon\": \"Cufon.png\",\n      \"js\": {\n        \"Cufon\": \"\"\n      },\n      \"script\": \"cufon-yui\\\\.js\",\n      \"website\": \"http://cufon.shoqolate.com\"\n    },\n    \"D3\": {\n      \"cats\": [\n        25\n      ],\n      \"cpe\": \"cpe:/a:d3.js_project:d3.js\",\n      \"icon\": \"D3.png\",\n      \"js\": {\n        \"d3.version\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"script\": \"/d3(?:\\\\. v\\\\d+)?(?:\\\\.min)?\\\\.js\",\n      \"website\": \"http://d3js.org\"\n    },\n    \"DHTMLX\": {\n      \"cats\": [\n        59\n      ],\n      \"icon\": \"DHTMLX.png\",\n      \"script\": \"dhtmlxcommon\\\\.js\",\n      \"website\": \"http://dhtmlx.com\"\n    },\n    \"DERAK.CLOUD\": {\n      \"cats\": [\n        31\n      ],\n      \"headers\": {\n        \"Server\": \"^DERAK.CLOUD$\",\n        \"Derak-Umbrage\": \"\"\n      },\n      \"icon\": \"DerakCloud.png\",\n      \"cookies\": {\n        \"__derak_auth\": \"\",\n        \"__derak_user\": \"\"\n      },\n      \"js\": {\n        \"derakCloud.init\": \"\"\n      },\n      \"website\": \"https://derak.cloud/\"\n    },\n    \"DM Polopoly\": {\n      \"cats\": [\n        1\n      ],\n      \"html\": \"<(?:link [^>]*href|img [^>]*src)=\\\"/polopoly_fs/\",\n      \"icon\": \"DM Polopoly.png\",\n      \"implies\": \"Java\",\n      \"website\": \"http://www.atex.com/products/dm-polopoly\"\n    },\n    \"DNN\": {\n      \"cats\": [\n        1\n      ],\n      \"cookies\": {\n        \"DotNetNukeAnonymous\": \"\"\n      },\n      \"cpe\": \"cpe:/a:dnnsoftware:dotnetnuke\",\n      \"headers\": {\n        \"Cookie\": \"dnn_IsMobile=\",\n        \"DNNOutputCache\": \"\",\n        \"X-Compressed-By\": \"DotNetNuke\"\n      },\n      \"html\": [\n        \"<!-- by DotNetNuke Corporation\",\n        \"<!-- DNN Platform\"\n      ],\n      \"icon\": \"DNN.png\",\n      \"implies\": \"Microsoft ASP.NET\",\n      \"js\": {\n        \"DotNetNuke\": \"\",\n        \"dnn.apiversion\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"meta\": {\n        \"generator\": \"DotNetNuke\"\n      },\n      \"script\": [\n        \"/js/dnncore\\\\.js\",\n        \"/js/dnn\\\\.js\"\n      ],\n      \"website\": \"http://dnnsoftware.com\"\n    },\n    \"DTG\": {\n      \"cats\": [\n        1\n      ],\n      \"html\": [\n        \"<a[^>]+Site Powered by DTG\"\n      ],\n      \"icon\": \"DTG.png\",\n      \"implies\": \"Mono.net\",\n      \"website\": \"https://www.dtg.nl\"\n    },\n    \"Dancer\": {\n      \"cats\": [\n        18\n      ],\n      \"headers\": {\n        \"Server\": \"Perl Dancer ([\\\\d.]+)\\\\;version:\\\\1\",\n        \"X-Powered-By\": \"Perl Dancer ([\\\\d.]+)\\\\;version:\\\\1\"\n      },\n      \"icon\": \"Dancer.png\",\n      \"implies\": \"Perl\",\n      \"website\": \"http://perldancer.org\"\n    },\n    \"Danneo CMS\": {\n      \"cats\": [\n        1\n      ],\n      \"headers\": {\n        \"X-Powered-By\": \"CMS Danneo ([\\\\d.]+)\\\\;version:\\\\1\"\n      },\n      \"icon\": \"Danneo CMS.png\",\n      \"implies\": [\n        \"Apache\",\n        \"PHP\"\n      ],\n      \"meta\": {\n        \"generator\": \"Danneo CMS ([\\\\d.]+)\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://danneo.com\"\n    },\n    \"Dart\": {\n      \"cats\": [\n        27\n      ],\n      \"excludes\": [\n        \"Angular\",\n        \"AngularJS\"\n      ],\n      \"html\": \"/(?:<script)[^>]+(?:type=\\\"application/dart\\\")/\",\n      \"icon\": \"Dart.svg\",\n      \"implies\": \"AngularDart\",\n      \"js\": {\n        \"___dart__$dart_dartObject_ZxYxX_0_\": \"\",\n        \"___dart_dispatch_record_ZxYxX_0_\": \"\"\n      },\n      \"script\": [\n        \"/(?:\\\\.)?(?:dart)(?:\\\\.js)?/\",\n        \"packages/browser/dart\\\\.js\"\n      ],\n      \"website\": \"https://www.dartlang.org\"\n    },\n    \"Darwin\": {\n      \"cats\": [\n        28\n      ],\n      \"headers\": {\n        \"Server\": \"Darwin\",\n        \"X-Powered-By\": \"Darwin\"\n      },\n      \"icon\": \"Apple.svg\",\n      \"website\": \"https://opensource.apple.com\"\n    },\n    \"Datadome\": {\n      \"cats\": [\n        19\n      ],\n      \"cookies\": {\n        \"datadome\": \"\"\n      },\n      \"script\": \"^https://ct\\\\.datadome\\\\.co/[a-z]\\\\.js$\",\n      \"headers\": {\n        \"X-DataDome\": \"\",\n        \"Server\": \"^DataDome$\",\n        \"X-DataDome-CID\": \"\"\n      },\n      \"icon\": \"datadome.png\",\n      \"website\": \"https://datadome.co/\"\n    },\n    \"DataLife Engine\": {\n      \"cats\": [\n        1\n      ],\n      \"cpe\": \"cpe:/a:dleviet:datalife_engine\",\n      \"icon\": \"DataLife Engine.png\",\n      \"implies\": [\n        \"PHP\",\n        \"Apache\"\n      ],\n      \"js\": {\n        \"dle_root\": \"\"\n      },\n      \"meta\": {\n        \"generator\": \"DataLife Engine\"\n      },\n      \"website\": \"https://dle-news.ru\"\n    },\n    \"DataTables\": {\n      \"cats\": [\n        59\n      ],\n      \"icon\": \"DataTables.png\",\n      \"implies\": \"jQuery\",\n      \"script\": \"dataTables.*\\\\.js\",\n      \"website\": \"http://datatables.net\"\n    },\n    \"Day.js\": {\n      \"cats\": [\n        59\n      ],\n      \"icon\": \"Day.js.svg\",\n      \"js\": {\n        \"dayjs\": \"\"\n      },\n      \"website\": \"https://github.com/iamkun/dayjs\"\n    },\n    \"Debian\": {\n      \"cats\": [\n        28\n      ],\n      \"cpe\": \"cpe:/o:debian:debian_linux\",\n      \"headers\": {\n        \"Server\": \"Debian\",\n        \"X-Powered-By\": \"(?:Debian|dotdeb|(potato|woody|sarge|etch|lenny|squeeze|wheezy|jessie|stretch|buster|sid))\\\\;version:\\\\1\"\n      },\n      \"icon\": \"Debian.png\",\n      \"website\": \"https://debian.org\"\n    },\n    \"DedeCMS\": {\n      \"cats\": [\n        1\n      ],\n      \"cpe\": \"cpe:/a:dedecms:dedecms\",\n      \"icon\": \"DedeCMS.png\",\n      \"implies\": \"PHP\",\n      \"js\": {\n        \"DedeContainer\": \"\"\n      },\n      \"script\": \"dedeajax\",\n      \"website\": \"http://dedecms.com\"\n    },\n    \"DirectAdmin\": {\n      \"cats\": [\n        9\n      ],\n      \"cpe\": \"cpe:/a:directadmin:directadmin\",\n      \"headers\": {\n        \"Server\": \"DirectAdmin Daemon v([\\\\d.]+)\\\\;version:\\\\1\"\n      },\n      \"html\": \"<a[^>]+>DirectAdmin</a> Web Control Panel\",\n      \"icon\": \"DirectAdmin.png\",\n      \"implies\": [\n        \"PHP\",\n        \"Apache\"\n      ],\n      \"website\": \"https://www.directadmin.com\"\n    },\n    \"Discourse\": {\n      \"cats\": [\n        2\n      ],\n      \"icon\": \"Discourse.png\",\n      \"implies\": \"Ruby on Rails\",\n      \"js\": {\n        \"Discourse\": \"\"\n      },\n      \"meta\": {\n        \"generator\": \"Discourse(?: ?/?([\\\\d.]+\\\\d))?\\\\;version:\\\\1\"\n      },\n      \"website\": \"https://discourse.org\"\n    },\n    \"Discuz! X\": {\n      \"cats\": [\n        2\n      ],\n      \"icon\": \"Discuz X.png\",\n      \"implies\": \"PHP\",\n      \"js\": {\n        \"DISCUZCODE\": \"\",\n        \"discuzVersion\": \"^(.+)$\\\\;version:\\\\1\",\n        \"discuz_uid\": \"\"\n      },\n      \"meta\": {\n        \"generator\": \"Discuz! X([\\\\d\\\\.]+)?\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://www.discuz.net\"\n    },\n    \"Disqus\": {\n      \"cats\": [\n        15\n      ],\n      \"cpe\": \"cpe:/a:disqus:disqus_comment_system\",\n      \"html\": \"<div[^>]+id=\\\"disqus_thread\\\"\",\n      \"icon\": \"Disqus.svg\",\n      \"js\": {\n        \"DISQUS\": \"\",\n        \"disqus_shortname\": \"\",\n        \"disqus_url\": \"\"\n      },\n      \"script\": \"disqus_url\",\n      \"website\": \"https://disqus.com\"\n    },\n    \"Django\": {\n      \"cats\": [\n        18\n      ],\n      \"cpe\": \"cpe:/a:djangoproject:django\",\n      \"html\": \"(?:powered by <a[^>]+>Django ?([\\\\d.]+)?<\\\\/a>|<input[^>]*name=[\\\"']csrfmiddlewaretoken[\\\"'][^>]*>)\\\\;version:\\\\1\",\n      \"icon\": \"Django.png\",\n      \"implies\": \"Python\",\n      \"js\": {\n        \"__admin_media_prefix__\": \"\",\n        \"django\": \"\"\n      },\n      \"website\": \"https://djangoproject.com\"\n    },\n    \"Django CMS\": {\n      \"cats\": [\n        1\n      ],\n      \"icon\": \"Django CMS.png\",\n      \"implies\": \"Django\",\n      \"website\": \"https://django-cms.org\"\n    },\n    \"Docusaurus\": {\n      \"cats\": [\n        4\n      ],\n      \"icon\": \"docusaurus.svg\",\n      \"implies\": [\n        \"React\",\n        \"webpack\"\n      ],\n      \"js\": {\n        \"search.indexName\": \"\"\n      },\n      \"meta\": {\n        \"generator\": \"^Docusaurus$\"\n      },\n      \"website\": \"https://docusaurus.io/\"\n    },\n    \"Docker\": {\n      \"cats\": [\n        60\n      ],\n      \"cpe\": \"cpe:/a:docker:engine\",\n      \"icon\": \"Docker.svg\",\n      \"implies\": \"Linux\",\n      \"html\": \"<!-- This comment is expected by the docker HEALTHCHECK  -->\",\n      \"website\": \"https://www.docker.com/\"\n    },\n    \"Dojo\": {\n      \"cats\": [\n        59\n      ],\n      \"cpe\": \"cpe:/a:dojotoolkit:dojo\",\n      \"icon\": \"Dojo.png\",\n      \"js\": {\n        \"dojo\": \"\",\n        \"dojo.version.major\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"script\": \"([\\\\d.]+)/dojo/dojo(?:\\\\.xd)?\\\\.js\\\\;version:\\\\1\",\n      \"website\": \"https://dojotoolkit.org\"\n    },\n    \"Dokeos\": {\n      \"cats\": [\n        21\n      ],\n      \"headers\": {\n        \"X-Powered-By\": \"Dokeos\"\n      },\n      \"html\": \"(?:Portal <a[^>]+>Dokeos|@import \\\"[^\\\"]+dokeos_blue)\",\n      \"icon\": \"Dokeos.png\",\n      \"implies\": [\n        \"PHP\",\n        \"Xajax\",\n        \"jQuery\",\n        \"CKEditor\"\n      ],\n      \"meta\": {\n        \"generator\": \"Dokeos\"\n      },\n      \"website\": \"https://dokeos.com\"\n    },\n    \"DokuWiki\": {\n      \"cats\": [\n        8\n      ],\n      \"cookies\": {\n        \"DokuWiki\": \"\"\n      },\n      \"cpe\": \"cpe:/a:dokuwiki:dokuwiki\",\n      \"html\": [\n        \"<div[^>]+id=\\\"dokuwiki__>\",\n        \"<a[^>]+href=\\\"#dokuwiki__\"\n      ],\n      \"icon\": \"DokuWiki.png\",\n      \"implies\": \"PHP\",\n      \"meta\": {\n        \"generator\": \"^DokuWiki( Release [\\\\d-]+)?\\\\;version:\\\\1\"\n      },\n      \"website\": \"https://www.dokuwiki.org\"\n    },\n    \"Dotclear\": {\n      \"cats\": [\n        1\n      ],\n      \"cpe\": \"cpe:/a:dotclear:dotclear\",\n      \"headers\": {\n        \"X-Dotclear-Static-Cache\": \"\"\n      },\n      \"icon\": \"Dotclear.png\",\n      \"implies\": \"PHP\",\n      \"website\": \"http://dotclear.org\"\n    },\n    \"DoubleClick Ad Exchange (AdX)\": {\n      \"cats\": [\n        36\n      ],\n      \"icon\": \"DoubleClick.svg\",\n      \"script\": [\n        \"googlesyndication\\\\.com/pagead/show_ads\\\\.js\",\n        \"tpc\\\\.googlesyndication\\\\.com/safeframe\",\n        \"googlesyndication\\\\.com.*abg\\\\.js\"\n      ],\n      \"website\": \"http://www.doubleclickbygoogle.com/solutions/digital-marketing/ad-exchange/\"\n    },\n    \"DoubleClick Campaign Manager (DCM)\": {\n      \"cats\": [\n        36\n      ],\n      \"icon\": \"DoubleClick.svg\",\n      \"script\": \"2mdn\\\\.net\",\n      \"website\": \"http://www.doubleclickbygoogle.com/solutions/digital-marketing/campaign-manager/\"\n    },\n    \"DoubleClick Floodlight\": {\n      \"cats\": [\n        36\n      ],\n      \"icon\": \"DoubleClick.svg\",\n      \"script\": \"https?://fls\\\\.doubleclick\\\\.net\",\n      \"website\": \"http://support.google.com/ds/answer/6029713?hl=en\"\n    },\n    \"DoubleClick for Publishers (DFP)\": {\n      \"cats\": [\n        36\n      ],\n      \"icon\": \"DoubleClick.svg\",\n      \"script\": \"googletagservices\\\\.com/tag/js/gpt(?:_mobile)?\\\\.js\",\n      \"website\": \"http://www.google.com/dfp\"\n    },\n    \"DovetailWRP\": {\n      \"cats\": [\n        1\n      ],\n      \"html\": \"<link[^>]* href=\\\"\\\\/DovetailWRP\\\\/\",\n      \"icon\": \"DovetailWRP.png\",\n      \"implies\": \"Microsoft ASP.NET\",\n      \"script\": \"\\\\/DovetailWRP\\\\/\",\n      \"website\": \"http://www.dovetailinternet.com\"\n    },\n    \"Doxygen\": {\n      \"cats\": [\n        4\n      ],\n      \"cpe\": \"cpe:/a:doxygen:doxygen\",\n      \"html\": \"(?:<!-- Generated by Doxygen ([\\\\d.]+)|<link[^>]+doxygen\\\\.css)\\\\;version:\\\\1\",\n      \"icon\": \"Doxygen.png\",\n      \"meta\": {\n        \"generator\": \"Doxygen ([\\\\d.]+)\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://www.doxygen.nl/\"\n    },\n    \"DreamWeaver\": {\n      \"cats\": [\n        20\n      ],\n      \"cpe\": \"cpe:/a:adobe:dreamweaver\",\n      \"html\": \"<!--[^>]*(?:InstanceBeginEditable|Dreamweaver([^>]+)target|DWLayoutDefaultTable)\\\\;version:\\\\1\",\n      \"js\": {\n        \"MM_showMenu\": \"\",\n        \"MM_preloadImages\": \"\",\n        \"MM_showHideLayers\": \"\"\n      },\n      \"icon\": \"DreamWeaver.png\",\n      \"website\": \"https://www.adobe.com/products/dreamweaver.html\"\n    },\n    \"Drupal\": {\n      \"cats\": [\n        1\n      ],\n      \"cpe\": \"cpe:/a:drupal:drupal\",\n      \"headers\": {\n        \"Expires\": \"19 Nov 1978\",\n        \"X-Drupal-Cache\": \"\",\n        \"X-Generator\": \"^Drupal(?:\\\\s([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"html\": \"<(?:link|style)[^>]+\\\"/sites/(?:default|all)/(?:themes|modules)/\",\n      \"icon\": \"Drupal.svg\",\n      \"implies\": \"PHP\",\n      \"js\": {\n        \"Drupal\": \"\"\n      },\n      \"meta\": {\n        \"generator\": \"^Drupal(?:\\\\s([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"script\": \"drupal\\\\.js\",\n      \"website\": \"https://drupal.org\"\n    },\n    \"Drupal Commerce\": {\n      \"cats\": [\n        6\n      ],\n      \"cpe\": \"cpe:/a:commerceguys:commerce\",\n      \"html\": \"<[^>]+(?:id=\\\"block[_-]commerce[_-]cart[_-]cart|class=\\\"commerce[_-]product[_-]field)\",\n      \"icon\": \"Drupal Commerce.png\",\n      \"implies\": \"Drupal\",\n      \"website\": \"http://drupalcommerce.org\"\n    },\n    \"Dynamicweb\": {\n      \"cats\": [\n        1,\n        6,\n        10\n      ],\n      \"cookies\": {\n        \"Dynamicweb\": \"\"\n      },\n      \"icon\": \"Dynamicweb.png\",\n      \"implies\": \"Microsoft ASP.NET\",\n      \"meta\": {\n        \"generator\": \"Dynamicweb ([\\\\d.]+)\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://www.dynamicweb.dk\"\n    },\n    \"Dynatrace\": {\n      \"cats\": [\n        10\n      ],\n      \"headers\": {\n        \"X-dynaTrace-JS-Agent\": \"\"\n      },\n      \"icon\": \"Dynatrace.png\",\n      \"script\": \"dtagent.*\\\\.js\",\n      \"website\": \"http://dynatrace.com\"\n    },\n    \"EasyEngine\": {\n      \"cats\": [\n        47,\n        9\n      ],\n      \"icon\": \"EasyEngine.png\",\n      \"implies\": [\n        \"Docker\"\n      ],\n      \"headers\": {\n        \"x-powered-by\": \"^EasyEngine (.*)$\\\\;version:\\\\1\"\n      },\n      \"website\": \"https://easyengine.io\"\n    },\n    \"EC-CUBE\": {\n      \"cats\": [\n        6\n      ],\n      \"cpe\": \"cpe:/a:lockon:ec-cube\",\n      \"icon\": \"ec-cube.png\",\n      \"implies\": \"PHP\",\n      \"script\": [\n        \"eccube\\\\.js\",\n        \"win_op\\\\.js\"\n      ],\n      \"website\": \"http://www.ec-cube.net\"\n    },\n    \"Elementor\": {\n      \"cats\": [\n        51\n      ],\n      \"html\": [\n        \"<div class=(?:\\\"|')[^\\\"']*elementor\",\n        \"<section class=(?:\\\"|')[^\\\"']*elementor\",\n        \"<link [^>]*href=(?:\\\"|')[^\\\"']*elementor/assets\",\n        \"<link [^>]*href=(?:\\\"|')[^\\\"']*uploads/elementor/css\"\n      ],\n      \"js\": {\n        \"elementorFrontend.getElements\": \"\"\n      },\n      \"script\": \"elementor/assets/js/[^/]+\\\\.js\\\\?ver=([\\\\d.]+)$\\\\;version:\\\\1\",\n      \"icon\": \"Elementor.png\",\n      \"implies\": \"WordPress\",\n      \"website\": \"https://elementor.com\"\n    },\n    \"ELOG\": {\n      \"cats\": [\n        19\n      ],\n      \"html\": \"<title>ELOG Logbook Selection</title>\",\n      \"icon\": \"ELOG.png\",\n      \"website\": \"http://midas.psi.ch/elog\"\n    },\n    \"ELOG HTTP\": {\n      \"cats\": [\n        22\n      ],\n      \"headers\": {\n        \"Server\": \"ELOG HTTP ?([\\\\d.-]+)?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"ELOG.png\",\n      \"implies\": \"ELOG\",\n      \"website\": \"http://midas.psi.ch/elog\"\n    },\n    \"EPages\": {\n      \"cats\": [\n        6\n      ],\n      \"headers\": {\n        \"X-Powered-By\": \"epages 6\"\n      },\n      \"html\": \"<div class=\\\"BoxContainer\\\">\",\n      \"icon\": \"epages.png\",\n      \"website\": \"http://www.epages.com/\"\n    },\n    \"EPiServer\": {\n      \"cats\": [\n        1\n      ],\n      \"cookies\": {\n        \"EPiServer\": \"\",\n        \"EPiTrace\": \"\"\n      },\n      \"cpe\": \"cpe:/a:episerver:episerver\",\n      \"icon\": \"EPiServer.png\",\n      \"implies\": \"Microsoft ASP.NET\",\n      \"meta\": {\n        \"generator\": \"EPiServer\"\n      },\n      \"website\": \"http://episerver.com\"\n    },\n    \"EPrints\": {\n      \"cats\": [\n        19\n      ],\n      \"icon\": \"EPrints.png\",\n      \"implies\": \"Perl\",\n      \"js\": {\n        \"EPJS_menu_template\": \"\",\n        \"EPrints\": \"\"\n      },\n      \"meta\": {\n        \"generator\": \"EPrints ([\\\\d.]+)\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://www.eprints.org\"\n    },\n    \"EdgeCast\": {\n      \"cats\": [\n        31\n      ],\n      \"headers\": {\n        \"Server\": \"^ECD\\\\s\\\\(\\\\S+\\\\)\"\n      },\n      \"icon\": \"EdgeCast.png\",\n      \"url\": \"https?://(?:[^/]+\\\\.)?edgecastcdn\\\\.net/\",\n      \"website\": \"http://www.edgecast.com\"\n    },\n    \"Elcodi\": {\n      \"cats\": [\n        6\n      ],\n      \"headers\": {\n        \"X-Elcodi\": \"\"\n      },\n      \"icon\": \"Elcodi.png\",\n      \"implies\": [\n        \"PHP\",\n        \"Symfony\"\n      ],\n      \"website\": \"http://elcodi.io\"\n    },\n    \"Eleanor CMS\": {\n      \"cats\": [\n        1\n      ],\n      \"cpe\": \"cpe:/a:eleanor-cms:eleanor_cms\",\n      \"icon\": \"Eleanor CMS.png\",\n      \"implies\": \"PHP\",\n      \"meta\": {\n        \"generator\": \"Eleanor\"\n      },\n      \"website\": \"http://eleanor-cms.ru\"\n    },\n    \"Element UI\": {\n      \"cats\": [\n        12\n      ],\n      \"icon\": \"ElementUI.svg\",\n      \"implies\": [\n        \"Vue\"\n      ],\n      \"html\": [\n        \"<(?:div|button) class=\\\"el-(?:table-column|table-filter|popper|pagination|pager|select-group|form|form-item|color-predefine|color-hue-slider|color-svpanel|color-alpha-slider|color-dropdown|color-picker|badge|tree|tree-node|select|message|dialog|checkbox|checkbox-button|checkbox-group|container|steps|carousel|menu|menu-item|submenu|menu-item-group|button|button-group|card|table|select-dropdown|row|tabs|notification|radio|progress|progress-bar|tag|popover|tooltip|cascader|cascader-menus|cascader-menu|time-spinner|spinner|spinner-inner|transfer|transfer-panel|rate|slider|dropdown|dropdown-menu|textarea|input|input-group|popup-parent|radio-group|main|breadcrumb|time-range-picker|date-range-picker|year-table|date-editor|range-editor|time-spinner|date-picker|time-panel|date-table|month-table|picker-panel|collapse|collapse-item|alert|select-dropdown|select-dropdown__empty|select-dropdown__wrap|select-dropdown__list|scrollbar|switch|carousel|upload|upload-dragger|upload-list|upload-cover|aside|input-number|header|message-box|footer|radio-button|step|autocomplete|autocomplete-suggestion|loading-parent|loading-mask|loading-spinner|)\"\n      ],\n      \"website\": \"https://element.eleme.io/\"\n    },\n    \"Eloqua\": {\n      \"cats\": [\n        32\n      ],\n      \"icon\": \"Oracle.png\",\n      \"js\": {\n        \"elqCurESite\": \"\",\n        \"elqLoad\": \"\",\n        \"elqSiteID\": \"\",\n        \"elq_global\": \"\"\n      },\n      \"script\": \"elqCfg\\\\.js\",\n      \"website\": \"http://eloqua.com\"\n    },\n    \"EmbedThis Appweb\": {\n      \"cats\": [\n        22\n      ],\n      \"cpe\": \"cpe:/a:embedthis:appweb\",\n      \"headers\": {\n        \"Server\": \"Mbedthis-Appweb(?:/([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"Embedthis.png\",\n      \"website\": \"http://embedthis.com/appweb\"\n    },\n    \"Ember.js\": {\n      \"cats\": [\n        12\n      ],\n      \"cpe\": \"cpe:/a:emberjs:ember.js\",\n      \"icon\": \"Ember.js.png\",\n      \"implies\": \"Handlebars\",\n      \"js\": {\n        \"Ember\": \"\",\n        \"Ember.VERSION\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://emberjs.com\"\n    },\n    \"Ensighten\": {\n      \"cats\": [\n        42\n      ],\n      \"script\": \"//nexus\\\\.ensighten\\\\.com/\",\n      \"icon\": \"ensighten.png\",\n      \"website\": \"https://success.ensighten.com/hc/en-us\"\n    },\n    \"Envoy\": {\n      \"cats\": [\n        64\n      ],\n      \"cpe\": \"cpe:/a:envoyproxy:envoy\",\n      \"icon\": \"Envoy.png\",\n      \"headers\": {\n        \"Server\": \"^envoy$\",\n        \"x-envoy-upstream-service-time\": \"\"\n      },\n      \"website\": \"https://www.envoyproxy.io/\"\n    },\n    \"Enyo\": {\n      \"cats\": [\n        12,\n        26\n      ],\n      \"icon\": \"Enyo.png\",\n      \"js\": {\n        \"enyo\": \"\"\n      },\n      \"script\": \"enyo\\\\.js\",\n      \"website\": \"http://enyojs.com\"\n    },\n    \"Epoch\": {\n      \"cats\": [\n        25\n      ],\n      \"html\": \"<link[^>]+?href=\\\"[^\\\"]+epoch(?:\\\\.min)?\\\\.css\",\n      \"implies\": \"D3\",\n      \"script\": \"epoch(?:\\\\.min)?\\\\.js\",\n      \"website\": \"https://fastly.github.io/epoch\"\n    },\n    \"Epom\": {\n      \"cats\": [\n        36\n      ],\n      \"icon\": \"Epom.png\",\n      \"js\": {\n        \"epomCustomParams\": \"\"\n      },\n      \"url\": \"^https?://(?:[^/]+\\\\.)?ad(?:op)?shost1\\\\.com/\",\n      \"website\": \"http://epom.com\"\n    },\n    \"Erlang\": {\n      \"cats\": [\n        27\n      ],\n      \"cpe\": \"cpe:/a:erlang:erlang%2fotp\",\n      \"headers\": {\n        \"Server\": \"Erlang( OTP/(?:[\\\\d.ABR-]+))?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"Erlang.png\",\n      \"website\": \"http://www.erlang.org\"\n    },\n    \"Essential JS 2\": {\n      \"cats\": [\n        12,\n        59\n      ],\n      \"html\": \"<[^>]+ class ?= ?\\\"(?:e-control|[^\\\"]+ e-control)(?: )[^\\\"]* e-lib\\\\b\",\n      \"icon\": \"syncfusion.svg\",\n      \"website\": \"https://www.syncfusion.com/javascript-ui-controls\"\n    },\n    \"Etherpad\": {\n      \"cats\": [\n        24\n      ],\n      \"cpe\": \"cpe:/a:etherpad:etherpad\",\n      \"headers\": {\n        \"Server\": \"^Etherpad\"\n      },\n      \"icon\": \"etherpad.png\",\n      \"implies\": \"Node.js\",\n      \"js\": {\n        \"padeditbar\": \"\",\n        \"padimpexp\": \"\"\n      },\n      \"script\": [\n        \"/ep_etherpad-lite/\"\n      ],\n      \"website\": \"https://etherpad.org\"\n    },\n    \"Exhibit\": {\n      \"cats\": [\n        25\n      ],\n      \"icon\": \"Exhibit.png\",\n      \"js\": {\n        \"Exhibit\": \"\",\n        \"Exhibit.version\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"script\": \"exhibit.*\\\\.js\",\n      \"website\": \"http://simile-widgets.org/exhibit/\"\n    },\n    \"Express\": {\n      \"cats\": [\n        18,\n        22\n      ],\n      \"cpe\": \"cpe:/a:expressjs:express\",\n      \"headers\": {\n        \"X-Powered-By\": \"^Express$\"\n      },\n      \"icon\": \"Express.png\",\n      \"implies\": \"Node.js\",\n      \"website\": \"http://expressjs.com\"\n    },\n    \"ExpressionEngine\": {\n      \"cats\": [\n        1\n      ],\n      \"cookies\": {\n        \"exp_csrf_token\": \"\",\n        \"exp_last_activity\": \"\",\n        \"exp_tracker\": \"\"\n      },\n      \"cpe\": \"cpe:/a:ellislab:expressionengine\",\n      \"icon\": \"ExpressionEngine.png\",\n      \"implies\": \"PHP\",\n      \"website\": \"http://expressionengine.com\"\n    },\n    \"ExtJS\": {\n      \"cats\": [\n        12\n      ],\n      \"icon\": \"ExtJS.png\",\n      \"js\": {\n        \"Ext\": \"\",\n        \"Ext.version\": \"^(.+)$\\\\;version:\\\\1\",\n        \"Ext.versions.extjs.version\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"script\": \"ext-base\\\\.js\",\n      \"website\": \"https://www.sencha.com\"\n    },\n    \"F5 BigIP\": {\n      \"cats\": [\n        64\n      ],\n      \"headers\": {\n        \"server\": \"^big-?ip$\"\n      },\n      \"cookies\": {\n        \"F5_ST\": \"\",\n        \"MRHSHint\": \"\",\n        \"F5_HT_shrinked\": \"\",\n        \"F5_fullWT\": \"\",\n        \"MRHSequence\": \"\",\n        \"MRHSession\": \"\",\n        \"LastMRH_Session\": \"\",\n        \"TIN\": \"\"\n      },\n      \"icon\": \"F5.png\",\n      \"website\": \"https://www.f5.com/products/big-ip-services\"\n    },\n    \"FAST ESP\": {\n      \"cats\": [\n        29\n      ],\n      \"html\": \"<form[^>]+id=\\\"fastsearch\\\"\",\n      \"icon\": \"FAST ESP.png\",\n      \"website\": \"http://microsoft.com/enterprisesearch\"\n    },\n    \"FAST Search for SharePoint\": {\n      \"cats\": [\n        29\n      ],\n      \"html\": \"<input[^>]+ name=\\\"ParametricSearch\",\n      \"icon\": \"FAST Search for SharePoint.png\",\n      \"implies\": [\n        \"Microsoft SharePoint\",\n        \"Microsoft ASP.NET\"\n      ],\n      \"url\": \"Pages/SearchResults\\\\.aspx\\\\?k=\",\n      \"website\": \"http://sharepoint.microsoft.com/en-us/product/capabilities/search/Pages/Fast-Search.aspx\"\n    },\n    \"FWP\": {\n      \"cats\": [\n        6\n      ],\n      \"html\": \"<!--\\\\s+FwP Systems\",\n      \"icon\": \"FWP.png\",\n      \"meta\": {\n        \"generator\": \"FWP Shop\"\n      },\n      \"website\": \"http://fwpshop.org\"\n    },\n    \"Facebook\": {\n      \"cats\": [\n        5\n      ],\n      \"icon\": \"Facebook.svg\",\n      \"script\": \"//connect\\\\.facebook\\\\.net/[^/]*/[a-z]*\\\\.js\",\n      \"website\": \"http://facebook.com\"\n    },\n    \"Fact Finder\": {\n      \"cats\": [\n        29\n      ],\n      \"html\": \"<!-- Factfinder\",\n      \"icon\": \"Fact Finder.png\",\n      \"script\": \"Suggest\\\\.ff\",\n      \"url\": \"(?:/ViewParametricSearch|ffsuggest\\\\.[a-z]htm)\",\n      \"website\": \"http://fact-finder.com\"\n    },\n    \"FancyBox\": {\n      \"cats\": [\n        59\n      ],\n      \"icon\": \"FancyBox.png\",\n      \"implies\": \"jQuery\",\n      \"js\": {\n        \"$.fancybox.version\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"script\": \"jquery\\\\.fancybox(?:\\\\.pack|\\\\.min)?\\\\.js(?:\\\\?v=([\\\\d.]+))?$\\\\;version:\\\\1\",\n      \"website\": \"http://fancyapps.com/fancybox\"\n    },\n    \"Fastcommerce\": {\n      \"cats\": [\n        6\n      ],\n      \"icon\": \"Fastcommerce.png\",\n      \"meta\": {\n        \"generator\": \"^Fastcommerce\"\n      },\n      \"website\": \"https://www.fastcommerce.com.br\"\n    },\n    \"Fastly\": {\n      \"cats\": [\n        31\n      ],\n      \"headers\": {\n        \"Fastly-Debug-Digest\": \"\",\n        \"Vary\": \"Fastly-SSL\",\n        \"x-via-fastly:\": \"\",\n        \"X-Fastly-Request-ID\": \"\"\n      },\n      \"icon\": \"Fastly.svg\",\n      \"website\": \"https://www.fastly.com\"\n    },\n    \"Fat-Free Framework\": {\n      \"cats\": [\n        18\n      ],\n      \"headers\": {\n        \"X-Powered-By\": \"^Fat-Free Framework$\"\n      },\n      \"icon\": \"Fat-Free Framework.png\",\n      \"implies\": \"PHP\",\n      \"website\": \"http://fatfreeframework.com\"\n    },\n    \"Fbits\": {\n      \"cats\": [\n        6\n      ],\n      \"icon\": \"Fbits.png\",\n      \"js\": {\n        \"fbits\": \"\"\n      },\n      \"website\": \"https://www.traycorp.com.br\"\n    },\n    \"Fedora\": {\n      \"cats\": [\n        28\n      ],\n      \"cpe\": \"cpe:/o:fedoraproject:fedora\",\n      \"headers\": {\n        \"Server\": \"Fedora\"\n      },\n      \"icon\": \"Fedora.png\",\n      \"website\": \"http://fedoraproject.org\"\n    },\n    \"Fingerprintjs\": {\n      \"cats\": [\n        59\n      ],\n      \"js\": {\n        \"Fingerprint\": \"(\\\\d)?$\\\\;version:\\\\1\",\n        \"Fingerprint2\": \"\",\n        \"Fingerprint2.VERSION\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"script\": \"fingerprint(\\\\d)?(?:\\\\.min)?\\\\.js\\\\;version:\\\\1\",\n      \"website\": \"https://valve.github.io/fingerprintjs2/\"\n    },\n    \"Firebase\": {\n      \"cats\": [\n        34\n      ],\n      \"icon\": \"Firebase.png\",\n      \"js\": {\n        \"firebase.SDK_VERSION\": \"([\\\\d.]+)$\\\\;version:\\\\1\"\n      },\n      \"script\": \"/(?:([\\\\d.]+)/)?firebase(?:\\\\.min)?\\\\.js\\\\;version:\\\\1\",\n      \"website\": \"https://firebase.com\"\n    },\n    \"Fireblade\": {\n      \"cats\": [\n        31\n      ],\n      \"headers\": {\n        \"Server\": \"fbs\"\n      },\n      \"icon\": \"Fireblade.png\",\n      \"website\": \"http://fireblade.com\"\n    },\n    \"Flarum\": {\n      \"cats\": [\n        2\n      ],\n      \"cpe\": \"cpe:/a:flarum:flarum\",\n      \"html\": \"<div id=\\\"flarum-loading\\\"\",\n      \"icon\": \"flarum.png\",\n      \"implies\": [\n        \"PHP\",\n        \"MySQL\"\n      ],\n      \"js\": {\n        \"app.cache.discussionList\": \"\",\n        \"app.forum.freshness\": \"\"\n      },\n      \"website\": \"http://flarum.org/\"\n    },\n    \"Flask\": {\n      \"cats\": [\n        18,\n        22\n      ],\n      \"headers\": {\n        \"Server\": \"Werkzeug/?([\\\\d\\\\.]+)?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"Flask.png\",\n      \"implies\": \"Python\",\n      \"website\": \"http://flask.pocoo.org\"\n    },\n    \"Flat UI\": {\n      \"cats\": [\n        66\n      ],\n      \"html\": \"<link[^>]* href=[^>]+flat-ui(?:\\\\.min)?\\\\.css\",\n      \"icon\": \"Flat UI.png\",\n      \"implies\": \"Bootstrap\",\n      \"website\": \"https://designmodo.github.io/Flat-UI/\"\n    },\n    \"FlexCMP\": {\n      \"cats\": [\n        1\n      ],\n      \"headers\": {\n        \"X-Flex-Lang\": \"\",\n        \"X-Powered-By\": \"FlexCMP.+\\\\[v\\\\. ([\\\\d.]+)\\\\;version:\\\\1\"\n      },\n      \"html\": \"<!--[^>]+FlexCMP[^>v]+v\\\\. ([\\\\d.]+)\\\\;version:\\\\1\",\n      \"icon\": \"FlexCMP.png\",\n      \"meta\": {\n        \"generator\": \"^FlexCMP\"\n      },\n      \"website\": \"http://www.flexcmp.com/cms/home\"\n    },\n    \"FlexSlider\": {\n      \"cats\": [\n        5\n      ],\n      \"icon\": \"FlexSlider.png\",\n      \"implies\": \"jQuery\",\n      \"script\": [\n        \"jquery\\\\.flexslider(?:\\\\.min)?\\\\.js$\"\n      ],\n      \"website\": \"https://woocommerce.com/flexslider/\"\n    },\n    \"Flickity\": {\n      \"cats\": [\n        59\n      ],\n      \"js\": {\n        \"Flickity\": \"\"\n      },\n      \"script\": \"/flickity(?:\\\\.pkgd)?(?:\\\\.min)?\\\\.js\",\n      \"website\": \"https://flickity.metafizzy.co/\"\n    },\n    \"FluxBB\": {\n      \"cats\": [\n        2\n      ],\n      \"cpe\": \"cpe:/a:fluxbb:fluxbb\",\n      \"html\": \"<p id=\\\"poweredby\\\">[^<]+<a href=\\\"https?://fluxbb\\\\.org/\\\">\",\n      \"icon\": \"FluxBB.png\",\n      \"implies\": \"PHP\",\n      \"website\": \"https://fluxbb.org\"\n    },\n    \"Flyspray\": {\n      \"cats\": [\n        13\n      ],\n      \"cookies\": {\n        \"flyspray_project\": \"\"\n      },\n      \"html\": \"(?:<a[^>]+>Powered by Flyspray|<map id=\\\"projectsearchform)\",\n      \"icon\": \"Flyspray.png\",\n      \"implies\": \"PHP\",\n      \"website\": \"http://flyspray.org\"\n    },\n    \"Flywheel\": {\n      \"cats\": [\n        62\n      ],\n      \"headers\": {\n        \"x-fw-hash\": \"\",\n        \"x-fw-serve\": \"\",\n        \"x-fw-server\": \"^Flywheel(?:/([\\\\d.]+))?\\\\;version:\\\\1\",\n        \"x-fw-static\": \"\",\n        \"x-fw-type\": \"\"\n      },\n      \"implies\": [\n        \"WordPress\"\n      ],\n      \"icon\": \"flywheel.svg\",\n      \"website\": \"https://getflywheel.com\"\n    },\n    \"Font Awesome\": {\n      \"cats\": [\n        17\n      ],\n      \"html\": [\n        \"<link[^>]* href=[^>]+(?:([\\\\d.]+)/)?(?:css/)?font-awesome(?:\\\\.min)?\\\\.css\\\\;version:\\\\1\",\n        \"<link[^>]* href=\\\"https://use\\\\.fontawesome\\\\.com/releases/v([^>]+)/css/\\\\;version:\\\\1\",\n        \"<script[^>]* src=[^>]+fontawesome(?:\\\\.js)?\"\n      ],\n      \"icon\": \"Font Awesome.png\",\n      \"website\": \"http://fontawesome.io\"\n    },\n    \"Fork CMS\": {\n      \"cats\": [\n        1\n      ],\n      \"cpe\": \"cpe:/a:fork-cms:fork_cms\",\n      \"icon\": \"ForkCMS.png\",\n      \"implies\": \"Symfony\",\n      \"meta\": {\n        \"generator\": \"^Fork CMS$\"\n      },\n      \"website\": \"http://www.fork-cms.com/\"\n    },\n    \"Fortune3\": {\n      \"cats\": [\n        6\n      ],\n      \"html\": \"(?:<link [^>]*href=\\\"[^\\\\/]*\\\\/\\\\/www\\\\.fortune3\\\\.com\\\\/[^\\\"]*siterate\\\\/rate\\\\.css|Powered by <a [^>]*href=\\\"[^\\\"]+fortune3\\\\.com)\",\n      \"icon\": \"Fortune3.png\",\n      \"script\": \"cartjs\\\\.php\\\\?(?:.*&)?s=[^&]*myfortune3cart\\\\.com\",\n      \"website\": \"http://fortune3.com\"\n    },\n    \"Foswiki\": {\n      \"cats\": [\n        8\n      ],\n      \"cookies\": {\n        \"FOSWIKISTRIKEONE\": \"\",\n        \"SFOSWIKISID\": \"\"\n      },\n      \"cpe\": \"cpe:/a:foswiki:foswiki\",\n      \"headers\": {\n        \"X-Foswikiaction\": \"\",\n        \"X-Foswikiuri\": \"\"\n      },\n      \"html\": [\n        \"<div class=\\\"foswiki(?:Copyright|Page|Main)\\\">\"\n      ],\n      \"icon\": \"foswiki.png\",\n      \"implies\": \"Perl\",\n      \"js\": {\n        \"foswiki\": \"\"\n      },\n      \"meta\": {\n        \"foswiki.SERVERTIME\": \"\",\n        \"foswiki.WIKINAME\": \"\"\n      },\n      \"website\": \"http://foswiki.org\"\n    },\n    \"FreeBSD\": {\n      \"cats\": [\n        28\n      ],\n      \"cpe\": \"cpe:/o:freebsd:freebsd\",\n      \"headers\": {\n        \"Server\": \"FreeBSD(?: ([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"FreeBSD.png\",\n      \"website\": \"http://freebsd.org\"\n    },\n    \"FreeTextBox\": {\n      \"cats\": [\n        24\n      ],\n      \"html\": \"/<!--\\\\s*\\\\*\\\\s*FreeTextBox v\\\\d+ \\\\(([.\\\\d]+)(?:(?:.|\\\\n)+?<!--\\\\s*\\\\*\\\\s*License Type: (Distribution|Professional)License)?/i\\\\;version:\\\\1 \\\\2\",\n      \"icon\": \"FreeTextBox.png\",\n      \"implies\": \"Microsoft ASP.NET\",\n      \"js\": {\n        \"FTB_API\": \"\",\n        \"FTB_AddEvent\": \"\"\n      },\n      \"website\": \"http://freetextbox.com\"\n    },\n    \"Freespee\": {\n      \"cats\": [\n        10\n      ],\n      \"icon\": \"Freespee.svg\",\n      \"script\": \"analytics\\\\.freespee\\\\.com/js/external/fs\\\\.(?:min\\\\.)?js\",\n      \"website\": \"https://www.freespee.com\"\n    },\n    \"Freshchat\": {\n      \"cats\": [\n        52\n      ],\n      \"icon\": \"freshchat.png\",\n      \"script\": \"wchat\\\\.freshchat\\\\.com/js/widget\\\\.js\",\n      \"website\": \"https://www.freshworks.com/live-chat-software/\"\n    },\n    \"Freshmarketer\": {\n      \"cats\": [\n        10\n      ],\n      \"icon\": \"freshmarketer.png\",\n      \"script\": \"cdn\\\\.freshmarketer\\\\.com\",\n      \"website\": \"https://www.freshworks.com/marketing-automation/conversion-rate-optimization/\"\n    },\n    \"Froala Editor\": {\n      \"cats\": [\n        24\n      ],\n      \"html\": \"<[^>]+class=\\\"[^\\\"]*(?:fr-view|fr-box)\",\n      \"icon\": \"Froala.svg\",\n      \"implies\": [\n        \"jQuery\",\n        \"Font Awesome\"\n      ],\n      \"website\": \"http://froala.com/wysiwyg-editor\"\n    },\n    \"FrontPage\": {\n      \"cats\": [\n        20\n      ],\n      \"cpe\": \"cpe:/a:microsoft:frontpage\",\n      \"icon\": \"FrontPage.png\",\n      \"meta\": {\n        \"ProgId\": \"^FrontPage\\\\.\",\n        \"generator\": \"Microsoft FrontPage(?:\\\\s((?:Express )?[\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://office.microsoft.com/frontpage\"\n    },\n    \"Fusion Ads\": {\n      \"cats\": [\n        36\n      ],\n      \"icon\": \"Fusion Ads.png\",\n      \"js\": {\n        \"_fusion\": \"\"\n      },\n      \"script\": \"^[^\\\\/]*//[ac]dn\\\\.fusionads\\\\.net/(?:api/([\\\\d.]+)/)?\\\\;version:\\\\1\",\n      \"website\": \"http://fusionads.net\"\n    },\n    \"Future Shop\": {\n      \"cats\": [\n        6\n      ],\n      \"icon\": \"futureshop.png\",\n      \"script\": \"future-shop.*\\\\.js\",\n      \"website\": \"https://www.future-shop.jp\"\n    },\n    \"G-WAN\": {\n      \"cats\": [\n        22\n      ],\n      \"headers\": {\n        \"Server\": \"G-WAN\"\n      },\n      \"icon\": \"G-WAN.png\",\n      \"website\": \"http://gwan.com\"\n    },\n    \"GX WebManager\": {\n      \"cats\": [\n        1\n      ],\n      \"html\": \"<!--\\\\s+Powered by GX\",\n      \"icon\": \"GX WebManager.png\",\n      \"meta\": {\n        \"generator\": \"GX WebManager(?: ([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://www.gxsoftware.com/en/products/web-content-management.htm\"\n    },\n    \"Gallery\": {\n      \"cats\": [\n        7\n      ],\n      \"html\": [\n        \"<div id=\\\"gsNavBar\\\" class=\\\"gcBorder1\\\">\",\n        \"<a href=\\\"http://gallery\\\\.sourceforge\\\\.net\\\"><img[^>]+Powered by Gallery\\\\s*(?:(?:v|Version)\\\\s*([0-9.]+))?\\\\;version:\\\\1\"\n      ],\n      \"icon\": \"Gallery.png\",\n      \"js\": {\n        \"$.fn.gallery_valign\": \"\",\n        \"galleryAuthToken\": \"\"\n      },\n      \"website\": \"http://galleryproject.org/\"\n    },\n    \"Gambio\": {\n      \"cats\": [\n        6\n      ],\n      \"html\": \"(?:<link[^>]* href=\\\"templates/gambio/|<a[^>]content\\\\.php\\\\?coID=\\\\d|<!-- gambio eof -->|<!--[\\\\s=]+Shopsoftware by Gambio GmbH \\\\(c\\\\))\",\n      \"icon\": \"Gambio.png\",\n      \"implies\": \"PHP\",\n      \"js\": {\n        \"gambio\": \"\"\n      },\n      \"script\": \"gm_javascript\\\\.js\\\\.php\",\n      \"website\": \"http://gambio.de\"\n    },\n    \"Gatsby\": {\n      \"cats\": [\n        57,\n        12\n      ],\n      \"html\": [\n        \"<div id=\\\"___gatsby\\\">\",\n        \"<style id=\\\"gatsby-inlined-css\\\">\"\n      ],\n      \"meta\": {\n        \"generator\": \"^Gatsby(?: ([0-9.]+))?$\\\\;version:\\\\1\"\n      },\n      \"icon\": \"Gatsby.svg\",\n      \"implies\": [\n        \"React\",\n        \"webpack\"\n      ],\n      \"website\": \"https://www.gatsbyjs.org/\"\n    },\n    \"Gauges\": {\n      \"cats\": [\n        10\n      ],\n      \"cookies\": {\n        \"_gauges_\": \"\"\n      },\n      \"icon\": \"Gauges.png\",\n      \"js\": {\n        \"_gauges\": \"\"\n      },\n      \"website\": \"https://get.gaug.es\"\n    },\n    \"Gemius\": {\n      \"cats\": [\n        10\n      ],\n      \"icon\": \"Gemius.png\",\n      \"js\": {\n        \"pp_gemius_hit\": \"\",\n        \"gemius_init\": \"\",\n        \"gemius_hit\": \"\",\n        \"gemius_pending\": \"\"\n      },\n      \"script\": [\n        \"hit\\\\.gemius\\\\.pl/xgemius\\\\.js\",\n        \"hit\\\\.gemius\\\\.pl\\\\;confidence:80\",\n        \"xgemius\\\\.js\\\\;confidence:30\"\n      ],\n      \"html\": \"<a [^>]*onclick=\\\"gemius_hit\",\n      \"website\": \"https://www.gemius.com\"\n    },\n    \"Gentoo\": {\n      \"cats\": [\n        28\n      ],\n      \"cpe\": \"cpe:/o:gentoo:linux\",\n      \"headers\": {\n        \"X-Powered-By\": \"gentoo\"\n      },\n      \"icon\": \"Gentoo.png\",\n      \"website\": \"http://www.gentoo.org\"\n    },\n    \"Gerrit\": {\n      \"cats\": [\n        47\n      ],\n      \"html\": [\n        \">Gerrit Code Review</a>\\\\s*\\\"\\\\s*\\\\(([0-9.]+)\\\\)\\\\;version:\\\\1\",\n        \"<(?:div|style) id=\\\"gerrit_\"\n      ],\n      \"icon\": \"gerrit.svg\",\n      \"implies\": [\n        \"Java\",\n        \"git\"\n      ],\n      \"js\": {\n        \"Gerrit\": \"\",\n        \"gerrit_ui\": \"\"\n      },\n      \"meta\": {\n        \"title\": \"^Gerrit Code Review$\"\n      },\n      \"script\": \"^gerrit_ui/gerrit_ui\",\n      \"website\": \"http://www.gerritcodereview.com\"\n    },\n    \"Get Satisfaction\": {\n      \"cats\": [\n        13\n      ],\n      \"icon\": \"Get Satisfaction.png\",\n      \"js\": {\n        \"GSFN\": \"\"\n      },\n      \"website\": \"https://getsatisfaction.com/corp/\"\n    },\n    \"GetSimple CMS\": {\n      \"cats\": [\n        1\n      ],\n      \"cpe\": \"cpe:/a:get-simple:getsimple_cms\",\n      \"icon\": \"GetSimple CMS.png\",\n      \"implies\": \"PHP\",\n      \"meta\": {\n        \"generator\": \"GetSimple\"\n      },\n      \"website\": \"http://get-simple.info\"\n    },\n    \"Ghost\": {\n      \"cats\": [\n        11\n      ],\n      \"headers\": {\n        \"X-Ghost-Cache-Status\": \"\"\n      },\n      \"icon\": \"Ghost.png\",\n      \"implies\": \"Node.js\",\n      \"meta\": {\n        \"generator\": \"Ghost(?:\\\\s([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://ghost.org\"\n    },\n    \"GitBook\": {\n      \"cats\": [\n        4\n      ],\n      \"icon\": \"GitBook.png\",\n      \"meta\": {\n        \"generator\": \"GitBook(?:.([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"url\": \"^https?://[^/]+\\\\.gitbook\\\\.com/\",\n      \"website\": \"https://www.gitbook.com\"\n    },\n    \"GitHub Pages\": {\n      \"cats\": [\n        62\n      ],\n      \"headers\": {\n        \"Server\": \"^GitHub\\\\.com$\",\n        \"X-GitHub-Request-Id\": \"\"\n      },\n      \"icon\": \"GitHub.svg\",\n      \"implies\": [\n        \"Ruby on Rails\"\n      ],\n      \"url\": \"^https?://[^/]+\\\\.github\\\\.io/\",\n      \"website\": \"https://pages.github.com/\"\n    },\n    \"GitLab\": {\n      \"cats\": [\n        13,\n        47\n      ],\n      \"cookies\": {\n        \"_gitlab_session\": \"\"\n      },\n      \"html\": [\n        \"<meta content=\\\"https?://[^/]+/assets/gitlab_logo-\",\n        \"<header class=\\\"navbar navbar-fixed-top navbar-gitlab with-horizontal-nav\\\">\"\n      ],\n      \"icon\": \"GitLab.svg\",\n      \"implies\": \"Ruby on Rails\",\n      \"js\": {\n        \"GitLab\": \"\",\n        \"gl.dashboardOptions\": \"\"\n      },\n      \"meta\": {\n        \"og:site_name\": \"^GitLab$\"\n      },\n      \"website\": \"https://about.gitlab.com\"\n    },\n    \"GitLab CI\": {\n      \"cats\": [\n        44,\n        47\n      ],\n      \"icon\": \"GitLab CI.png\",\n      \"implies\": \"Ruby on Rails\",\n      \"meta\": {\n        \"description\": \"GitLab Continuous Integration\"\n      },\n      \"website\": \"http://about.gitlab.com/gitlab-ci\"\n    },\n    \"Gitea\": {\n      \"cats\": [\n        47\n      ],\n      \"cookies\": {\n        \"i_like_gitea\": \"\"\n      },\n      \"cpe\": \"cpe:/a:gitea:gitea\",\n      \"html\": [\n        \"<div class=\\\"ui left\\\">\\\\n\\\\s+© Gitea Version: ([\\\\d.]+)\\\\;version:\\\\1\"\n      ],\n      \"icon\": \"gitea.svg\",\n      \"meta\": {\n        \"keywords\": \"^go,git,self-hosted,gitea$\"\n      },\n      \"website\": \"https://gitea.io\"\n    },\n    \"Gitiles\": {\n      \"cats\": [\n        47\n      ],\n      \"html\": \"Powered by <a href=\\\"https://gerrit\\\\.googlesource\\\\.com/gitiles/\\\">Gitiles<\",\n      \"implies\": [\n        \"Java\",\n        \"git\"\n      ],\n      \"website\": \"http://gerrit.googlesource.com/gitiles/\"\n    },\n    \"GlassFish\": {\n      \"cats\": [\n        22\n      ],\n      \"cpe\": \"cpe:/a:oracle:glassfish_server\",\n      \"headers\": {\n        \"Server\": \"GlassFish(?: Server)?(?: Open Source Edition)?(?: ?/?([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"GlassFish.png\",\n      \"implies\": [\n        \"Java\"\n      ],\n      \"website\": \"http://glassfish.java.net\"\n    },\n    \"Glyphicons\": {\n      \"cats\": [\n        17\n      ],\n      \"html\": \"(?:<link[^>]* href=[^>]+glyphicons(?:\\\\.min)?\\\\.css|<img[^>]* src=[^>]+glyphicons)\",\n      \"icon\": \"Glyphicons.png\",\n      \"website\": \"http://glyphicons.com\"\n    },\n    \"Go\": {\n      \"cats\": [\n        27\n      ],\n      \"cpe\": \"cpe:/a:golang:go\",\n      \"icon\": \"Go.svg\",\n      \"website\": \"https://golang.org\"\n    },\n    \"GoAhead\": {\n      \"cats\": [\n        22\n      ],\n      \"cpe\": \"cpe:/a:embedthis:goahead\",\n      \"headers\": {\n        \"Server\": \"GoAhead\"\n      },\n      \"icon\": \"GoAhead.png\",\n      \"website\": \"http://embedthis.com/products/goahead/index.html\"\n    },\n    \"GoDaddy Website Builder\": {\n      \"cats\": [\n        1\n      ],\n      \"cookies\": {\n        \"dps_site_id\": \"\"\n      },\n      \"icon\": \"godaddy.svg\",\n      \"meta\": {\n        \"generator\": \"Go Daddy Website Builder (.+)\\\\;version:\\\\1\"\n      },\n      \"website\": \"https://www.godaddy.com/websites/website-builder\"\n    },\n    \"GoJS\": {\n      \"cats\": [\n        25\n      ],\n      \"icon\": \"GoJS.png\",\n      \"website\": \"https://gojs.net/\",\n      \"js\": {\n        \"go.version\": \"(.*)\\\\;version:\\\\1\",\n        \"go.GraphObject\": \"\"\n      }\n    },\n    \"GoSquared\": {\n      \"cats\": [\n        10,\n        52,\n        53\n      ],\n      \"icon\": \"gosquared.png\",\n      \"js\": {\n        \"_gs\": \"\\\\;confidence:30\"\n      },\n      \"website\": \"https://www.gosquared.com/\"\n    },\n    \"GoStats\": {\n      \"cats\": [\n        10\n      ],\n      \"icon\": \"GoStats.png\",\n      \"js\": {\n        \"_goStatsRun\": \"\",\n        \"_go_track_src\": \"\",\n        \"go_msie\": \"\"\n      },\n      \"website\": \"http://gostats.com/\"\n    },\n    \"Gogs\": {\n      \"cats\": [\n        47\n      ],\n      \"cookies\": {\n        \"i_like_gogits\": \"\"\n      },\n      \"cpe\": \"cpe:/a:gogs:gogs\",\n      \"html\": [\n        \"<div class=\\\"ui left\\\">\\\\n\\\\s+© \\\\d{4} Gogs Version: ([\\\\d.]+) Page:\\\\;version:\\\\1\",\n        \"<button class=\\\"ui basic clone button\\\" id=\\\"repo-clone-ssh\\\" data-link=\\\"gogs@\"\n      ],\n      \"icon\": \"gogs.png\",\n      \"meta\": {\n        \"keywords\": \"go, git, self-hosted, gogs\"\n      },\n      \"script\": \"js/gogs\\\\.js\",\n      \"website\": \"http://gogs.io\"\n    },\n    \"Google AdSense\": {\n      \"cats\": [\n        36\n      ],\n      \"icon\": \"Google AdSense.svg\",\n      \"js\": {\n        \"Goog_AdSense_\": \"\",\n        \"__google_ad_urls\": \"\",\n        \"google_ad_\": \"\"\n      },\n      \"script\": [\n        \"googlesyndication\\\\.com/\",\n        \"ad\\\\.ca\\\\.doubleclick\\\\.net\",\n        \"2mdn\\\\.net\",\n        \"ad\\\\.ca\\\\.doubleclick\\\\.net\"\n      ],\n      \"website\": \"https://www.google.fr/adsense/start/\"\n    },\n    \"Google Analytics\": {\n      \"cats\": [\n        10\n      ],\n      \"cookies\": {\n        \"__utma\": \"\",\n        \"_ga\": \"\",\n        \"_gat\": \"\"\n      },\n      \"icon\": \"Google Analytics.svg\",\n      \"html\": \"<amp-analytics [^>]*type=[\\\"']googleanalytics[\\\"']\",\n      \"js\": {\n        \"GoogleAnalyticsObject\": \"\",\n        \"gaGlobal\": \"\"\n      },\n      \"script\": \"google-analytics\\\\.com\\\\/(?:ga|urchin|analytics)\\\\.js\",\n      \"website\": \"http://google.com/analytics\"\n    },\n    \"Google Analytics Enhanced eCommerce\": {\n      \"cats\": [\n        10\n      ],\n      \"icon\": \"Google Analytics.svg\",\n      \"implies\": \"Google Analytics\",\n      \"js\": {\n        \"gaplugins.EC\": \"\"\n      },\n      \"script\": \"google-analytics\\\\.com\\\\/plugins\\\\/ua\\\\/(?:ec|ecommerce)\\\\.js\",\n      \"website\": \"https://developers.google.com/analytics/devguides/collection/analyticsjs/enhanced-ecommerce\"\n    },\n    \"Google App Engine\": {\n      \"cats\": [\n        22\n      ],\n      \"headers\": {\n        \"Server\": \"Google Frontend\"\n      },\n      \"icon\": \"Google App Engine.png\",\n      \"website\": \"http://code.google.com/appengine\"\n    },\n    \"Google Charts\": {\n      \"cats\": [\n        25\n      ],\n      \"icon\": \"Google Charts.png\",\n      \"js\": {\n        \"__googleVisualizationAbstractRendererElementsCount__\": \"\",\n        \"__gvizguard__\": \"\"\n      },\n      \"website\": \"http://developers.google.com/chart/\"\n    },\n    \"Google Cloud\": {\n      \"cats\": [\n        31\n      ],\n      \"cpe\": \"cpe:/a:google:cloud_platform\",\n      \"headers\": {\n        \"Via\": \"^1\\\\.1 google$\"\n      },\n      \"icon\": \"google_cloud.svg\",\n      \"website\": \"https://cloud.google.com\"\n    },\n    \"Google Code Prettify\": {\n      \"cats\": [\n        19\n      ],\n      \"icon\": \"Google.svg\",\n      \"js\": {\n        \"prettyPrint\": \"\"\n      },\n      \"website\": \"http://code.google.com/p/google-code-prettify\"\n    },\n    \"Google Font API\": {\n      \"cats\": [\n        17\n      ],\n      \"html\": \"<link[^>]* href=[^>]+fonts\\\\.(?:googleapis|google)\\\\.com\",\n      \"icon\": \"Google Font API.png\",\n      \"js\": {\n        \"WebFonts\": \"\"\n      },\n      \"script\": \"googleapis\\\\.com/.+webfont\",\n      \"website\": \"http://google.com/fonts\"\n    },\n    \"Google Maps\": {\n      \"cats\": [\n        35\n      ],\n      \"icon\": \"Google Maps.png\",\n      \"script\": [\n        \"(?:maps\\\\.google\\\\.com/maps\\\\?file=api(?:&v=([\\\\d.]+))?|maps\\\\.google\\\\.com/maps/api/staticmap)\\\\;version:API v\\\\1\",\n        \"//maps\\\\.googleapis\\\\.com/maps/api/js\"\n      ],\n      \"website\": \"http://maps.google.com\"\n    },\n    \"Google PageSpeed\": {\n      \"cats\": [\n        23,\n        33\n      ],\n      \"headers\": {\n        \"X-Mod-Pagespeed\": \"([\\\\d.]+)\\\\;version:\\\\1\",\n        \"X-Page-Speed\": \"(.+)\\\\;version:\\\\1\"\n      },\n      \"icon\": \"Google PageSpeed.png\",\n      \"website\": \"http://developers.google.com/speed/pagespeed/mod\"\n    },\n    \"Google Plus\": {\n      \"cats\": [\n        5\n      ],\n      \"icon\": \"Google Plus.svg\",\n      \"script\": \"apis\\\\.google\\\\.com/js/[a-z]*\\\\.js\",\n      \"website\": \"http://plus.google.com\"\n    },\n    \"Google Sites\": {\n      \"cats\": [\n        1\n      ],\n      \"icon\": \"Google Sites.png\",\n      \"url\": \"^https?://sites\\\\.google\\\\.com\",\n      \"website\": \"http://sites.google.com\"\n    },\n    \"Google Tag Manager\": {\n      \"cats\": [\n        42\n      ],\n      \"html\": [\n        \"googletagmanager\\\\.com/ns\\\\.html[^>]+></iframe>\",\n        \"<!-- (?:End )?Google Tag Manager -->\"\n      ],\n      \"icon\": \"Google Tag Manager.png\",\n      \"js\": {\n        \"google_tag_manager\": \"\",\n        \"googletag\": \"\"\n      },\n      \"website\": \"http://www.google.com/tagmanager\"\n    },\n    \"Google Wallet\": {\n      \"cats\": [\n        41\n      ],\n      \"icon\": \"Google Wallet.png\",\n      \"script\": [\n        \"checkout\\\\.google\\\\.com\",\n        \"wallet\\\\.google\\\\.com\"\n      ],\n      \"website\": \"http://wallet.google.com\"\n    },\n    \"Google Web Server\": {\n      \"cats\": [\n        22\n      ],\n      \"cpe\": \"cpe:/a:google:web_server\",\n      \"headers\": {\n        \"Server\": \"gws\"\n      },\n      \"icon\": \"Google.svg\",\n      \"website\": \"http://en.wikipedia.org/wiki/Google_Web_Server\"\n    },\n    \"Google Web Toolkit\": {\n      \"cats\": [\n        18\n      ],\n      \"cpe\": \"cpe:/a:google:web_toolkit\",\n      \"icon\": \"Google Web Toolkit.png\",\n      \"implies\": \"Java\",\n      \"js\": {\n        \"__gwt_\": \"\",\n        \"__gwt_getMetaProperty\": \"\",\n        \"__gwt_activeModules\": \"\",\n        \"__gwt_isKnownPropertyValue\": \"\",\n        \"__gwt_stylesLoaded\": \"\",\n        \"__gwtlistener\": \"\"\n      },\n      \"meta\": {\n        \"gwt:property\": \"\"\n      },\n      \"website\": \"http://developers.google.com/web-toolkit\"\n    },\n    \"Graffiti CMS\": {\n      \"cats\": [\n        1\n      ],\n      \"cookies\": {\n        \"graffitibot\": \"\"\n      },\n      \"icon\": \"Graffiti CMS.png\",\n      \"implies\": \"Microsoft ASP.NET\",\n      \"meta\": {\n        \"generator\": \"Graffiti CMS ([^\\\"]+)\\\\;version:\\\\1\"\n      },\n      \"script\": \"/graffiti\\\\.js\",\n      \"website\": \"http://graffiticms.codeplex.com\"\n    },\n    \"Grav\": {\n      \"cats\": [\n        1\n      ],\n      \"icon\": \"Grav.png\",\n      \"implies\": \"PHP\",\n      \"meta\": {\n        \"generator\": \"GravCMS(?:\\\\s([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://getgrav.org\"\n    },\n    \"Gravatar\": {\n      \"cats\": [\n        19\n      ],\n      \"html\": \"<[^>]+gravatar\\\\.com/avatar/\",\n      \"icon\": \"Gravatar.png\",\n      \"js\": {\n        \"Gravatar\": \"\"\n      },\n      \"website\": \"http://gravatar.com\"\n    },\n    \"Gravity Forms\": {\n      \"cats\": [\n        19\n      ],\n      \"html\": [\n        \"<div class=(?:\\\"|')[^>]*gform_wrapper\",\n        \"<div class=(?:\\\"|')[^>]*gform_body\",\n        \"<ul [^>]*class=(?:\\\"|')[^>]*gform_fields\",\n        \"<link [^>]*href=(?:\\\"|')[^>]*wp-content/plugins/gravityforms/css/\"\n      ],\n      \"icon\": \"gravityforms.svg\",\n      \"implies\": \"WordPress\",\n      \"script\": \"/wp-content/plugins/gravityforms/js/[^/]+\\\\.js\\\\?ver=([\\\\d.]+)$\\\\;version:\\\\1\",\n      \"website\": \"http://gravityforms.com\"\n    },\n    \"Green Valley CMS\": {\n      \"cats\": [\n        1\n      ],\n      \"html\": \"<img[^>]+/dsresource\\\\?objectid=\",\n      \"icon\": \"Green Valley CMS.png\",\n      \"implies\": \"Apache Tomcat\",\n      \"meta\": {\n        \"DC.identifier\": \"/content\\\\.jsp\\\\?objectid=\"\n      },\n      \"website\": \"http://www.greenvalley.nl/Public/Producten/Content_Management/CMS\"\n    },\n    \"Gridsome\": {\n      \"cats\": [\n        57\n      ],\n      \"icon\": \"Gridsome.svg\",\n      \"implies\": \"Vue.js\",\n      \"meta\": {\n        \"generator\": \"^Gridsome v([\\\\d.]+)$\\\\;version:\\\\1\"\n      },\n      \"website\": \"https://gridsome.org\"\n    },\n    \"GrowingIO\": {\n      \"cats\": [\n        10\n      ],\n      \"js\": {\n        \"gio\": \"\"\n      },\n      \"cookies\": {\n        \"grwng_uid\": \"\",\n        \"gr_user_id\": \"\"\n      },\n      \"icon\": \"GrowingIO.png\",\n      \"script\": \"assets\\\\.growingio\\\\.com/([\\\\d.]+)/gio.js\\\\;version:\\\\1\",\n      \"website\": \"https://www.growingio.com/\"\n    },\n    \"HERE\": {\n      \"cats\": [\n        35\n      ],\n      \"icon\": \"HERE.png\",\n      \"script\": \"https?://js\\\\.cit\\\\.api\\\\.here\\\\.com/se/([\\\\d.]+)\\\\/\\\\;version:\\\\1\",\n      \"website\": \"http://developer.here.com\"\n    },\n    \"HHVM\": {\n      \"cats\": [\n        22\n      ],\n      \"cpe\": \"cpe:/a:facebook:hhvm\",\n      \"headers\": {\n        \"X-Powered-By\": \"HHVM/?([\\\\d.]+)?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"HHVM.png\",\n      \"implies\": \"PHP\\\\;confidence:75\",\n      \"website\": \"http://hhvm.com\"\n    },\n    \"HP ChaiServer\": {\n      \"cats\": [\n        22\n      ],\n      \"headers\": {\n        \"Server\": \"HP-Chai(?:Server|SOE)(?:/([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"HP.svg\",\n      \"website\": \"http://hp.com\"\n    },\n    \"HP Compact Server\": {\n      \"cats\": [\n        22\n      ],\n      \"headers\": {\n        \"Server\": \"HP_Compact_Server(?:/([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"HP.svg\",\n      \"website\": \"http://hp.com\"\n    },\n    \"HP ProCurve\": {\n      \"cats\": [\n        37\n      ],\n      \"cpe\": \"cpe:/h:hp:procurve_switch\",\n      \"icon\": \"HP.svg\",\n      \"website\": \"http://hp.com/networking\"\n    },\n    \"HP System Management\": {\n      \"cats\": [\n        46\n      ],\n      \"headers\": {\n        \"Server\": \"HP System Management\"\n      },\n      \"icon\": \"HP.svg\",\n      \"website\": \"http://hp.com\"\n    },\n    \"HP iLO\": {\n      \"cats\": [\n        22,\n        46\n      ],\n      \"headers\": {\n        \"Server\": \"HP-iLO-Server(?:/([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"HP.svg\",\n      \"website\": \"http://hp.com\"\n    },\n    \"HTTP/2\": {\n      \"cats\": [\n        19\n      ],\n      \"excludes\": \"SPDY\",\n      \"headers\": {\n        \"X-Firefox-Spdy\": \"h2\"\n      },\n      \"icon\": \"http2.png\",\n      \"website\": \"https://http2.github.io\"\n    },\n    \"Haddock\": {\n      \"cats\": [\n        4\n      ],\n      \"html\": \"<p>Produced by <a href=\\\"http://www\\\\.haskell\\\\.org/haddock/\\\">Haddock</a> version ([0-9.]+)</p>\\\\;version:\\\\1\",\n      \"script\": \"haddock-util\\\\.js\",\n      \"website\": \"http://www.haskell.org/haddock/\"\n    },\n    \"Hammer.js\": {\n      \"cats\": [\n        59\n      ],\n      \"icon\": \"Hammer.js.png\",\n      \"js\": {\n        \"Ha.VERSION\": \"^(.+)$\\\\;version:\\\\1\",\n        \"Hammer\": \"\",\n        \"Hammer.VERSION\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"script\": \"hammer(?:\\\\.min)?\\\\.js\",\n      \"website\": \"https://hammerjs.github.io\"\n    },\n    \"Handlebars\": {\n      \"cats\": [\n        12\n      ],\n      \"html\": \"<[^>]*type=[^>]text\\\\/x-handlebars-template\",\n      \"icon\": \"Handlebars.png\",\n      \"js\": {\n        \"Handlebars\": \"\",\n        \"Handlebars.VERSION\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"script\": \"handlebars(?:\\\\.runtime)?(?:-v([\\\\d.]+?))?(?:\\\\.min)?\\\\.js\\\\;version:\\\\1\",\n      \"website\": \"http://handlebarsjs.com\"\n    },\n    \"Haravan\": {\n      \"cats\": [\n        6\n      ],\n      \"icon\": \"Haravan.png\",\n      \"js\": {\n        \"Haravan\": \"\"\n      },\n      \"script\": \"haravan.*\\\\.js\",\n      \"website\": \"https://www.haravan.com\"\n    },\n    \"Haskell\": {\n      \"cats\": [\n        27\n      ],\n      \"icon\": \"Haskell.png\",\n      \"website\": \"http://wiki.haskell.org/Haskell\"\n    },\n    \"HeadJS\": {\n      \"cats\": [\n        59\n      ],\n      \"html\": \"<[^>]*data-headjs-load\",\n      \"icon\": \"HeadJS.png\",\n      \"js\": {\n        \"head.browser.name\": \"\"\n      },\n      \"script\": \"head\\\\.(?:core|load)(?:\\\\.min)?\\\\.js\",\n      \"website\": \"http://headjs.com\"\n    },\n    \"Heap\": {\n      \"cats\": [\n        10\n      ],\n      \"icon\": \"Heap.png\",\n      \"js\": {\n        \"heap\": \"\"\n      },\n      \"script\": \"heap-\\\\d+\\\\.js\",\n      \"website\": \"http://heapanalytics.com\"\n    },\n    \"Hello Bar\": {\n      \"cats\": [\n        5\n      ],\n      \"icon\": \"Hello Bar.png\",\n      \"js\": {\n        \"HelloBar\": \"\"\n      },\n      \"script\": \"hellobar\\\\.js\",\n      \"website\": \"http://hellobar.com\"\n    },\n    \"Hexo\": {\n      \"cats\": [\n        57\n      ],\n      \"html\": [\n        \"Powered by <a href=\\\"https?://hexo\\\\.io/?\\\"[^>]*>Hexo</\"\n      ],\n      \"icon\": \"Hexo.png\",\n      \"meta\": {\n        \"generator\": \"Hexo(?: v?([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"website\": \"https://hexo.io\"\n    },\n    \"Hiawatha\": {\n      \"cats\": [\n        22\n      ],\n      \"headers\": {\n        \"Server\": \"Hiawatha v([\\\\d.]+)\\\\;version:\\\\1\"\n      },\n      \"icon\": \"Hiawatha.png\",\n      \"website\": \"http://hiawatha-webserver.org\"\n    },\n    \"Highcharts\": {\n      \"cats\": [\n        25\n      ],\n      \"html\": \"<svg[^>]*><desc>Created with Highcharts ([\\\\d.]*)\\\\;version:\\\\1\",\n      \"icon\": \"Highcharts.png\",\n      \"js\": {\n        \"Highcharts\": \"\",\n        \"Highcharts.version\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"script\": \"highcharts.*\\\\.js\",\n      \"website\": \"https://www.highcharts.com\"\n    },\n    \"Bokeh\": {\n      \"cats\": [\n        25\n      ],\n      \"js\": {\n        \"Bokeh\": \"\",\n        \"Bokeh.version\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"script\": \"bokeh.*\\\\.js\",\n      \"website\": \"https://bokeh.org\",\n      \"icon\": \"bokeh.png\",\n      \"implies\": [\n        \"Python\"\n      ]\n    },\n    \"Highlight.js\": {\n      \"cats\": [\n        19\n      ],\n      \"icon\": \"Highlight.js.png\",\n      \"js\": {\n        \"hljs.highlightBlock\": \"\",\n        \"hljs.listLanguages\": \"\"\n      },\n      \"script\": \"/(?:([\\\\d.])+/)?highlight(?:\\\\.min)?\\\\.js\\\\;version:\\\\1\",\n      \"website\": \"https://highlightjs.org/\"\n    },\n    \"Highstock\": {\n      \"cats\": [\n        25\n      ],\n      \"html\": \"<svg[^>]*><desc>Created with Highstock ([\\\\d.]*)\\\\;version:\\\\1\",\n      \"icon\": \"Highcharts.png\",\n      \"script\": \"highstock[.-]?([\\\\d\\\\.]*\\\\d).*\\\\.js\\\\;version:\\\\1\",\n      \"website\": \"http://highcharts.com/products/highstock\"\n    },\n    \"Hinza Advanced CMS\": {\n      \"cats\": [\n        1,\n        6\n      ],\n      \"icon\": \"hinza_advanced_cms.svg\",\n      \"implies\": \"Laravel\",\n      \"meta\": {\n        \"generator\": \"hinzacms\"\n      },\n      \"website\": \"http://hinzaco.com\"\n    },\n    \"Bloomreach\": {\n      \"cats\": [\n        1\n      ],\n      \"html\": \"<[^>]+/binaries/(?:[^/]+/)*content/gallery/\",\n      \"icon\": \"Bloomreach.png\",\n      \"website\": \"https://developers.bloomreach.com\"\n    },\n    \"Hogan.js\": {\n      \"cats\": [\n        12\n      ],\n      \"icon\": \"Hogan.js.png\",\n      \"js\": {\n        \"Hogan\": \"\"\n      },\n      \"script\": [\n        \"hogan-[.-]([\\\\d.]*\\\\d)[^/]*\\\\.js\\\\;version:\\\\1\",\n        \"([\\\\d.]+)/hogan(?:\\\\.min)?\\\\.js\\\\;version:\\\\1\"\n      ],\n      \"website\": \"https://twitter.github.io/hogan.js/\"\n    },\n    \"Homeland\": {\n      \"cats\": [\n        1,\n        2\n      ],\n      \"cookies\": {\n        \"_homeland_\": \"\"\n      },\n      \"icon\": \"Homeland.png\",\n      \"implies\": \"Ruby on Rails\",\n      \"website\": \"https://gethomeland.com\"\n    },\n    \"Hotaru CMS\": {\n      \"cats\": [\n        1\n      ],\n      \"cookies\": {\n        \"hotaru_mobile\": \"\"\n      },\n      \"icon\": \"Hotaru CMS.png\",\n      \"implies\": \"PHP\",\n      \"meta\": {\n        \"generator\": \"Hotaru CMS\"\n      },\n      \"website\": \"http://hotarucms.org\"\n    },\n    \"Hotjar\": {\n      \"cats\": [\n        10\n      ],\n      \"icon\": \"Hotjar.png\",\n      \"js\": {\n        \"HotLeadfactory\": \"\",\n        \"HotleadController\": \"\",\n        \"hj.apiUrlBase\": \"\"\n      },\n      \"script\": \"^//static\\\\.hotjar\\\\.com/c/hotjar-\",\n      \"website\": \"https://www.hotjar.com\"\n    },\n    \"HubSpot\": {\n      \"cats\": [\n        32\n      ],\n      \"html\": \"<!-- Start of Async HubSpot\",\n      \"icon\": \"HubSpot.png\",\n      \"js\": {\n        \"_hsq\": \"\",\n        \"hubspot\": \"\"\n      },\n      \"website\": \"https://www.hubspot.com\"\n    },\n    \"Hugo\": {\n      \"cats\": [\n        57\n      ],\n      \"html\": \"powered by <a [^>]*href=\\\"http://hugo.spf13.com\",\n      \"icon\": \"Hugo.png\",\n      \"meta\": {\n        \"generator\": \"Hugo ([\\\\d.]+)?\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://gohugo.io\"\n    },\n    \"Hybris\": {\n      \"cats\": [\n        6\n      ],\n      \"cookies\": {\n        \"_hybris\": \"\"\n      },\n      \"cpe\": \"cpe:/a:sap:hybris\",\n      \"html\": \"<[^>]+/(?:sys_master|hybr|_ui/(?:responsive/)?(?:desktop|common(?:/images|/img)?))/\",\n      \"icon\": \"Hybris.png\",\n      \"implies\": \"Java\",\n      \"website\": \"https://hybris.com\"\n    },\n    \"IBM Coremetrics\": {\n      \"cats\": [\n        10\n      ],\n      \"icon\": \"IBM.svg\",\n      \"script\": \"cmdatatagutils\\\\.js\",\n      \"website\": \"http://ibm.com/software/marketing-solutions/coremetrics\"\n    },\n    \"IBM DataPower\": {\n      \"cats\": [\n        64\n      ],\n      \"cpe\": \"cpe:/a:ibm:datapower_gateway\",\n      \"headers\": {\n        \"X-Backside-Transport\": \"\",\n        \"X-Global-Transaction-ID\": \"\"\n      },\n      \"icon\": \"DataPower.png\",\n      \"website\": \"https://www.ibm.com/products/datapower-gateway\"\n    },\n    \"IBM HTTP Server\": {\n      \"cats\": [\n        22\n      ],\n      \"cpe\": \"cpe:/a:ibm:http_server\",\n      \"headers\": {\n        \"Server\": \"IBM_HTTP_Server(?:/([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"IBM.svg\",\n      \"website\": \"http://ibm.com/software/webservers/httpservers\"\n    },\n    \"IBM Tivoli Storage Manager\": {\n      \"cats\": [\n        22\n      ],\n      \"cpe\": \"cpe:/a:ibm:tivoli_storage_manager\",\n      \"headers\": {\n        \"Server\": \"TSM_HTTP(?:/([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"IBM.svg\",\n      \"website\": \"http://ibm.com\"\n    },\n    \"IBM WebSphere Commerce\": {\n      \"cats\": [\n        6\n      ],\n      \"cpe\": \"cpe:/a:ibm:websphere_commerce_suite\",\n      \"html\": \"href=\\\"(?:\\\\/|[^>]+)webapp\\\\/wcs\\\\/\",\n      \"icon\": \"IBM.svg\",\n      \"implies\": \"Java\",\n      \"url\": \"/wcs/\",\n      \"website\": \"http://ibm.com/software/genservers/commerceproductline\"\n    },\n    \"IBM WebSphere Portal\": {\n      \"cats\": [\n        1\n      ],\n      \"cpe\": \"cpe:/a:ibm:websphere_portal\",\n      \"headers\": {\n        \"IBM-Web2-Location\": \"\",\n        \"Itx-Generated-Timestamp\": \"\"\n      },\n      \"icon\": \"IBM.svg\",\n      \"implies\": \"Java\",\n      \"url\": \"/wps/\",\n      \"website\": \"http://ibm.com/software/websphere/portal\"\n    },\n    \"IIS\": {\n      \"cats\": [\n        22\n      ],\n      \"cpe\": \"cpe:/a:microsoft:internet_information_server\",\n      \"headers\": {\n        \"Server\": \"^(?:Microsoft-)?IIS(?:/([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"IIS.png\",\n      \"implies\": \"Windows Server\",\n      \"website\": \"http://www.iis.net\"\n    },\n    \"INFOnline\": {\n      \"cats\": [\n        10\n      ],\n      \"icon\": \"INFOnline.png\",\n      \"js\": {\n        \"iam_data\": \"\",\n        \"szmvars\": \"\"\n      },\n      \"script\": \"^https?://(?:[^/]+\\\\.)?i(?:oam|v)wbox\\\\.de/\",\n      \"website\": \"https://www.infonline.de\"\n    },\n    \"INTI\": {\n      \"cats\": [\n        6,\n        53\n      ],\n      \"icon\": \"byINTI.svg\",\n      \"url\": \"\\\\.byinti\\\\.com\",\n      \"website\": \"https://byinti.com\"\n    },\n    \"IPB\": {\n      \"cats\": [\n        2\n      ],\n      \"cookies\": {\n        \"ipbWWLmodpids\": \"\",\n        \"ipbWWLsession_id\": \"\"\n      },\n      \"html\": \"<link[^>]+ipb_[^>]+\\\\.css\",\n      \"icon\": \"IPB.png\",\n      \"implies\": [\n        \"PHP\",\n        \"MySQL\"\n      ],\n      \"js\": {\n        \"IPBoard\": \"\",\n        \"ipb_var\": \"\",\n        \"ipsSettings\": \"\"\n      },\n      \"script\": \"jscripts/ips_\",\n      \"website\": \"https://invisioncommunity.com/\"\n    },\n    \"Ideasoft\": {\n      \"cats\": [\n        6\n      ],\n      \"icon\": \"Ideasoft.png\",\n      \"script\": [\n        \"\\\\.myideasoft\\\\.com/\"\n      ],\n      \"website\": \"https://www.ideasoft.com\"\n    },\n    \"IdoSell Shop\": {\n      \"cats\": [\n        6\n      ],\n      \"icon\": \"idosellshop.png\",\n      \"js\": {\n        \"IAI_Ajax\": \"\"\n      },\n      \"website\": \"https://www.idosell.com\"\n    },\n    \"Immutable.js\": {\n      \"cats\": [\n        59\n      ],\n      \"icon\": \"Immutable.js.png\",\n      \"js\": {\n        \"Immutable\": \"\",\n        \"Immutable.version\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"script\": \"^immutable\\\\.(?:min\\\\.)?js$\",\n      \"website\": \"https://facebook.github.io/immutable-js/\"\n    },\n    \"ImpressCMS\": {\n      \"cats\": [\n        1\n      ],\n      \"cookies\": {\n        \"ICMSSession\": \"\",\n        \"ImpressCMS\": \"\"\n      },\n      \"cpe\": \"cpe:/a:impresscms:impresscms\",\n      \"icon\": \"ImpressCMS.png\",\n      \"implies\": \"PHP\",\n      \"meta\": {\n        \"generator\": \"ImpressCMS\"\n      },\n      \"script\": \"include/linkexternal\\\\.js\",\n      \"website\": \"http://www.impresscms.org\"\n    },\n    \"ImpressPages\": {\n      \"cats\": [\n        1\n      ],\n      \"cpe\": \"cpe:/a:impresspages:impresspages_cms\",\n      \"icon\": \"ImpressPages.png\",\n      \"implies\": \"PHP\",\n      \"meta\": {\n        \"generator\": \"ImpressPages(?: CMS)?( [\\\\d.]*)?\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://impresspages.org\"\n    },\n    \"Incapsula\": {\n      \"cats\": [\n        31\n      ],\n      \"headers\": {\n        \"X-CDN\": \"Incapsula\"\n      },\n      \"icon\": \"Incapsula.png\",\n      \"website\": \"http://www.incapsula.com\"\n    },\n    \"PageCDN\": {\n      \"cats\": [\n        31\n      ],\n      \"headers\": {\n        \"X-CDN\": \"PageCDN\"\n      },\n      \"icon\": \"PageCDN.png\",\n      \"website\": \"https://pagecdn.com\"\n    },\n    \"Includable\": {\n      \"cats\": [\n        18\n      ],\n      \"headers\": {\n        \"X-Includable-Version\": \"\"\n      },\n      \"icon\": \"Includable.svg\",\n      \"website\": \"http://includable.com\"\n    },\n    \"Indexhibit\": {\n      \"cats\": [\n        1\n      ],\n      \"cpe\": \"cpe:/a:indexhibit:indexhibit\",\n      \"html\": \"<(?:link|a href) [^>]+ndxz-studio\",\n      \"implies\": [\n        \"PHP\",\n        \"Apache\",\n        \"Exhibit\"\n      ],\n      \"meta\": {\n        \"generator\": \"Indexhibit\"\n      },\n      \"website\": \"http://www.indexhibit.org\"\n    },\n    \"Indico\": {\n      \"cats\": [\n        1\n      ],\n      \"cookies\": {\n        \"MAKACSESSION\": \"\"\n      },\n      \"html\": \"Powered by\\\\s+(?:CERN )?<a href=\\\"http://(?:cdsware\\\\.cern\\\\.ch/indico/|indico-software\\\\.org|cern\\\\.ch/indico)\\\">(?:CDS )?Indico( [\\\\d\\\\.]+)?\\\\;version:\\\\1\",\n      \"icon\": \"Indico.png\",\n      \"website\": \"http://indico-software.org\"\n    },\n    \"Indy\": {\n      \"cats\": [\n        22\n      ],\n      \"headers\": {\n        \"Server\": \"Indy(?:/([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://indyproject.org\"\n    },\n    \"InfernoJS\": {\n      \"cats\": [\n        12\n      ],\n      \"icon\": \"InfernoJS.png\",\n      \"js\": {\n        \"Inferno\": \"\",\n        \"Inferno.version\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"website\": \"https://infernojs.org\"\n    },\n    \"Infusionsoft\": {\n      \"cats\": [\n        32\n      ],\n      \"cpe\": \"cpe:/a:infusionsoft_project:infusionsoft\",\n      \"html\": [\n        \"<input [^>]*name=\\\"infusionsoft_version\\\" [^>]*value=\\\"([^>]*)\\\" [^>]*\\\\/>\\\\;version:\\\\1\",\n        \"<input [^>]*value=\\\"([^>]*)\\\" [^>]*name=\\\"infusionsoft_version\\\" [^>]*\\\\/>\\\\;version:\\\\1\"\n      ],\n      \"icon\": \"infusionsoft.svg\",\n      \"website\": \"http://infusionsoft.com\"\n    },\n    \"Inspectlet\": {\n      \"cats\": [\n        10\n      ],\n      \"html\": [\n        \"<!-- (?:Begin|End) Inspectlet Embed Code -->\"\n      ],\n      \"icon\": \"inspectlet.png\",\n      \"js\": {\n        \"__insp\": \"\",\n        \"__inspld\": \"\"\n      },\n      \"script\": [\n        \"cdn\\\\.inspectlet\\\\.com\"\n      ],\n      \"website\": \"https://www.inspectlet.com/\"\n    },\n    \"Instabot\": {\n      \"cats\": [\n        5,\n        10,\n        32,\n        52,\n        58\n      ],\n      \"icon\": \"Instabot.png\",\n      \"js\": {\n        \"Instabot\": \"\"\n      },\n      \"script\": \"/rokoInstabot\\\\.js\",\n      \"website\": \"https://instabot.io/\"\n    },\n    \"InstantCMS\": {\n      \"cats\": [\n        1\n      ],\n      \"cookies\": {\n        \"InstantCMS[logdate]\": \"\"\n      },\n      \"cpe\": \"cpe:/a:instantcms:instantcms\",\n      \"icon\": \"InstantCMS.png\",\n      \"implies\": \"PHP\",\n      \"meta\": {\n        \"generator\": \"InstantCMS\"\n      },\n      \"website\": \"http://www.instantcms.ru\"\n    },\n    \"Intel Active Management Technology\": {\n      \"cats\": [\n        22,\n        46\n      ],\n      \"cpe\": \"cpe:/a:intel:active_management_technology\",\n      \"headers\": {\n        \"Server\": \"Intel\\\\(R\\\\) Active Management Technology(?: ([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"Intel Active Management Technology.png\",\n      \"website\": \"http://intel.com\"\n    },\n    \"IntenseDebate\": {\n      \"cats\": [\n        15\n      ],\n      \"icon\": \"IntenseDebate.png\",\n      \"script\": \"intensedebate\\\\.com\",\n      \"website\": \"http://intensedebate.com\"\n    },\n    \"Intercom\": {\n      \"cats\": [\n        10\n      ],\n      \"icon\": \"Intercom.png\",\n      \"js\": {\n        \"Intercom\": \"\"\n      },\n      \"script\": \"(?:api\\\\.intercom\\\\.io/api|static\\\\.intercomcdn\\\\.com/intercom\\\\.v1)\",\n      \"website\": \"https://www.intercom.com\"\n    },\n    \"Intershop\": {\n      \"cats\": [\n        6\n      ],\n      \"icon\": \"Intershop.png\",\n      \"html\": \"<ish-root\",\n      \"script\": \"(?:is-bin|INTERSHOP)\",\n      \"website\": \"http://intershop.com\"\n    },\n    \"Invenio\": {\n      \"cats\": [\n        50\n      ],\n      \"cookies\": {\n        \"INVENIOSESSION\": \"\"\n      },\n      \"html\": \"(?:Powered by|System)\\\\s+(?:CERN )?<a (?:class=\\\"footer\\\" )?href=\\\"http://(?:cdsware\\\\.cern\\\\.ch(?:/invenio)?|invenio-software\\\\.org|cern\\\\.ch/invenio)(?:/)?\\\">(?:CDS )?Invenio</a>\\\\s*v?([\\\\d\\\\.]+)?\\\\;version:\\\\1\",\n      \"icon\": \"Invenio.png\",\n      \"website\": \"http://invenio-software.org\"\n    },\n    \"Inwemo\": {\n      \"cats\": [\n        56\n      ],\n      \"icon\": \"inwemo.png\",\n      \"js\": {\n        \"Inwemo\": \"\"\n      },\n      \"script\": \"https?://cdn\\\\.inwemo\\\\.com/inwemo\\\\.min\\\\.js\",\n      \"website\": \"https://inwemo.com/\"\n    },\n    \"Ionic\": {\n      \"cats\": [\n        18\n      ],\n      \"icon\": \"ionic.png\",\n      \"implies\": \"Angular\",\n      \"js\": {\n        \"Ionic.config\": \"\",\n        \"Ionic.version\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"website\": \"https://ionicframework.com\"\n    },\n    \"Ionicons\": {\n      \"cats\": [\n        17\n      ],\n      \"html\": \"<link[^>]* href=[^>]+ionicons(?:\\\\.min)?\\\\.css\",\n      \"icon\": \"Ionicons.png\",\n      \"website\": \"http://ionicons.com\"\n    },\n    \"JAlbum\": {\n      \"cats\": [\n        7\n      ],\n      \"icon\": \"JAlbum.png\",\n      \"implies\": \"Java\",\n      \"meta\": {\n        \"generator\": \"JAlbum( [\\\\d.]+)?\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://jalbum.net/en\"\n    },\n    \"JBoss Application Server\": {\n      \"cats\": [\n        22\n      ],\n      \"headers\": {\n        \"X-Powered-By\": \"JBoss(?:-([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"JBoss Application Server.png\",\n      \"website\": \"http://jboss.org/jbossas.html\"\n    },\n    \"JBoss Web\": {\n      \"cats\": [\n        22\n      ],\n      \"excludes\": \"Apache Tomcat\",\n      \"headers\": {\n        \"X-Powered-By\": \"JBossWeb(?:-([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"JBoss Web.png\",\n      \"implies\": \"JBoss Application Server\",\n      \"website\": \"http://jboss.org/jbossweb\"\n    },\n    \"JET Enterprise\": {\n      \"cats\": [\n        6\n      ],\n      \"headers\": {\n        \"powered\": \"jet-enterprise\"\n      },\n      \"icon\": \"JET Enterprise.svg\",\n      \"website\": \"http://www.jetecommerce.com.br/\"\n    },\n    \"JS Charts\": {\n      \"cats\": [\n        25\n      ],\n      \"icon\": \"JS Charts.png\",\n      \"js\": {\n        \"JSChart\": \"\"\n      },\n      \"script\": \"jscharts.*\\\\.js\",\n      \"website\": \"http://www.jscharts.com\"\n    },\n    \"JSEcoin\": {\n      \"cats\": [\n        56\n      ],\n      \"icon\": \"JSEcoin.png\",\n      \"js\": {\n        \"jseMine\": \"\"\n      },\n      \"script\": \"^(?:https):?//load\\\\.jsecoin\\\\.com/load/\",\n      \"website\": \"https://jsecoin.com/\"\n    },\n    \"JTL Shop\": {\n      \"cats\": [\n        6\n      ],\n      \"cookies\": {\n        \"JTLSHOP\": \"\"\n      },\n      \"html\": \"(?:<input[^>]+name=\\\"JTLSHOP|<a href=\\\"jtl\\\\.php)\",\n      \"icon\": \"JTL Shop.png\",\n      \"website\": \"http://www.jtl-software.de/produkte/jtl-shop3\"\n    },\n    \"Jahia DX\": {\n      \"cats\": [\n        1,\n        47\n      ],\n      \"html\": \"<script id=\\\"staticAssetAggregatedJavascrip\",\n      \"icon\": \"JahiaDX.svg\",\n      \"website\": \"http://www.jahia.com/dx\"\n    },\n    \"Jalios\": {\n      \"cats\": [\n        1\n      ],\n      \"icon\": \"Jalios.png\",\n      \"meta\": {\n        \"generator\": \"Jalios\"\n      },\n      \"website\": \"http://www.jalios.com\"\n    },\n    \"Java\": {\n      \"cats\": [\n        27\n      ],\n      \"cookies\": {\n        \"JSESSIONID\": \"\"\n      },\n      \"icon\": \"Java.png\",\n      \"website\": \"http://java.com\"\n    },\n    \"Java Servlet\": {\n      \"cats\": [\n        18\n      ],\n      \"headers\": {\n        \"X-Powered-By\": \"Servlet(?:.([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"Java.png\",\n      \"implies\": \"Java\",\n      \"website\": \"http://www.oracle.com/technetwork/java/index-jsp-135475.html\"\n    },\n    \"JavaScript Infovis Toolkit\": {\n      \"cats\": [\n        25\n      ],\n      \"icon\": \"JavaScript Infovis Toolkit.png\",\n      \"js\": {\n        \"$jit\": \"\",\n        \"$jit.version\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"script\": \"jit(?:-yc)?\\\\.js\",\n      \"website\": \"https://philogb.github.io/jit/\"\n    },\n    \"JavaServer Faces\": {\n      \"cats\": [\n        18\n      ],\n      \"headers\": {\n        \"X-Powered-By\": \"JSF(?:/([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"JavaServer Faces.png\",\n      \"implies\": \"Java\",\n      \"website\": \"http://javaserverfaces.java.net\"\n    },\n    \"JavaServer Pages\": {\n      \"cats\": [\n        18\n      ],\n      \"headers\": {\n        \"X-Powered-By\": \"JSP(?:/([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"Java.png\",\n      \"implies\": \"Java\",\n      \"website\": \"http://www.oracle.com/technetwork/java/javaee/jsp/index.html\"\n    },\n    \"Jekyll\": {\n      \"cats\": [\n        57\n      ],\n      \"cpe\": \"cpe:/a:jekyllrb:jekyll\",\n      \"html\": [\n        \"Powered by <a href=\\\"https?://jekyllrb\\\\.com\\\"[^>]*>Jekyll</\",\n        \"<!-- Created with Jekyll Now -\",\n        \"<!-- Begin Jekyll SEO tag\"\n      ],\n      \"icon\": \"Jekyll.png\",\n      \"meta\": {\n        \"generator\": \"Jekyll (v[\\\\d.]+)?\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://jekyllrb.com\"\n    },\n    \"Jenkins\": {\n      \"cats\": [\n        44\n      ],\n      \"headers\": {\n        \"X-Jenkins\": \"([\\\\d.]+)\\\\;version:\\\\1\"\n      },\n      \"html\": \"<span class=\\\"jenkins_ver\\\"><a href=\\\"https://jenkins\\\\.io/\\\">Jenkins ver\\\\. ([\\\\d.]+)\\\\;version:\\\\1\",\n      \"icon\": \"Jenkins.png\",\n      \"implies\": \"Java\",\n      \"js\": {\n        \"jenkinsCIGlobal\": \"\",\n        \"jenkinsRules\": \"\"\n      },\n      \"website\": \"https://jenkins.io/\"\n    },\n    \"Jetshop\": {\n      \"cats\": [\n        6\n      ],\n      \"html\": \"<(?:div|aside) id=\\\"jetshop-branding\\\">\",\n      \"icon\": \"Jetshop.png\",\n      \"js\": {\n        \"JetshopData\": \"\"\n      },\n      \"website\": \"http://jetshop.se\"\n    },\n    \"Jetty\": {\n      \"cats\": [\n        22\n      ],\n      \"headers\": {\n        \"Server\": \"Jetty(?:\\\\(([\\\\d\\\\.]*\\\\d+))?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"Jetty.png\",\n      \"implies\": \"Java\",\n      \"website\": \"http://www.eclipse.org/jetty\"\n    },\n    \"Jimdo\": {\n      \"cats\": [\n        1\n      ],\n      \"headers\": {\n        \"X-Jimdo-Instance\": \"\",\n        \"X-Jimdo-Wid\": \"\"\n      },\n      \"icon\": \"jimdo.png\",\n      \"url\": \"\\\\.jimdo\\\\.com/\",\n      \"js\": {\n        \"jimdoData\": \"\",\n        \"jimdo_Data\": \"\"\n      },\n      \"website\": \"https://www.jimdo.com\"\n    },\n    \"Jirafe\": {\n      \"cats\": [\n        10,\n        32\n      ],\n      \"icon\": \"Jirafe.png\",\n      \"js\": {\n        \"jirafe\": \"\"\n      },\n      \"script\": \"/jirafe\\\\.js\",\n      \"website\": \"https://docs.jirafe.com\"\n    },\n    \"Jive\": {\n      \"cats\": [\n        19\n      ],\n      \"headers\": {\n        \"X-JIVE-USER-ID\": \"\",\n        \"X-JSL\": \"\",\n        \"X-Jive-Flow-Id\": \"\",\n        \"X-Jive-Request-Id\": \"\",\n        \"x-jive-chrome-wrapped\": \"\"\n      },\n      \"icon\": \"Jive.png\",\n      \"website\": \"http://www.jivesoftware.com\"\n    },\n    \"JobberBase\": {\n      \"cats\": [\n        19\n      ],\n      \"icon\": \"JobberBase.png\",\n      \"implies\": \"PHP\",\n      \"js\": {\n        \"Jobber\": \"\"\n      },\n      \"meta\": {\n        \"generator\": \"Jobberbase\"\n      },\n      \"website\": \"http://www.jobberbase.com\"\n    },\n    \"Joomla\": {\n      \"cats\": [\n        1\n      ],\n      \"cpe\": \"cpe:/a:joomla:joomla\",\n      \"headers\": {\n        \"X-Content-Encoded-By\": \"Joomla! ([\\\\d.]+)\\\\;version:\\\\1\"\n      },\n      \"html\": \"(?:<div[^>]+id=\\\"wrapper_r\\\"|<(?:link|script)[^>]+(?:feed|components)/com_|<table[^>]+class=\\\"pill)\\\\;confidence:50\",\n      \"icon\": \"Joomla.svg\",\n      \"implies\": \"PHP\",\n      \"js\": {\n        \"Joomla\": \"\",\n        \"jcomments\": \"\"\n      },\n      \"meta\": {\n        \"generator\": \"Joomla!(?: ([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"url\": \"option=com_\",\n      \"website\": \"https://www.joomla.org\"\n    },\n    \"K2\": {\n      \"cats\": [\n        19\n      ],\n      \"html\": \"<!--(?: JoomlaWorks \\\"K2\\\"| Start K2)\",\n      \"icon\": \"K2.png\",\n      \"implies\": \"Joomla\",\n      \"js\": {\n        \"K2RatingURL\": \"\"\n      },\n      \"website\": \"https://getk2.org\"\n    },\n    \"KISSmetrics\": {\n      \"cats\": [\n        10\n      ],\n      \"icon\": \"KISSmetrics.png\",\n      \"js\": {\n        \"KM_COOKIE_DOMAIN\": \"\"\n      },\n      \"website\": \"https://www.kissmetrics.com\"\n    },\n    \"Kajabi\": {\n      \"cats\": [\n        6\n      ],\n      \"cookies\": {\n        \"_kjb_session\": \"\"\n      },\n      \"icon\": \"Kajabi.svg\",\n      \"js\": {\n        \"Kajabi\": \"\"\n      },\n      \"website\": \"https://newkajabi.com\"\n    },\n    \"Kampyle\": {\n      \"cats\": [\n        10,\n        13\n      ],\n      \"cookies\": {\n        \"k_visit\": \"\"\n      },\n      \"icon\": \"Kampyle.png\",\n      \"js\": {\n        \"KAMPYLE_COMMON\": \"\",\n        \"k_track\": \"\",\n        \"kampyle\": \"\"\n      },\n      \"script\": \"cf\\\\.kampyle\\\\.com/k_button\\\\.js\",\n      \"website\": \"http://www.kampyle.com\"\n    },\n    \"Kamva\": {\n      \"cats\": [\n        6\n      ],\n      \"icon\": \"Kamva.svg\",\n      \"js\": {\n        \"Kamva\": \"\"\n      },\n      \"meta\": {\n        \"generator\": \"[CK]amva\"\n      },\n      \"script\": \"cdn\\\\.mykamva\\\\.ir\",\n      \"website\": \"https://kamva.ir\"\n    },\n    \"Kemal\": {\n      \"cats\": [\n        18,\n        22\n      ],\n      \"headers\": {\n        \"X-Powered-By\": \"Kemal\"\n      },\n      \"icon\": \"kemalcr.png\",\n      \"website\": \"http://kemalcr.com\"\n    },\n    \"Kendo UI\": {\n      \"cats\": [\n        66\n      ],\n      \"html\": \"<link[^>]*\\\\s+href=[^>]*styles/kendo\\\\.common(?:\\\\.min)?\\\\.css[^>]*/>\",\n      \"icon\": \"Kendo UI.png\",\n      \"implies\": \"jQuery\",\n      \"js\": {\n        \"kendo\": \"\",\n        \"kendo.version\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"website\": \"https://www.telerik.com/kendo-ui\"\n    },\n    \"Kentico CMS\": {\n      \"cats\": [\n        1\n      ],\n      \"cookies\": {\n        \"CMSPreferredCulture\": \"\"\n      },\n      \"cpe\": \"cpe:/a:kentico:kentico_cms\",\n      \"icon\": \"Kentico CMS.png\",\n      \"meta\": {\n        \"generator\": \"Kentico CMS ([\\\\d.R]+ \\\\(build [\\\\d.]+\\\\))\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://www.kentico.com\"\n    },\n    \"Kestrel\": {\n      \"cats\": [\n        22\n      ],\n      \"headers\": {\n        \"Server\": \"^Kestrel\"\n      },\n      \"implies\": [\n        \"Microsoft ASP.NET\"\n      ],\n      \"icon\": \"kestrel.svg\",\n      \"website\": \"https://docs.microsoft.com/en-us/aspnet/core/fundamentals/servers/kestrel\"\n    },\n    \"KeyCDN\": {\n      \"cats\": [\n        31\n      ],\n      \"headers\": {\n        \"Server\": \"^keycdn-engine$\"\n      },\n      \"icon\": \"KeyCDN.png\",\n      \"website\": \"http://www.keycdn.com\"\n    },\n    \"Kibana\": {\n      \"cats\": [\n        29,\n        25\n      ],\n      \"cpe\": \"cpe:/a:elasticsearch:kibana\",\n      \"headers\": {\n        \"kbn-name\": \"kibana\",\n        \"kbn-version\": \"^([\\\\d.]+)$\\\\;version:\\\\1\"\n      },\n      \"html\": \"<title>Kibana</title>\",\n      \"icon\": \"kibana.svg\",\n      \"implies\": \"Node.js\",\n      \"url\": \"kibana#/dashboard/\",\n      \"website\": \"http://www.elastic.co/products/kibana\"\n    },\n    \"KineticJS\": {\n      \"cats\": [\n        25\n      ],\n      \"icon\": \"KineticJS.png\",\n      \"js\": {\n        \"Kinetic\": \"\",\n        \"Kinetic.version\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"script\": \"kinetic(?:-v?([\\\\d.]+))?(?:\\\\.min)?\\\\.js\\\\;version:\\\\1\",\n      \"website\": \"https://github.com/ericdrowell/KineticJS/\"\n    },\n    \"Klarna Checkout\": {\n      \"cats\": [\n        41,\n        6,\n        5\n      ],\n      \"icon\": \"Klarna.svg\",\n      \"js\": {\n        \"_klarnaCheckout\": \"\"\n      },\n      \"website\": \"https://www.klarna.com/international/\"\n    },\n    \"Knockout.js\": {\n      \"cats\": [\n        12\n      ],\n      \"icon\": \"Knockout.js.png\",\n      \"js\": {\n        \"ko.version\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://knockoutjs.com\"\n    },\n    \"Koa\": {\n      \"cats\": [\n        18,\n        22\n      ],\n      \"headers\": {\n        \"X-Powered-By\": \"^koa$\"\n      },\n      \"icon\": \"Koa.png\",\n      \"implies\": \"Node.js\",\n      \"website\": \"http://koajs.com\"\n    },\n    \"Koala Framework\": {\n      \"cats\": [\n        1,\n        18\n      ],\n      \"html\": \"<!--[^>]+This website is powered by Koala Web Framework CMS\",\n      \"icon\": \"Koala Framework.png\",\n      \"implies\": \"PHP\",\n      \"meta\": {\n        \"generator\": \"^Koala Web Framework CMS\"\n      },\n      \"website\": \"http://koala-framework.org\"\n    },\n    \"KobiMaster\": {\n      \"cats\": [\n        6\n      ],\n      \"icon\": \"Kobimaster.png\",\n      \"implies\": \"Microsoft ASP.NET\",\n      \"js\": {\n        \"kmGetSession\": \"\",\n        \"kmPageInfo\": \"\"\n      },\n      \"website\": \"https://www.kobimaster.com.tr\"\n    },\n    \"Koha\": {\n      \"cats\": [\n        50\n      ],\n      \"cpe\": \"cpe:/a:koha:koha\",\n      \"html\": [\n        \"<input name=\\\"koha_login_context\\\" value=\\\"intranet\\\" type=\\\"hidden\\\">\",\n        \"<a href=\\\"/cgi-bin/koha/\"\n      ],\n      \"icon\": \"koha.png\",\n      \"implies\": \"Perl\",\n      \"js\": {\n        \"KOHA\": \"\"\n      },\n      \"meta\": {\n        \"generator\": \"^Koha ([\\\\d.]+)$\\\\;version:\\\\1\"\n      },\n      \"website\": \"https://koha-community.org/\"\n    },\n    \"Kohana\": {\n      \"cats\": [\n        18\n      ],\n      \"cookies\": {\n        \"kohanasession\": \"\"\n      },\n      \"cpe\": \"cpe:/a:kohanaframework:kohana\",\n      \"headers\": {\n        \"X-Powered-By\": \"Kohana Framework ([\\\\d.]+)\\\\;version:\\\\1\"\n      },\n      \"icon\": \"Kohana.png\",\n      \"implies\": \"PHP\",\n      \"website\": \"http://kohanaframework.org\"\n    },\n    \"Koken\": {\n      \"cats\": [\n        1\n      ],\n      \"cookies\": {\n        \"koken_referrer\": \"\"\n      },\n      \"html\": [\n        \"<html lang=\\\"en\\\" class=\\\"k-source-essays k-lens-essays\\\">\",\n        \"<!--\\\\s+KOKEN DEBUGGING\"\n      ],\n      \"icon\": \"Koken.png\",\n      \"implies\": [\n        \"PHP\",\n        \"MySQL\"\n      ],\n      \"meta\": {\n        \"generator\": \"Koken ([\\\\d.]+)\\\\;version:\\\\1\"\n      },\n      \"script\": \"koken(?:\\\\.js\\\\?([\\\\d.]+)|/storage)\\\\;version:\\\\1\",\n      \"website\": \"http://koken.me\"\n    },\n    \"Kolibri CMS\": {\n      \"cats\": [\n        1\n      ],\n      \"headers\": {\n        \"X-Powered-By\": \"Kolibri\"\n      },\n      \"meta\": {\n        \"generator\": \"Kolibri\"\n      },\n      \"website\": \"http://alias.io\"\n    },\n    \"Komodo CMS\": {\n      \"cats\": [\n        1\n      ],\n      \"icon\": \"Komodo CMS.png\",\n      \"implies\": \"PHP\",\n      \"meta\": {\n        \"generator\": \"^Komodo CMS\"\n      },\n      \"website\": \"http://www.komodocms.com\"\n    },\n    \"Kontaktify\": {\n      \"cats\": [\n        5\n      ],\n      \"icon\": \"Kontaktify.png\",\n      \"script\": \"//(?:www\\\\.)?kontaktify\\\\.com/embed\\\\.js\",\n      \"website\": \"https://www.kontaktify.com\"\n    },\n    \"Koobi\": {\n      \"cats\": [\n        1\n      ],\n      \"html\": \"<!--[^K>-]+Koobi ([a-z\\\\d.]+)\\\\;version:\\\\1\",\n      \"icon\": \"Koobi.png\",\n      \"meta\": {\n        \"generator\": \"Koobi\"\n      },\n      \"website\": \"http://dream4.de/cms\"\n    },\n    \"Kooboo CMS\": {\n      \"cats\": [\n        1\n      ],\n      \"headers\": {\n        \"X-KoobooCMS-Version\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"icon\": \"Kooboo CMS.png\",\n      \"implies\": \"Microsoft ASP.NET\",\n      \"script\": \"/Kooboo\",\n      \"website\": \"http://kooboo.com\"\n    },\n    \"Kotisivukone\": {\n      \"cats\": [\n        1\n      ],\n      \"icon\": \"Kotisivukone.png\",\n      \"script\": \"kotisivukone(?:\\\\.min)?\\\\.js\",\n      \"website\": \"http://www.kotisivukone.fi\"\n    },\n    \"Kubernetes Dashboard\": {\n      \"cats\": [\n        47\n      ],\n      \"cpe\": \"cpe:/a:kubernetes:kubernetes\",\n      \"html\": \"<html ng-app=\\\"kubernetesDashboard\\\">\",\n      \"icon\": \"Kubernetes.svg\",\n      \"website\": \"https://kubernetes.io/\"\n    },\n    \"LEPTON\": {\n      \"cats\": [\n        1\n      ],\n      \"cpe\": \"cpe:/a:lepton-cms:lepton\",\n      \"icon\": \"LEPTON.png\",\n      \"implies\": \"PHP\",\n      \"meta\": {\n        \"generator\": \"LEPTON\"\n      },\n      \"website\": \"http://www.lepton-cms.org\"\n    },\n    \"LabVIEW\": {\n      \"cats\": [\n        22\n      ],\n      \"cpe\": \"cpe:/a:ni:labview\",\n      \"headers\": {\n        \"Server\": \"LabVIEW(?:/([\\\\d\\\\.]+))?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"LabVIEW.png\",\n      \"website\": \"http://ni.com/labview\"\n    },\n    \"Laravel\": {\n      \"cats\": [\n        18\n      ],\n      \"cookies\": {\n        \"laravel_session\": \"\"\n      },\n      \"cpe\": \"cpe:/a:laravel:laravel\",\n      \"icon\": \"Laravel.svg\",\n      \"implies\": \"PHP\",\n      \"js\": {\n        \"Laravel\": \"\"\n      },\n      \"website\": \"https://laravel.com\"\n    },\n    \"Laterpay\": {\n      \"cats\": [\n        41\n      ],\n      \"icon\": \"laterpay.png\",\n      \"meta\": {\n        \"laterpay:connector:callbacks:on_user_has_access\": \"deobfuscateText\"\n      },\n      \"script\": \"https?://connectormwi\\\\.laterpay\\\\.net/([0-9.]+)[a-zA-z-]*/live/[\\\\w-]+\\\\.js\\\\;version:\\\\1\",\n      \"website\": \"https://www.laterpay.net/\"\n    },\n    \"Lazy.js\": {\n      \"cats\": [\n        59\n      ],\n      \"script\": \"lazy(?:\\\\.browser)?(?:\\\\.min)?\\\\.js\",\n      \"website\": \"http://danieltao.com/lazy.js\"\n    },\n    \"Leaflet\": {\n      \"cats\": [\n        35\n      ],\n      \"icon\": \"Leaflet.png\",\n      \"js\": {\n        \"L.DistanceGrid\": \"\",\n        \"L.PosAnimation\": \"\",\n        \"L.version\": \"^(.+)$\\\\;version:\\\\1\\\\;confidence:0\"\n      },\n      \"script\": \"leaflet.*\\\\.js\",\n      \"website\": \"http://leafletjs.com\"\n    },\n    \"Less\": {\n      \"cats\": [\n        19\n      ],\n      \"html\": \"<link[^>]+ rel=\\\"stylesheet/less\\\"\",\n      \"icon\": \"Less.png\",\n      \"website\": \"http://lesscss.org\"\n    },\n    \"Liferay\": {\n      \"cats\": [\n        1\n      ],\n      \"cpe\": \"cpe:/a:liferay:liferay_portal\",\n      \"headers\": {\n        \"Liferay-Portal\": \"[a-z\\\\s]+([\\\\d.]+)\\\\;version:\\\\1\"\n      },\n      \"icon\": \"Liferay.svg\",\n      \"js\": {\n        \"Liferay\": \"\"\n      },\n      \"website\": \"https://www.liferay.com\"\n    },\n    \"Lift\": {\n      \"cats\": [\n        18\n      ],\n      \"cpe\": \"cpe:/a:liftweb:lift\",\n      \"headers\": {\n        \"X-Lift-Version\": \"(.+)\\\\;version:\\\\1\"\n      },\n      \"icon\": \"Lift.png\",\n      \"implies\": \"Scala\",\n      \"website\": \"http://liftweb.net\"\n    },\n    \"LightMon Engine\": {\n      \"cats\": [\n        1\n      ],\n      \"cookies\": {\n        \"lm_online\": \"\"\n      },\n      \"html\": \"<!-- Lightmon Engine Copyright Lightmon\",\n      \"icon\": \"LightMon Engine.png\",\n      \"implies\": \"PHP\",\n      \"meta\": {\n        \"generator\": \"LightMon Engine\"\n      },\n      \"website\": \"http://lightmon.ru\"\n    },\n    \"Lightbox\": {\n      \"cats\": [\n        59\n      ],\n      \"cpe\": \"cpe:/a:lightbox_photo_gallery_project:lightbox_photo_gallery\",\n      \"html\": \"<link [^>]*href=\\\"[^\\\"]+lightbox(?:\\\\.min)?\\\\.css\",\n      \"icon\": \"Lightbox.png\",\n      \"script\": \"lightbox.*\\\\.js\",\n      \"website\": \"http://lokeshdhakar.com/projects/lightbox2/\"\n    },\n    \"Lightspeed eCom\": {\n      \"cats\": [\n        6\n      ],\n      \"html\": \"<!-- \\\\[START\\\\] 'blocks/head\\\\.rain' -->\",\n      \"icon\": \"Lightspeed.svg\",\n      \"script\": \"http://assets\\\\.webshopapp\\\\.com\",\n      \"url\": \"seoshop.webshopapp.com\",\n      \"website\": \"http://www.lightspeedhq.com/products/ecommerce/\"\n    },\n    \"Lighty\": {\n      \"cats\": [\n        18\n      ],\n      \"cookies\": {\n        \"lighty_version\": \"\"\n      },\n      \"icon\": \"Lighty.png\",\n      \"implies\": \"PHP\",\n      \"website\": \"https://gitlab.com/lighty/framework\"\n    },\n    \"LimeSurvey\": {\n      \"cats\": [\n        19\n      ],\n      \"cpe\": \"cpe:/a:limesurvey:limesurvey\",\n      \"headers\": {\n        \"generator\": \"LimeSurvey\"\n      },\n      \"icon\": \"LimeSurvey.png\",\n      \"website\": \"http://limesurvey.org/\"\n    },\n    \"LinkSmart\": {\n      \"cats\": [\n        36\n      ],\n      \"icon\": \"LinkSmart.png\",\n      \"js\": {\n        \"LS_JSON\": \"\",\n        \"LinkSmart\": \"\",\n        \"_mb_site_guid\": \"\"\n      },\n      \"script\": \"^https?://cdn\\\\.linksmart\\\\.com/linksmart_([\\\\d.]+?)(?:\\\\.min)?\\\\.js\\\\;version:\\\\1\",\n      \"website\": \"http://linksmart.com\"\n    },\n    \"Linkedin\": {\n      \"cats\": [\n        5\n      ],\n      \"icon\": \"Linkedin.svg\",\n      \"script\": \"//platform\\\\.linkedin\\\\.com/in\\\\.js\",\n      \"website\": \"http://linkedin.com\"\n    },\n    \"Liquid Web\": {\n      \"cats\": [\n        62\n      ],\n      \"headers\": {\n        \"x-lw-cache\": \"\"\n      },\n      \"icon\": \"liquidweb.svg\",\n      \"website\": \"https://www.liquidweb.com\"\n    },\n    \"List.js\": {\n      \"cats\": [\n        59\n      ],\n      \"icon\": \"List.js.png\",\n      \"js\": {\n        \"List\": \"\"\n      },\n      \"script\": \"^list\\\\.(?:min\\\\.)?js$\",\n      \"website\": \"http://listjs.com\"\n    },\n    \"LiteSpeed\": {\n      \"cats\": [\n        22\n      ],\n      \"cpe\": \"cpe:/a:litespeedtech:litespeed_web_server\",\n      \"headers\": {\n        \"Server\": \"^LiteSpeed$\"\n      },\n      \"icon\": \"LiteSpeed.svg\",\n      \"website\": \"http://litespeedtech.com\"\n    },\n    \"Lithium\": {\n      \"cats\": [\n        1\n      ],\n      \"cookies\": {\n        \"LithiumVisitor\": \"\"\n      },\n      \"html\": \" <a [^>]+Powered by Lithium\",\n      \"icon\": \"Lithium.png\",\n      \"implies\": \"PHP\",\n      \"js\": {\n        \"LITHIUM\": \"\"\n      },\n      \"website\": \"https://www.lithium.com\"\n    },\n    \"LiveAgent\": {\n      \"cats\": [\n        52\n      ],\n      \"icon\": \"LiveAgent.png\",\n      \"js\": {\n        \"LiveAgent\": \"\"\n      },\n      \"website\": \"https://www.ladesk.com\"\n    },\n    \"LiveChat\": {\n      \"cats\": [\n        52\n      ],\n      \"icon\": \"LiveChat.png\",\n      \"script\": \"cdn\\\\.livechatinc\\\\.com/.*tracking\\\\.js\",\n      \"website\": \"http://livechatinc.com\"\n    },\n    \"LiveHelp\": {\n      \"cats\": [\n        52,\n        53\n      ],\n      \"icon\": \"LiveHelp.png\",\n      \"js\": {\n        \"LHready\": \"\"\n      },\n      \"website\": \"http://www.livehelp.it\"\n    },\n    \"LiveJournal\": {\n      \"cats\": [\n        11\n      ],\n      \"icon\": \"LiveJournal.png\",\n      \"url\": \"\\\\.livejournal\\\\.com\",\n      \"website\": \"http://www.livejournal.com\"\n    },\n    \"LivePerson\": {\n      \"cats\": [\n        52\n      ],\n      \"icon\": \"LivePerson.png\",\n      \"script\": \"^https?://lptag\\\\.liveperson\\\\.net/tag/tag\\\\.js\",\n      \"website\": \"https://www.liveperson.com/\"\n    },\n    \"LiveStreet CMS\": {\n      \"cats\": [\n        1\n      ],\n      \"headers\": {\n        \"X-Powered-By\": \"LiveStreet CMS\"\n      },\n      \"icon\": \"LiveStreet CMS.png\",\n      \"implies\": \"PHP\",\n      \"js\": {\n        \"LIVESTREET_SECURITY_KEY\": \"\"\n      },\n      \"website\": \"http://livestreetcms.com\"\n    },\n    \"Livefyre\": {\n      \"cats\": [\n        15\n      ],\n      \"html\": \"<[^>]+(?:id|class)=\\\"livefyre\",\n      \"icon\": \"Livefyre.png\",\n      \"js\": {\n        \"FyreLoader\": \"\",\n        \"L.version\": \"^(.+)$\\\\;confidence:0\\\\;version:\\\\1\",\n        \"LF.CommentCount\": \"\",\n        \"fyre\": \"\"\n      },\n      \"script\": \"livefyre_init\\\\.js\",\n      \"website\": \"http://livefyre.com\"\n    },\n    \"Liveinternet\": {\n      \"cats\": [\n        10\n      ],\n      \"html\": [\n        \"<script[^<>]*>[^]{0,128}?src\\\\s*=\\\\s*['\\\"]//counter\\\\.yadro\\\\.ru/hit(?:;\\\\S+)?\\\\?(?:t\\\\d+\\\\.\\\\d+;)?r\",\n        \"<!--LiveInternet counter-->\",\n        \"<!--/LiveInternet-->\",\n        \"<a href=\\\"http://www\\\\.liveinternet\\\\.ru/click\\\"\"\n      ],\n      \"icon\": \"Liveinternet.png\",\n      \"script\": \"/js/al/common\\\\.js\\\\?[0-9_]+\",\n      \"website\": \"http://liveinternet.ru/rating/\"\n    },\n    \"LocalFocus\": {\n      \"cats\": [\n        61\n      ],\n      \"html\": \"<iframe[^>]+localfocus\",\n      \"icon\": \"LocalFocus.png\",\n      \"implies\": [\n        \"Angular\",\n        \"D3\"\n      ],\n      \"website\": \"https://www.localfocus.nl/en/\"\n    },\n    \"Locomotive\": {\n      \"cats\": [\n        1\n      ],\n      \"html\": \"<link[^>]*/sites/[a-z\\\\d]{24}/theme/stylesheets\",\n      \"icon\": \"Locomotive.png\",\n      \"implies\": [\n        \"Ruby on Rails\",\n        \"MongoDB\"\n      ],\n      \"website\": \"http://www.locomotivecms.com\"\n    },\n    \"Lodash\": {\n      \"cats\": [\n        59\n      ],\n      \"cpe\": \"cpe:/a:lodash:lodash\",\n      \"excludes\": \"Underscore.js\",\n      \"icon\": \"Lo-dash.png\",\n      \"js\": {\n        \"_.VERSION\": \"^(.+)$\\\\;confidence:0\\\\;version:\\\\1\",\n        \"_.differenceBy\": \"\"\n      },\n      \"script\": \"lodash.*\\\\.js\",\n      \"website\": \"http://www.lodash.com\"\n    },\n    \"Logitech Media Server\": {\n      \"cats\": [\n        22,\n        38\n      ],\n      \"headers\": {\n        \"Server\": \"Logitech Media Server(?: \\\\(([\\\\d\\\\.]+))?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"Logitech Media Server.png\",\n      \"website\": \"http://www.mysqueezebox.com\"\n    },\n    \"Lotus Domino\": {\n      \"cats\": [\n        22\n      ],\n      \"cpe\": \"cpe:/a:ibm:lotus_domino\",\n      \"headers\": {\n        \"Server\": \"Lotus-Domino\"\n      },\n      \"icon\": \"Lotus Domino.png\",\n      \"implies\": \"Java\",\n      \"website\": \"http://www-01.ibm.com/software/lotus/products/domino\"\n    },\n    \"LOU\": {\n      \"cats\": [\n        58\n      ],\n      \"icon\": \"LOU.png\",\n      \"script\": \"cdn\\\\.louassist\\\\.com*\",\n      \"website\": \"https://www.louassist.com\"\n    },\n    \"Lua\": {\n      \"cats\": [\n        27\n      ],\n      \"cpe\": \"cpe:/a:lua:lua\",\n      \"headers\": {\n        \"X-Powered-By\": \"\\\\bLua(?: ([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"Lua.png\",\n      \"website\": \"http://www.lua.org\"\n    },\n    \"Lucene\": {\n      \"cats\": [\n        34\n      ],\n      \"cpe\": \"cpe:/a:apache:lucene\",\n      \"icon\": \"Lucene.png\",\n      \"implies\": \"Java\",\n      \"website\": \"http://lucene.apache.org/core/\"\n    },\n    \"Luigi’s Box\": {\n      \"cats\": [\n        10,\n        29\n      ],\n      \"icon\": \"Luigisbox.svg\",\n      \"js\": {\n        \"Luigis\": \"\"\n      },\n      \"website\": \"https://www.luigisbox.com\"\n    },\n    \"MODX\": {\n      \"cats\": [\n        1\n      ],\n      \"cpe\": \"cpe:/a:modx:modx_revolution\",\n      \"headers\": {\n        \"X-Powered-By\": \"^MODX\"\n      },\n      \"html\": [\n        \"<a[^>]+>Powered by MODX</a>\",\n        \"<(?:link|script)[^>]+assets/snippets/\\\\;confidence:20\",\n        \"<form[^>]+id=\\\"ajaxSearch_form\\\\;confidence:20\",\n        \"<input[^>]+id=\\\"ajaxSearch_input\\\\;confidence:20\"\n      ],\n      \"icon\": \"MODX.png\",\n      \"implies\": \"PHP\",\n      \"js\": {\n        \"MODX\": \"\",\n        \"MODX_MEDIA_PATH\": \"\"\n      },\n      \"meta\": {\n        \"generator\": \"MODX[^\\\\d.]*([\\\\d.]+)?\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://modx.com\"\n    },\n    \"MYPAGE Platform\": {\n      \"cats\": [\n        1,\n        6\n      ],\n      \"cookies\": {\n        \"mypage_session\": \"\"\n      },\n      \"headers\": {\n        \"CMS-Version\": \"^(.+)$\\\\;version:\\\\1\\\\;confidence:0\"\n      },\n      \"icon\": \"mypage-platform.png\",\n      \"implies\": \"Laravel\",\n      \"website\": \"https://www.mypage.vn\"\n    },\n    \"Botble CMS\": {\n      \"cats\": [\n        1,\n        6\n      ],\n      \"cookies\": {\n        \"botble_session\": \"\"\n      },\n      \"headers\": {\n        \"CMS-Version\": \"^(.+)$\\\\;version:\\\\1\\\\;confidence:0\"\n      },\n      \"icon\": \"Botble-CMS.png\",\n      \"implies\": \"Laravel\",\n      \"website\": \"https://botble.com\"\n    },\n    \"MadAdsMedia\": {\n      \"cats\": [\n        36\n      ],\n      \"icon\": \"MadAdsMedia.png\",\n      \"js\": {\n        \"setMIframe\": \"\",\n        \"setMRefURL\": \"\"\n      },\n      \"script\": \"^https?://(?:ads-by|pixel)\\\\.madadsmedia\\\\.com/\",\n      \"website\": \"http://madadsmedia.com\"\n    },\n    \"Magento\": {\n      \"cats\": [\n        6\n      ],\n      \"cookies\": {\n        \"frontend\": \"\\\\;confidence:50\"\n      },\n      \"cpe\": \"cpe:/a:magento:magento\",\n      \"html\": [\n        \"<script [^>]+data-requiremodule=\\\"mage/\\\\;version:2\",\n        \"<script [^>]+data-requiremodule=\\\"Magento_\\\\;version:2\",\n        \"<script type=\\\"text/x-magento-init\\\">\"\n      ],\n      \"icon\": \"Magento.png\",\n      \"implies\": [\n        \"PHP\",\n        \"MySQL\"\n      ],\n      \"js\": {\n        \"Mage\": \"\",\n        \"VarienForm\": \"\"\n      },\n      \"script\": [\n        \"js/mage\",\n        \"skin/frontend/(?:default|(enterprise))\\\\;version:\\\\1?Enterprise:Community\",\n        \"static/_requirejs\\\\;confidence:50\\\\;version:2\"\n      ],\n      \"website\": \"https://magento.com\"\n    },\n    \"MailChimp\": {\n      \"cats\": [\n        32\n      ],\n      \"cpe\": \"cpe:/a:thinkshout:mailchimp\",\n      \"html\": [\n        \"<form [^>]*data-mailchimp-url\",\n        \"<form [^>]*id=\\\"mc-embedded-subscribe-form\\\"\",\n        \"<form [^>]*name=\\\"mc-embedded-subscribe-form\\\"\",\n        \"<input [^>]*id=\\\"mc-email\\\"\\\\;confidence:20\",\n        \"<!-- Begin MailChimp Signup Form -->\"\n      ],\n      \"icon\": \"mailchimp.svg\",\n      \"script\": [\n        \"s3\\\\.amazonaws\\\\.com/downloads\\\\.mailchimp\\\\.com/js/mc-validate\\\\.js\",\n        \"cdn-images\\\\.mailchimp\\\\.com/[^>]*\\\\.css\"\n      ],\n      \"website\": \"http://mailchimp.com\"\n    },\n    \"MakeShopKorea\": {\n      \"cats\": [\n        6\n      ],\n      \"icon\": \"MakeShopKorea.png\",\n      \"js\": {\n        \"Makeshop\": \"\",\n        \"MakeshopLogUniqueId\": \"\"\n      },\n      \"website\": \"https://www.makeshop.co.kr\"\n    },\n    \"Mambo\": {\n      \"cats\": [\n        1\n      ],\n      \"excludes\": \"Joomla\",\n      \"icon\": \"Mambo.png\",\n      \"meta\": {\n        \"generator\": \"Mambo\"\n      },\n      \"website\": \"http://mambo-foundation.org\"\n    },\n    \"MantisBT\": {\n      \"cats\": [\n        13\n      ],\n      \"cpe\": \"cpe:/a:mantisbt:mantisbt\",\n      \"html\": \"<img[^>]+ alt=\\\"Powered by Mantis Bugtracker\",\n      \"icon\": \"MantisBT.png\",\n      \"implies\": \"PHP\",\n      \"website\": \"http://www.mantisbt.org\"\n    },\n    \"ManyContacts\": {\n      \"cats\": [\n        5\n      ],\n      \"icon\": \"ManyContacts.png\",\n      \"script\": \"\\\\/assets\\\\/js\\\\/manycontacts\\\\.min\\\\.js\",\n      \"website\": \"http://www.manycontacts.com\"\n    },\n    \"MariaDB\": {\n      \"cats\": [\n        34\n      ],\n      \"cpe\": \"cpe:/a:mariadb_project:mariadb\",\n      \"icon\": \"mariadb.svg\",\n      \"website\": \"https://mariadb.org\"\n    },\n    \"Marionette.js\": {\n      \"cats\": [\n        12\n      ],\n      \"icon\": \"Marionette.js.svg\",\n      \"implies\": [\n        \"Underscore.js\",\n        \"Backbone.js\"\n      ],\n      \"js\": {\n        \"Marionette\": \"\",\n        \"Marionette.VERSION\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"script\": \"backbone\\\\.marionette.*\\\\.js\",\n      \"website\": \"https://marionettejs.com\"\n    },\n    \"Marked\": {\n      \"cats\": [\n        59\n      ],\n      \"cpe\": \"cpe:/a:marked_project:marked\",\n      \"icon\": \"marked.svg\",\n      \"js\": {\n        \"marked\": \"\"\n      },\n      \"script\": \"/marked(?:\\\\.min)?\\\\.js\",\n      \"website\": \"https://marked.js.org\"\n    },\n    \"Marketo\": {\n      \"cats\": [\n        32\n      ],\n      \"icon\": \"Marketo.png\",\n      \"js\": {\n        \"Munchkin\": \"\"\n      },\n      \"script\": \"munchkin\\\\.marketo\\\\.net/munchkin\\\\.js\",\n      \"website\": \"https://www.marketo.com\"\n    },\n    \"Material Design Lite\": {\n      \"cats\": [\n        66\n      ],\n      \"html\": \"<link[^>]* href=\\\"[^\\\"]*material(?:\\\\.[\\\\w]+-[\\\\w]+)?(?:\\\\.min)?\\\\.css\",\n      \"icon\": \"Material Design Lite.png\",\n      \"js\": {\n        \"MaterialIconToggle\": \"\"\n      },\n      \"script\": \"(?:/([\\\\d.]+))?/material(?:\\\\.min)?\\\\.js\\\\;version:\\\\1\",\n      \"website\": \"https://getmdl.io\"\n    },\n    \"Materialize CSS\": {\n      \"cats\": [\n        66\n      ],\n      \"html\": \"<link[^>]* href=\\\"[^\\\"]*materialize(?:\\\\.min)?\\\\.css\",\n      \"icon\": \"Materialize CSS.png\",\n      \"implies\": \"jQuery\",\n      \"script\": \"materialize(?:\\\\.min)?\\\\.js\",\n      \"website\": \"http://materializecss.com\"\n    },\n    \"MathJax\": {\n      \"cats\": [\n        25\n      ],\n      \"icon\": \"MathJax.png\",\n      \"js\": {\n        \"MathJax\": \"\",\n        \"MathJax.version\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"script\": \"([\\\\d.]+)?/mathjax\\\\.js\\\\;version:\\\\1\",\n      \"website\": \"https://www.mathjax.org\"\n    },\n    \"Matomo\": {\n      \"cats\": [\n        10\n      ],\n      \"cookies\": {\n        \"PIWIK_SESSID\": \"\"\n      },\n      \"cpe\": \"cpe:/a:matomo:matomo\",\n      \"icon\": \"Matomo.png\",\n      \"js\": {\n        \"Matomo\": \"\",\n        \"Piwik\": \"\",\n        \"_paq\": \"\"\n      },\n      \"meta\": {\n        \"apple-itunes-app\": \"app-id=737216887\",\n        \"generator\": \"(?:Matomo|Piwik) - Open Source Web Analytics\",\n        \"google-play-app\": \"app-id=org\\\\.piwik\\\\.mobile2\"\n      },\n      \"script\": \"piwik\\\\.js|piwik\\\\.php\",\n      \"website\": \"https://matomo.org\"\n    },\n    \"Mattermost\": {\n      \"cats\": [\n        2\n      ],\n      \"cpe\": \"cpe:/a:jenkins:mattermost\",\n      \"html\": \"<noscript> To use Mattermost, please enable JavaScript\\\\. </noscript>\",\n      \"icon\": \"mattermost.png\",\n      \"implies\": [\n        \"Go\",\n        \"React\"\n      ],\n      \"js\": {\n        \"mm_config\": \"\",\n        \"mm_current_user_id\": \"\",\n        \"mm_license\": \"\",\n        \"mm_user\": \"\"\n      },\n      \"website\": \"https://about.mattermost.com\"\n    },\n    \"Mautic\": {\n      \"cats\": [\n        32\n      ],\n      \"cpe\": \"cpe:/a:mautic:mautic\",\n      \"icon\": \"mautic.svg\",\n      \"js\": {\n        \"MauticTrackingObject\": \"\"\n      },\n      \"script\": \"[^a-z]mtc.*\\\\.js\",\n      \"website\": \"https://www.mautic.org/\"\n    },\n    \"MaxCDN\": {\n      \"cats\": [\n        31\n      ],\n      \"headers\": {\n        \"Server\": \"^NetDNA\",\n        \"X-CDN-Forward\": \"^maxcdn$\"\n      },\n      \"icon\": \"MaxCDN.png\",\n      \"website\": \"http://www.maxcdn.com\"\n    },\n    \"MaxSite CMS\": {\n      \"cats\": [\n        1\n      ],\n      \"icon\": \"MaxSite CMS.png\",\n      \"implies\": \"PHP\",\n      \"meta\": {\n        \"generator\": \"MaxSite CMS\"\n      },\n      \"website\": \"http://max-3000.com\"\n    },\n    \"Mean.io\": {\n      \"cats\": [\n        12\n      ],\n      \"headers\": {\n        \"X-Powered-CMS\": \"Mean\\\\.io\"\n      },\n      \"icon\": \"Mean.io.png\",\n      \"implies\": [\n        \"MongoDB\",\n        \"Express\",\n        \"Angular\"\n      ],\n      \"website\": \"http://mean.io\"\n    },\n    \"MediaElement.js\": {\n      \"cats\": [\n        14\n      ],\n      \"icon\": \"MediaElement.js.png\",\n      \"js\": {\n        \"mejs\": \"\",\n        \"mejs.version\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://www.mediaelementjs.com\"\n    },\n    \"MediaTomb\": {\n      \"cats\": [\n        38\n      ],\n      \"headers\": {\n        \"Server\": \"MediaTomb(?:/([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"MediaTomb.png\",\n      \"website\": \"http://mediatomb.cc\"\n    },\n    \"MediaWiki\": {\n      \"cats\": [\n        8\n      ],\n      \"cpe\": \"cpe:/a:mediawiki:mediawiki\",\n      \"html\": [\n        \"<body[^>]+class=\\\"mediawiki\\\"\",\n        \"<(?:a|img)[^>]+>Powered by MediaWiki</a>\",\n        \"<a[^>]+/Special:WhatLinksHere/\"\n      ],\n      \"icon\": \"MediaWiki.png\",\n      \"implies\": \"PHP\",\n      \"js\": {\n        \"mw.util.toggleToc\": \"\"\n      },\n      \"meta\": {\n        \"generator\": \"^MediaWiki ?(.+)$\\\\;version:\\\\1\"\n      },\n      \"website\": \"https://www.mediawiki.org\"\n    },\n    \"Medium\": {\n      \"cats\": [\n        11\n      ],\n      \"headers\": {\n        \"X-Powered-By\": \"^Medium$\"\n      },\n      \"icon\": \"Medium.svg\",\n      \"implies\": \"Node.js\",\n      \"script\": \"medium\\\\.com\",\n      \"url\": \"^https?://(?:www\\\\.)?medium\\\\.com\",\n      \"website\": \"https://medium.com\"\n    },\n    \"Meebo\": {\n      \"cats\": [\n        5\n      ],\n      \"html\": \"(?:<iframe id=\\\"meebo-iframe\\\"|Meebo\\\\('domReady'\\\\))\",\n      \"icon\": \"Meebo.png\",\n      \"website\": \"http://www.meebo.com\"\n    },\n    \"Melis CMS V2\": {\n      \"cats\": [\n        1,\n        6\n      ],\n      \"html\": \"<!-- Rendered with Melis CMS V2\",\n      \"icon\": \"meliscmsv2.png\",\n      \"meta\": {\n        \"powered-by\": \"^Melis CMS\"\n      },\n      \"website\": \"http://www.melistechnology.com/\"\n    },\n    \"MemberStack\": {\n      \"cats\": [\n        6,\n        47\n      ],\n      \"icon\": \"MemberStack.png\",\n      \"cookies\": {\n        \"memberstack\": \"\"\n      },\n      \"js\": {\n        \"MemberStack\": \"\"\n      },\n      \"script\": \"memberstack\\\\.js\",\n      \"url\": \"^https?//.+\\\\.memberstack\\\\.io\",\n      \"website\": \"https://www.memberstack.io\"\n    },\n    \"Mermaid\": {\n      \"cats\": [\n        25\n      ],\n      \"html\": \"<div [^>]*class=[\\\"']mermaid[\\\"']>\\\\;confidence:90\",\n      \"js\": {\n        \"mermaid\": \"\"\n      },\n      \"script\": \"/mermaid(?:\\\\.min)?\\\\.js\",\n      \"website\": \"https://mermaidjs.github.io/\"\n    },\n    \"Meteor\": {\n      \"cats\": [\n        12,\n        18\n      ],\n      \"html\": \"<link[^>]+__meteor-css__\",\n      \"icon\": \"Meteor.png\",\n      \"implies\": [\n        \"MongoDB\",\n        \"Node.js\"\n      ],\n      \"js\": {\n        \"Meteor\": \"\",\n        \"Meteor.release\": \"^METEOR@([\\\\d.]+)\\\\;version:\\\\1\"\n      },\n      \"website\": \"https://www.meteor.com\"\n    },\n    \"Methode\": {\n      \"cats\": [\n        1\n      ],\n      \"html\": \"<!-- Methode uuid: \\\"[a-f\\\\d]+\\\" ?-->\",\n      \"icon\": \"Methode.png\",\n      \"meta\": {\n        \"eomportal-id\": \"\\\\d+\",\n        \"eomportal-instanceid\": \"\\\\d+\",\n        \"eomportal-lastUpdate\": \"\",\n        \"eomportal-loid\": \"[\\\\d.]+\",\n        \"eomportal-uuid\": \"[a-f\\\\d]+\"\n      },\n      \"website\": \"https://www.eidosmedia.com/\"\n    },\n    \"Microsoft ASP.NET\": {\n      \"cats\": [\n        18\n      ],\n      \"cookies\": {\n        \"ASP.NET_SessionId\": \"\",\n        \"ASPSESSION\": \"\"\n      },\n      \"cpe\": \"cpe:/a:microsoft:asp.net\",\n      \"headers\": {\n        \"X-AspNet-Version\": \"(.+)\\\\;version:\\\\1\",\n        \"X-Powered-By\": \"^ASP\\\\.NET\"\n      },\n      \"html\": \"<input[^>]+name=\\\"__VIEWSTATE\",\n      \"icon\": \"Microsoft ASP.NET.png\",\n      \"implies\": \"IIS\\\\;confidence:50\",\n      \"url\": \"\\\\.aspx?(?:$|\\\\?)\",\n      \"website\": \"https://www.asp.net\"\n    },\n    \"Microsoft Excel\": {\n      \"cats\": [\n        20\n      ],\n      \"cpe\": \"cpe:/a:microsoft:excel\",\n      \"html\": \"(?:<html [^>]*xmlns:w=\\\"urn:schemas-microsoft-com:office:excel\\\"|<!--\\\\s*(?:START|END) OF OUTPUT FROM EXCEL PUBLISH AS WEB PAGE WIZARD\\\\s*-->|<div [^>]*x:publishsource=\\\"?Excel\\\"?)\",\n      \"icon\": \"Microsoft Excel.svg\",\n      \"meta\": {\n        \"ProgId\": \"^Excel\\\\.\",\n        \"generator\": \"Microsoft Excel( [\\\\d.]+)?\\\\;version:\\\\1\"\n      },\n      \"website\": \"https://office.microsoft.com/excel\"\n    },\n    \"Microsoft HTTPAPI\": {\n      \"cats\": [\n        22\n      ],\n      \"headers\": {\n        \"Server\": \"Microsoft-HTTPAPI(?:/([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"Microsoft.png\",\n      \"website\": \"http://microsoft.com\"\n    },\n    \"Microsoft PowerPoint\": {\n      \"cats\": [\n        20\n      ],\n      \"cpe\": \"cpe:/a:microsoft:powerpoint\",\n      \"html\": \"(?:<html [^>]*xmlns:w=\\\"urn:schemas-microsoft-com:office:powerpoint\\\"|<link rel=\\\"?Presentation-XML\\\"? href=\\\"?[^\\\"]+\\\\.xml\\\"?>|<o:PresentationFormat>[^<]+</o:PresentationFormat>[^!]+<o:Slides>\\\\d+</o:Slides>(?:[^!]+<o:Version>([\\\\d.]+)</o:Version>)?)\\\\;version:\\\\1\",\n      \"icon\": \"Microsoft PowerPoint.svg\",\n      \"meta\": {\n        \"ProgId\": \"^PowerPoint\\\\.\",\n        \"generator\": \"Microsoft PowerPoint ( [\\\\d.]+)?\\\\;version:\\\\1\"\n      },\n      \"website\": \"https://office.microsoft.com/powerpoint\"\n    },\n    \"Microsoft Publisher\": {\n      \"cats\": [\n        20\n      ],\n      \"cpe\": \"cpe:/a:microsoft:publisher\",\n      \"html\": \"(?:<html [^>]*xmlns:w=\\\"urn:schemas-microsoft-com:office:publisher\\\"|<!--[if pub]><xml>)\",\n      \"icon\": \"Microsoft Publisher.svg\",\n      \"meta\": {\n        \"ProgId\": \"^Publisher\\\\.\",\n        \"generator\": \"Microsoft Publisher( [\\\\d.]+)?\\\\;version:\\\\1\"\n      },\n      \"website\": \"https://office.microsoft.com/publisher\"\n    },\n    \"Microsoft SharePoint\": {\n      \"cats\": [\n        1\n      ],\n      \"cpe\": \"cpe:/a:microsoft:sharepoint_server\",\n      \"headers\": {\n        \"MicrosoftSharePointTeamServices\": \"^(.+)$\\\\;version:\\\\1\",\n        \"SPRequestGuid\": \"\",\n        \"SharePointHealthScore\": \"\",\n        \"X-SharePointHealthScore\": \"\"\n      },\n      \"icon\": \"Microsoft SharePoint.png\",\n      \"js\": {\n        \"SPDesignerProgID\": \"\",\n        \"_spBodyOnLoadCalled\": \"\"\n      },\n      \"meta\": {\n        \"generator\": \"Microsoft SharePoint\"\n      },\n      \"website\": \"https://sharepoint.microsoft.com\"\n    },\n    \"Microsoft Word\": {\n      \"cats\": [\n        20\n      ],\n      \"cpe\": \"cpe:/a:microsoft:word\",\n      \"html\": \"(?:<html [^>]*xmlns:w=\\\"urn:schemas-microsoft-com:office:word\\\"|<w:WordDocument>|<div [^>]*class=\\\"?WordSection1[\\\" >]|<style[^>]*>[^>]*@page WordSection1)\",\n      \"icon\": \"Microsoft Word.svg\",\n      \"meta\": {\n        \"ProgId\": \"^Word\\\\.\",\n        \"generator\": \"Microsoft Word( [\\\\d.]+)?\\\\;version:\\\\1\"\n      },\n      \"website\": \"https://office.microsoft.com/word\"\n    },\n    \"Mietshop\": {\n      \"cats\": [\n        6\n      ],\n      \"html\": \"<a href=\\\"https://ssl\\\\.mietshop\\\\.d\",\n      \"icon\": \"mietshop.png\",\n      \"meta\": {\n        \"generator\": \"Mietshop\"\n      },\n      \"website\": \"http://www.mietshop.de/\"\n    },\n    \"Milligram\": {\n      \"cats\": [\n        66\n      ],\n      \"html\": [\n        \"<link[^>]+?href=\\\"[^\\\"]+milligram(?:\\\\.min)?\\\\.css\"\n      ],\n      \"icon\": \"Milligram.png\",\n      \"website\": \"https://milligram.io\"\n    },\n    \"Minero.cc\": {\n      \"cats\": [\n        56\n      ],\n      \"script\": [\n        \"//minero\\\\.cc/lib/minero(?:-miner|-hidden)?\\\\.min\\\\.js\"\n      ],\n      \"website\": \"http://minero.cc/\"\n    },\n    \"MiniBB\": {\n      \"cats\": [\n        2\n      ],\n      \"cpe\": \"cpe:/a:minibb:minibb\",\n      \"html\": \"<a href=\\\"[^\\\"]+minibb[^<]+</a>[^<]+\\\\n<!--End of copyright link\",\n      \"icon\": \"MiniBB.png\",\n      \"website\": \"http://www.minibb.com\"\n    },\n    \"MiniServ\": {\n      \"cats\": [\n        22\n      ],\n      \"headers\": {\n        \"Server\": \"MiniServ\\\\/?([\\\\d\\\\.]+)?\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://sourceforge.net/projects/miniserv\"\n    },\n    \"Mint\": {\n      \"cats\": [\n        10\n      ],\n      \"icon\": \"Mint.png\",\n      \"js\": {\n        \"Mint\": \"\"\n      },\n      \"script\": \"mint/\\\\?js\",\n      \"website\": \"https://haveamint.com\"\n    },\n    \"Mithril\": {\n      \"cats\": [\n        12\n      ],\n      \"icon\": \"Mithril.svg\",\n      \"script\": \"mithril/\\\\?js\",\n      \"website\": \"https://mithril.js.org\"\n    },\n    \"Mixpanel\": {\n      \"cats\": [\n        10\n      ],\n      \"icon\": \"Mixpanel.png\",\n      \"js\": {\n        \"mixpanel\": \"\"\n      },\n      \"script\": \"api\\\\.mixpanel\\\\.com/track\",\n      \"website\": \"https://mixpanel.com\"\n    },\n    \"MkDocs\": {\n      \"cats\": [\n        4\n      ],\n      \"icon\": \"mkdocs.png\",\n      \"meta\": {\n        \"generator\": \"^mkdocs-([\\\\d.]+)\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://www.mkdocs.org/\"\n    },\n    \"Mobify\": {\n      \"cats\": [\n        26\n      ],\n      \"icon\": \"Mobify.png\",\n      \"js\": {\n        \"Mobify\": \"\"\n      },\n      \"script\": \"//cdn\\\\.mobify\\\\.com/\",\n      \"website\": \"https://www.mobify.com\"\n    },\n    \"Mobirise\": {\n      \"cats\": [\n        51\n      ],\n      \"html\": [\n        \"<!-- Site made with Mobirise Website Builder v([\\\\d.]+)\\\\;version:\\\\1\"\n      ],\n      \"icon\": \"mobirise.png\",\n      \"meta\": {\n        \"generator\": \"^Mobirise v([\\\\d.]+)\\\\;version:\\\\1\"\n      },\n      \"website\": \"https://mobirise.com\"\n    },\n    \"MobX\": {\n      \"cats\": [\n        59\n      ],\n      \"icon\": \"MobX.svg\",\n      \"js\": {\n        \"__mobxGlobal\": \"\",\n        \"__mobxInstanceCount\": \"\",\n        \"__mobxGlobals\": \"\"\n      },\n      \"script\": \"(?:/([\\\\d\\\\.]+))?/mobx(?:\\\\.[a-z]+){0,2}\\\\.js(?:$|\\\\?)\\\\;version:\\\\1\",\n      \"website\": \"https://mobx.js.org\"\n    },\n    \"MochiKit\": {\n      \"cats\": [\n        59\n      ],\n      \"icon\": \"MochiKit.png\",\n      \"js\": {\n        \"MochiKit\": \"\",\n        \"MochiKit.MochiKit.VERSION\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"script\": \"MochiKit(?:\\\\.min)?\\\\.js\",\n      \"website\": \"https://mochi.github.io/mochikit/\"\n    },\n    \"MochiWeb\": {\n      \"cats\": [\n        22\n      ],\n      \"cpe\": \"cpe:/a:mochiweb_project:mochiweb\",\n      \"headers\": {\n        \"Server\": \"MochiWeb(?:/([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"website\": \"https://github.com/mochi/mochiweb\"\n    },\n    \"Modernizr\": {\n      \"cats\": [\n        59\n      ],\n      \"icon\": \"Modernizr.svg\",\n      \"js\": {\n        \"Modernizr._version\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"script\": [\n        \"([\\\\d.]+)?/modernizr(?:.([\\\\d.]+))?.*\\\\.js\\\\;version:\\\\1?\\\\1:\\\\2\"\n      ],\n      \"website\": \"https://modernizr.com\"\n    },\n    \"Modified\": {\n      \"cats\": [\n        6\n      ],\n      \"icon\": \"modified.png\",\n      \"meta\": {\n        \"generator\": \"\\\\(c\\\\) by modified eCommerce Shopsoftware ------ http://www\\\\.modified-shop\\\\.org\"\n      },\n      \"website\": \"http://www.modified-shop.org/\"\n    },\n    \"Moguta.CMS\": {\n      \"cats\": [\n        1,\n        6\n      ],\n      \"html\": \"<link[^>]+href=[\\\"'][^\\\"]+mg-(?:core|plugins|templates)/\",\n      \"script\": \"mg-(?:core|plugins|templates)/\",\n      \"icon\": \"Moguta.CMS.png\",\n      \"implies\": \"PHP\",\n      \"website\": \"https://moguta.ru\"\n    },\n    \"MoinMoin\": {\n      \"cats\": [\n        8\n      ],\n      \"cookies\": {\n        \"MOIN_SESSION\": \"\"\n      },\n      \"cpe\": \"cpe:/a:moinmo:moinmoin\",\n      \"icon\": \"MoinMoin.png\",\n      \"implies\": \"Python\",\n      \"js\": {\n        \"show_switch2gui\": \"\"\n      },\n      \"script\": \"moin(?:_static(\\\\d)(\\\\d)(\\\\d)|.+)/common/js/common\\\\.js\\\\;version:\\\\1.\\\\2.\\\\3\",\n      \"website\": \"https://moinmo.in\"\n    },\n    \"Mojolicious\": {\n      \"cats\": [\n        18\n      ],\n      \"headers\": {\n        \"server\": \"^mojolicious\",\n        \"x-powered-by\": \"mojolicious\"\n      },\n      \"icon\": \"Mojolicious.png\",\n      \"implies\": \"Perl\",\n      \"website\": \"http://mojolicio.us\"\n    },\n    \"Mollom\": {\n      \"cats\": [\n        16\n      ],\n      \"cpe\": \"cpe:/a:acquia:mollom\",\n      \"html\": \"<img[^>]+\\\\.mollom\\\\.com\",\n      \"icon\": \"Mollom.png\",\n      \"script\": \"mollom(?:\\\\.min)?\\\\.js\",\n      \"website\": \"http://mollom.com\"\n    },\n    \"Moment Timezone\": {\n      \"cats\": [\n        59\n      ],\n      \"icon\": \"Moment.js.svg\",\n      \"implies\": \"Moment.js\",\n      \"script\": \"moment-timezone(?:-data)?(?:\\\\.min)?\\\\.js\",\n      \"website\": \"http://momentjs.com/timezone/\"\n    },\n    \"Moment.js\": {\n      \"cats\": [\n        59\n      ],\n      \"icon\": \"Moment.js.svg\",\n      \"js\": {\n        \"moment\": \"\",\n        \"moment.version\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"script\": \"moment(?:\\\\.min)?\\\\.js\",\n      \"website\": \"https://momentjs.com\"\n    },\n    \"Mondo Media\": {\n      \"cats\": [\n        6\n      ],\n      \"icon\": \"Mondo Media.png\",\n      \"meta\": {\n        \"generator\": \"Mondo Shop\"\n      },\n      \"website\": \"http://mondo-media.de\"\n    },\n    \"Monerominer\": {\n      \"cats\": [\n        56\n      ],\n      \"html\": \"<iframe[^>]+src=[\\\\'\\\"]https?://monerominer\\\\.rocks/miner\\\\.php\\\\?siteid=\",\n      \"icon\": \"monerominer.png\",\n      \"website\": \"https://monerominer.rocks/\"\n    },\n    \"MongoDB\": {\n      \"cats\": [\n        34\n      ],\n      \"cpe\": \"cpe:/a:mongodb:mongodb\",\n      \"icon\": \"MongoDB.png\",\n      \"website\": \"http://www.mongodb.org\"\n    },\n    \"Mongrel\": {\n      \"cats\": [\n        22\n      ],\n      \"cpe\": \"cpe:/a:zed_shaw:mongrel\",\n      \"headers\": {\n        \"Server\": \"Mongrel\"\n      },\n      \"icon\": \"Mongrel.png\",\n      \"implies\": \"Ruby\",\n      \"website\": \"http://mongrel2.org\"\n    },\n    \"Monkey HTTP Server\": {\n      \"cats\": [\n        22\n      ],\n      \"headers\": {\n        \"Server\": \"Monkey/?([\\\\d.]+)?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"Monkey HTTP Server.png\",\n      \"website\": \"http://monkey-project.com\"\n    },\n    \"Mono\": {\n      \"cats\": [\n        18\n      ],\n      \"cpe\": \"cpe:/a:mono:mono\",\n      \"headers\": {\n        \"X-Powered-By\": \"Mono\"\n      },\n      \"icon\": \"Mono.png\",\n      \"website\": \"http://mono-project.com\"\n    },\n    \"Mono.net\": {\n      \"cats\": [\n        1\n      ],\n      \"icon\": \"Mono.net.png\",\n      \"implies\": \"Matomo\",\n      \"js\": {\n        \"_monoTracker\": \"\"\n      },\n      \"script\": \"monotracker(?:\\\\.min)?\\\\.js\",\n      \"website\": \"https://www.mono.net/en\"\n    },\n    \"MooTools\": {\n      \"cats\": [\n        12\n      ],\n      \"icon\": \"MooTools.png\",\n      \"js\": {\n        \"MooTools\": \"\",\n        \"MooTools.version\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"script\": \"mootools.*\\\\.js\",\n      \"website\": \"https://mootools.net\"\n    },\n    \"Moodle\": {\n      \"cats\": [\n        21\n      ],\n      \"cookies\": {\n        \"MOODLEID_\": \"\",\n        \"MoodleSession\": \"\"\n      },\n      \"cpe\": \"cpe:/a:moodle:moodle\",\n      \"html\": \"<img[^>]+moodlelogo\",\n      \"icon\": \"Moodle.png\",\n      \"implies\": \"PHP\",\n      \"js\": {\n        \"M.core\": \"\",\n        \"Y.Moodle\": \"\"\n      },\n      \"meta\": {\n        \"keywords\": \"^moodle\"\n      },\n      \"website\": \"http://moodle.org\"\n    },\n    \"Moon\": {\n      \"cats\": [\n        12\n      ],\n      \"icon\": \"moon.svg\",\n      \"script\": \"/moon(?:\\\\.min)?\\\\.js$\",\n      \"website\": \"https://kbrsh.github.io/moon/\"\n    },\n    \"MotoCMS\": {\n      \"cats\": [\n        1\n      ],\n      \"html\": \"<link [^>]*href=\\\"[^>]*\\\\/mt-content\\\\/[^>]*\\\\.css\",\n      \"icon\": \"MotoCMS.svg\",\n      \"implies\": [\n        \"PHP\",\n        \"AngularJS\",\n        \"jQuery\"\n      ],\n      \"script\": \"/mt-includes/js/website(?:assets)?\\\\.(?:min)?\\\\.js\",\n      \"website\": \"http://motocms.com\"\n    },\n    \"Mouse Flow\": {\n      \"cats\": [\n        10\n      ],\n      \"icon\": \"mouseflow.png\",\n      \"js\": {\n        \"_mfq\": \"\"\n      },\n      \"script\": [\n        \"cdn\\\\.mouseflow\\\\.com\"\n      ],\n      \"website\": \"https://mouseflow.com/\"\n    },\n    \"Movable Type\": {\n      \"cats\": [\n        1\n      ],\n      \"cpe\": \"cpe:/a:sixapart:movable_type\",\n      \"icon\": \"Movable Type.png\",\n      \"meta\": {\n        \"generator\": \"Movable Type\"\n      },\n      \"website\": \"http://movabletype.org\"\n    },\n    \"Mozard Suite\": {\n      \"cats\": [\n        1\n      ],\n      \"icon\": \"Mozard Suite.png\",\n      \"meta\": {\n        \"author\": \"Mozard\"\n      },\n      \"url\": \"/mozard/!suite\",\n      \"website\": \"http://mozard.nl\"\n    },\n    \"Mura CMS\": {\n      \"cats\": [\n        1,\n        11\n      ],\n      \"icon\": \"Mura CMS.png\",\n      \"implies\": \"Adobe ColdFusion\",\n      \"meta\": {\n        \"generator\": \"Mura CMS ([\\\\d]+)\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://www.getmura.com\"\n    },\n    \"Mustache\": {\n      \"cats\": [\n        12\n      ],\n      \"icon\": \"Mustache.png\",\n      \"js\": {\n        \"Mustache.version\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"script\": \"mustache(?:\\\\.min)?\\\\.js\",\n      \"website\": \"https://mustache.github.io\"\n    },\n    \"MyBB\": {\n      \"cats\": [\n        2\n      ],\n      \"cpe\": \"cpe:/a:mybb:mybb\",\n      \"html\": \"(?:<script [^>]+\\\\s+<!--\\\\s+lang\\\\.no_new_posts|<a[^>]* title=\\\"Powered By MyBB)\",\n      \"icon\": \"MyBB.png\",\n      \"implies\": [\n        \"PHP\",\n        \"MySQL\"\n      ],\n      \"js\": {\n        \"MyBB\": \"\"\n      },\n      \"website\": \"https://mybb.com\"\n    },\n    \"MyBlogLog\": {\n      \"cats\": [\n        5\n      ],\n      \"icon\": \"MyBlogLog.png\",\n      \"script\": \"pub\\\\.mybloglog\\\\.com\",\n      \"website\": \"http://www.mybloglog.com\"\n    },\n    \"MySQL\": {\n      \"cats\": [\n        34\n      ],\n      \"cpe\": \"cpe:/a:mysql:mysql\",\n      \"icon\": \"MySQL.svg\",\n      \"website\": \"http://mysql.com\"\n    },\n    \"Mynetcap\": {\n      \"cats\": [\n        1\n      ],\n      \"icon\": \"Mynetcap.png\",\n      \"meta\": {\n        \"generator\": \"Mynetcap\"\n      },\n      \"website\": \"http://www.netcap-creation.fr\"\n    },\n    \"NEO - Omnichannel Commerce Platform\": {\n      \"cats\": [\n        6\n      ],\n      \"headers\": {\n        \"powered\": \"jet-neo\"\n      },\n      \"icon\": \"Plataforma NEO.svg\",\n      \"website\": \"http://www.jetecommerce.com.br/\"\n    },\n    \"NVD3\": {\n      \"cats\": [\n        25\n      ],\n      \"html\": \"<link[^>]* href=[^>]+nv\\\\.d3(?:\\\\.min)?\\\\.css\",\n      \"icon\": \"NVD3.png\",\n      \"implies\": \"D3\",\n      \"js\": {\n        \"nv.addGraph\": \"\",\n        \"nv.version\": \"^(.+)$\\\\;confidence:0\\\\;version:\\\\1\"\n      },\n      \"script\": \"nv\\\\.d3(?:\\\\.min)?\\\\.js\",\n      \"website\": \"http://nvd3.org\"\n    },\n    \"Navegg\": {\n      \"cats\": [\n        10\n      ],\n      \"icon\": \"Navegg.png\",\n      \"script\": \"tag\\\\.navdmp\\\\.com\",\n      \"website\": \"https://www.navegg.com/\"\n    },\n    \"Neos CMS\": {\n      \"cats\": [\n        1\n      ],\n      \"excludes\": \"TYPO3 CMS\",\n      \"headers\": {\n        \"X-Flow-Powered\": \"Neos/?(.+)?$\\\\;version:\\\\1\"\n      },\n      \"icon\": \"Neos.svg\",\n      \"implies\": \"Neos Flow\",\n      \"url\": \"/neos/\",\n      \"website\": \"https://neos.io\"\n    },\n    \"Neos Flow\": {\n      \"cats\": [\n        18\n      ],\n      \"excludes\": \"TYPO3 CMS\",\n      \"headers\": {\n        \"X-Flow-Powered\": \"Flow/?(.+)?$\\\\;version:\\\\1\"\n      },\n      \"icon\": \"Neos.svg\",\n      \"implies\": \"PHP\",\n      \"website\": \"https://flow.neos.io\"\n    },\n    \"Nepso\": {\n      \"cats\": [\n        1\n      ],\n      \"headers\": {\n        \"X-Powered-CMS\": \"Nepso\"\n      },\n      \"icon\": \"Nepso.png\",\n      \"website\": \"http://nepso.com\"\n    },\n    \"Netlify\": {\n      \"cats\": [\n        62,\n        31\n      ],\n      \"headers\": {\n        \"X-NF-Request-ID\": \"\",\n        \"Server\": \"^Netlify\"\n      },\n      \"url\": \"^https?://[^/]+\\\\.netlify\\\\.com/\",\n      \"icon\": \"Netlify.svg\",\n      \"website\": \"https://www.netlify.com/\"\n    },\n    \"Neto\": {\n      \"cats\": [\n        6\n      ],\n      \"icon\": \"Neto.svg\",\n      \"js\": {\n        \"NETO\": \"\"\n      },\n      \"script\": \"jquery\\\\.neto.*\\\\.js\",\n      \"website\": \"https://www.neto.com.au\"\n    },\n    \"Netsuite\": {\n      \"cats\": [\n        6\n      ],\n      \"cookies\": {\n        \"NS_VER\": \"\"\n      },\n      \"icon\": \"Netsuite.png\",\n      \"website\": \"http://netsuite.com\"\n    },\n    \"Nette Framework\": {\n      \"cats\": [\n        18\n      ],\n      \"cookies\": {\n        \"nette-browser\": \"\"\n      },\n      \"headers\": {\n        \"X-Powered-By\": \"^Nette Framework\"\n      },\n      \"html\": [\n        \"<input[^>]+data-nette-rules\",\n        \"<div[^>]+id=\\\"snippet-\",\n        \"<input[^>]+id=\\\"frm-\"\n      ],\n      \"icon\": \"Nette Framework.png\",\n      \"implies\": \"PHP\",\n      \"js\": {\n        \"Nette\": \"\",\n        \"Nette.version\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"website\": \"https://nette.org\"\n    },\n    \"New Relic\": {\n      \"cats\": [\n        10\n      ],\n      \"icon\": \"New Relic.png\",\n      \"js\": {\n        \"NREUM\": \"\",\n        \"newrelic\": \"\"\n      },\n      \"website\": \"https://newrelic.com\"\n    },\n    \"Next.js\": {\n      \"cats\": [\n        18,\n        22\n      ],\n      \"cpe\": \"cpe:/a:zeit:next.js\",\n      \"headers\": {\n        \"x-powered-by\": \"^Next\\\\.js ?([0-9.]+)?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"zeit.svg\",\n      \"implies\": [\n        \"React\",\n        \"webpack\",\n        \"Node.js\"\n      ],\n      \"js\": {\n        \"__NEXT_DATA__\": \"\"\n      },\n      \"website\": \"https://github.com/zeit/next.js\"\n    },\n    \"NextGEN Gallery\": {\n      \"cats\": [\n        7\n      ],\n      \"cpe\": \"cpe:/a:imagely:nextgen_gallery\",\n      \"html\": [\n        \"<!-- <meta name=\\\"NextGEN\\\" version=\\\"([\\\\d.]+)\\\" /> -->\\\\;version:\\\\1\"\n      ],\n      \"icon\": \"NextGEN Gallery.png\",\n      \"implies\": [\n        \"WordPress\"\n      ],\n      \"script\": \"/nextgen-gallery/js/\",\n      \"website\": \"https://www.imagely.com/wordpress-gallery-plugin\"\n    },\n    \"Nginx\": {\n      \"cats\": [\n        22,\n        64\n      ],\n      \"cpe\": \"cpe:/a:nginx:nginx\",\n      \"headers\": {\n        \"Server\": \"nginx(?:/([\\\\d.]+))?\\\\;version:\\\\1\",\n        \"X-Fastcgi-Cache\": \"\"\n      },\n      \"icon\": \"Nginx.svg\",\n      \"website\": \"http://nginx.org/en\"\n    },\n    \"Node.js\": {\n      \"cats\": [\n        27\n      ],\n      \"cpe\": \"cpe:/a:nodejs:node.js\",\n      \"icon\": \"node.js.png\",\n      \"website\": \"http://nodejs.org\"\n    },\n    \"NodeBB\": {\n      \"cats\": [\n        2\n      ],\n      \"cpe\": \"cpe:/a:nodebb:nodebb\",\n      \"headers\": {\n        \"X-Powered-By\": \"^NodeBB$\"\n      },\n      \"icon\": \"NodeBB.png\",\n      \"implies\": \"Node.js\",\n      \"script\": \"^/nodebb\\\\.min\\\\.js\\\\?\",\n      \"website\": \"https://nodebb.org\"\n    },\n    \"Now\": {\n      \"cats\": [\n        22\n      ],\n      \"headers\": {\n        \"server\": \"^now$\",\n        \"x-now-trace\": \"\",\n        \"x-now-id\": \"\",\n        \"x-now-cache\": \"\"\n      },\n      \"icon\": \"zeit.svg\",\n      \"website\": \"https://zeit.co/now\"\n    },\n    \"OWL Carousel\": {\n      \"cats\": [\n        5\n      ],\n      \"html\": \"<link [^>]*href=\\\"[^\\\"]+owl\\\\.carousel(?:\\\\.min)?\\\\.css\",\n      \"icon\": \"OWL Carousel.png\",\n      \"implies\": \"jQuery\",\n      \"script\": \"owl\\\\.carousel.*\\\\.js\",\n      \"website\": \"https://owlcarousel2.github.io/OwlCarousel2/\"\n    },\n    \"OXID eShop\": {\n      \"cats\": [\n        6\n      ],\n      \"html\": \"<!--[^-]*OXID eShop\",\n      \"icon\": \"OXID eShop.png\",\n      \"js\": {\n        \"oxCookieNote\": \"\",\n        \"oxInputValidator\": \"\",\n        \"oxLoginBox\": \"\",\n        \"oxModalPopup\": \"\",\n        \"oxTopMenu\": \"\"\n      },\n      \"website\": \"https://en.oxid-esales.com/en/home.html\"\n    },\n    \"October CMS\": {\n      \"cats\": [\n        1\n      ],\n      \"cookies\": {\n        \"october_session=\": \"\"\n      },\n      \"icon\": \"October CMS.png\",\n      \"implies\": \"Laravel\",\n      \"website\": \"http://octobercms.com\"\n    },\n    \"Octopress\": {\n      \"cats\": [\n        57\n      ],\n      \"html\": \"Powered by <a href=\\\"http://octopress\\\\.org\\\">\",\n      \"icon\": \"octopress.png\",\n      \"implies\": \"Jekyll\",\n      \"meta\": {\n        \"generator\": \"Octopress\"\n      },\n      \"script\": \"/octopress\\\\.js\",\n      \"website\": \"http://octopress.org\"\n    },\n    \"Odoo\": {\n      \"cats\": [\n        1,\n        6\n      ],\n      \"cpe\": \"cpe:/a:odoo:odoo\",\n      \"html\": \"<link[^>]* href=[^>]+/web/css/(?:web\\\\.assets_common/|website\\\\.assets_frontend/)\\\\;confidence:25\",\n      \"icon\": \"Odoo.png\",\n      \"implies\": [\n        \"Python\",\n        \"PostgreSQL\",\n        \"Node.js\",\n        \"Less\"\n      ],\n      \"meta\": {\n        \"generator\": \"Odoo\"\n      },\n      \"script\": \"/web/js/(?:web\\\\.assets_common/|website\\\\.assets_frontend/)\\\\;confidence:25\",\n      \"website\": \"http://odoo.com\"\n    },\n    \"Olark\": {\n      \"cats\": [\n        52\n      ],\n      \"icon\": \"Olark.png\",\n      \"script\": \"^https?:\\\\/\\\\/static\\\\.olark\\\\.com\\\\/jsclient\\\\/loader1\\\\.js\",\n      \"website\": \"https://www.olark.com/\"\n    },\n    \"OneAPM\": {\n      \"cats\": [\n        10\n      ],\n      \"icon\": \"OneAPM.png\",\n      \"js\": {\n        \"BWEUM\": \"\"\n      },\n      \"website\": \"http://www.oneapm.com\"\n    },\n    \"OneStat\": {\n      \"cats\": [\n        10\n      ],\n      \"icon\": \"OneStat.png\",\n      \"js\": {\n        \"OneStat_Pageview\": \"\"\n      },\n      \"website\": \"http://www.onestat.com\"\n    },\n    \"Open AdStream\": {\n      \"cats\": [\n        36\n      ],\n      \"icon\": \"Open AdStream.png\",\n      \"js\": {\n        \"OAS_AD\": \"\"\n      },\n      \"website\": \"https://www.xaxis.com\"\n    },\n    \"Open Classifieds\": {\n      \"cats\": [\n        6\n      ],\n      \"cpe\": \"cpe:/a:open-classifieds:open_classifieds\",\n      \"icon\": \"Open Classifieds.png\",\n      \"meta\": {\n        \"author\": \"open-classifieds\\\\.com\",\n        \"copyright\": \"Open Classifieds ?([0-9.]+)?\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://open-classifieds.com\"\n    },\n    \"Open Journal Systems\": {\n      \"cats\": [\n        50\n      ],\n      \"cookies\": {\n        \"OJSSID\": \"\"\n      },\n      \"cpe\": \"cpe:/a:public_knowledge_project:open_journal_systems\",\n      \"icon\": \"Open Journal Systems.png\",\n      \"implies\": \"PHP\",\n      \"meta\": {\n        \"generator\": \"Open Journal Systems(?: ([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://pkp.sfu.ca/ojs\"\n    },\n    \"Open Web Analytics\": {\n      \"cats\": [\n        10\n      ],\n      \"cpe\": \"cpe:/a:openwebanalytics:open_web_analytics\",\n      \"html\": \"<!-- (?:Start|End) Open Web Analytics Tracker -->\",\n      \"icon\": \"Open Web Analytics.png\",\n      \"js\": {\n        \"OWA.config.baseUrl\": \"\",\n        \"owa_baseUrl\": \"\",\n        \"owa_cmds\": \"\"\n      },\n      \"website\": \"http://www.openwebanalytics.com\"\n    },\n    \"Open eShop\": {\n      \"cats\": [\n        6\n      ],\n      \"icon\": \"Open eShop.png\",\n      \"implies\": \"PHP\",\n      \"meta\": {\n        \"author\": \"open-eshop\\\\.com\",\n        \"copyright\": \"Open eShop ?([0-9.]+)?\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://open-eshop.com/\"\n    },\n    \"OpenBSD httpd\": {\n      \"cats\": [\n        22\n      ],\n      \"headers\": {\n        \"Server\": \"^OpenBSD httpd\"\n      },\n      \"website\": \"https://man.openbsd.org/httpd.8\"\n    },\n    \"OpenCart\": {\n      \"cats\": [\n        6\n      ],\n      \"cookies\": {\n        \"OCSESSID\": \"\"\n      },\n      \"cpe\": \"cpe:/a:opencart:opencart\",\n      \"icon\": \"OpenCart.png\",\n      \"implies\": \"PHP\",\n      \"website\": \"http://www.opencart.com\"\n    },\n    \"OpenCms\": {\n      \"cats\": [\n        1\n      ],\n      \"cpe\": \"cpe:/a:alkacon:opencms\",\n      \"headers\": {\n        \"Server\": \"OpenCms\"\n      },\n      \"html\": \"<link href=\\\"/opencms/\",\n      \"icon\": \"OpenCms.png\",\n      \"implies\": \"Java\",\n      \"script\": \"opencms\",\n      \"website\": \"http://www.opencms.org\"\n    },\n    \"OpenGSE\": {\n      \"cats\": [\n        22\n      ],\n      \"headers\": {\n        \"Server\": \"GSE\"\n      },\n      \"icon\": \"Google.svg\",\n      \"implies\": \"Java\",\n      \"website\": \"http://code.google.com/p/opengse\"\n    },\n    \"OpenGrok\": {\n      \"cats\": [\n        19\n      ],\n      \"cookies\": {\n        \"OpenGrok\": \"\"\n      },\n      \"icon\": \"OpenGrok.png\",\n      \"implies\": \"Java\",\n      \"meta\": {\n        \"generator\": \"OpenGrok(?: v?([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://hub.opensolaris.org/bin/view/Project+opengrok/WebHome\"\n    },\n    \"OpenLayers\": {\n      \"cats\": [\n        35\n      ],\n      \"icon\": \"OpenLayers.png\",\n      \"js\": {\n        \"OpenLayers.VERSION_NUMBER\": \"([\\\\d.]+)\\\\;version:\\\\1\",\n        \"ol.CanvasMap\": \"\"\n      },\n      \"script\": \"openlayers\",\n      \"website\": \"https://openlayers.org\"\n    },\n    \"OpenNemas\": {\n      \"cats\": [\n        1\n      ],\n      \"headers\": {\n        \"X-Powered-By\": \"OpenNemas\"\n      },\n      \"icon\": \"OpenNemas.png\",\n      \"meta\": {\n        \"generator\": \"OpenNemas\"\n      },\n      \"website\": \"http://www.opennemas.com\"\n    },\n    \"OpenResty\": {\n      \"cats\": [\n        22\n      ],\n      \"headers\": {\n        \"Server\": \"openresty(?:/([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"OpenResty.png\",\n      \"implies\": [\n        \"Nginx\",\n        \"Lua\"\n      ],\n      \"website\": \"http://openresty.org\"\n    },\n    \"OpenSSL\": {\n      \"cats\": [\n        33\n      ],\n      \"cpe\": \"cpe:/a:openssl:openssl\",\n      \"headers\": {\n        \"Server\": \"OpenSSL(?:/([\\\\d.]+[a-z]?))?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"OpenSSL.png\",\n      \"website\": \"http://openssl.org\"\n    },\n    \"OpenText Web Solutions\": {\n      \"cats\": [\n        1\n      ],\n      \"html\": \"<!--[^>]+published by Open Text Web Solutions\",\n      \"icon\": \"OpenText Web Solutions.png\",\n      \"implies\": \"Microsoft ASP.NET\",\n      \"website\": \"http://websolutions.opentext.com\"\n    },\n    \"OpenUI5\": {\n      \"cats\": [\n        12\n      ],\n      \"icon\": \"OpenUI5.png\",\n      \"js\": {\n        \"sap.ui.version\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"script\": \"sap-ui-core\\\\.js\",\n      \"website\": \"http://openui5.org/\"\n    },\n    \"OpenX\": {\n      \"cats\": [\n        36\n      ],\n      \"cpe\": \"cpe:/a:openx:openx\",\n      \"icon\": \"OpenX.png\",\n      \"script\": [\n        \"https?://[^/]*\\\\.openx\\\\.net\",\n        \"https?://[^/]*\\\\.servedbyopenx\\\\.com\"\n      ],\n      \"website\": \"http://openx.com\"\n    },\n    \"Optimizely\": {\n      \"cats\": [\n        10\n      ],\n      \"icon\": \"Optimizely.png\",\n      \"js\": {\n        \"optimizely\": \"\"\n      },\n      \"script\": \"optimizely\\\\.com.*\\\\.js\",\n      \"website\": \"https://www.optimizely.com\"\n    },\n    \"Oracle Application Server\": {\n      \"cats\": [\n        22\n      ],\n      \"cpe\": \"cpe:/a:oracle:application_server\",\n      \"headers\": {\n        \"Server\": \"Oracle[- ]Application[- ]Server(?: Containers for J2EE)?(?:[- ](\\\\d[\\\\da-z./]+))?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"Oracle.png\",\n      \"website\": \"http://www.oracle.com/technetwork/middleware/ias/overview/index.html\"\n    },\n    \"Oracle Commerce\": {\n      \"cats\": [\n        6\n      ],\n      \"cpe\": \"cpe:/a:oracle:commerce_platform\",\n      \"headers\": {\n        \"X-ATG-Version\": \"(?:ATGPlatform/([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"html\": \"<[^>]+_dyncharset\",\n      \"icon\": \"Oracle.png\",\n      \"website\": \"http://www.oracle.com/applications/customer-experience/commerce/products/commerce-platform/index.html\"\n    },\n    \"Oracle Commerce Cloud\": {\n      \"cats\": [\n        6\n      ],\n      \"headers\": {\n        \"OracleCommerceCloud-Version\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"html\": \"<[^>]+id=\\\"oracle-cc\\\"\",\n      \"icon\": \"Oracle.png\",\n      \"website\": \"http://cloud.oracle.com/commerce-cloud\"\n    },\n    \"Oracle Dynamic Monitoring Service\": {\n      \"cats\": [\n        19\n      ],\n      \"headers\": {\n        \"x-oracle-dms-ecid\": \"\"\n      },\n      \"icon\": \"Oracle.png\",\n      \"website\": \"http://oracle.com\"\n    },\n    \"Oracle HTTP Server\": {\n      \"cats\": [\n        22\n      ],\n      \"cpe\": \"cpe:/a:oracle:http_server\",\n      \"headers\": {\n        \"Server\": \"Oracle-HTTP-Server(?:/([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"Oracle.png\",\n      \"website\": \"http://oracle.com\"\n    },\n    \"Oracle Recommendations On Demand\": {\n      \"cats\": [\n        10\n      ],\n      \"icon\": \"Oracle.png\",\n      \"script\": \"atgsvcs.+atgsvcs\\\\.js\",\n      \"website\": \"http://www.oracle.com/us/products/applications/commerce/recommendations-on-demand/index.html\"\n    },\n    \"Oracle Web Cache\": {\n      \"cats\": [\n        23\n      ],\n      \"cpe\": \"cpe:/a:oracle:web_cache\",\n      \"headers\": {\n        \"Server\": \"Oracle(?:AS)?[- ]Web[- ]Cache(?:[- /]([\\\\da-z./]+))?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"Oracle.png\",\n      \"website\": \"http://oracle.com\"\n    },\n    \"Orchard CMS\": {\n      \"cats\": [\n        1\n      ],\n      \"icon\": \"Orchard CMS.png\",\n      \"implies\": \"Microsoft ASP.NET\",\n      \"meta\": {\n        \"generator\": \"Orchard\"\n      },\n      \"website\": \"http://orchardproject.net\"\n    },\n    \"OroCommerce\": {\n      \"cats\": [\n        6\n      ],\n      \"html\": [\n        \"<script [^>]+data-requiremodule=\\\"oro/\",\n        \"<script [^>]+data-requiremodule=\\\"oroui/\"\n      ],\n      \"icon\": \"orocommerce.svg\",\n      \"implies\": [\n        \"PHP\",\n        \"MySQL\"\n      ],\n      \"script\": [\n        \"oro\\\\.min\\\\.js\\\\?version=([\\\\d.]+)\\\\;version:\\\\1\"\n      ],\n      \"website\": \"https://oroinc.com\"\n    },\n    \"Outbrain\": {\n      \"cats\": [\n        5\n      ],\n      \"icon\": \"Outbrain.png\",\n      \"js\": {\n        \"OB_releaseVer\": \"^(.+)$\\\\;version:\\\\1\",\n        \"OutbrainPermaLink\": \"\"\n      },\n      \"script\": \"widgets\\\\.outbrain\\\\.com/outbrain\\\\.js\",\n      \"website\": \"https://www.outbrain.com\"\n    },\n    \"Outlook Web App\": {\n      \"cats\": [\n        30\n      ],\n      \"html\": \"<link\\\\s[^>]*href=\\\"[^\\\"]*?([\\\\d.]+)/themes/resources/owafont\\\\.css\\\\;version:\\\\1\",\n      \"icon\": \"Outlook.svg\",\n      \"implies\": \"Microsoft ASP.NET\",\n      \"js\": {\n        \"IsOwaPremiumBrowser\": \"\"\n      },\n      \"url\": \"/owa/auth/log(?:on|off)\\\\.aspx\",\n      \"website\": \"http://help.outlook.com\"\n    },\n    \"PANSITE\": {\n      \"cats\": [\n        1\n      ],\n      \"icon\": \"PANSITE.png\",\n      \"meta\": {\n        \"generator\": \"PANSITE\"\n      },\n      \"website\": \"http://panvision.de/Produkte/Content_Management/index.asp\"\n    },\n    \"PDF.js\": {\n      \"cats\": [\n        19\n      ],\n      \"html\": \"<\\\\/div>\\\\s*<!-- outerContainer -->\\\\s*<div\\\\s*id=\\\"printContainer\\\"><\\\\/div>\",\n      \"icon\": \"PDF.js.svg\",\n      \"js\": {\n        \"_pdfjsCompatibilityChecked\": \"\",\n        \"PDFJS\": \"\",\n        \"PDFJS.version\": \"^(.+)$\\\\;version:\\\\1\",\n        \"pdfjsLib.version\": \"^(.+)$\\\\;version:\\\\1\",\n        \"pdfjs-dist/build/pdf.version\": \"^(.+)$\\\\;version:\\\\1\",\n        \"pdfjsDistBuildPdf.version\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"url\": \"/web/viewer\\\\.html?file=[^&]\\\\.pdf\",\n      \"website\": \"https://mozilla.github.io/pdf.js/\"\n    },\n    \"PHP\": {\n      \"cats\": [\n        27\n      ],\n      \"cookies\": {\n        \"PHPSESSID\": \"\"\n      },\n      \"cpe\": \"cpe:/a:php:php\",\n      \"headers\": {\n        \"Server\": \"php/?([\\\\d.]+)?\\\\;version:\\\\1\",\n        \"X-Powered-By\": \"^php/?([\\\\d.]+)?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"PHP.svg\",\n      \"url\": \"\\\\.php(?:$|\\\\?)\",\n      \"website\": \"http://php.net\"\n    },\n    \"PHP-Fusion\": {\n      \"cats\": [\n        1\n      ],\n      \"cpe\": \"cpe:/a:php-fusion:php-fusion\",\n      \"html\": \"Powered by <a href=\\\"[^>]+php-fusion\",\n      \"headers\": {\n        \"X-Powered-By\": \"PHP-Fusion (.+)$\\\\;version:\\\\1\"\n      },\n      \"icon\": \"PHP-Fusion.png\",\n      \"implies\": [\n        \"PHP\",\n        \"MySQL\"\n      ],\n      \"website\": \"https://www.php-fusion.co.uk\"\n    },\n    \"PHP-Nuke\": {\n      \"cats\": [\n        1\n      ],\n      \"cpe\": \"cpe:/a:phpnuke:php-nuke\",\n      \"html\": \"<[^>]+Powered by PHP-Nuke\",\n      \"icon\": \"PHP-Nuke.png\",\n      \"implies\": \"PHP\",\n      \"meta\": {\n        \"generator\": \"PHP-Nuke\"\n      },\n      \"website\": \"http://phpnuke.org\"\n    },\n    \"PHPDebugBar\": {\n      \"cats\": [\n        47\n      ],\n      \"icon\": \"phpdebugbar.png\",\n      \"js\": {\n        \"PhpDebugBar\": \"\",\n        \"phpdebugbar\": \"\"\n      },\n      \"script\": [\n        \"debugbar.*\\\\.js\"\n      ],\n      \"website\": \"http://phpdebugbar.com/\"\n    },\n    \"Cecil\": {\n      \"cats\": [\n        57\n      ],\n      \"icon\": \"Cecil.png\",\n      \"meta\": {\n        \"generator\": \"^Cecil|PHPoole$\"\n      },\n      \"website\": \"https://cecil.app\"\n    },\n    \"Pagekit\": {\n      \"cats\": [\n        1\n      ],\n      \"cpe\": \"cpe:/a:pagekit:pagekit\",\n      \"icon\": \"Pagekit.png\",\n      \"meta\": {\n        \"generator\": \"Pagekit\"\n      },\n      \"website\": \"http://pagekit.com\"\n    },\n    \"Pagevamp\": {\n      \"cats\": [\n        1\n      ],\n      \"headers\": {\n        \"X-ServedBy\": \"pagevamp\"\n      },\n      \"icon\": \"Pagevamp.png\",\n      \"js\": {\n        \"Pagevamp\": \"\"\n      },\n      \"website\": \"https://www.pagevamp.com\"\n    },\n    \"Pantheon\": {\n      \"cats\": [\n        62\n      ],\n      \"headers\": {\n        \"x-pantheon-styx-hostname\": \"\",\n        \"Server\": \"^Pantheon\"\n      },\n      \"implies\": [\n        \"PHP\",\n        \"Nginx\",\n        \"MariaDB\"\n      ],\n      \"icon\": \"pantheon.svg\",\n      \"website\": \"https://pantheon.io/\"\n    },\n    \"Paper.js\": {\n      \"cats\": [\n        25\n      ],\n      \"icon\": \"paperjs.png\",\n      \"js\": {\n        \"paper.version\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://paperjs.org/\"\n    },\n    \"Pardot\": {\n      \"cats\": [\n        32\n      ],\n      \"headers\": {\n        \"X-Pardot-LB\": \"\",\n        \"X-Pardot-Route\": \"\",\n        \"X-Pardot-Rsp\": \"\"\n      },\n      \"icon\": \"Pardot.png\",\n      \"js\": {\n        \"piAId\": \"\",\n        \"piCId\": \"\",\n        \"piHostname\": \"\",\n        \"piProtocol\": \"\",\n        \"piTracker\": \"\"\n      },\n      \"website\": \"https://www.pardot.com\"\n    },\n    \"Pars Elecom Portal\": {\n      \"cats\": [\n        1\n      ],\n      \"headers\": {\n        \"X-Powered-By\": \"Pars Elecom Portal\"\n      },\n      \"icon\": \"parselecom.png\",\n      \"implies\": [\n        \"Microsoft ASP.NET\",\n        \"IIS\",\n        \"Windows Server\"\n      ],\n      \"meta\": {\n        \"copyright\": \"Pars Elecom Portal\"\n      },\n      \"website\": \"http://parselecom.net\"\n    },\n    \"Parse.ly\": {\n      \"cats\": [\n        10\n      ],\n      \"icon\": \"Parse.ly.png\",\n      \"js\": {\n        \"PARSELY\": \"\"\n      },\n      \"website\": \"https://www.parse.ly\"\n    },\n    \"Paths.js\": {\n      \"cats\": [\n        25\n      ],\n      \"script\": \"paths(?:\\\\.min)?\\\\.js\",\n      \"website\": \"https://github.com/andreaferretti/paths-js\"\n    },\n    \"PayPal\": {\n      \"cats\": [\n        41\n      ],\n      \"cpe\": \"cpe:/a:paypal:paypal\",\n      \"html\": \"<input[^>]+_s-xclick\",\n      \"icon\": \"PayPal.svg\",\n      \"js\": {\n        \"PAYPAL\": \"\"\n      },\n      \"script\": \"paypalobjects\\\\.com/js\",\n      \"website\": \"https://paypal.com\"\n    },\n    \"Pelican\": {\n      \"cats\": [\n        57\n      ],\n      \"html\": [\n        \"powered by <a href=\\\"[^>]+getpelican\\\\.com\",\n        \"powered by <a href=\\\"https?://pelican\\\\.notmyidea\\\\.org\"\n      ],\n      \"icon\": \"pelican.png\",\n      \"implies\": \"Python\",\n      \"website\": \"https://blog.getpelican.com/\"\n    },\n    \"PencilBlue\": {\n      \"cats\": [\n        1,\n        11\n      ],\n      \"headers\": {\n        \"X-Powered-By\": \"PencilBlue\"\n      },\n      \"icon\": \"PencilBlue.png\",\n      \"implies\": \"Node.js\",\n      \"website\": \"http://pencilblue.org\"\n    },\n    \"Pendo\": {\n      \"cats\": [\n        58\n      ],\n      \"icon\": \"Pendo.svg\",\n      \"script\": \"cdn\\\\.pendo\\\\.io*\\\\.js\",\n      \"website\": \"https://pendo.io\"\n    },\n    \"Percona\": {\n      \"cats\": [\n        34\n      ],\n      \"icon\": \"percona.svg\",\n      \"website\": \"https://www.percona.com\"\n    },\n    \"Percussion\": {\n      \"cats\": [\n        1\n      ],\n      \"html\": \"<[^>]+class=\\\"perc-region\\\"\",\n      \"icon\": \"Percussion.png\",\n      \"meta\": {\n        \"generator\": \"(?:Percussion|Rhythmyx)\"\n      },\n      \"website\": \"http://percussion.com\"\n    },\n    \"Perl\": {\n      \"cats\": [\n        27\n      ],\n      \"cpe\": \"cpe:/a:perl:perl\",\n      \"headers\": {\n        \"Server\": \"\\\\bPerl\\\\b(?: ?/?v?([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"Perl.png\",\n      \"website\": \"http://perl.org\"\n    },\n    \"Phabricator\": {\n      \"cats\": [\n        13,\n        47\n      ],\n      \"cookies\": {\n        \"phsid\": \"\"\n      },\n      \"html\": \"<[^>]+(?:class|id)=\\\"phabricator-\",\n      \"icon\": \"Phabricator.png\",\n      \"implies\": [\n        \"PHP\"\n      ],\n      \"script\": \"/phabricator/[a-f0-9]{8}/rsrc/js/phui/[a-z-]+\\\\.js$\",\n      \"website\": \"http://phacility.com\"\n    },\n    \"Phaser\": {\n      \"cats\": [\n        12\n      ],\n      \"icon\": \"Phaser.png\",\n      \"js\": {\n        \"Phaser\": \"\",\n        \"Phaser.VERSION\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"website\": \"https://phaser.io\"\n    },\n    \"Phenomic\": {\n      \"cats\": [\n        57\n      ],\n      \"html\": [\n        \"<[^>]+id=\\\"phenomic(?:root)?\\\"\"\n      ],\n      \"icon\": \"Phenomic.svg\",\n      \"implies\": [\n        \"React\"\n      ],\n      \"script\": \"/phenomic\\\\.browser\\\\.[a-f0-9]+\\\\.js\",\n      \"website\": \"https://phenomic.io/\"\n    },\n    \"Phusion Passenger\": {\n      \"cats\": [\n        22\n      ],\n      \"cpe\": \"cpe:/a:phusionpassenger:phusion_passenger\",\n      \"headers\": {\n        \"Server\": \"Phusion Passenger ([\\\\d.]+)\\\\;version:\\\\1\",\n        \"X-Powered-By\": \"Phusion Passenger ?([\\\\d.]+)?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"Phusion Passenger.png\",\n      \"website\": \"https://phusionpassenger.com\"\n    },\n    \"Pimcore\": {\n      \"cats\": [\n        1,\n        6\n      ],\n      \"cpe\": \"cpe:/a:pimcore:pimcore\",\n      \"headers\": {\n        \"X-Powered-By\": \"^pimcore$\"\n      },\n      \"icon\": \"pimcore.svg\",\n      \"implies\": \"PHP\",\n      \"website\": \"http://pimcore.org\"\n    },\n    \"Pingoteam\": {\n      \"cats\": [\n        1\n      ],\n      \"icon\": \"Pingoteam.svg\",\n      \"implies\": \"PHP\",\n      \"meta\": {\n        \"designer\": \"Pingoteam\"\n      },\n      \"website\": \"https://www.pingoteam.ir/\"\n    },\n    \"Pinterest\": {\n      \"cats\": [\n        5\n      ],\n      \"icon\": \"Pinterest.svg\",\n      \"script\": \"//assets\\\\.pinterest\\\\.com/js/pinit\\\\.js\",\n      \"website\": \"http://pinterest.com\"\n    },\n    \"Planet\": {\n      \"cats\": [\n        49\n      ],\n      \"icon\": \"Planet.png\",\n      \"meta\": {\n        \"generator\": \"^Planet(?:/([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://planetplanet.org\"\n    },\n    \"PlatformOS\": {\n      \"cats\": [\n        1,\n        62\n      ],\n      \"icon\": \"PlatformOS.svg\",\n      \"headers\": {\n        \"x-powered-by\": \"^platformOS$\"\n      },\n      \"website\": \"https://www.platform-os.com\"\n    },\n    \"Platform.sh\": {\n      \"cats\": [\n        62\n      ],\n      \"icon\": \"platformsh.svg\",\n      \"headers\": {\n        \"x-platform-cluster\": \"\",\n        \"x-platform-processor\": \"\",\n        \"x-platform-router\": \"\",\n        \"x-platform-server\": \"\"\n      },\n      \"website\": \"https://platform.sh\"\n    },\n    \"Play\": {\n      \"cats\": [\n        18\n      ],\n      \"cookies\": {\n        \"PLAY_SESSION\": \"\"\n      },\n      \"cpe\": \"cpe:/a:playframework:play_framework\",\n      \"icon\": \"Play.svg\",\n      \"implies\": \"Scala\",\n      \"website\": \"https://www.playframework.com\"\n    },\n    \"Plentymarkets\": {\n      \"cats\": [\n        6\n      ],\n      \"icon\": \"Plentymarkets.png\",\n      \"meta\": {\n        \"generator\": \"plentymarkets\"\n      },\n      \"website\": \"http://plentymarkets.eu\"\n    },\n    \"Plesk\": {\n      \"cats\": [\n        9\n      ],\n      \"headers\": {\n        \"X-Powered-By\": \"^Plesk(?:L|W)in\",\n        \"X-Powered-By-Plesk\": \"^Plesk\"\n      },\n      \"icon\": \"Plesk.png\",\n      \"script\": \"common\\\\.js\\\\?plesk\",\n      \"website\": \"https://www.plesk.com/\"\n    },\n    \"Pligg\": {\n      \"cats\": [\n        1\n      ],\n      \"cpe\": \"cpe:/a:pligg:pligg_cms\",\n      \"html\": \"<span[^>]+id=\\\"xvotes-0\",\n      \"icon\": \"Pligg.png\",\n      \"js\": {\n        \"pligg_\": \"\"\n      },\n      \"meta\": {\n        \"generator\": \"Pligg\"\n      },\n      \"website\": \"http://pligg.com\"\n    },\n    \"Plone\": {\n      \"cats\": [\n        1\n      ],\n      \"cpe\": \"cpe:/a:plone:plone\",\n      \"icon\": \"Plone.png\",\n      \"implies\": \"Python\",\n      \"meta\": {\n        \"generator\": \"Plone\"\n      },\n      \"website\": \"http://plone.org\"\n    },\n    \"Plotly\": {\n      \"cats\": [\n        25\n      ],\n      \"icon\": \"Plotly.png\",\n      \"implies\": \"D3\",\n      \"js\": {\n        \"Plotly.version\": \"([\\\\d.])\\\\;version:\\\\1\"\n      },\n      \"script\": \"https?://cdn\\\\.plot\\\\.ly/plotly\",\n      \"website\": \"https://plot.ly/javascript/\"\n    },\n    \"Po.st\": {\n      \"cats\": [\n        5\n      ],\n      \"icon\": \"Po.st.png\",\n      \"js\": {\n        \"pwidget_config\": \"\"\n      },\n      \"website\": \"http://www.po.st/\"\n    },\n    \"Polyfill\": {\n      \"cats\": [\n        59\n      ],\n      \"icon\": \"polyfill.svg\",\n      \"script\": [\n        \"^https?://cdn\\\\.polyfill\\\\.io/\",\n        \"/polyfill\\\\.min\\\\.js\"\n      ],\n      \"website\": \"https://polyfill.io\"\n    },\n    \"Polymer\": {\n      \"cats\": [\n        12\n      ],\n      \"html\": \"(?:<polymer-[^>]+|<link[^>]+rel=\\\"import\\\"[^>]+/polymer\\\\.html\\\")\",\n      \"icon\": \"Polymer.png\",\n      \"js\": {\n        \"Polymer.version\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"script\": \"polymer\\\\.js\",\n      \"website\": \"http://polymer-project.org\"\n    },\n    \"Posterous\": {\n      \"cats\": [\n        1,\n        11\n      ],\n      \"html\": \"<div class=\\\"posterous\",\n      \"icon\": \"Posterous.png\",\n      \"js\": {\n        \"Posterous\": \"\"\n      },\n      \"website\": \"http://posterous.com\"\n    },\n    \"PostgreSQL\": {\n      \"cats\": [\n        34\n      ],\n      \"cpe\": \"cpe:/a:postgresql:postgresql\",\n      \"icon\": \"PostgreSQL.png\",\n      \"website\": \"http://www.postgresql.org/\"\n    },\n    \"Powergap\": {\n      \"cats\": [\n        6\n      ],\n      \"html\": [\n        \"<a[^>]+title=\\\"POWERGAP\",\n        \"<input type=\\\"hidden\\\" name=\\\"shopid\\\"\"\n      ],\n      \"icon\": \"Powergap.png\",\n      \"website\": \"http://powergap.de\"\n    },\n    \"Prebid\": {\n      \"cats\": [\n        36\n      ],\n      \"icon\": \"Prebid.png\",\n      \"js\": {\n        \"PREBID_TIMEOUT\": \"\",\n        \"pbjs\": \"\"\n      },\n      \"script\": [\n        \"/prebid\\\\.js\",\n        \"adnxs\\\\.com/[^\\\"]*(?:prebid|/pb\\\\.js)\"\n      ],\n      \"website\": \"http://prebid.org\"\n    },\n    \"Prefix-Free\": {\n      \"cats\": [\n        19\n      ],\n      \"icon\": \"Prefix-Free.png\",\n      \"js\": {\n        \"PrefixFree\": \"\"\n      },\n      \"script\": \"prefixfree\\\\.js\",\n      \"website\": \"https://leaverou.github.io/prefixfree/\"\n    },\n    \"PrestaShop\": {\n      \"cats\": [\n        6\n      ],\n      \"cookies\": {\n        \"PrestaShop\": \"\"\n      },\n      \"cpe\": \"cpe:/a:prestashop:prestashop\",\n      \"headers\": {\n        \"Powered-By\": \"^Prestashop$\"\n      },\n      \"html\": [\n        \"Powered by <a\\\\s+[^>]+>PrestaShop\",\n        \"<!-- /Block [a-z ]+ module (?:HEADER|TOP)?\\\\s?-->\",\n        \"<!-- /Module Block [a-z ]+ -->\"\n      ],\n      \"icon\": \"PrestaShop.svg\",\n      \"implies\": [\n        \"PHP\",\n        \"MySQL\"\n      ],\n      \"js\": {\n        \"freeProductTranslation\": \"\\\\;confidence:25\",\n        \"priceDisplayMethod\": \"\\\\;confidence:25\",\n        \"priceDisplayPrecision\": \"\\\\;confidence:25\"\n      },\n      \"meta\": {\n        \"generator\": \"PrestaShop\"\n      },\n      \"website\": \"http://www.prestashop.com\"\n    },\n    \"Prism\": {\n      \"cats\": [\n        19\n      ],\n      \"icon\": \"Prism.svg\",\n      \"js\": {\n        \"Prism\": \"\"\n      },\n      \"script\": \"prism\\\\.js\",\n      \"website\": \"http://prismjs.com\"\n    },\n    \"Project Wonderful\": {\n      \"cats\": [\n        36\n      ],\n      \"html\": \"<div[^>]+id=\\\"pw_adbox_\",\n      \"icon\": \"Project Wonderful.png\",\n      \"js\": {\n        \"pw_adloader\": \"\"\n      },\n      \"script\": \"^https?://(?:www\\\\.)?projectwonderful\\\\.com/(?:pwa\\\\.js|gen\\\\.php)\",\n      \"website\": \"http://projectwonderful.com\"\n    },\n    \"ProjectPoi\": {\n      \"cats\": [\n        56\n      ],\n      \"icon\": \"ProjectPoi.png\",\n      \"js\": {\n        \"ProjectPoi\": \"\"\n      },\n      \"script\": \"^(?:https):?//ppoi\\\\.org/lib/\",\n      \"website\": \"https://ppoi.org/\"\n    },\n    \"Projesoft\": {\n      \"cats\": [\n        6\n      ],\n      \"icon\": \"projesoft.png\",\n      \"script\": [\n        \"projesoft\\\\.js\"\n      ],\n      \"website\": \"https://www.projesoft.com.tr\"\n    },\n    \"Prototype\": {\n      \"cats\": [\n        12\n      ],\n      \"icon\": \"Prototype.png\",\n      \"js\": {\n        \"Prototype.Version\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"script\": \"(?:prototype|protoaculous)(?:-([\\\\d.]*[\\\\d]))?.*\\\\.js\\\\;version:\\\\1\",\n      \"website\": \"http://www.prototypejs.org\"\n    },\n    \"Protovis\": {\n      \"cats\": [\n        25\n      ],\n      \"js\": {\n        \"protovis\": \"\"\n      },\n      \"script\": \"protovis.*\\\\.js\",\n      \"website\": \"http://mbostock.github.io/protovis\"\n    },\n    \"Proximis Omnichannel\": {\n      \"cats\": [\n        6,\n        1\n      ],\n      \"html\": \"<html[^>]+data-ng-app=\\\"RbsChangeApp\\\"\",\n      \"icon\": \"Proximis Omnichannel.png\",\n      \"implies\": [\n        \"PHP\",\n        \"AngularJS\"\n      ],\n      \"js\": {\n        \"__change\": \"\"\n      },\n      \"meta\": {\n        \"generator\": \"Proximis Omnichannel\"\n      },\n      \"website\": \"https://www.proximis.com\"\n    },\n    \"Proximis Web to Store\": {\n      \"cats\": [\n        5,\n        6\n      ],\n      \"icon\": \"Proximis Omnichannel.png\",\n      \"script\": \"widget-commerce(?:\\\\.min)?\\\\.js\",\n      \"website\": \"https://www.proximis.com\"\n    },\n    \"PubMatic\": {\n      \"cats\": [\n        36\n      ],\n      \"icon\": \"PubMatic.png\",\n      \"script\": \"https?://[^/]*\\\\.pubmatic\\\\.com\",\n      \"website\": \"http://www.pubmatic.com/\"\n    },\n    \"Public CMS\": {\n      \"cats\": [\n        1\n      ],\n      \"cookies\": {\n        \"PUBLICCMS_USER\": \"\"\n      },\n      \"headers\": {\n        \"X-Powered-PublicCMS\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"icon\": \"Public CMS.png\",\n      \"implies\": \"Java\",\n      \"website\": \"http://www.publiccms.com\"\n    },\n    \"Pure CSS\": {\n      \"cats\": [\n        66\n      ],\n      \"html\": [\n        \"<link[^>]+(?:([\\\\d.])+/)?pure(?:-min)?\\\\.css\\\\;version:\\\\1\",\n        \"<div[^>]+class=\\\"[^\\\"]*pure-u-(?:sm-|md-|lg-|xl-)?\\\\d-\\\\d\"\n      ],\n      \"icon\": \"Pure CSS.png\",\n      \"website\": \"http://purecss.io\"\n    },\n    \"Pygments\": {\n      \"cats\": [\n        19\n      ],\n      \"cpe\": \"cpe:/a:pygments:pygments\",\n      \"html\": \"<link[^>]+pygments\\\\.css[\\\"']\",\n      \"icon\": \"pygments.png\",\n      \"website\": \"http://pygments.org\"\n    },\n    \"PyroCMS\": {\n      \"cats\": [\n        1\n      ],\n      \"cookies\": {\n        \"pyrocms\": \"\"\n      },\n      \"headers\": {\n        \"X-Streams-Distribution\": \"PyroCMS\"\n      },\n      \"icon\": \"PyroCMS.png\",\n      \"implies\": \"Laravel\",\n      \"website\": \"http://pyrocms.com\"\n    },\n    \"Python\": {\n      \"cats\": [\n        27\n      ],\n      \"cpe\": \"cpe:/a:python:python\",\n      \"headers\": {\n        \"Server\": \"(?:^|\\\\s)Python(?:/([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"Python.png\",\n      \"website\": \"http://python.org\"\n    },\n    \"Quantcast\": {\n      \"cats\": [\n        10\n      ],\n      \"icon\": \"Quantcast.png\",\n      \"js\": {\n        \"quantserve\": \"\"\n      },\n      \"script\": \"\\\\.quantserve\\\\.com/quant\\\\.js\",\n      \"website\": \"http://www.quantcast.com\"\n    },\n    \"Question2Answer\": {\n      \"cats\": [\n        15\n      ],\n      \"html\": \"<!-- Powered by Question2Answer\",\n      \"icon\": \"question2answer.png\",\n      \"implies\": \"PHP\",\n      \"script\": \"\\\\./qa-content/qa-page\\\\.js\\\\?([0-9.]+)\\\\;version:\\\\1\",\n      \"website\": \"http://www.question2answer.org\"\n    },\n    \"Quick.CMS\": {\n      \"cats\": [\n        1\n      ],\n      \"cpe\": \"cpe:/a:opensolution:quick.cms\",\n      \"html\": \"<a href=\\\"[^>]+opensolution\\\\.org/\\\">CMS by\",\n      \"icon\": \"Quick.CMS.png\",\n      \"meta\": {\n        \"generator\": \"Quick\\\\.CMS(?: v([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://opensolution.org\"\n    },\n    \"Quick.Cart\": {\n      \"cats\": [\n        6\n      ],\n      \"html\": \"<a href=\\\"[^>]+opensolution\\\\.org/\\\">(?:Shopping cart by|Sklep internetowy)\",\n      \"icon\": \"Quick.Cart.png\",\n      \"meta\": {\n        \"generator\": \"Quick\\\\.Cart(?: v([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://opensolution.org\"\n    },\n    \"Quill\": {\n      \"cats\": [\n        24\n      ],\n      \"icon\": \"Quill.png\",\n      \"js\": {\n        \"Quill\": \"\"\n      },\n      \"website\": \"http://quilljs.com\"\n    },\n    \"RBS Change\": {\n      \"cats\": [\n        1,\n        6\n      ],\n      \"html\": \"<html[^>]+xmlns:change=\",\n      \"icon\": \"RBS Change.png\",\n      \"implies\": \"PHP\",\n      \"meta\": {\n        \"generator\": \"RBS Change\"\n      },\n      \"website\": \"http://www.rbschange.fr\"\n    },\n    \"RCMS\": {\n      \"cats\": [\n        1\n      ],\n      \"icon\": \"RCMS.png\",\n      \"meta\": {\n        \"generator\": \"^(?:RCMS|ReallyCMS)\"\n      },\n      \"website\": \"http://www.rcms.fi\"\n    },\n    \"RD Station\": {\n      \"cats\": [\n        32\n      ],\n      \"icon\": \"RD Station.png\",\n      \"js\": {\n        \"RDStation\": \"\"\n      },\n      \"script\": \"d335luupugsy2\\\\.cloudfront\\\\.net/js/loader-scripts/.*-loader\\\\.js\",\n      \"website\": \"http://rdstation.com.br\"\n    },\n    \"RDoc\": {\n      \"cats\": [\n        4\n      ],\n      \"cpe\": \"cpe:/a:dave_thomas:rdoc\",\n      \"html\": [\n        \"<link[^>]+href=\\\"[^\\\"]*rdoc-style\\\\.css\",\n        \"Generated by <a[^>]+href=\\\"https?://rdoc\\\\.rubyforge\\\\.org[^>]+>RDoc</a> ([\\\\d.]*\\\\d)\\\\;version:\\\\1\",\n        \"<footer(?:(?!<\\\\/footer>)[^]){1,500}<p>\\\\s*Generated by <a href=\\\"https:\\\\/\\\\/ruby\\\\.github\\\\.io\\\\/rdoc\\\\/\\\">RDoc<\\\\/a> ([\\\\d.]*\\\\d)\\\\;version:\\\\1\"\n      ],\n      \"js\": {\n        \"rdoc_rel_prefix\": \"\"\n      },\n      \"icon\": \"RDoc.png\",\n      \"implies\": \"Ruby\",\n      \"website\": \"https://github.com/ruby/rdoc\"\n    },\n    \"RackCache\": {\n      \"cats\": [\n        23\n      ],\n      \"headers\": {\n        \"X-Rack-Cache\": \"\"\n      },\n      \"icon\": \"RackCache.png\",\n      \"implies\": \"Ruby\",\n      \"website\": \"https://github.com/rtomayko/rack-cache\"\n    },\n    \"RainLoop\": {\n      \"cats\": [\n        30\n      ],\n      \"headers\": {\n        \"Server\": \"^RainLoop\"\n      },\n      \"html\": [\n        \"<link[^>]href=\\\"rainloop/v/([0-9.]+)/static/apple-touch-icon\\\\.png/>\\\\;version:\\\\1\"\n      ],\n      \"meta\": {\n        \"rlAppVersion\": \"^([0-9.]+)$\\\\;version:\\\\1\"\n      },\n      \"icon\": \"RainLoop.png\",\n      \"implies\": \"PHP\",\n      \"js\": {\n        \"rainloopI18N\": \"\",\n        \"rainloop\": \"\"\n      },\n      \"script\": \"^rainloop/v/([0-9.]+)/\\\\;version:\\\\1\",\n      \"website\": \"https://www.rainloop.net/\"\n    },\n    \"Rakuten DBCore\": {\n      \"cats\": [\n        6\n      ],\n      \"icon\": \"Rakuten DBCore.png\",\n      \"meta\": {\n        \"generator\": \"Rakuten DBCore\",\n        \"generator:site\": \"http://ecservice\\\\.rakuten\\\\.com\\\\.br\"\n      },\n      \"website\": \"http://ecservice.rakuten.com.br\"\n    },\n    \"Rakuten Digital Commerce\": {\n      \"cats\": [\n        6\n      ],\n      \"icon\": \"RakutenDigitalCommerce.png\",\n      \"js\": {\n        \"RakutenApplication\": \"\"\n      },\n      \"website\": \"https://digitalcommerce.rakuten.com.br\"\n    },\n    \"Ramda\": {\n      \"cats\": [\n        59\n      ],\n      \"icon\": \"Ramda.png\",\n      \"script\": \"ramda.*\\\\.js\",\n      \"website\": \"http://ramdajs.com\"\n    },\n    \"Raphael\": {\n      \"cats\": [\n        25\n      ],\n      \"icon\": \"Raphael.png\",\n      \"js\": {\n        \"Raphael.version\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"script\": \"raphael(?:-([\\\\d.]+))?(?:\\\\.min)?\\\\.js\\\\;version:\\\\1\",\n      \"website\": \"https://dmitrybaranovskiy.github.io/raphael/\"\n    },\n    \"Raspbian\": {\n      \"cats\": [\n        28\n      ],\n      \"headers\": {\n        \"Server\": \"Raspbian\",\n        \"X-Powered-By\": \"Raspbian\"\n      },\n      \"icon\": \"Raspbian.svg\",\n      \"website\": \"https://www.raspbian.org/\"\n    },\n    \"Raychat\": {\n      \"cats\": [\n        52\n      ],\n      \"icon\": \"raychat.png\",\n      \"js\": {\n        \"Raychat\": \"\"\n      },\n      \"script\": \"app\\\\.raychat\\\\.io/scripts/js\",\n      \"website\": \"https://raychat.io\"\n    },\n    \"Rayo\": {\n      \"cats\": [\n        1\n      ],\n      \"icon\": \"Rayo.png\",\n      \"implies\": [\n        \"AngularJS\",\n        \"Microsoft ASP.NET\"\n      ],\n      \"js\": {\n        \"Rayo\": \"\"\n      },\n      \"meta\": {\n        \"generator\": \"^Rayo\"\n      },\n      \"website\": \"http://www.rayo.ir\"\n    },\n    \"Rdf\": {\n      \"cats\": [\n        27\n      ],\n      \"website\": \"https://www.w3.org/RDF/\"\n    },\n    \"Redaxscript\": {\n      \"cats\": [\n        1\n      ],\n      \"icon\": \"Redaxscript.svg\",\n      \"implies\": \"PHP\",\n      \"meta\": {\n        \"generator\": \"^Redaxscript ([\\\\d\\\\.]+)\\\\;version:\\\\1\"\n      },\n      \"website\": \"https://redaxscript.com\"\n    },\n    \"ReDoc\": {\n      \"cats\": [\n        4\n      ],\n      \"html\": \"<redoc \",\n      \"icon\": \"redoc.png\",\n      \"implies\": \"React\",\n      \"js\": {\n        \"Redoc.version\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"script\": \"/redoc\\\\.(?:min\\\\.)?js\",\n      \"website\": \"https://github.com/Rebilly/ReDoc\"\n    },\n    \"React\": {\n      \"cats\": [\n        12\n      ],\n      \"cpe\": \"cpe:/a:facebook:react\",\n      \"html\": \"<[^>]+data-react\",\n      \"icon\": \"React.png\",\n      \"js\": {\n        \"React.version\": \"^(.+)$\\\\;version:\\\\1\",\n        \"react.version\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"script\": [\n        \"react(?:-with-addons)?[.-]([\\\\d.]*\\\\d)[^/]*\\\\.js\\\\;version:\\\\1\",\n        \"/([\\\\d.]+)/react(?:\\\\.min)?\\\\.js\\\\;version:\\\\1\",\n        \"react.*\\\\.js\"\n      ],\n      \"website\": \"https://reactjs.org\"\n    },\n    \"Red Hat\": {\n      \"cats\": [\n        28\n      ],\n      \"cpe\": \"cpe:/o:redhat:linux\",\n      \"headers\": {\n        \"Server\": \"Red Hat\",\n        \"X-Powered-By\": \"Red Hat\"\n      },\n      \"icon\": \"Red Hat.png\",\n      \"website\": \"http://redhat.com\"\n    },\n    \"Reddit\": {\n      \"cats\": [\n        2\n      ],\n      \"html\": \"(?:<a[^>]+Powered by Reddit|powered by <a[^>]+>reddit<)\",\n      \"icon\": \"Reddit.png\",\n      \"implies\": \"Python\",\n      \"js\": {\n        \"reddit\": \"\"\n      },\n      \"url\": \"^https?://(?:www\\\\.)?reddit\\\\.com\",\n      \"website\": \"http://code.reddit.com\"\n    },\n    \"Redmine\": {\n      \"cats\": [\n        13\n      ],\n      \"cookies\": {\n        \"_redmine_session\": \"\"\n      },\n      \"cpe\": \"cpe:/a:redmine:redmine\",\n      \"html\": \"Powered by <a href=\\\"[^>]+Redmine\",\n      \"icon\": \"Redmine.png\",\n      \"implies\": \"Ruby on Rails\",\n      \"meta\": {\n        \"description\": \"Redmine\"\n      },\n      \"website\": \"http://www.redmine.org\"\n    },\n    \"Reinvigorate\": {\n      \"cats\": [\n        10\n      ],\n      \"icon\": \"Reinvigorate.png\",\n      \"js\": {\n        \"reinvigorate\": \"\"\n      },\n      \"website\": \"http://www.reinvigorate.net\"\n    },\n    \"RequireJS\": {\n      \"cats\": [\n        12\n      ],\n      \"icon\": \"RequireJS.png\",\n      \"js\": {\n        \"requirejs.version\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"script\": \"require.*\\\\.js\",\n      \"website\": \"http://requirejs.org\"\n    },\n    \"Resin\": {\n      \"cats\": [\n        22\n      ],\n      \"cpe\": \"cpe:/a:caucho:resin\",\n      \"headers\": {\n        \"Server\": \"^Resin(?:/(\\\\S*))?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"Resin.png\",\n      \"implies\": \"Java\",\n      \"website\": \"http://caucho.com\"\n    },\n    \"Reveal.js\": {\n      \"cats\": [\n        12\n      ],\n      \"icon\": \"Reveal.js.png\",\n      \"implies\": \"Highlight.js\",\n      \"js\": {\n        \"Reveal.VERSION\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"script\": \"(?:^|/)reveal(?:\\\\.min)?\\\\.js\",\n      \"website\": \"http://lab.hakim.se/reveal-js\"\n    },\n    \"Revel\": {\n      \"cats\": [\n        18\n      ],\n      \"cookies\": {\n        \"REVEL_FLASH\": \"\",\n        \"REVEL_SESSION\": \"\"\n      },\n      \"icon\": \"Revel.png\",\n      \"implies\": \"Go\",\n      \"website\": \"https://revel.github.io\"\n    },\n    \"Revslider\": {\n      \"cats\": [\n        19\n      ],\n      \"html\": [\n        \"<link[^>]* href=[\\\\'\\\"][^']+revslider[/\\\\w-]+\\\\.css\\\\?ver=([0-9.]+)[\\\\'\\\"]\\\\;version:\\\\1\"\n      ],\n      \"icon\": \"revslider.png\",\n      \"script\": \"/revslider/[/\\\\w-]+/js\",\n      \"website\": \"https://revolution.themepunch.com/\"\n    },\n    \"Rickshaw\": {\n      \"cats\": [\n        25\n      ],\n      \"implies\": \"D3\",\n      \"js\": {\n        \"Rickshaw\": \"\"\n      },\n      \"script\": \"rickshaw(?:\\\\.min)?\\\\.js\",\n      \"website\": \"http://code.shutterstock.com/rickshaw/\"\n    },\n    \"RightJS\": {\n      \"cats\": [\n        12\n      ],\n      \"icon\": \"RightJS.png\",\n      \"js\": {\n        \"RightJS\": \"\"\n      },\n      \"script\": \"right\\\\.js\",\n      \"website\": \"http://rightjs.org\"\n    },\n    \"Riot\": {\n      \"cats\": [\n        12\n      ],\n      \"icon\": \"Riot.png\",\n      \"js\": {\n        \"riot\": \"\"\n      },\n      \"script\": \"riot(?:\\\\+compiler)?(?:\\\\.min)?\\\\.js\",\n      \"website\": \"https://riot.js.org/\"\n    },\n    \"RiteCMS\": {\n      \"cats\": [\n        1\n      ],\n      \"icon\": \"RiteCMS.png\",\n      \"implies\": [\n        \"PHP\",\n        \"SQLite\\\\;confidence:80\"\n      ],\n      \"meta\": {\n        \"generator\": \"^RiteCMS(?: (.+))?\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://ritecms.com\"\n    },\n    \"Roadiz CMS\": {\n      \"cats\": [\n        1,\n        11\n      ],\n      \"headers\": {\n        \"X-Powered-By\": \"Roadiz CMS\"\n      },\n      \"icon\": \"Roadiz CMS.png\",\n      \"implies\": [\n        \"PHP\",\n        \"Symfony\"\n      ],\n      \"meta\": {\n        \"generator\": \"^Roadiz ?(?:master|develop)? v?([0-9\\\\.]+)\\\\;version:\\\\1\"\n      },\n      \"website\": \"https://www.roadiz.io\"\n    },\n    \"Robin\": {\n      \"cats\": [\n        6\n      ],\n      \"icon\": \"Robin.png\",\n      \"js\": {\n        \"_robin_getRobinJs\": \"\",\n        \"robin_settings\": \"\",\n        \"robin_storage_settings\": \"\"\n      },\n      \"website\": \"http://www.robinhq.com\"\n    },\n    \"RockRMS\": {\n      \"cats\": [\n        1,\n        11,\n        32\n      ],\n      \"icon\": \"RockRMS.svg\",\n      \"implies\": [\n        \"Windows Server\",\n        \"IIS\",\n        \"Microsoft ASP.NET\"\n      ],\n      \"meta\": {\n        \"generator\": \"^Rock v([0-9.]+)\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://www.rockrms.com\"\n    },\n    \"RoundCube\": {\n      \"cats\": [\n        30\n      ],\n      \"html\": \"<title>RoundCube\",\n      \"icon\": \"RoundCube.png\",\n      \"implies\": \"PHP\",\n      \"js\": {\n        \"rcmail\": \"\",\n        \"roundcube\": \"\"\n      },\n      \"website\": \"http://roundcube.net\"\n    },\n    \"Rubicon Project\": {\n      \"cats\": [\n        36\n      ],\n      \"icon\": \"Rubicon Project.png\",\n      \"script\": \"https?://[^/]*\\\\.rubiconproject\\\\.com\",\n      \"website\": \"http://rubiconproject.com/\"\n    },\n    \"Ruby\": {\n      \"cats\": [\n        27\n      ],\n      \"headers\": {\n        \"Server\": \"(?:Mongrel|WEBrick|Ruby)\"\n      },\n      \"icon\": \"Ruby.png\",\n      \"website\": \"http://ruby-lang.org\"\n    },\n    \"Ruby on Rails\": {\n      \"cats\": [\n        18\n      ],\n      \"headers\": {\n        \"Server\": \"mod_(?:rails|rack)\",\n        \"X-Powered-By\": \"mod_(?:rails|rack)\"\n      },\n      \"icon\": \"Ruby on Rails.png\",\n      \"implies\": \"Ruby\",\n      \"meta\": {\n        \"csrf-param\": \"^authenticity_token$\\\\;confidence:50\"\n      },\n      \"cookies\": {\n        \"_session_id\": \"\\\\;confidence:75\"\n      },\n      \"script\": \"/assets/application-[a-z\\\\d]{32}/\\\\.js\\\\;confidence:50\",\n      \"website\": \"https://rubyonrails.org\"\n    },\n    \"Ruxit\": {\n      \"cats\": [\n        10\n      ],\n      \"icon\": \"Ruxit.png\",\n      \"script\": \"ruxitagentjs\",\n      \"website\": \"http://ruxit.com\"\n    },\n    \"RxJS\": {\n      \"cats\": [\n        12\n      ],\n      \"icon\": \"RxJS.png\",\n      \"js\": {\n        \"Rx.CompositeDisposable\": \"\",\n        \"Rx.Symbol\": \"\"\n      },\n      \"script\": \"rx(?:\\\\.\\\\w+)?(?:\\\\.compat|\\\\.global)?(?:\\\\.min)?\\\\.js\",\n      \"website\": \"http://reactivex.io\"\n    },\n    \"S.Builder\": {\n      \"cats\": [\n        1\n      ],\n      \"icon\": \"S.Builder.png\",\n      \"meta\": {\n        \"generator\": \"S\\\\.Builder\"\n      },\n      \"website\": \"http://www.sbuilder.ru\"\n    },\n    \"SAP\": {\n      \"cats\": [\n        22\n      ],\n      \"headers\": {\n        \"Server\": \"SAP NetWeaver Application Server\"\n      },\n      \"icon\": \"SAP.png\",\n      \"website\": \"http://sap.com\"\n    },\n    \"Sapper\": {\n      \"cats\": [\n        18\n      ],\n      \"html\": [\n        \"<script[^>]*>__SAPPER__\"\n      ],\n      \"icon\": \"Sapper.svg\",\n      \"js\": {\n        \"__SAPPER__\": \"\"\n      },\n      \"implies\": [\n        \"Svelte\",\n        \"Node.js\"\n      ],\n      \"website\": \"https://sapper.svelte.dev\"\n    },\n    \"Scenari\": {\n      \"cats\": [\n        1,\n        11\n      ],\n      \"icon\": \"Scenari.png\",\n      \"implies\": [\n        \"Roadiz CMS\",\n        \"PHP\",\n        \"Symfony\"\n      ],\n      \"meta\": {\n        \"generator\": \"^Roadiz ?(?:master|develop)? v?[0-9\\\\.]+ - Scenari v?([0-9\\\\.]+)\\\\;version:\\\\1\"\n      },\n      \"website\": \"https://demo.scenari.site\"\n    },\n    \"SDL Tridion\": {\n      \"cats\": [\n        1\n      ],\n      \"html\": \"<img[^>]+_tcm\\\\d{2,3}-\\\\d{6}\\\\.\",\n      \"icon\": \"SDL Tridion.png\",\n      \"website\": \"http://www.sdl.com/products/tridion\"\n    },\n    \"Section.io\": {\n      \"cats\": [\n        31\n      ],\n      \"headers\": {\n        \"section-io-id\": \"\",\n        \"section-io-origin-status\": \"\",\n        \"section-io-origin-time-seconds\": \"\"\n      },\n      \"icon\": \"sectionio.svg\",\n      \"website\": \"https://www.section.io\"\n    },\n    \"Sensors Data\": {\n      \"cats\": [\n        10\n      ],\n      \"js\": {\n        \"sa.lib_version\": \"([\\\\d.]+)\\\\;version:\\\\1\",\n        \"sensorsdata_app_js_bridge_call_js\": \"\"\n      },\n      \"cookies\": {\n        \"sensorsdata2015session\": \"\",\n        \"sensorsdata2015jssdkcross\": \"\"\n      },\n      \"icon\": \"Sensors Data.svg\",\n      \"script\": \"sensorsdata\",\n      \"website\": \"https://www.sensorsdata.cn\"\n    },\n    \"Sentry\": {\n      \"cats\": [\n        13\n      ],\n      \"html\": \"<script[^>]*>\\\\s*Raven\\\\.config\\\\('[^']*', {\\\\s+release: '([0-9\\\\.]+)'\\\\;version:\\\\1\",\n      \"js\": {\n        \"__SENTRY__\": \"\",\n        \"Sentry\": \"\",\n        \"Sentry.SDK_VERSION\": \"(.+)\\\\;version:\\\\1\",\n        \"Raven.config\": \"\",\n        \"ravenOptions.whitelistUrls\": \"\"\n      },\n      \"icon\": \"Sentry.svg\",\n      \"website\": \"https://sentry.io/\"\n    },\n    \"SIMsite\": {\n      \"cats\": [\n        1\n      ],\n      \"icon\": \"SIMsite.png\",\n      \"meta\": {\n        \"SIM.medium\": \"\"\n      },\n      \"script\": \"/sim(?:site|core)/js\",\n      \"website\": \"http://simgroep.nl/internet/portfolio-contentbeheer_41623/\"\n    },\n    \"SMF\": {\n      \"cats\": [\n        2\n      ],\n      \"html\": \"credits/?\\\" title=\\\"Simple Machines Forum\\\" target=\\\"_blank\\\" class=\\\"new_win\\\">SMF ([0-9.]+)</a>\\\\;version:\\\\1\",\n      \"icon\": \"SMF.png\",\n      \"implies\": \"PHP\",\n      \"js\": {\n        \"smf_\": \"\"\n      },\n      \"website\": \"http://www.simplemachines.org\"\n    },\n    \"SOBI 2\": {\n      \"cats\": [\n        19\n      ],\n      \"html\": \"(?:<!-- start of Sigsiu Online Business Index|<div[^>]* class=\\\"sobi2)\",\n      \"icon\": \"SOBI 2.png\",\n      \"implies\": \"Joomla\",\n      \"website\": \"http://www.sigsiu.net/sobi2.html\"\n    },\n    \"SPDY\": {\n      \"cats\": [\n        19\n      ],\n      \"excludes\": \"HTTP/2\",\n      \"headers\": {\n        \"X-Firefox-Spdy\": \"\\\\d\\\\.\\\\d\"\n      },\n      \"icon\": \"SPDY.png\",\n      \"website\": \"http://chromium.org/spdy\"\n    },\n    \"SPIP\": {\n      \"cats\": [\n        1\n      ],\n      \"headers\": {\n        \"Composed-By\": \"SPIP ([\\\\d.]+) @\\\\;version:\\\\1\",\n        \"X-Spip-Cache\": \"\"\n      },\n      \"icon\": \"spip.svg\",\n      \"implies\": \"PHP\",\n      \"meta\": {\n        \"generator\": \"(?:^|\\\\s)SPIP(?:\\\\s([\\\\d.]+(?:\\\\s\\\\[\\\\d+\\\\])?))?\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://www.spip.net\"\n    },\n    \"SQL Buddy\": {\n      \"cats\": [\n        3\n      ],\n      \"html\": \"(?:<title>SQL Buddy</title>|<[^>]+onclick=\\\"sideMainClick\\\\(\\\"home\\\\.php)\",\n      \"icon\": \"SQL Buddy.png\",\n      \"implies\": \"PHP\",\n      \"website\": \"http://www.sqlbuddy.com\"\n    },\n    \"SQLite\": {\n      \"cats\": [\n        34\n      ],\n      \"icon\": \"SQLite.png\",\n      \"website\": \"http://www.sqlite.org\"\n    },\n    \"SUSE\": {\n      \"cats\": [\n        28\n      ],\n      \"headers\": {\n        \"Server\": \"SUSE(?:/?\\\\s?-?([\\\\d.]+))?\\\\;version:\\\\1\",\n        \"X-Powered-By\": \"SUSE(?:/?\\\\s?-?([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"SUSE.png\",\n      \"website\": \"http://suse.com\"\n    },\n    \"Swiper Slider\": {\n      \"cats\": [\n        19\n      ],\n      \"html\": \"<[^>]+=swiper-container\",\n      \"js\": {\n        \"Swiper\": \"\"\n      },\n      \"icon\": \"swiper.svg\",\n      \"script\": \"swiper(?:\\\\.min)?\\\\.js\",\n      \"website\": \"https://swiperjs.com\"\n    },\n    \"SWFObject\": {\n      \"cats\": [\n        19\n      ],\n      \"icon\": \"SWFObject.png\",\n      \"js\": {\n        \"SWFObject\": \"\"\n      },\n      \"script\": \"swfobject.*\\\\.js\",\n      \"website\": \"https://github.com/swfobject/swfobject\"\n    },\n    \"Saia PCD\": {\n      \"cats\": [\n        45\n      ],\n      \"headers\": {\n        \"Server\": \"Saia PCD(?:([/a-z\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"Saia PCD.png\",\n      \"website\": \"http://saia-pcd.com\"\n    },\n    \"Sails.js\": {\n      \"cats\": [\n        18\n      ],\n      \"cookies\": {\n        \"sails.sid\": \"\"\n      },\n      \"headers\": {\n        \"X-Powered-By\": \"^Sails(?:$|[^a-z0-9])\"\n      },\n      \"icon\": \"Sails.js.svg\",\n      \"implies\": \"Express\",\n      \"website\": \"http://sailsjs.org\"\n    },\n    \"Salesforce\": {\n      \"cats\": [\n        53\n      ],\n      \"cookies\": {\n        \"com.salesforce\": \"\"\n      },\n      \"html\": \"<[^>]+=\\\"brandQuaternaryFgrs\\\"\",\n      \"icon\": \"Salesforce.svg\",\n      \"js\": {\n        \"SFDCApp\": \"\",\n        \"SFDCCmp\": \"\",\n        \"SFDCPage\": \"\",\n        \"SFDCSessionVars\": \"\"\n      },\n      \"website\": \"https://www.salesforce.com\"\n    },\n    \"Salesforce Commerce Cloud\": {\n      \"cats\": [\n        6\n      ],\n      \"headers\": {\n        \"Server\": \"Demandware eCommerce Server\"\n      },\n      \"html\": \"<[^>]+demandware\\\\.edgesuite\",\n      \"icon\": \"Salesforce.svg\",\n      \"js\": {\n        \"dwAnalytics\": \"\"\n      },\n      \"script\": \"/demandware\\\\.static/\",\n      \"website\": \"http://demandware.com\"\n    },\n    \"Sarka-SPIP\": {\n      \"cats\": [\n        1\n      ],\n      \"icon\": \"Sarka-SPIP.png\",\n      \"implies\": \"SPIP\",\n      \"meta\": {\n        \"generator\": \"Sarka-SPIP(?:\\\\s([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://sarka-spip.net\"\n    },\n    \"Sazito\": {\n      \"cats\": [\n        6\n      ],\n      \"icon\": \"Sazito.svg\",\n      \"js\": {\n        \"Sazito\": \"\"\n      },\n      \"meta\": {\n        \"generator\": \"^Sazito\"\n      },\n      \"website\": \"http://sazito.com\"\n    },\n    \"Phoenix\": {\n      \"cats\": [\n        18\n      ],\n      \"icon\": \"sazito-phoenix.png\",\n      \"js\": {\n        \"Phoenix\": \"\"\n      },\n      \"meta\": {\n        \"generator\": \"^sazito-phoenix\"\n      },\n      \"implies\": [\n        \"React\",\n        \"webpack\",\n        \"Node.js\"\n      ],\n      \"website\": \"https://github.com/Sazito/phoenix/\"\n    },\n    \"Scala\": {\n      \"cats\": [\n        27\n      ],\n      \"icon\": \"Scala.png\",\n      \"website\": \"http://www.scala-lang.org\"\n    },\n    \"Scholica\": {\n      \"cats\": [\n        21\n      ],\n      \"headers\": {\n        \"X-Scholica-Version\": \"\"\n      },\n      \"icon\": \"Scholica.svg\",\n      \"website\": \"http://scholica.com\"\n    },\n    \"Scientific Linux\": {\n      \"cats\": [\n        28\n      ],\n      \"headers\": {\n        \"Server\": \"Scientific Linux\",\n        \"X-Powered-By\": \"Scientific Linux\"\n      },\n      \"icon\": \"Scientific Linux.png\",\n      \"website\": \"http://scientificlinux.org\"\n    },\n    \"SeamlessCMS\": {\n      \"cats\": [\n        1\n      ],\n      \"icon\": \"SeamlessCMS.png\",\n      \"meta\": {\n        \"generator\": \"^Seamless\\\\.?CMS\"\n      },\n      \"website\": \"http://www.seamlesscms.com\"\n    },\n    \"Segment\": {\n      \"cats\": [\n        10\n      ],\n      \"icon\": \"Segment.png\",\n      \"js\": {\n        \"analytics\": \"\"\n      },\n      \"script\": \"cdn\\\\.segment\\\\.com/analytics\\\\.js\",\n      \"website\": \"https://segment.com\"\n    },\n    \"Select2\": {\n      \"cats\": [\n        59\n      ],\n      \"icon\": \"Select2.png\",\n      \"implies\": \"jQuery\",\n      \"js\": {\n        \"jQuery.fn.select2\": \"\"\n      },\n      \"script\": \"select2(?:\\\\.min|\\\\.full)?\\\\.js\",\n      \"website\": \"https://select2.org/\"\n    },\n    \"Semantic-ui\": {\n      \"cats\": [\n        66\n      ],\n      \"html\": [\n        \"<link[^>]+semantic(?:\\\\.min)\\\\.css\\\"\"\n      ],\n      \"icon\": \"Semantic-ui.png\",\n      \"script\": \"/semantic(?:-([\\\\d.]+))?(?:\\\\.min)?\\\\.js\\\\;version:\\\\1\",\n      \"website\": \"https://semantic-ui.com\"\n    },\n    \"Sencha Touch\": {\n      \"cats\": [\n        12,\n        26\n      ],\n      \"icon\": \"Sencha Touch.png\",\n      \"script\": \"sencha-touch.*\\\\.js\",\n      \"website\": \"http://sencha.com/products/touch\"\n    },\n    \"Seravo\": {\n      \"cats\": [\n        62\n      ],\n      \"headers\": {\n        \"x-powered-by\": \"^Seravo\"\n      },\n      \"implies\": [\n        \"WordPress\"\n      ],\n      \"icon\": \"seravo.svg\",\n      \"website\": \"https://seravo.com\"\n    },\n    \"Serendipity\": {\n      \"cats\": [\n        1,\n        11\n      ],\n      \"icon\": \"Serendipity.png\",\n      \"implies\": \"PHP\",\n      \"meta\": {\n        \"Powered-By\": \"Serendipity v\\\\.([\\\\d.]+)\\\\;version:\\\\1\",\n        \"generator\": \"Serendipity(?: v\\\\.([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://s9y.org\"\n    },\n    \"Shapecss\": {\n      \"cats\": [\n        66\n      ],\n      \"html\": \"<link[^>]* href=\\\"[^\\\"]*shapecss(?:\\\\.min)?\\\\.css\",\n      \"icon\": \"Shapecss.svg\",\n      \"js\": {\n        \"Shapecss\": \"\"\n      },\n      \"script\": [\n        \"shapecss[-.]([\\\\d.]*\\\\d)[^/]*\\\\.js\\\\;version:\\\\1\",\n        \"/([\\\\d.]+)/shapecss(?:\\\\.min)?\\\\.js\\\\;version:\\\\1\",\n        \"shapecss.*\\\\.js\"\n      ],\n      \"website\": \"https://shapecss.com\"\n    },\n    \"ShareThis\": {\n      \"cats\": [\n        5\n      ],\n      \"icon\": \"ShareThis.png\",\n      \"js\": {\n        \"SHARETHIS\": \"\"\n      },\n      \"script\": \"w\\\\.sharethis\\\\.com/\",\n      \"website\": \"http://sharethis.com\"\n    },\n    \"ShellInABox\": {\n      \"cats\": [\n        46\n      ],\n      \"html\": [\n        \"<title>Shell In A Box</title>\",\n        \"must be enabled for ShellInABox</noscript>\"\n      ],\n      \"icon\": \"ShellInABox.png\",\n      \"js\": {\n        \"ShellInABox\": \"\"\n      },\n      \"website\": \"http://shellinabox.com\"\n    },\n    \"Shiny\": {\n      \"cats\": [\n        18\n      ],\n      \"icon\": \"Shiny.png\",\n      \"js\": {\n        \"Shiny.addCustomMessageHandler\": \"\"\n      },\n      \"website\": \"https://shiny.rstudio.com\"\n    },\n    \"ShinyStat\": {\n      \"cats\": [\n        10\n      ],\n      \"html\": \"<img[^>]*\\\\s+src=['\\\"]?https?://www\\\\.shinystat\\\\.com/cgi-bin/shinystat\\\\.cgi\\\\?[^'\\\"\\\\s>]*['\\\"\\\\s/>]\",\n      \"icon\": \"ShinyStat.png\",\n      \"js\": {\n        \"SSsdk\": \"\"\n      },\n      \"script\": \"^https?://codice(?:business|ssl|pro|isp)?\\\\.shinystat\\\\.com/cgi-bin/getcod\\\\.cgi\",\n      \"website\": \"http://shinystat.com\"\n    },\n    \"Shopatron\": {\n      \"cats\": [\n        6\n      ],\n      \"html\": [\n        \"<body class=\\\"shopatron\",\n        \"<img[^>]+mediacdn\\\\.shopatron\\\\.com\\\\;confidence:50\"\n      ],\n      \"icon\": \"Shopatron.png\",\n      \"js\": {\n        \"shptUrl\": \"\"\n      },\n      \"meta\": {\n        \"keywords\": \"Shopatron\"\n      },\n      \"script\": \"mediacdn\\\\.shopatron\\\\.com\",\n      \"website\": \"http://ecommerce.shopatron.com\"\n    },\n    \"Shopcada\": {\n      \"cats\": [\n        6\n      ],\n      \"icon\": \"Shopcada.png\",\n      \"js\": {\n        \"Shopcada\": \"\"\n      },\n      \"website\": \"http://shopcada.com\"\n    },\n    \"Shoper\": {\n      \"cats\": [\n        6\n      ],\n      \"icon\": \"Shoper.svg\",\n      \"js\": {\n        \"shoper\": \"\"\n      },\n      \"website\": \"https://www.shoper.pl\"\n    },\n    \"Shopery\": {\n      \"cats\": [\n        6\n      ],\n      \"headers\": {\n        \"X-Shopery\": \"\"\n      },\n      \"icon\": \"Shopery.svg\",\n      \"implies\": [\n        \"PHP\",\n        \"Symfony\",\n        \"Elcodi\"\n      ],\n      \"website\": \"http://shopery.com\"\n    },\n    \"Shopfa\": {\n      \"cats\": [\n        6\n      ],\n      \"js\": {\n        \"shopfa\": \"\"\n      },\n      \"headers\": {\n        \"X-Powered-By\": \"^ShopFA ([\\\\d.]+)$\\\\;version:\\\\1\"\n      },\n      \"meta\": {\n        \"generator\": \"^ShopFA ([\\\\d.]+)$\\\\;version:\\\\1\"\n      },\n      \"icon\": \"Shopfa.svg\",\n      \"website\": \"https://shopfa.com\"\n    },\n    \"Shopify\": {\n      \"cats\": [\n        6\n      ],\n      \"html\": \"<link[^>]+=['\\\"]//cdn\\\\.shopify\\\\.com\\\\;confidence:25\",\n      \"icon\": \"Shopify.svg\",\n      \"js\": {\n        \"Shopify\": \"\\\\;confidence:25\"\n      },\n      \"headers\": {\n        \"x-shopid\": \"\\\\;confidence:50\",\n        \"x-shopify-stage\": \"\\\\;confidence:50\"\n      },\n      \"url\": \"^https?//.+\\\\.myshopify\\\\.com\",\n      \"website\": \"http://shopify.com\"\n    },\n    \"Shopline\": {\n      \"cats\": [\n        6\n      ],\n      \"icon\": \"shopline.png\",\n      \"meta\": {\n        \"og:image\": \"https\\\\:\\\\/\\\\/img\\\\.shoplineapp\\\\.com\"\n      },\n      \"website\": \"https://shoplineapp.com/\"\n    },\n    \"Shoptet\": {\n      \"cats\": [\n        6\n      ],\n      \"html\": \"<link [^>]*href=\\\"https?://cdn\\\\.myshoptet\\\\.com/\",\n      \"icon\": \"Shoptet.svg\",\n      \"implies\": \"PHP\",\n      \"js\": {\n        \"shoptet\": \"\"\n      },\n      \"meta\": {\n        \"web_author\": \"^Shoptet\"\n      },\n      \"script\": [\n        \"^https?://cdn\\\\.myshoptet\\\\.com/\"\n      ],\n      \"website\": \"http://www.shoptet.cz\"\n    },\n    \"Shopware\": {\n      \"cats\": [\n        6\n      ],\n      \"html\": \"<title>Shopware ([\\\\d\\\\.]+) [^<]+\\\\;version:\\\\1\",\n      \"icon\": \"Shopware.png\",\n      \"implies\": [\n        \"PHP\",\n        \"MySQL\",\n        \"jQuery\",\n        \"Symfony\"\n      ],\n      \"meta\": {\n        \"application-name\": \"Shopware\"\n      },\n      \"script\": [\n        \"(?:(shopware)|/web/cache/[0-9]{10}_.+)\\\\.js\\\\;version:\\\\1?4:5\",\n        \"/jquery\\\\.shopware\\\\.min\\\\.js\",\n        \"/engine/Shopware/\"\n      ],\n      \"website\": \"http://shopware.com\"\n    },\n    \"Signal\": {\n      \"cats\": [\n        32\n      ],\n      \"script\": [\n        \"//s\\\\.btstatic\\\\.com/tag\\\\.js\",\n        \"//s\\\\.thebrighttag\\\\.com/iframe\\\\?\"\n      ],\n      \"js\": {\n        \"signalData\": \"\"\n      },\n      \"icon\": \"signal.png\",\n      \"website\": \"https://www.signal.co/\"\n    },\n    \"Silva\": {\n      \"cats\": [\n        1\n      ],\n      \"headers\": {\n        \"X-Powered-By\": \"SilvaCMS\"\n      },\n      \"icon\": \"Silva.png\",\n      \"website\": \"http://silvacms.org\"\n    },\n    \"SilverStripe\": {\n      \"cats\": [\n        1\n      ],\n      \"html\": \"Powered by <a href=\\\"[^>]+SilverStripe\",\n      \"icon\": \"SilverStripe.svg\",\n      \"meta\": {\n        \"generator\": \"^SilverStripe\"\n      },\n      \"implies\": \"PHP\",\n      \"website\": \"https://www.silverstripe.org\"\n    },\n    \"Simple Analytics\": {\n      \"cats\": [\n        10\n      ],\n      \"icon\": \"SimpleAnalytics.svg\",\n      \"script\": \"^https:\\\\/\\\\/cdn\\\\.simpleanalytics\\\\.io\\\\/hello\\\\.js\",\n      \"website\": \"https://simpleanalytics.com\"\n    },\n    \"SimpleHTTP\": {\n      \"cats\": [\n        22\n      ],\n      \"headers\": {\n        \"Server\": \"SimpleHTTP(?:/([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://example.com\"\n    },\n    \"Simplébo\": {\n      \"cats\": [\n        1\n      ],\n      \"headers\": {\n        \"X-ServedBy\": \"simplebo\"\n      },\n      \"icon\": \"Simplebo.png\",\n      \"website\": \"https://www.simplebo.fr\"\n    },\n    \"Site Meter\": {\n      \"cats\": [\n        10\n      ],\n      \"icon\": \"Site Meter.png\",\n      \"script\": \"sitemeter\\\\.com/js/counter\\\\.js\\\\?site=\",\n      \"website\": \"http://www.sitemeter.com\"\n    },\n    \"SiteCatalyst\": {\n      \"cats\": [\n        10\n      ],\n      \"icon\": \"SiteCatalyst.png\",\n      \"js\": {\n        \"s_INST\": \"\",\n        \"s_account\": \"\",\n        \"s_code\": \"\",\n        \"s_objectID\": \"\"\n      },\n      \"script\": \"/s[_-]code.*\\\\.js\",\n      \"website\": \"http://www.adobe.com/solutions/digital-marketing.html\"\n    },\n    \"SiteEdit\": {\n      \"cats\": [\n        1\n      ],\n      \"icon\": \"SiteEdit.png\",\n      \"meta\": {\n        \"generator\": \"SiteEdit\"\n      },\n      \"website\": \"http://www.siteedit.ru\"\n    },\n    \"Sitecore\": {\n      \"cats\": [\n        1\n      ],\n      \"cookies\": {\n        \"SC_ANALYTICS_GLOBAL_COOKIE\": \"\"\n      },\n      \"html\": \"<img[^>]+src=\\\"[^>]*/~/media/[^>]+\\\\.ashx\",\n      \"icon\": \"Sitecore.png\",\n      \"website\": \"http://sitecore.net\"\n    },\n    \"SiteGround\": {\n      \"cats\": [\n        62\n      ],\n      \"headers\": {\n        \"host-header\": \"192fc2e7e50945beb8231a492d6a8024|b7440e60b07ee7b8044761568fab26e8|624d5be7be38418a3e2a818cc8b7029b|6b7412fb82ca5edfd0917e3957f05d89\"\n      },\n      \"icon\": \"siteground.svg\",\n      \"website\": \"https://www.siteground.com\"\n    },\n    \"Sitefinity\": {\n      \"cats\": [\n        1\n      ],\n      \"icon\": \"Sitefinity.svg\",\n      \"implies\": \"Microsoft ASP.NET\",\n      \"meta\": {\n        \"generator\": \"^Sitefinity (.+)$\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://www.sitefinity.com\"\n    },\n    \"Sivuviidakko\": {\n      \"cats\": [\n        1\n      ],\n      \"icon\": \"Sivuviidakko.png\",\n      \"meta\": {\n        \"generator\": \"Sivuviidakko\"\n      },\n      \"website\": \"http://sivuviidakko.fi\"\n    },\n    \"Sizmek\": {\n      \"cats\": [\n        36\n      ],\n      \"html\": \"(?:<a [^>]*href=\\\"[^/]*//[^/]*serving-sys\\\\.com/|<img [^>]*src=\\\"[^/]*//[^/]*serving-sys\\\\.com/)\",\n      \"icon\": \"Sizmek.png\",\n      \"script\": \"serving-sys\\\\.com/\",\n      \"website\": \"http://sizmek.com\"\n    },\n    \"Slick\": {\n      \"cats\": [\n        59\n      ],\n      \"html\": \"<link [^>]+(?:/([\\\\d.]+)/)?slick-theme\\\\.css\\\\;version:\\\\1\",\n      \"implies\": \"jQuery\",\n      \"script\": \"(?:/([\\\\d.]+))?/slick(?:\\\\.min)?\\\\.js\\\\;version:\\\\1\",\n      \"website\": \"https://kenwheeler.github.io/slick\"\n    },\n    \"Slimbox\": {\n      \"cats\": [\n        59\n      ],\n      \"html\": \"<link [^>]*href=\\\"[^/]*slimbox(?:-rtl)?\\\\.css\",\n      \"icon\": \"Slimbox.png\",\n      \"implies\": \"MooTools\",\n      \"script\": \"slimbox\\\\.js\",\n      \"website\": \"http://www.digitalia.be/software/slimbox\"\n    },\n    \"Slimbox 2\": {\n      \"cats\": [\n        59\n      ],\n      \"html\": \"<link [^>]*href=\\\"[^/]*slimbox2(?:-rtl)?\\\\.css\",\n      \"icon\": \"Slimbox 2.png\",\n      \"implies\": \"jQuery\",\n      \"script\": \"slimbox2\\\\.js\",\n      \"website\": \"http://www.digitalia.be/software/slimbox2\"\n    },\n    \"Smart Ad Server\": {\n      \"cats\": [\n        36\n      ],\n      \"html\": \"<img[^>]+smartadserver\\\\.com\\\\/call\",\n      \"icon\": \"Smart Ad Server.png\",\n      \"js\": {\n        \"SmartAdServer\": \"\"\n      },\n      \"website\": \"http://smartadserver.com\"\n    },\n    \"SmartSite\": {\n      \"cats\": [\n        1\n      ],\n      \"html\": \"<[^>]+/smartsite\\\\.(?:dws|shtml)\\\\?id=\",\n      \"icon\": \"SmartSite.png\",\n      \"meta\": {\n        \"author\": \"Redacteur SmartInstant\"\n      },\n      \"website\": \"http://www.seneca.nl/pub/Smartsite/Smartsite-Smartsite-iXperion\"\n    },\n    \"Smartstore\": {\n      \"cats\": [\n        6\n      ],\n      \"icon\": \"Smartstore.png\",\n      \"script\": \"smjslib\\\\.js\",\n      \"website\": \"http://smartstore.com\"\n    },\n    \"Snap\": {\n      \"cats\": [\n        18,\n        22\n      ],\n      \"headers\": {\n        \"Server\": \"Snap/([.\\\\d]+)\\\\;version:\\\\1\"\n      },\n      \"icon\": \"Snap.png\",\n      \"implies\": \"Haskell\",\n      \"website\": \"http://snapframework.com\"\n    },\n    \"Snap.svg\": {\n      \"cats\": [\n        59\n      ],\n      \"icon\": \"Snap.svg.png\",\n      \"js\": {\n        \"Snap.version\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"script\": \"snap\\\\.svg(?:-min)?\\\\.js\",\n      \"website\": \"http://snapsvg.io\"\n    },\n    \"Snoobi\": {\n      \"cats\": [\n        10\n      ],\n      \"icon\": \"Snoobi.png\",\n      \"js\": {\n        \"snoobi\": \"\"\n      },\n      \"script\": \"snoobi\\\\.com/snoop\\\\.php\",\n      \"website\": \"http://www.snoobi.com\"\n    },\n    \"SobiPro\": {\n      \"cats\": [\n        19\n      ],\n      \"icon\": \"SobiPro.png\",\n      \"implies\": \"Joomla\",\n      \"js\": {\n        \"SobiProUrl\": \"\"\n      },\n      \"website\": \"http://sigsiu.net/sobipro.html\"\n    },\n    \"Socket.io\": {\n      \"cats\": [\n        12\n      ],\n      \"icon\": \"Socket.io.png\",\n      \"implies\": \"Node.js\",\n      \"js\": {\n        \"io.Socket\": \"\",\n        \"io.version\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"script\": \"socket\\\\.io.*\\\\.js\",\n      \"website\": \"https://socket.io\"\n    },\n    \"SoftTr\": {\n      \"cats\": [\n        6\n      ],\n      \"icon\": \"softtr.png\",\n      \"meta\": {\n        \"author\": \"SoftTr E-Ticaret Sitesi Yazılımı\"\n      },\n      \"website\": \"http://www.softtr.com\"\n    },\n    \"Solodev\": {\n      \"cats\": [\n        1\n      ],\n      \"headers\": {\n        \"solodev_session\": \"\"\n      },\n      \"html\": \"<div class=[\\\"']dynamicDiv[\\\"'] id=[\\\"']dd\\\\.\\\\d\\\\.\\\\d(?:\\\\.\\\\d)?[\\\"']>\",\n      \"icon\": \"Solodev.png\",\n      \"implies\": \"PHP\",\n      \"website\": \"http://www.solodev.com\"\n    },\n    \"Solr\": {\n      \"cats\": [\n        34\n      ],\n      \"icon\": \"Solr.png\",\n      \"implies\": \"Lucene\",\n      \"website\": \"http://lucene.apache.org/solr/\"\n    },\n    \"Solusquare OmniCommerce Cloud\": {\n      \"cats\": [\n        6\n      ],\n      \"cookies\": {\n        \"_solusquare\": \"\"\n      },\n      \"icon\": \"Solusquare.png\",\n      \"implies\": \"Adobe ColdFusion\",\n      \"meta\": {\n        \"generator\": \"^Solusquare$\"\n      },\n      \"website\": \"https://www.solusquare.com\"\n    },\n    \"Solve Media\": {\n      \"cats\": [\n        16,\n        36\n      ],\n      \"icon\": \"Solve Media.png\",\n      \"js\": {\n        \"ACPuzzle\": \"\",\n        \"_ACPuzzle\": \"\",\n        \"_adcopy-puzzle-image-image\": \"\",\n        \"adcopy-puzzle-image-image\": \"\"\n      },\n      \"script\": \"^https?://api\\\\.solvemedia\\\\.com/\",\n      \"website\": \"http://solvemedia.com\"\n    },\n    \"SonarQubes\": {\n      \"cats\": [\n        47\n      ],\n      \"html\": [\n        \"<link href=\\\"/css/sonar\\\\.css\\\\?v=([\\\\d.]+)\\\\;version:\\\\1\",\n        \"<title>SonarQube</title>\"\n      ],\n      \"icon\": \"sonar.png\",\n      \"implies\": \"Java\",\n      \"js\": {\n        \"SonarMeasures\": \"\",\n        \"SonarRequest\": \"\"\n      },\n      \"meta\": {\n        \"application-name\": \"^SonarQubes$\"\n      },\n      \"script\": \"^/js/bundles/sonar\\\\.js?v=([\\\\d.]+)$\\\\;version:\\\\1\",\n      \"website\": \"https://www.sonarqube.org/\"\n    },\n    \"SoundManager\": {\n      \"cats\": [\n        59\n      ],\n      \"icon\": \"SoundManager.png\",\n      \"js\": {\n        \"BaconPlayer\": \"\",\n        \"SoundManager\": \"\",\n        \"soundManager.version\": \"V(.+) \\\\;version:\\\\1\"\n      },\n      \"website\": \"http://www.schillmania.com/projects/soundmanager2\"\n    },\n    \"Sphinx\": {\n      \"cats\": [\n        4\n      ],\n      \"html\": \"Created using <a href=\\\"https?://sphinx-doc\\\\.org/\\\">Sphinx</a> ([0-9.]+)\\\\.\\\\;version:\\\\1\",\n      \"icon\": \"Sphinx.png\",\n      \"js\": {\n        \"DOCUMENTATION_OPTIONS\": \"\"\n      },\n      \"website\": \"http://sphinx.pocoo.org\"\n    },\n    \"SpiderControl iniNet\": {\n      \"cats\": [\n        45\n      ],\n      \"icon\": \"SpiderControl iniNet.png\",\n      \"meta\": {\n        \"generator\": \"iniNet SpiderControl\"\n      },\n      \"website\": \"http://spidercontrol.net/ininet\"\n    },\n    \"SpinCMS\": {\n      \"cats\": [\n        1\n      ],\n      \"cookies\": {\n        \"spincms_session\": \"\"\n      },\n      \"icon\": \"SpinCMS.png\",\n      \"implies\": \"PHP\",\n      \"website\": \"http://www.spin.cw\"\n    },\n    \"Splunk\": {\n      \"cats\": [\n        19\n      ],\n      \"html\": \"<p class=\\\"footer\\\">&copy; [-\\\\d]+ Splunk Inc\\\\.(?: Splunk ([\\\\d\\\\.]+(?: build [\\\\d\\\\.]*\\\\d)?))?[^<]*</p>\\\\;version:\\\\1\",\n      \"icon\": \"Splunk.png\",\n      \"meta\": {\n        \"author\": \"Splunk Inc\\\\;confidence:50\"\n      },\n      \"website\": \"http://splunk.com\"\n    },\n    \"Splunkd\": {\n      \"cats\": [\n        22\n      ],\n      \"headers\": {\n        \"Server\": \"Splunkd\"\n      },\n      \"icon\": \"Splunk.png\",\n      \"website\": \"http://splunk.com\"\n    },\n    \"Spree\": {\n      \"cats\": [\n        6\n      ],\n      \"html\": \"(?:<link[^>]*/assets/store/all-[a-z\\\\d]{32}\\\\.css[^>]+>|<script>\\\\s*Spree\\\\.(?:routes|translations|api_key))\",\n      \"icon\": \"Spree.png\",\n      \"implies\": \"Ruby on Rails\",\n      \"website\": \"https://spreecommerce.org\"\n    },\n    \"Sqreen\": {\n      \"cats\": [\n        19\n      ],\n      \"headers\": {\n        \"X-Protected-By\": \"^Sqreen$\"\n      },\n      \"icon\": \"Sqreen.png\",\n      \"website\": \"https://sqreen.io\"\n    },\n    \"Squarespace\": {\n      \"cats\": [\n        1\n      ],\n      \"headers\": {\n        \"X-ServedBy\": \"squarespace\"\n      },\n      \"html\": \"<!-- This is Squarespace\\\\. -->\",\n      \"icon\": \"Squarespace.png\",\n      \"js\": {\n        \"Squarespace\": \"\"\n      },\n      \"website\": \"http://www.squarespace.com\"\n    },\n    \"SquirrelMail\": {\n      \"cats\": [\n        30\n      ],\n      \"html\": \"<small>SquirrelMail version ([.\\\\d]+)[^<]*<br \\\\;version:\\\\1\",\n      \"icon\": \"SquirrelMail.png\",\n      \"implies\": \"PHP\",\n      \"js\": {\n        \"squirrelmail_loginpage_onload\": \"\"\n      },\n      \"url\": \"/src/webmail\\\\.php(?:$|\\\\?)\",\n      \"website\": \"http://squirrelmail.org\"\n    },\n    \"Squiz Matrix\": {\n      \"cats\": [\n        1\n      ],\n      \"headers\": {\n        \"X-Powered-By\": \"Squiz Matrix\"\n      },\n      \"html\": \"<!--\\\\s+Running (?:MySource|Squiz) Matrix\",\n      \"icon\": \"Squiz Matrix.png\",\n      \"implies\": \"PHP\",\n      \"meta\": {\n        \"generator\": \"Squiz Matrix\"\n      },\n      \"website\": \"http://squiz.net\"\n    },\n    \"Stackla\": {\n      \"cats\": [\n        5\n      ],\n      \"icon\": \"Stackla.png\",\n      \"js\": {\n        \"Stackla\": \"\"\n      },\n      \"script\": \"assetscdn\\\\.stackla\\\\.com\\\\/media\\\\/js\\\\/widget\\\\/(?:[a-zA-Z0-9.]+)?\\\\.js\",\n      \"website\": \"http://stackla.com/\"\n    },\n    \"Starlet\": {\n      \"cats\": [\n        22\n      ],\n      \"headers\": {\n        \"Server\": \"^Plack::Handler::Starlet\"\n      },\n      \"icon\": \"Starlet.png\",\n      \"implies\": \"Perl\",\n      \"website\": \"http://metacpan.org/pod/Starlet\"\n    },\n    \"Statcounter\": {\n      \"cats\": [\n        10\n      ],\n      \"icon\": \"Statcounter.svg\",\n      \"js\": {\n        \"_statcounter\": \"\\\\;confidence:100\",\n        \"sc_project\": \"\\\\;confidence:50\",\n        \"sc_security\": \"\\\\;confidence:50\"\n      },\n      \"script\": \"statcounter\\\\.com/counter/counter\",\n      \"website\": \"http://www.statcounter.com\"\n    },\n    \"Store Systems\": {\n      \"cats\": [\n        6\n      ],\n      \"html\": \"Shopsystem von <a href=[^>]+store-systems\\\\.de\\\"|\\\\.mws_boxTop\",\n      \"icon\": \"Store Systems.png\",\n      \"website\": \"http://store-systems.de\"\n    },\n    \"Storeden\": {\n      \"cats\": [\n        6\n      ],\n      \"headers\": {\n        \"X-Powered-By\": \"Storeden\"\n      },\n      \"icon\": \"storeden.svg\",\n      \"website\": \"https://www.storeden.com\"\n    },\n    \"Storyblok\": {\n      \"cats\": [\n        1\n      ],\n      \"icon\": \"storyblok.png\",\n      \"meta\": {\n        \"generator\": \"storyblok\"\n      },\n      \"website\": \"https://www.storyblok.com\"\n    },\n    \"Strapdown.js\": {\n      \"cats\": [\n        12\n      ],\n      \"icon\": \"strapdown.js.png\",\n      \"implies\": [\n        \"Bootstrap\",\n        \"Google Code Prettify\"\n      ],\n      \"script\": \"strapdown\\\\.js\",\n      \"website\": \"http://strapdownjs.com\"\n    },\n    \"Strapi\": {\n      \"cats\": [\n        1\n      ],\n      \"headers\": {\n        \"X-Powered-By\": \"^Strapi\"\n      },\n      \"icon\": \"Strapi.png\",\n      \"website\": \"https://strapi.io\"\n    },\n    \"Strato\": {\n      \"cats\": [\n        6\n      ],\n      \"html\": \"<a href=\\\"http://www\\\\.strato\\\\.de/\\\" target=\\\"_blank\\\">\",\n      \"icon\": \"strato.png\",\n      \"website\": \"http://shop.strato.com\"\n    },\n    \"Stripe\": {\n      \"cats\": [\n        41\n      ],\n      \"html\": \"<input[^>]+data-stripe\",\n      \"icon\": \"Stripe.png\",\n      \"js\": {\n        \"Stripe.version\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"script\": \"js\\\\.stripe\\\\.com\",\n      \"website\": \"http://stripe.com\"\n    },\n    \"SublimeVideo\": {\n      \"cats\": [\n        14\n      ],\n      \"icon\": \"SublimeVideo.png\",\n      \"js\": {\n        \"sublimevideo\": \"\"\n      },\n      \"script\": \"cdn\\\\.sublimevideo\\\\.net/js/[a-z\\\\d]+\\\\.js\",\n      \"website\": \"http://sublimevideo.net\"\n    },\n    \"Subrion\": {\n      \"cats\": [\n        1\n      ],\n      \"headers\": {\n        \"X-Powered-CMS\": \"Subrion CMS\"\n      },\n      \"icon\": \"Subrion.png\",\n      \"implies\": \"PHP\",\n      \"meta\": {\n        \"generator\": \"^Subrion \"\n      },\n      \"website\": \"http://subrion.com\"\n    },\n    \"Sucuri\": {\n      \"cats\": [\n        31\n      ],\n      \"headers\": {\n        \"x-sucuri-cache:\": \"\",\n        \"x-sucuri-id\": \"\"\n      },\n      \"icon\": \"sucuri.png\",\n      \"website\": \"https://sucuri.net/\"\n    },\n    \"Sulu\": {\n      \"cats\": [\n        1\n      ],\n      \"headers\": {\n        \"X-Generator\": \"Sulu/?(.+)?$\\\\;version:\\\\1\"\n      },\n      \"icon\": \"Sulu.svg\",\n      \"implies\": \"Symfony\",\n      \"website\": \"http://sulu.io\"\n    },\n    \"SumoMe\": {\n      \"cats\": [\n        5,\n        32\n      ],\n      \"icon\": \"SumoMe.png\",\n      \"script\": \"load\\\\.sumome\\\\.com\",\n      \"website\": \"http://sumome.com\"\n    },\n    \"SunOS\": {\n      \"cats\": [\n        28\n      ],\n      \"headers\": {\n        \"Server\": \"SunOS( [\\\\d\\\\.]+)?\\\\;version:\\\\1\",\n        \"Servlet-engine\": \"SunOS( [\\\\d\\\\.]+)?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"Oracle.png\",\n      \"website\": \"http://oracle.com/solaris\"\n    },\n    \"Supersized\": {\n      \"cats\": [\n        25\n      ],\n      \"icon\": \"Supersized.png\",\n      \"script\": \"supersized(?:\\\\.([\\\\d.]*[\\\\d]))?.*\\\\.js\\\\;version:\\\\1\",\n      \"website\": \"http://buildinternet.com/project/supersized\"\n    },\n    \"Svbtle\": {\n      \"cats\": [\n        11\n      ],\n      \"icon\": \"svbtle.png\",\n      \"meta\": {\n        \"generator\": \"^Svbtle\\\\.com$\"\n      },\n      \"url\": \"^https?://[^/]+\\\\.svbtle\\\\.com\",\n      \"website\": \"https://www.svbtle.com\"\n    },\n    \"Svelte\": {\n      \"cats\": [\n        12\n      ],\n      \"html\": \"<[^>]+class=\\\\\\\"[^\\\\\\\"]+\\\\ssvelte-[\\\\w]*\\\\\\\"\",\n      \"icon\": \"Svelte.svg\",\n      \"website\": \"https://svelte.dev\"\n    },\n    \"SweetAlert\": {\n      \"cats\": [\n        59\n      ],\n      \"html\": \"<link[^>]+?href=\\\"[^\\\"]+sweet-alert(?:\\\\.min)?\\\\.css\",\n      \"icon\": \"SweetAlert.png\",\n      \"js\": {\n        \"swal\": \"\"\n      },\n      \"script\": \"sweet-alert(?:\\\\.min)?\\\\.js\",\n      \"website\": \"https://t4t5.github.io/sweetalert/\"\n    },\n    \"SweetAlert2\": {\n      \"cats\": [\n        59\n      ],\n      \"excludes\": \"SweetAlert\",\n      \"html\": \"<link[^>]+?href=\\\"[^\\\"]+sweetalert2(?:\\\\.min)?\\\\.css\",\n      \"icon\": \"SweetAlert2.png\",\n      \"js\": {\n        \"Sweetalert2\": \"\"\n      },\n      \"script\": \"sweetalert2(?:\\\\.all)?(?:\\\\.min)?\\\\.js\",\n      \"website\": \"https://sweetalert2.github.io/\"\n    },\n    \"Swiftlet\": {\n      \"cats\": [\n        18\n      ],\n      \"headers\": {\n        \"X-Generator\": \"Swiftlet\",\n        \"X-Powered-By\": \"Swiftlet\",\n        \"X-Swiftlet-Cache\": \"\"\n      },\n      \"html\": \"Powered by <a href=\\\"[^>]+Swiftlet\",\n      \"icon\": \"Swiftlet.png\",\n      \"implies\": \"PHP\",\n      \"meta\": {\n        \"generator\": \"Swiftlet\"\n      },\n      \"website\": \"http://swiftlet.org\"\n    },\n    \"Swiftype\": {\n      \"cats\": [\n        29\n      ],\n      \"icon\": \"swiftype.png\",\n      \"js\": {\n        \"Swiftype\": \"\"\n      },\n      \"script\": \"swiftype\\\\.com/embed\\\\.js$\",\n      \"website\": \"http://swiftype.com\"\n    },\n    \"Symfony\": {\n      \"cats\": [\n        18\n      ],\n      \"cookies\": {\n        \"sf_redirect\": \"\"\n      },\n      \"html\": \"(?:<div id=\\\"sfwdt[^\\\"]+\\\" class=\\\"[^\\\"]*sf-toolbar|<div class=\\\"sf-toolbar[^>]+?>.+<span class=\\\"sf-toolbar-value\\\">([\\\\d.])+)\\\\;version:\\\\1\",\n      \"js\": {\n        \"Sfjs\": \"\"\n      },\n      \"icon\": \"Symfony.svg\",\n      \"implies\": \"PHP\",\n      \"website\": \"http://symfony.com\"\n    },\n    \"Sympa\": {\n      \"cats\": [\n        30\n      ],\n      \"meta\": {\n        \"generator\": \"^Sympa$\"\n      },\n      \"html\": \"<a href=\\\"https?://www\\\\.sympa\\\\.org\\\">\\\\s*Powered by Sympa\\\\s*</a>\",\n      \"icon\": \"sympa.png\",\n      \"implies\": \"Perl\",\n      \"website\": \"https://www.sympa.org/\"\n    },\n    \"Synology DiskStation\": {\n      \"cats\": [\n        48\n      ],\n      \"html\": \"<noscript><div class='syno-no-script'\",\n      \"icon\": \"Synology DiskStation.png\",\n      \"meta\": {\n        \"application-name\": \"Synology DiskStation\",\n        \"description\": \"^DiskStation provides a full-featured network attached storage\"\n      },\n      \"script\": \"webapi/entry\\\\.cgi\\\\?api=SYNO\\\\.(?:Core|Filestation)\\\\.Desktop\\\\.\",\n      \"website\": \"http://synology.com\"\n    },\n    \"SyntaxHighlighter\": {\n      \"cats\": [\n        19\n      ],\n      \"html\": \"<(?:script|link)[^>]*sh(?:Core|Brush|ThemeDefault)\",\n      \"icon\": \"SyntaxHighlighter.png\",\n      \"js\": {\n        \"SyntaxHighlighter\": \"\"\n      },\n      \"website\": \"https://github.com/syntaxhighlighter\"\n    },\n    \"TWiki\": {\n      \"cats\": [\n        8\n      ],\n      \"cookies\": {\n        \"TWIKISID\": \"\"\n      },\n      \"html\": \"<img [^>]*(?:title|alt)=\\\"This site is powered by the TWiki collaboration platform\",\n      \"icon\": \"TWiki.png\",\n      \"implies\": \"Perl\",\n      \"script\": \"(?:TWikiJavascripts|twikilib(?:\\\\.min)?\\\\.js)\",\n      \"website\": \"http://twiki.org\"\n    },\n    \"tailwindcss\": {\n      \"cats\": [\n        66\n      ],\n      \"html\": \"<link[^>]+?href=\\\"[^\\\"]+tailwindcss(?:\\\\.min)?\\\\.css\",\n      \"icon\": \"tailwindcss.svg\",\n      \"website\": \"https://tailwindcss.com/\"\n    },\n    \"TYPO3 CMS\": {\n      \"cats\": [\n        1\n      ],\n      \"html\": [\n        \"<link[^>]+ href=\\\"/?typo3(?:conf|temp)/\",\n        \"<img[^>]+ src=\\\"/?typo3(?:conf|temp)/\",\n        \"<!--\\n\\tThis website is powered by TYPO3\"\n      ],\n      \"icon\": \"TYPO3.svg\",\n      \"implies\": \"PHP\",\n      \"script\": \"^/?typo3(?:conf|temp)/\",\n      \"meta\": {\n        \"generator\": \"TYPO3\\\\s+(?:CMS\\\\s+)?(?:[\\\\d.]+)?(?:\\\\s+CMS)?\"\n      },\n      \"url\": \"/typo3/\",\n      \"website\": \"https://typo3.org/\"\n    },\n    \"Taiga\": {\n      \"cats\": [\n        13\n      ],\n      \"icon\": \"Taiga.png\",\n      \"implies\": [\n        \"Django\",\n        \"AngularJS\"\n      ],\n      \"js\": {\n        \"taigaConfig\": \"\"\n      },\n      \"website\": \"http://taiga.io\"\n    },\n    \"Tawk.to\": {\n      \"cats\": [\n        52\n      ],\n      \"icon\": \"TawkTo.png\",\n      \"script\": \"//embed\\\\.tawk\\\\.to\",\n      \"website\": \"http://tawk.to\"\n    },\n    \"Tealeaf\": {\n      \"cats\": [\n        10\n      ],\n      \"icon\": \"Tealeaf.png\",\n      \"js\": {\n        \"TeaLeaf\": \"\"\n      },\n      \"website\": \"http://www.tealeaf.com\"\n    },\n    \"Tealium\": {\n      \"cats\": [\n        36\n      ],\n      \"icon\": \"Tealium.png\",\n      \"js\": {\n        \"TEALIUMENABLED\": \"\"\n      },\n      \"script\": [\n        \"^(?:https?:)?//tags\\\\.tiqcdn\\\\.com/\",\n        \"/tealium/utag\\\\.js$\"\n      ],\n      \"website\": \"http://tealium.com\"\n    },\n    \"TeamCity\": {\n      \"cats\": [\n        44\n      ],\n      \"html\": \"<span class=\\\"versionTag\\\"><span class=\\\"vWord\\\">Version</span> ([\\\\d\\\\.]+)\\\\;version:\\\\1\",\n      \"icon\": \"TeamCity.svg\",\n      \"implies\": [\n        \"Apache Tomcat\",\n        \"Java\",\n        \"jQuery\",\n        \"Moment.js\",\n        \"Prototype\",\n        \"React\",\n        \"Underscore.js\"\n      ],\n      \"meta\": {\n        \"application-name\": \"TeamCity\"\n      },\n      \"website\": \"https://www.jetbrains.com/teamcity/\"\n    },\n    \"Telescope\": {\n      \"cats\": [\n        1\n      ],\n      \"icon\": \"Telescope.png\",\n      \"implies\": [\n        \"Meteor\",\n        \"React\"\n      ],\n      \"js\": {\n        \"Telescope\": \"\"\n      },\n      \"website\": \"http://telescopeapp.org\"\n    },\n    \"TN Express Web\": {\n      \"cats\": [\n        1\n      ],\n      \"cookies\": {\n        \"TNEW\": \"\"\n      },\n      \"implies\": [\n        \"Tessitura\"\n      ],\n      \"icon\": \"tessitura.svg\",\n      \"website\": \"https://www.tessituranetwork.com\"\n    },\n    \"Tessitura\": {\n      \"cats\": [\n        53\n      ],\n      \"html\": \"<!--[^>]+Tessitura Version: (\\\\d*\\\\.\\\\d*\\\\.\\\\d*)?\\\\;version:\\\\1\",\n      \"implies\": [\n        \"Microsoft ASP.NET\",\n        \"IIS\",\n        \"Windows Server\"\n      ],\n      \"icon\": \"tessitura.svg\",\n      \"website\": \"https://www.tessituranetwork.com\"\n    },\n    \"Tengine\": {\n      \"cats\": [\n        22\n      ],\n      \"headers\": {\n        \"Server\": \"Tengine\"\n      },\n      \"icon\": \"Tengine.png\",\n      \"website\": \"http://tengine.taobao.org\"\n    },\n    \"Textalk\": {\n      \"cats\": [\n        6\n      ],\n      \"icon\": \"textalk.png\",\n      \"meta\": {\n        \"generator\": \"Textalk Webshop\"\n      },\n      \"website\": \"https://www.textalk.se\"\n    },\n    \"Textpattern CMS\": {\n      \"cats\": [\n        1\n      ],\n      \"icon\": \"Textpattern CMS.png\",\n      \"implies\": [\n        \"PHP\",\n        \"MySQL\"\n      ],\n      \"meta\": {\n        \"generator\": \"Textpattern\"\n      },\n      \"website\": \"http://textpattern.com\"\n    },\n    \"Thelia\": {\n      \"cats\": [\n        1,\n        6\n      ],\n      \"html\": \"<(?:link|style|script)[^>]+/assets/frontOffice/\",\n      \"icon\": \"Thelia.png\",\n      \"implies\": [\n        \"PHP\",\n        \"Symfony\"\n      ],\n      \"website\": \"http://thelia.net\"\n    },\n    \"ThinkPHP\": {\n      \"cats\": [\n        18\n      ],\n      \"headers\": {\n        \"X-Powered-By\": \"ThinkPHP\"\n      },\n      \"icon\": \"ThinkPHP.png\",\n      \"implies\": \"PHP\",\n      \"website\": \"http://www.thinkphp.cn\"\n    },\n    \"Ticimax\": {\n      \"cats\": [\n        6\n      ],\n      \"icon\": \"Ticimax.png\",\n      \"script\": [\n        \"cdn\\\\.ticimax\\\\.com/\"\n      ],\n      \"website\": \"https://www.ticimax.com\"\n    },\n    \"Tictail\": {\n      \"cats\": [\n        6\n      ],\n      \"html\": \"<link[^>]*tictail\\\\.com\",\n      \"icon\": \"tictail.png\",\n      \"website\": \"https://tictail.com\"\n    },\n    \"TiddlyWiki\": {\n      \"cats\": [\n        1,\n        2,\n        4,\n        8\n      ],\n      \"html\": \"<[^>]*type=[^>]text\\\\/vnd\\\\.tiddlywiki\",\n      \"icon\": \"TiddlyWiki.png\",\n      \"js\": {\n        \"tiddler\": \"\"\n      },\n      \"meta\": {\n        \"application-name\": \"^TiddlyWiki$\",\n        \"copyright\": \"^TiddlyWiki created by Jeremy Ruston\",\n        \"generator\": \"^TiddlyWiki$\",\n        \"tiddlywiki-version\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://tiddlywiki.com\"\n    },\n    \"Tiki Wiki CMS Groupware\": {\n      \"cats\": [\n        1,\n        2,\n        8,\n        11,\n        13\n      ],\n      \"icon\": \"Tiki Wiki CMS Groupware.png\",\n      \"meta\": {\n        \"generator\": \"^Tiki\"\n      },\n      \"script\": \"(?:/|_)tiki\",\n      \"website\": \"http://tiki.org\"\n    },\n    \"Tilda\": {\n      \"cats\": [\n        1\n      ],\n      \"html\": \"<link[^>]* href=[^>]+tilda(?:cdn|\\\\.ws|-blocks)\",\n      \"icon\": \"Tilda.svg\",\n      \"script\": \"tilda(?:cdn|\\\\.ws|-blocks)\",\n      \"website\": \"https://tilda.cc\"\n    },\n    \"Timeplot\": {\n      \"cats\": [\n        25\n      ],\n      \"icon\": \"Timeplot.png\",\n      \"js\": {\n        \"Timeplot\": \"\"\n      },\n      \"script\": \"timeplot.*\\\\.js\",\n      \"website\": \"http://www.simile-widgets.org/timeplot/\"\n    },\n    \"TinyMCE\": {\n      \"cats\": [\n        24\n      ],\n      \"icon\": \"TinyMCE.png\",\n      \"js\": {\n        \"tinyMCE.majorVersion\": \"([\\\\d.]+)\\\\;version:\\\\1\"\n      },\n      \"script\": \"/tiny_?mce(?:\\\\.min)?\\\\.js\",\n      \"website\": \"http://tinymce.com\"\n    },\n    \"Titan\": {\n      \"cats\": [\n        36\n      ],\n      \"icon\": \"Titan.png\",\n      \"js\": {\n        \"titan\": \"\",\n        \"titanEnabled\": \"\"\n      },\n      \"website\": \"http://titan360.com\"\n    },\n    \"TomatoCart\": {\n      \"cats\": [\n        6\n      ],\n      \"icon\": \"TomatoCart.png\",\n      \"js\": {\n        \"AjaxShoppingCart\": \"\"\n      },\n      \"meta\": {\n        \"generator\": \"TomatoCart\"\n      },\n      \"website\": \"http://tomatocart.com\"\n    },\n    \"TornadoServer\": {\n      \"cats\": [\n        22\n      ],\n      \"headers\": {\n        \"Server\": \"TornadoServer(?:/([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"TornadoServer.png\",\n      \"website\": \"http://tornadoweb.org\"\n    },\n    \"TotalCode\": {\n      \"cats\": [\n        6\n      ],\n      \"headers\": {\n        \"X-Powered-By\": \"^TotalCode$\"\n      },\n      \"icon\": \"TotalCode.png\",\n      \"website\": \"http://www.totalcode.com\"\n    },\n    \"Trac\": {\n      \"cats\": [\n        13\n      ],\n      \"html\": [\n        \"<a id=\\\"tracpowered\",\n        \"Powered by <a href=\\\"[^\\\"]*\\\"><strong>Trac(?:[ /]([\\\\d.]+))?\\\\;version:\\\\1\"\n      ],\n      \"icon\": \"Trac.png\",\n      \"implies\": \"Python\",\n      \"website\": \"http://trac.edgewall.org\"\n    },\n    \"TrackJs\": {\n      \"cats\": [\n        10\n      ],\n      \"icon\": \"TrackJs.png\",\n      \"js\": {\n        \"TrackJs\": \"\"\n      },\n      \"script\": \"tracker\\\\.js\",\n      \"website\": \"http://trackjs.com\"\n    },\n    \"Transifex\": {\n      \"cats\": [\n        12\n      ],\n      \"icon\": \"transifex.png\",\n      \"js\": {\n        \"Transifex.live.lib_version\": \"(.+)\\\\;version:\\\\1\"\n      },\n      \"website\": \"https://www.transifex.com\"\n    },\n    \"Translucide\": {\n      \"cats\": [\n        1\n      ],\n      \"icon\": \"translucide.svg\",\n      \"implies\": [\n        \"PHP\",\n        \"jQuery\"\n      ],\n      \"script\": \"lucide\\\\.init(?:\\\\.min)?\\\\.js\",\n      \"website\": \"http://www.translucide.net\"\n    },\n    \"Tray\": {\n      \"cats\": [\n        6\n      ],\n      \"icon\": \"tray.png\",\n      \"script\": \"tcdn\\\\.com\\\\.br\",\n      \"website\": \"https://www.tray.com.br\"\n    },\n    \"Tumblr\": {\n      \"cats\": [\n        11\n      ],\n      \"headers\": {\n        \"X-Tumblr-User\": \"\"\n      },\n      \"html\": \"<iframe src=\\\"[^>]+tumblr\\\\.com\",\n      \"icon\": \"Tumblr.png\",\n      \"url\": \"^https?://(?:www\\\\.)?[^/]+\\\\.tumblr\\\\.com/\",\n      \"website\": \"http://www.tumblr.com\"\n    },\n    \"TweenMax\": {\n      \"cats\": [\n        12\n      ],\n      \"icon\": \"TweenMax.png\",\n      \"js\": {\n        \"TweenMax.version\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"script\": \"TweenMax(?:\\\\.min)?\\\\.js\",\n      \"website\": \"http://greensock.com/tweenmax\"\n    },\n    \"Twilight CMS\": {\n      \"cats\": [\n        1\n      ],\n      \"headers\": {\n        \"X-Powered-CMS\": \"Twilight CMS\"\n      },\n      \"icon\": \"Twilight CMS.png\",\n      \"website\": \"http://www.twilightcms.com\"\n    },\n    \"TwistPHP\": {\n      \"cats\": [\n        18\n      ],\n      \"headers\": {\n        \"X-Powered-By\": \"TwistPHP\"\n      },\n      \"icon\": \"TwistPHP.png\",\n      \"implies\": \"PHP\",\n      \"website\": \"http://twistphp.com\"\n    },\n    \"TwistedWeb\": {\n      \"cats\": [\n        22\n      ],\n      \"headers\": {\n        \"Server\": \"TwistedWeb(?:/([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"TwistedWeb.png\",\n      \"website\": \"http://twistedmatrix.com/trac/wiki/TwistedWeb\"\n    },\n    \"Twitter\": {\n      \"cats\": [\n        5\n      ],\n      \"icon\": \"Twitter.svg\",\n      \"script\": \"//platform\\\\.twitter\\\\.com/widgets\\\\.js\",\n      \"website\": \"http://twitter.com\"\n    },\n    \"Twitter Emoji (Twemoji)\": {\n      \"cats\": [\n        19\n      ],\n      \"js\": {\n        \"twemoji\": \"\"\n      },\n      \"script\": \"twemoji(?:\\\\.min)?\\\\.js\",\n      \"website\": \"https://twitter.github.io/twemoji/\"\n    },\n    \"Twitter Flight\": {\n      \"cats\": [\n        12\n      ],\n      \"icon\": \"Twitter Flight.png\",\n      \"implies\": \"jQuery\",\n      \"js\": {\n        \"flight\": \"\"\n      },\n      \"website\": \"https://flightjs.github.io/\"\n    },\n    \"Twitter typeahead.js\": {\n      \"cats\": [\n        59\n      ],\n      \"icon\": \"Twitter typeahead.js.png\",\n      \"implies\": \"jQuery\",\n      \"js\": {\n        \"typeahead\": \"\"\n      },\n      \"script\": \"(?:typeahead|bloodhound)\\\\.(?:jquery|bundle)?(?:\\\\.min)?\\\\.js\",\n      \"website\": \"https://twitter.github.io/typeahead.js\"\n    },\n    \"TypePad\": {\n      \"cats\": [\n        11\n      ],\n      \"icon\": \"TypePad.png\",\n      \"meta\": {\n        \"generator\": \"typepad\"\n      },\n      \"url\": \"typepad\\\\.com\",\n      \"website\": \"http://www.typepad.com\"\n    },\n    \"Typecho\": {\n      \"cats\": [\n        11\n      ],\n      \"icon\": \"typecho.svg\",\n      \"implies\": \"PHP\",\n      \"js\": {\n        \"TypechoComment\": \"\"\n      },\n      \"meta\": {\n        \"generator\": \"Typecho( [\\\\d.]+)?\\\\;version:\\\\1\"\n      },\n      \"url\": \"/admin/login\\\\.php?referer=http%3A%2F%2F\",\n      \"website\": \"http://typecho.org/\"\n    },\n    \"Typekit\": {\n      \"cats\": [\n        17\n      ],\n      \"icon\": \"Typekit.png\",\n      \"js\": {\n        \"Typekit.config.js\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"script\": \"use\\\\.typekit\\\\.com\",\n      \"website\": \"http://typekit.com\"\n    },\n    \"UIKit\": {\n      \"cats\": [\n        66\n      ],\n      \"html\": \"<[^>]+class=\\\"[^\\\"]*(?:uk-container|uk-section)\",\n      \"icon\": \"UIKit.png\",\n      \"script\": \"uikit.*\\\\.js\",\n      \"website\": \"https://getuikit.com\"\n    },\n    \"UMI.CMS\": {\n      \"cats\": [\n        1\n      ],\n      \"headers\": {\n        \"X-Generated-By\": \"UMI\\\\.CMS\"\n      },\n      \"icon\": \"UMI.CMS.png\",\n      \"implies\": \"PHP\",\n      \"website\": \"https://www.umi-cms.ru\"\n    },\n    \"UNIX\": {\n      \"cats\": [\n        28\n      ],\n      \"headers\": {\n        \"Server\": \"Unix\"\n      },\n      \"icon\": \"UNIX.png\",\n      \"website\": \"http://unix.org\"\n    },\n    \"Ubercart\": {\n      \"cats\": [\n        6\n      ],\n      \"icon\": \"Ubercart.png\",\n      \"implies\": \"Drupal\",\n      \"script\": \"uc_cart/uc_cart_block\\\\.js\",\n      \"website\": \"http://www.ubercart.org\"\n    },\n    \"Ubuntu\": {\n      \"cats\": [\n        28\n      ],\n      \"headers\": {\n        \"Server\": \"Ubuntu\",\n        \"X-Powered-By\": \"Ubuntu\"\n      },\n      \"icon\": \"Ubuntu.png\",\n      \"website\": \"http://www.ubuntu.com/server\"\n    },\n    \"UltraCart\": {\n      \"cats\": [\n        6\n      ],\n      \"html\": \"<form [^>]*action=\\\"[^\\\"]*\\\\/cgi-bin\\\\/UCEditor\\\\?(?:[^\\\"]*&)?merchantId=[^\\\"]\",\n      \"icon\": \"UltraCart.png\",\n      \"js\": {\n        \"ucCatalog\": \"\"\n      },\n      \"script\": \"cgi-bin\\\\/UCJavaScript\\\\?\",\n      \"url\": \"/cgi-bin/UCEditor\\\\?\",\n      \"website\": \"http://ultracart.com\"\n    },\n    \"Umbraco\": {\n      \"cats\": [\n        1\n      ],\n      \"headers\": {\n        \"X-Umbraco-Version\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"html\": \"powered by <a href=[^>]+umbraco\",\n      \"icon\": \"Umbraco.png\",\n      \"implies\": \"Microsoft ASP.NET\",\n      \"js\": {\n        \"UC_IMAGE_SERVICE|ITEM_INFO_SERVICE\": \"\",\n        \"UC_ITEM_INFO_SERVICE\": \"\",\n        \"UC_SETTINGS\": \"\",\n        \"Umbraco\": \"\"\n      },\n      \"meta\": {\n        \"generator\": \"umbraco\"\n      },\n      \"url\": \"/umbraco/login\\\\.aspx(?:$|\\\\?)\",\n      \"website\": \"http://umbraco.com\"\n    },\n    \"Unbounce\": {\n      \"cats\": [\n        20,\n        51\n      ],\n      \"headers\": {\n        \"X-Unbounce-PageId\": \"\"\n      },\n      \"icon\": \"Unbounce.png\",\n      \"script\": \"ubembed\\\\.com\",\n      \"website\": \"http://unbounce.com\"\n    },\n    \"Underscore.js\": {\n      \"cats\": [\n        59\n      ],\n      \"excludes\": \"Lodash\",\n      \"icon\": \"Underscore.js.png\",\n      \"js\": {\n        \"_.VERSION\": \"^(.+)$\\\\;confidence:0\\\\;version:\\\\1\",\n        \"_.restArguments\": \"\"\n      },\n      \"script\": \"underscore.*\\\\.js(?:\\\\?ver=([\\\\d.]+))?\\\\;version:\\\\1\",\n      \"website\": \"http://underscorejs.org\"\n    },\n    \"Usabilla\": {\n      \"cats\": [\n        13\n      ],\n      \"icon\": \"Usabilla.svg\",\n      \"js\": {\n        \"usabilla_live\": \"\"\n      },\n      \"website\": \"http://usabilla.com\"\n    },\n    \"user.com\": {\n      \"cats\": [\n        10\n      ],\n      \"html\": \"<div[^>]+/id=\\\"ue_widget\\\"\",\n      \"icon\": \"user.com.svg\",\n      \"js\": {\n        \"UserEngage\": \"\"\n      },\n      \"website\": \"https://user.com\"\n    },\n    \"UserGuiding\": {\n      \"cats\": [\n        58,\n        10\n      ],\n      \"icon\": \"UserGuiding.svg\",\n      \"implies\": [\n        \"React\",\n        \"webpack\",\n        \"Node.js\"\n      ],\n      \"script\": \"static\\\\.userguiding*\\\\.js\",\n      \"website\": \"https://userguiding.com\"\n    },\n    \"UserLike\": {\n      \"cats\": [\n        52\n      ],\n      \"icon\": \"UserLike.svg\",\n      \"script\": [\n        \"userlike\\\\.min\\\\.js\",\n        \"userlikelib\\\\.min\\\\.js\"\n      ],\n      \"website\": \"http://userlike.com\"\n    },\n    \"UserRules\": {\n      \"cats\": [\n        13\n      ],\n      \"icon\": \"UserRules.png\",\n      \"js\": {\n        \"_usrp\": \"\"\n      },\n      \"website\": \"http://www.userrules.com\"\n    },\n    \"UserVoice\": {\n      \"cats\": [\n        13\n      ],\n      \"icon\": \"UserVoice.png\",\n      \"js\": {\n        \"UserVoice\": \"\"\n      },\n      \"website\": \"http://uservoice.com\"\n    },\n    \"Ushahidi\": {\n      \"cats\": [\n        1,\n        35\n      ],\n      \"cookies\": {\n        \"ushahidi\": \"\"\n      },\n      \"icon\": \"Ushahidi.png\",\n      \"implies\": [\n        \"PHP\",\n        \"MySQL\",\n        \"OpenLayers\"\n      ],\n      \"js\": {\n        \"Ushahidi\": \"\"\n      },\n      \"script\": \"/js/ushahidi\\\\.js$\",\n      \"website\": \"http://www.ushahidi.com\"\n    },\n    \"VIVVO\": {\n      \"cats\": [\n        1\n      ],\n      \"cookies\": {\n        \"VivvoSessionId\": \"\"\n      },\n      \"icon\": \"VIVVO.png\",\n      \"js\": {\n        \"vivvo\": \"\"\n      },\n      \"website\": \"http://vivvo.net\"\n    },\n    \"VP-ASP\": {\n      \"cats\": [\n        6\n      ],\n      \"html\": \"<a[^>]+>Powered By VP-ASP Shopping Cart</a>\",\n      \"icon\": \"VP-ASP.png\",\n      \"implies\": \"Microsoft ASP.NET\",\n      \"script\": \"vs350\\\\.js\",\n      \"website\": \"http://www.vpasp.com\"\n    },\n    \"VTEX\": {\n      \"cats\": [\n        6\n      ],\n      \"cookies\": {\n        \"VtexWorkspace\": \"\",\n        \"VtexFingerPrint\": \"\",\n        \"vtex_session\": \"\"\n      },\n      \"headers\": {\n        \"Server\": \"^VTEX IO$\",\n        \"powered\": \"vtex\"\n      },\n      \"icon\": \"VTEX.svg\",\n      \"website\": \"https://vtex.com/\"\n    },\n    \"VTEX Integrated Store\": {\n      \"cats\": [\n        6\n      ],\n      \"headers\": {\n        \"X-Powered-By\": \"vtex-integrated-store\"\n      },\n      \"icon\": \"VTEX Integrated Store.png\",\n      \"website\": \"http://lojaintegrada.com.br\"\n    },\n    \"Vaadin\": {\n      \"cats\": [\n        18\n      ],\n      \"icon\": \"Vaadin.svg\",\n      \"implies\": \"Java\",\n      \"js\": {\n        \"vaadin\": \"\"\n      },\n      \"script\": \"vaadinBootstrap\\\\.js(?:\\\\?v=([\\\\d.]+))?\\\\;version:\\\\1\",\n      \"website\": \"https://vaadin.com\"\n    },\n    \"Vanilla\": {\n      \"cats\": [\n        2\n      ],\n      \"headers\": {\n        \"X-Powered-By\": \"Vanilla\"\n      },\n      \"html\": \"<body id=\\\"(?:DiscussionsPage|vanilla)\",\n      \"icon\": \"Vanilla.png\",\n      \"implies\": \"PHP\",\n      \"website\": \"http://vanillaforums.org\"\n    },\n    \"Varnish\": {\n      \"cats\": [\n        23\n      ],\n      \"headers\": {\n        \"Via\": \"varnish(?: \\\\(Varnish/([\\\\d.]+)\\\\))?\\\\;version:\\\\1\",\n        \"X-Varnish\": \"\",\n        \"X-Varnish-Action\": \"\",\n        \"X-Varnish-Age\": \"\",\n        \"X-Varnish-Cache\": \"\",\n        \"X-Varnish-Hostname\": \"\"\n      },\n      \"icon\": \"Varnish.svg\",\n      \"website\": \"http://www.varnish-cache.org\"\n    },\n    \"Venda\": {\n      \"cats\": [\n        6\n      ],\n      \"headers\": {\n        \"X-venda-hitid\": \"\"\n      },\n      \"icon\": \"Venda.png\",\n      \"website\": \"http://venda.com\"\n    },\n    \"Veoxa\": {\n      \"cats\": [\n        36\n      ],\n      \"html\": \"<img [^>]*src=\\\"[^\\\"]+tracking\\\\.veoxa\\\\.com\",\n      \"icon\": \"Veoxa.png\",\n      \"js\": {\n        \"VuVeoxaContent\": \"\"\n      },\n      \"script\": \"tracking\\\\.veoxa\\\\.com\",\n      \"website\": \"http://veoxa.com\"\n    },\n    \"VideoJS\": {\n      \"cats\": [\n        14\n      ],\n      \"html\": \"<div[^>]+class=\\\"video-js+\\\">\",\n      \"icon\": \"VideoJS.svg\",\n      \"js\": {\n        \"videojs.VERSION\": \"^(.+)$\\\\;version:\\\\1\",\n        \"videojs\": \"\",\n        \"VideoJS\": \"\"\n      },\n      \"script\": [\n        \"zencdn\\\\.net/c/video\\\\.js\",\n        \"^(?:https?:)?\\\\/\\\\/(?:[^\\\\/]+\\\\.)*cdnjs\\\\.cloudflare\\\\.com\\\\/ajax\\\\/libs\\\\/video\\\\.js\\\\/([\\\\d\\\\.]+)\\\\/\\\\;version:\\\\1\"\n      ],\n      \"website\": \"http://videojs.com\"\n    },\n    \"VigLink\": {\n      \"cats\": [\n        36\n      ],\n      \"icon\": \"VigLink.png\",\n      \"js\": {\n        \"vglnk\": \"\",\n        \"vl_cB\": \"\",\n        \"vl_disable\": \"\"\n      },\n      \"script\": \"(?:^[^/]*//[^/]*viglink\\\\.com/api/|vglnk\\\\.js)\",\n      \"website\": \"http://viglink.com\"\n    },\n    \"Vigbo\": {\n      \"cats\": [\n        1\n      ],\n      \"cookies\": {\n        \"_gphw_mode\": \"\"\n      },\n      \"html\": \"<link[^>]* href=[^>]+(?:\\\\.vigbo\\\\.com|\\\\.gophotoweb\\\\.com)\",\n      \"icon\": \"vigbo.png\",\n      \"script\": \"(?:\\\\.vigbo\\\\.com|\\\\.gophotoweb\\\\.com)\",\n      \"website\": \"https://vigbo.com\"\n    },\n    \"Vignette\": {\n      \"cats\": [\n        1\n      ],\n      \"html\": \"<[^>]+=\\\"vgn-?ext\",\n      \"icon\": \"Vignette.png\",\n      \"website\": \"http://www.vignette.com\"\n    },\n    \"Vimeo\": {\n      \"cats\": [\n        14\n      ],\n      \"html\": \"(?:<(?:param|embed)[^>]+vimeo\\\\.com/moogaloop|<iframe[^>]player\\\\.vimeo\\\\.com)\",\n      \"icon\": \"Vimeo.png\",\n      \"website\": \"http://vimeo.com\"\n    },\n    \"VirtueMart\": {\n      \"cats\": [\n        6\n      ],\n      \"html\": \"<div id=\\\"vmMainPage\",\n      \"icon\": \"VirtueMart.png\",\n      \"implies\": \"Joomla\",\n      \"website\": \"http://virtuemart.net\"\n    },\n    \"Virtuoso\": {\n      \"cats\": [\n        34\n      ],\n      \"headers\": {\n        \"Server\": \"Virtuoso/?([0-9.]+)?\\\\;version:\\\\1\"\n      },\n      \"meta\": {\n        \"Copyright\": \"^Copyright &copy; \\\\d{4} OpenLink Software\",\n        \"Keywords\": \"^OpenLink Virtuoso Sparql\"\n      },\n      \"url\": \"/sparql\",\n      \"website\": \"https://virtuoso.openlinksw.com/\"\n    },\n    \"Visual Website Optimizer\": {\n      \"cats\": [\n        10\n      ],\n      \"html\": [\n        \"<!-- (?:Start|End) Visual Website Optimizer A?Synchronous Code -->\"\n      ],\n      \"icon\": \"vwo.svg\",\n      \"js\": {\n        \"VWO\": \"\",\n        \"__vwo\": \"\"\n      },\n      \"script\": [\n        \"dev\\\\.visualwebsiteoptimizer\\\\.com\"\n      ],\n      \"website\": \"https://vwo.com/\"\n    },\n    \"VisualPath\": {\n      \"cats\": [\n        10\n      ],\n      \"icon\": \"VisualPath.png\",\n      \"script\": \"visualpath[^/]*\\\\.trackset\\\\.it/[^/]+/track/include\\\\.js\",\n      \"website\": \"http://www.trackset.com/web-analytics-software/visualpath\"\n    },\n    \"Volusion (V1)\": {\n      \"cats\": [\n        6\n      ],\n      \"html\": \"<link [^>]*href=\\\"[^\\\"]*/vspfiles/\",\n      \"icon\": \"Volusion.svg\",\n      \"implies\": \"Microsoft ASP.NET\",\n      \"js\": {\n        \"volusion\": \"\"\n      },\n      \"script\": \"/volusion\\\\.js(?:\\\\?([\\\\d.]*))?\\\\;version:\\\\1\",\n      \"website\": \"https://www.volusion.com\"\n    },\n    \"Volusion (V2)\": {\n      \"cats\": [\n        6\n      ],\n      \"html\": \"<body [^>]*data-vn-page-name\",\n      \"icon\": \"Volusion.svg\",\n      \"implies\": \"AngularJS\",\n      \"website\": \"https://www.volusion.com\"\n    },\n    \"Vue.js\": {\n      \"cats\": [\n        12\n      ],\n      \"html\": \"<[^>]+\\\\sdata-v(?:ue)?-\",\n      \"icon\": \"Vue.js.png\",\n      \"js\": {\n        \"Vue.version\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"script\": [\n        \"vue[.-]([\\\\d.]*\\\\d)[^/]*\\\\.js\\\\;version:\\\\1\",\n        \"(?:/([\\\\d.]+))?/vue(?:\\\\.min)?\\\\.js\\\\;version:\\\\1\"\n      ],\n      \"website\": \"http://vuejs.org\"\n    },\n    \"Nuxt.js\": {\n      \"cats\": [\n        12\n      ],\n      \"html\": [\n        \"<div [^>]*id=\\\"__nuxt\\\"\",\n        \"<script [^>]*>window\\\\.__NUXT__\"\n      ],\n      \"icon\": \"Nuxt.js.svg\",\n      \"js\": {\n        \"$nuxt\": \"\"\n      },\n      \"script\": [\n        \"/_nuxt/\"\n      ],\n      \"implies\": \"Vue.js\",\n      \"website\": \"https://nuxtjs.org\"\n    },\n    \"W3 Total Cache\": {\n      \"cats\": [\n        23\n      ],\n      \"headers\": {\n        \"X-Powered-By\": \"W3 Total Cache(?:/([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"html\": \"<!--[^>]+W3 Total Cache\",\n      \"icon\": \"W3 Total Cache.png\",\n      \"implies\": \"WordPress\",\n      \"website\": \"http://www.w3-edge.com/wordpress-plugins/w3-total-cache\"\n    },\n    \"W3Counter\": {\n      \"cats\": [\n        10\n      ],\n      \"icon\": \"W3Counter.png\",\n      \"script\": \"w3counter\\\\.com/tracker\\\\.js\",\n      \"website\": \"http://www.w3counter.com\"\n    },\n    \"WEBXPAY\": {\n      \"cats\": [\n        6\n      ],\n      \"html\": \"Powered by <a href=\\\"https://www\\\\.webxpay\\\\.com\\\">WEBXPAY<\",\n      \"icon\": \"WEBXPAY.png\",\n      \"js\": {\n        \"WEBXPAY\": \"\"\n      },\n      \"website\": \"https://webxpay.com\"\n    },\n    \"WHMCS\": {\n      \"cats\": [\n        6\n      ],\n      \"cookies\": {\n        \"WHMCS\": \"\"\n      },\n      \"icon\": \"WHMCS.png\",\n      \"website\": \"http://www.whmcs.com\"\n    },\n    \"WP Rocket\": {\n      \"cats\": [\n        23\n      ],\n      \"headers\": {\n        \"X-Powered-By\": \"WP Rocket(?:/([\\\\d.]+))?\\\\;version:\\\\1\",\n        \"X-Rocket-Nginx-Bypass\": \"\"\n      },\n      \"html\": \"<!--[^>]+WP Rocket\",\n      \"icon\": \"WP Rocket.png\",\n      \"implies\": \"WordPress\",\n      \"website\": \"http://wp-rocket.me\"\n    },\n    \"WP Engine\": {\n      \"cats\": [\n        62\n      ],\n      \"headers\": {\n        \"wpe-backend\": \"\",\n        \"X-Pass-Why\": \"\",\n        \"X-WPE-Loopback-Upstream-Addr\": \"\"\n      },\n      \"icon\": \"wpengine.svg\",\n      \"implies\": \"WordPress\",\n      \"website\": \"https://wpengine.com\"\n    },\n    \"Warp\": {\n      \"cats\": [\n        22\n      ],\n      \"headers\": {\n        \"Server\": \"^Warp/(\\\\d+(?:\\\\.\\\\d+)+)?$\\\\;version:\\\\1\"\n      },\n      \"icon\": \"Warp.png\",\n      \"implies\": \"Haskell\",\n      \"website\": \"http://www.stackage.org/package/warp\"\n    },\n    \"Web2py\": {\n      \"cats\": [\n        18\n      ],\n      \"headers\": {\n        \"X-Powered-By\": \"web2py\"\n      },\n      \"icon\": \"Web2py.png\",\n      \"implies\": [\n        \"Python\",\n        \"jQuery\"\n      ],\n      \"meta\": {\n        \"generator\": \"^Web2py\"\n      },\n      \"script\": \"web2py\\\\.js\",\n      \"website\": \"http://web2py.com\"\n    },\n    \"Webflow\": {\n      \"cats\": [\n        51\n      ],\n      \"html\": \"<html[^>]+data-wf-site\",\n      \"icon\": \"webflow.svg\",\n      \"js\": {\n        \"Webflow\": \"\"\n      },\n      \"meta\": {\n        \"generator\": \"Webflow\"\n      },\n      \"website\": \"https://webflow.com\"\n    },\n    \"WebGUI\": {\n      \"cats\": [\n        1\n      ],\n      \"cookies\": {\n        \"wgSession\": \"\"\n      },\n      \"icon\": \"WebGUI.png\",\n      \"implies\": \"Perl\",\n      \"meta\": {\n        \"generator\": \"^WebGUI ([\\\\d.]+)\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://www.webgui.org\"\n    },\n    \"WebPublisher\": {\n      \"cats\": [\n        1\n      ],\n      \"icon\": \"WebPublisher.png\",\n      \"meta\": {\n        \"generator\": \"WEB\\\\|Publisher\"\n      },\n      \"website\": \"http://scannet.dk\"\n    },\n    \"WebSite X5\": {\n      \"cats\": [\n        20\n      ],\n      \"icon\": \"WebSite X5.png\",\n      \"meta\": {\n        \"generator\": \"Incomedia WebSite X5 (\\\\w+ [\\\\d.]+)\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://websitex5.com\"\n    },\n    \"Webdev\": {\n      \"cats\": [\n        20\n      ],\n      \"headers\": {\n        \"WebDevSrc\": \"\"\n      },\n      \"html\": \"<!-- [a-zA-Z0-9_]+ [\\\\d/]+ [\\\\d:]+ WebDev \\\\d\\\\d ([\\\\d.]+) -->\\\\;version:\\\\1\",\n      \"icon\": \"webdev.png\",\n      \"meta\": {\n        \"generator\": \"^WEBDEV$\"\n      },\n      \"website\": \"https://www.windev.com/webdev/index.html\"\n    },\n    \"Webix\": {\n      \"cats\": [\n        12\n      ],\n      \"icon\": \"Webix.png\",\n      \"js\": {\n        \"webix\": \"\"\n      },\n      \"script\": \"\\\\bwebix\\\\.js\",\n      \"website\": \"http://webix.com\"\n    },\n    \"Webmine\": {\n      \"cats\": [\n        56\n      ],\n      \"html\": \"<iframe[^>]+src=[\\\\'\\\"]https://webmine\\\\.cz/miner\\\\?key=\",\n      \"icon\": \"webmine.png\",\n      \"website\": \"https://webmine.cz/\"\n    },\n    \"Webs\": {\n      \"cats\": [\n        1\n      ],\n      \"headers\": {\n        \"Server\": \"Webs\\\\.com/?([\\\\d\\\\.]+)?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"Webs.png\",\n      \"website\": \"http://webs.com\"\n    },\n    \"Websocket\": {\n      \"cats\": [\n        19\n      ],\n      \"html\": [\n        \"<link[^>]+rel=[\\\"']web-socket[\\\"']\",\n        \"<(?:link|a)[^>]+href=[\\\"']wss?://\"\n      ],\n      \"icon\": \"websocket.png\",\n      \"website\": \"https://en.wikipedia.org/wiki/WebSocket\"\n    },\n    \"WebsPlanet\": {\n      \"cats\": [\n        1\n      ],\n      \"icon\": \"WebsPlanet.png\",\n      \"meta\": {\n        \"generator\": \"WebsPlanet\"\n      },\n      \"website\": \"http://websplanet.com\"\n    },\n    \"Websale\": {\n      \"cats\": [\n        6\n      ],\n      \"icon\": \"Websale.png\",\n      \"url\": \"/websale7/\",\n      \"website\": \"http://websale.de\"\n    },\n    \"Website Creator\": {\n      \"cats\": [\n        1\n      ],\n      \"icon\": \"WebsiteCreator.png\",\n      \"implies\": [\n        \"PHP\",\n        \"MySQL\",\n        \"Vue.js\"\n      ],\n      \"meta\": {\n        \"generator\": \"Website Creator by hosttech\",\n        \"wsc_rendermode\": \"\"\n      },\n      \"website\": \"https://www.hosttech.ch/websitecreator\"\n    },\n    \"WebsiteBaker\": {\n      \"cats\": [\n        1\n      ],\n      \"icon\": \"WebsiteBaker.png\",\n      \"implies\": [\n        \"PHP\",\n        \"MySQL\"\n      ],\n      \"meta\": {\n        \"generator\": \"WebsiteBaker\"\n      },\n      \"website\": \"http://websitebaker2.org/en/home.php\"\n    },\n    \"Webtrekk\": {\n      \"cats\": [\n        10\n      ],\n      \"icon\": \"Webtrekk.png\",\n      \"js\": {\n        \"webtrekk\": \"\",\n        \"webtrekkConfig\": \"\",\n        \"webtrekkHeatmapObjects\": \"\",\n        \"webtrekkLinktrackObjects\": \"\",\n        \"webtrekkUnloadObjects\": \"\",\n        \"webtrekkV3\": \"\",\n        \"WebtrekkV3\": \"\",\n        \"wt_tt\": \"\",\n        \"wt_ttv2\": \"\"\n      },\n      \"website\": \"http://www.webtrekk.com\"\n    },\n    \"Webtrends\": {\n      \"cats\": [\n        10\n      ],\n      \"html\": \"<img[^>]+id=\\\"DCSIMG\\\"[^>]+webtrends\",\n      \"icon\": \"Webtrends.png\",\n      \"js\": {\n        \"WTOptimize\": \"\",\n        \"WebTrends\": \"\"\n      },\n      \"website\": \"http://worldwide.webtrends.com\"\n    },\n    \"Weebly\": {\n      \"cats\": [\n        1\n      ],\n      \"icon\": \"Weebly.png\",\n      \"implies\": [\n        \"PHP\",\n        \"MySQL\"\n      ],\n      \"js\": {\n        \"_W.configDomain\": \"\"\n      },\n      \"script\": \"cdn\\\\d+\\\\.editmysite\\\\.com\",\n      \"website\": \"https://www.weebly.com\"\n    },\n    \"Weglot\": {\n      \"cats\": [\n        19\n      ],\n      \"headers\": {\n        \"Weglot-Translated\": \"\"\n      },\n      \"icon\": \"Weglot.png\",\n      \"script\": [\n        \"cdn\\\\.weglot\\\\.com\",\n        \"wp-content/plugins/weglot\"\n      ],\n      \"website\": \"https://www.weglot.com\"\n    },\n    \"Webzi\": {\n      \"cats\": [\n        1\n      ],\n      \"icon\": \"Webzi.svg\",\n      \"js\": {\n        \"Webzi\": \"\"\n      },\n      \"meta\": {\n        \"generator\": \"^Webzi\"\n      },\n      \"script\": \"cdn\\\\.6th\\\\.ir\",\n      \"website\": \"https://webzi.ir\"\n    },\n    \"Whooshkaa\": {\n      \"cats\": [\n        5\n      ],\n      \"html\": \"<iframe src=\\\"[^>]+whooshkaa\\\\.com\",\n      \"icon\": \"Whooshkaa.svg\",\n      \"website\": \"https://www.whooshkaa.com\"\n    },\n    \"Wikinggruppen\": {\n      \"cats\": [\n        6\n      ],\n      \"html\": [\n        \"<!-- WIKINGGRUPPEN\"\n      ],\n      \"icon\": \"wikinggruppen.png\",\n      \"website\": \"https://wikinggruppen.se/\"\n    },\n    \"WikkaWiki\": {\n      \"cats\": [\n        8\n      ],\n      \"html\": \"Powered by <a href=\\\"[^>]+WikkaWiki\",\n      \"icon\": \"WikkaWiki.png\",\n      \"meta\": {\n        \"generator\": \"WikkaWiki\"\n      },\n      \"website\": \"http://wikkawiki.org\"\n    },\n    \"Windows CE\": {\n      \"cats\": [\n        28\n      ],\n      \"headers\": {\n        \"Server\": \"\\\\bWinCE\\\\b\"\n      },\n      \"icon\": \"Microsoft.png\",\n      \"website\": \"http://microsoft.com\"\n    },\n    \"Windows Server\": {\n      \"cats\": [\n        28\n      ],\n      \"headers\": {\n        \"Server\": \"Win32|Win64\"\n      },\n      \"icon\": \"WindowsServer.png\",\n      \"website\": \"http://microsoft.com/windowsserver\"\n    },\n    \"Wink\": {\n      \"cats\": [\n        26,\n        12\n      ],\n      \"icon\": \"Wink.png\",\n      \"js\": {\n        \"wink.version\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"script\": \"(?:_base/js/base|wink).*\\\\.js\",\n      \"website\": \"http://winktoolkit.org\"\n    },\n    \"Winstone Servlet Container\": {\n      \"cats\": [\n        22\n      ],\n      \"headers\": {\n        \"Server\": \"Winstone Servlet (?:Container|Engine) v?([\\\\d.]+)?\\\\;version:\\\\1\",\n        \"X-Powered-By\": \"Winstone(?:.([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://winstone.sourceforge.net\"\n    },\n    \"Wix\": {\n      \"cats\": [\n        1,\n        6,\n        11\n      ],\n      \"cookies\": {\n        \"Domain\": \"\\\\.wix\\\\.com\"\n      },\n      \"headers\": {\n        \"X-Wix-Renderer-Server\": \"\",\n        \"X-Wix-Request-Id\": \"\",\n        \"X-Wix-Server-Artifact-Id\": \"\"\n      },\n      \"icon\": \"Wix.png\",\n      \"implies\": [\n        \"React\"\n      ],\n      \"js\": {\n        \"wixBiSession\": \"\"\n      },\n      \"meta\": {\n        \"generator\": \"Wix\\\\.com Website Builder\"\n      },\n      \"script\": \"static\\\\.parastorage\\\\.com\",\n      \"website\": \"https://www.wix.com\"\n    },\n    \"Wolf CMS\": {\n      \"cats\": [\n        1\n      ],\n      \"html\": \"(?:<a href=\\\"[^>]+wolfcms\\\\.org[^>]+>Wolf CMS(?:</a>)? inside|Thank you for using <a[^>]+>Wolf CMS)\",\n      \"icon\": \"Wolf CMS.png\",\n      \"implies\": \"PHP\",\n      \"website\": \"http://www.wolfcms.org\"\n    },\n    \"Woltlab Community Framework\": {\n      \"cats\": [\n        1\n      ],\n      \"html\": \"var WCF_PATH[^>]+\",\n      \"icon\": \"Woltlab Community Framework.png\",\n      \"implies\": \"PHP\",\n      \"script\": \"WCF\\\\..*\\\\.js\",\n      \"website\": \"http://www.woltlab.com\"\n    },\n    \"WooCommerce\": {\n      \"cats\": [\n        6\n      ],\n      \"html\": [\n        \"<!-- WooCommerce\",\n        \"<link rel='[^']+' id='woocommerce-(?:layout|smallscreen|general)-css'  href='https?://[^/]+/wp-content/plugins/woocommerce/assets/css/woocommerce(?:-layout|-smallscreen)?\\\\.css?ver=([\\\\d.]+)'\\\\;version:\\\\1\"\n      ],\n      \"icon\": \"WooCommerce.png\",\n      \"implies\": \"WordPress\",\n      \"js\": {\n        \"woocommerce_params\": \"\"\n      },\n      \"meta\": {\n        \"generator\": \"WooCommerce ([\\\\d.]+)\\\\;version:\\\\1\"\n      },\n      \"script\": \"/woocommerce(?:\\\\.min)?\\\\.js(?:\\\\?ver=([0-9.]+))?\\\\;version:\\\\1\",\n      \"website\": \"http://www.woothemes.com/woocommerce\"\n    },\n    \"Woopra\": {\n      \"cats\": [\n        10\n      ],\n      \"icon\": \"Woopra.png\",\n      \"script\": \"static\\\\.woopra\\\\.com\",\n      \"website\": \"http://www.woopra.com\"\n    },\n    \"Woosa\": {\n      \"cats\": [\n        1,\n        6\n      ],\n      \"excludes\": [\n        \"WordPress\",\n        \"WooCommerce\"\n      ],\n      \"icon\": \"Woosa.png\",\n      \"meta\": {\n        \"generator\": \"^Woosa$\"\n      },\n      \"website\": \"https://woosa.nl\"\n    },\n    \"WordPress\": {\n      \"cats\": [\n        1,\n        11\n      ],\n      \"html\": [\n        \"<link rel=[\\\"']stylesheet[\\\"'] [^>]+/wp-(?:content|includes)/\",\n        \"<link[^>]+s\\\\d+\\\\.wp\\\\.com\"\n      ],\n      \"icon\": \"WordPress.svg\",\n      \"implies\": [\n        \"PHP\",\n        \"MySQL\"\n      ],\n      \"headers\": {\n        \"link\": \"rel=\\\"https://api\\\\.w\\\\.org/\\\"\"\n      },\n      \"js\": {\n        \"wp_username\": \"\"\n      },\n      \"meta\": {\n        \"generator\": \"^WordPress ?([\\\\d.]+)?\\\\;version:\\\\1\"\n      },\n      \"script\": \"/wp-(?:content|includes)/\",\n      \"website\": \"https://wordpress.org\"\n    },\n    \"WordPress Super Cache\": {\n      \"cats\": [\n        23\n      ],\n      \"headers\": {\n        \"WP-Super-Cache\": \"\"\n      },\n      \"html\": \"<!--[^>]+WP-Super-Cache\",\n      \"icon\": \"wp_super_cache.png\",\n      \"implies\": \"WordPress\",\n      \"website\": \"http://z9.io/wp-super-cache/\"\n    },\n    \"WordPress VIP\": {\n      \"cats\": [\n        62\n      ],\n      \"headers\": {\n        \"x-powered-by\": \"^WordPress.com VIP\"\n      },\n      \"implies\": [\n        \"WordPress\"\n      ],\n      \"icon\": \"wpvip.svg\",\n      \"website\": \"https://wpvip.com\"\n    },\n    \"Wowza Media Server\": {\n      \"cats\": [\n        38\n      ],\n      \"html\": \"<title>Wowza Media Server \\\\d+ ((?:\\\\w+ Edition )?\\\\d+\\\\.[\\\\d\\\\.]+(?: build\\\\d+)?)?\\\\;version:\\\\1\",\n      \"icon\": \"Wowza Media Server.png\",\n      \"website\": \"http://www.wowza.com\"\n    },\n    \"X-Cart\": {\n      \"cats\": [\n        6\n      ],\n      \"cookies\": {\n        \"xid\": \"[a-z\\\\d]{32}(?:;|$)\"\n      },\n      \"html\": [\n        \"Powered by X-Cart(?: (\\\\d+))? <a[^>]+href=\\\"http://www\\\\.x-cart\\\\.com/\\\"[^>]*>\\\\;version:\\\\1\",\n        \"<a[^>]+href=\\\"[^\\\"]*(?:\\\\?|&)xcart_form_id=[a-z\\\\d]{32}(?:&|$)\"\n      ],\n      \"icon\": \"X-Cart.png\",\n      \"implies\": \"PHP\",\n      \"js\": {\n        \"xcart_web_dir\": \"\",\n        \"xliteConfig\": \"\"\n      },\n      \"meta\": {\n        \"generator\": \"X-Cart(?: (\\\\d+))?\\\\;version:\\\\1\"\n      },\n      \"script\": \"/skin/common_files/modules/Product_Options/func\\\\.js\",\n      \"website\": \"http://x-cart.com\"\n    },\n    \"XAMPP\": {\n      \"cats\": [\n        22\n      ],\n      \"html\": \"<title>XAMPP(?: Version ([\\\\d\\\\.]+))?</title>\\\\;version:\\\\1\",\n      \"icon\": \"XAMPP.png\",\n      \"implies\": [\n        \"Apache\",\n        \"MySQL\",\n        \"PHP\",\n        \"Perl\"\n      ],\n      \"meta\": {\n        \"author\": \"Kai Oswald Seidler\\\\;confidence:10\"\n      },\n      \"website\": \"http://www.apachefriends.org/en/xampp.html\"\n    },\n    \"XMB\": {\n      \"cats\": [\n        2\n      ],\n      \"html\": \"<!-- Powered by XMB\",\n      \"icon\": \"XMB.png\",\n      \"website\": \"http://www.xmbforum.com\"\n    },\n    \"XOOPS\": {\n      \"cats\": [\n        1\n      ],\n      \"icon\": \"XOOPS.png\",\n      \"implies\": \"PHP\",\n      \"js\": {\n        \"xoops\": \"\"\n      },\n      \"meta\": {\n        \"generator\": \"XOOPS\"\n      },\n      \"website\": \"http://xoops.org\"\n    },\n    \"XRegExp\": {\n      \"cats\": [\n        59\n      ],\n      \"icon\": \"XRegExp.png\",\n      \"js\": {\n        \"XRegExp.version\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"script\": [\n        \"xregexp[.-]([\\\\d.]*\\\\d)[^/]*\\\\.js\\\\;version:\\\\1\",\n        \"/([\\\\d.]+)/xregexp(?:\\\\.min)?\\\\.js\\\\;version:\\\\1\",\n        \"xregexp.*\\\\.js\"\n      ],\n      \"website\": \"http://xregexp.com\"\n    },\n    \"XWiki\": {\n      \"cats\": [\n        8\n      ],\n      \"excludes\": \"MediaWiki\",\n      \"html\": [\n        \"<html[^>]data-xwiki-[^>]>\"\n      ],\n      \"icon\": \"xwiki.png\",\n      \"implies\": \"Java\\\\;confidence:99\",\n      \"meta\": {\n        \"wiki\": \"xwiki\"\n      },\n      \"website\": \"http://www.xwiki.org\"\n    },\n    \"Xajax\": {\n      \"cats\": [\n        59\n      ],\n      \"icon\": \"Xajax.png\",\n      \"script\": \"xajax_core.*\\\\.js\",\n      \"website\": \"http://xajax-project.org\"\n    },\n    \"Xanario\": {\n      \"cats\": [\n        6\n      ],\n      \"icon\": \"Xanario.png\",\n      \"meta\": {\n        \"generator\": \"xanario shopsoftware\"\n      },\n      \"website\": \"http://xanario.de\"\n    },\n    \"XenForo\": {\n      \"cats\": [\n        2\n      ],\n      \"cookies\": {\n        \"xf_csrf\": \"\",\n        \"xf_session\": \"\"\n      },\n      \"html\": [\n        \"(?:jQuery\\\\.extend\\\\(true, XenForo|Forum software by XenForo™|<!--XF:branding|<html[^>]+id=\\\"XenForo\\\")\",\n        \"<html id=\\\"XF\\\" \"\n      ],\n      \"icon\": \"XenForo.png\",\n      \"implies\": [\n        \"PHP\",\n        \"MySQL\"\n      ],\n      \"js\": {\n        \"XF.GuestUsername\": \"\"\n      },\n      \"website\": \"http://xenforo.com\"\n    },\n    \"Xeora\": {\n      \"cats\": [\n        18\n      ],\n      \"headers\": {\n        \"Server\": \"XeoraEngine\",\n        \"X-Powered-By\": \"XeoraCube\"\n      },\n      \"html\": \"<input type=\\\"hidden\\\" name=\\\"_sys_bind_\\\\d+\\\" id=\\\"_sys_bind_\\\\d+\\\" />\",\n      \"implies\": [\n        \"Microsoft ASP.NET\"\n      ],\n      \"icon\": \"xeora.png\",\n      \"script\": \"/_bi_sps_v.+\\\\.js\",\n      \"website\": \"http://www.xeora.org\"\n    },\n    \"Xitami\": {\n      \"cats\": [\n        22\n      ],\n      \"headers\": {\n        \"Server\": \"Xitami(?:/([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"Xitami.png\",\n      \"website\": \"http://xitami.com\"\n    },\n    \"Xonic\": {\n      \"cats\": [\n        6\n      ],\n      \"html\": [\n        \"Powered by <a href=\\\"http://www\\\\.xonic-solutions\\\\.de/index\\\\.php\\\" target=\\\"_blank\\\">xonic-solutions Shopsoftware</a>\"\n      ],\n      \"icon\": \"xonic.png\",\n      \"meta\": {\n        \"keywords\": \"xonic-solutions\"\n      },\n      \"script\": \"core/jslib/jquery\\\\.xonic\\\\.js\\\\.php\",\n      \"website\": \"http://www.xonic-solutions.de\"\n    },\n    \"XpressEngine\": {\n      \"cats\": [\n        1\n      ],\n      \"icon\": \"XpressEngine.png\",\n      \"meta\": {\n        \"generator\": \"XpressEngine\"\n      },\n      \"website\": \"http://www.xpressengine.com/\"\n    },\n    \"YUI\": {\n      \"cats\": [\n        59\n      ],\n      \"icon\": \"YUI.png\",\n      \"js\": {\n        \"YAHOO.VERSION\": \"^(.+)$\\\\;version:\\\\1\",\n        \"YUI.version\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"script\": \"(?:/yui/|yui\\\\.yahooapis\\\\.com)\",\n      \"website\": \"http://yuilibrary.com\"\n    },\n    \"YUI Doc\": {\n      \"cats\": [\n        4\n      ],\n      \"html\": \"(?:<html[^>]* yuilibrary\\\\.com/rdf/[\\\\d.]+/yui\\\\.rdf|<body[^>]+class=\\\"yui3-skin-sam)\",\n      \"icon\": \"yahoo.png\",\n      \"website\": \"http://developer.yahoo.com/yui/yuidoc\"\n    },\n    \"YaBB\": {\n      \"cats\": [\n        2\n      ],\n      \"html\": \"Powered by <a href=\\\"[^>]+yabbforum\",\n      \"icon\": \"YaBB.png\",\n      \"website\": \"http://www.yabbforum.com\"\n    },\n    \"Yahoo Advertising\": {\n      \"cats\": [\n        36\n      ],\n      \"html\": [\n        \"<iframe[^>]+adserver\\\\.yahoo\\\\.com\",\n        \"<img[^>]+clicks\\\\.beap\\\\.bc\\\\.yahoo\\\\.com\"\n      ],\n      \"icon\": \"yahoo.png\",\n      \"js\": {\n        \"adxinserthtml\": \"\"\n      },\n      \"script\": \"adinterax\\\\.com\",\n      \"website\": \"http://advertising.yahoo.com\"\n    },\n    \"Yahoo! Ecommerce\": {\n      \"cats\": [\n        6\n      ],\n      \"headers\": {\n        \"X-XRDS-Location\": \"/ystore/\"\n      },\n      \"html\": \"<link[^>]+store\\\\.yahoo\\\\.net\",\n      \"icon\": \"yahoo.png\",\n      \"js\": {\n        \"YStore\": \"\"\n      },\n      \"website\": \"http://smallbusiness.yahoo.com/ecommerce\"\n    },\n    \"Yahoo! Tag Manager\": {\n      \"cats\": [\n        42\n      ],\n      \"html\": \"<!-- (?:End )?Yahoo! Tag Manager -->\",\n      \"script\": \"b\\\\.yjtag\\\\.jp/iframe\",\n      \"icon\": \"yahoo.png\",\n      \"website\": \"https://tagmanager.yahoo.co.jp/\"\n    },\n    \"Yahoo! Web Analytics\": {\n      \"cats\": [\n        10\n      ],\n      \"icon\": \"yahoo.png\",\n      \"js\": {\n        \"YWA\": \"\"\n      },\n      \"script\": \"d\\\\.yimg\\\\.com/mi/ywa\\\\.js\",\n      \"website\": \"http://web.analytics.yahoo.com\"\n    },\n    \"Yandex.Direct\": {\n      \"cats\": [\n        36\n      ],\n      \"html\": \"<yatag class=\\\"ya-partner__ads\\\">\",\n      \"icon\": \"Yandex.Direct.png\",\n      \"js\": {\n        \"yandex_ad_format\": \"\",\n        \"yandex_partner_id\": \"\"\n      },\n      \"script\": \"https?://an\\\\.yandex\\\\.ru/\",\n      \"website\": \"http://partner.yandex.com\"\n    },\n    \"Yandex.Metrika\": {\n      \"cats\": [\n        10\n      ],\n      \"icon\": \"Yandex.Metrika.png\",\n      \"js\": {\n        \"yandex_metrika\": \"\"\n      },\n      \"script\": [\n        \"mc\\\\.yandex\\\\.ru\\\\/metrika\\\\/watch\\\\.js\",\n        \"cdn\\\\.jsdelivr\\\\.net\\\\/npm\\\\/yandex-metrica-watch\\\\/watch\\\\.js\"\n      ],\n      \"website\": \"http://metrika.yandex.com\"\n    },\n    \"Yaws\": {\n      \"cats\": [\n        22\n      ],\n      \"headers\": {\n        \"Server\": \"Yaws(?: ([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"Yaws.png\",\n      \"implies\": [\n        \"Erlang\"\n      ],\n      \"website\": \"http://yaws.hyber.org\"\n    },\n    \"Yieldlab\": {\n      \"cats\": [\n        36\n      ],\n      \"icon\": \"Yieldlab.png\",\n      \"script\": \"^https?://(?:[^/]+\\\\.)?yieldlab\\\\.net/\",\n      \"website\": \"http://yieldlab.de\"\n    },\n    \"Yii\": {\n      \"cats\": [\n        18\n      ],\n      \"cookies\": {\n        \"YII_CSRF_TOKEN\": \"\"\n      },\n      \"html\": [\n        \"Powered by <a href=\\\"http://www\\\\.yiiframework\\\\.com/\\\" rel=\\\"external\\\">Yii Framework</a>\",\n        \"<input type=\\\"hidden\\\" value=\\\"[a-zA-Z0-9]{40}\\\" name=\\\"YII_CSRF_TOKEN\\\" \\\\/>\",\n        \"<!\\\\[CDATA\\\\[YII-BLOCK-(?:HEAD|BODY-BEGIN|BODY-END)\\\\]\"\n      ],\n      \"icon\": \"Yii.png\",\n      \"implies\": [\n        \"PHP\"\n      ],\n      \"script\": [\n        \"/assets/[a-zA-Z0-9]{8}\\\\/yii\\\\.js$\",\n        \"/yii\\\\.(?:validation|activeForm)\\\\.js\"\n      ],\n      \"website\": \"https://www.yiiframework.com\"\n    },\n    \"Yoast SEO\": {\n      \"cats\": [\n        54\n      ],\n      \"html\": [\n        \"<!-- This site is optimized with the Yoast (?:WordPress )?SEO plugin v([\\\\d.]+) -\\\\;version:\\\\1\"\n      ],\n      \"icon\": \"Yoast SEO.png\",\n      \"implies\": \"WordPress\",\n      \"website\": \"http://yoast.com\"\n    },\n    \"WP-Statistics\": {\n      \"cats\": [\n        10\n      ],\n      \"html\": [\n        \"<!-- Analytics by WP-Statistics v([\\\\d.]+) -\\\\;version:\\\\1\"\n      ],\n      \"icon\": \"WP-Statistics.png\",\n      \"implies\": \"WordPress\",\n      \"website\": \"https://wp-statistics.com\"\n    },\n    \"YouTrack\": {\n      \"cats\": [\n        13\n      ],\n      \"html\": [\n        \"no-title=\\\"YouTrack\\\">\",\n        \"data-reactid=\\\"[^\\\"]+\\\">youTrack ([0-9.]+)<\\\\;version:\\\\1\",\n        \"type=\\\"application/opensearchdescription\\\\+xml\\\" title=\\\"YouTrack\\\"/>\"\n      ],\n      \"icon\": \"YouTrack.png\",\n      \"website\": \"http://www.jetbrains.com/youtrack/\"\n    },\n    \"YouTube\": {\n      \"cats\": [\n        14\n      ],\n      \"html\": \"<(?:param|embed|iframe)[^>]+youtube(?:-nocookie)?\\\\.com/(?:v|embed)\",\n      \"icon\": \"YouTube.png\",\n      \"website\": \"http://www.youtube.com\"\n    },\n    \"iEXExchanger\": {\n      \"cats\": [\n        1\n      ],\n      \"implies\": [\n        \"PHP\",\n        \"Apache\",\n        \"Angular\"\n      ],\n      \"cookies\": {\n        \"iexexchanger_session\": \"\"\n      },\n      \"meta\": {\n        \"generator\": \"iEXExchanger\"\n      },\n      \"icon\": \"iEXExchanger.png\",\n      \"website\": \"https://exchanger.iexbase.com\"\n    },\n    \"ZK\": {\n      \"cats\": [\n        18\n      ],\n      \"html\": \"<!-- ZK [.\\\\d\\\\s]+-->\",\n      \"icon\": \"ZK.png\",\n      \"implies\": \"Java\",\n      \"script\": \"zkau/\",\n      \"website\": \"http://zkoss.org\"\n    },\n    \"ZURB Foundation\": {\n      \"cats\": [\n        66\n      ],\n      \"html\": [\n        \"<link[^>]+foundation[^>\\\"]+css\",\n        \"<div [^>]*class=\\\"[^\\\"]*(?:small|medium|large)-\\\\d{1,2} columns\"\n      ],\n      \"icon\": \"ZURB Foundation.png\",\n      \"js\": {\n        \"Foundation.version\": \"([\\\\d.]+)\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://foundation.zurb.com\"\n    },\n    \"Zabbix\": {\n      \"cats\": [\n        19\n      ],\n      \"html\": \"<body[^>]+zbxCallPostScripts\",\n      \"icon\": \"Zabbix.png\",\n      \"implies\": \"PHP\",\n      \"js\": {\n        \"zbxCallPostScripts\": \"\"\n      },\n      \"meta\": {\n        \"Author\": \"ZABBIX SIA\\\\;confidence:70\"\n      },\n      \"url\": \"\\\\/zabbix\\\\/\\\\;confidence:30\",\n      \"website\": \"http://zabbix.com\"\n    },\n    \"Zanox\": {\n      \"cats\": [\n        36\n      ],\n      \"html\": \"<img [^>]*src=\\\"[^\\\"]+ad\\\\.zanox\\\\.com\",\n      \"icon\": \"Zanox.png\",\n      \"js\": {\n        \"zanox\": \"\"\n      },\n      \"script\": \"zanox\\\\.com/scripts/zanox\\\\.js$\",\n      \"website\": \"http://zanox.com\"\n    },\n    \"Zen Cart\": {\n      \"cats\": [\n        6\n      ],\n      \"icon\": \"Zen Cart.png\",\n      \"meta\": {\n        \"generator\": \"Zen Cart\"\n      },\n      \"website\": \"http://www.zen-cart.com\"\n    },\n    \"Zend\": {\n      \"cats\": [\n        22\n      ],\n      \"cookies\": {\n        \"ZENDSERVERSESSID\": \"\"\n      },\n      \"headers\": {\n        \"X-Powered-By\": \"Zend(?:Server)?(?:[\\\\s/]?([0-9.]+))?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"Zend.png\",\n      \"website\": \"http://zend.com\"\n    },\n    \"Zendesk Chat\": {\n      \"cats\": [\n        52\n      ],\n      \"icon\": \"Zendesk Chat.png\",\n      \"script\": \"v2\\\\.zopim\\\\.com\",\n      \"website\": \"http://zopim.com\"\n    },\n    \"Zendesk\": {\n      \"cats\": [\n        1,\n        52,\n        61\n      ],\n      \"headers\": {\n        \"x-zendesk-user-id\": \"\"\n      },\n      \"cookies\": {\n        \"_zendesk_cookie\": \"\",\n        \"_zendesk_shared_session\": \"\",\n        \"_help_center_session\": \"\"\n      },\n      \"icon\": \"Zendesk.png\",\n      \"website\": \"https://zendesk.com\"\n    },\n    \"Zenfolio\": {\n      \"cats\": [\n        7\n      ],\n      \"icon\": \"Zenfolio.png\",\n      \"js\": {\n        \"Zenfolio\": \"\"\n      },\n      \"website\": \"https://zenfolio.com\"\n    },\n    \"Zepto\": {\n      \"cats\": [\n        59\n      ],\n      \"icon\": \"Zepto.png\",\n      \"js\": {\n        \"Zepto\": \"\"\n      },\n      \"script\": \"zepto.*\\\\.js\",\n      \"website\": \"http://zeptojs.com\"\n    },\n    \"Zeuscart\": {\n      \"cats\": [\n        6\n      ],\n      \"html\": \"<form name=\\\"product\\\" method=\\\"post\\\" action=\\\"[^\\\"]+\\\\?do=addtocart&prodid=\\\\d+\\\"(?!<\\\\/form>.)+<input type=\\\"hidden\\\" name=\\\"addtocart\\\" value=\\\"\\\\d+\\\">\",\n      \"icon\": \"Zeuscart.png\",\n      \"implies\": \"PHP\",\n      \"url\": \"\\\\?do=prodetail&action=show&prodid=\\\\d+\",\n      \"website\": \"http://zeuscart.com\"\n    },\n    \"Zimbra\": {\n      \"cats\": [\n        30\n      ],\n      \"icon\": \"Zimbra.png\",\n      \"cookies\": {\n        \"ZM_TEST\": \"true\"\n      },\n      \"html\": \"<script>(?:.|\\\\n)*\\\"refresh\\\":{\\\"version\\\":\\\"([\\\\w\\\\.]+)\\\\s\\\\;version:\\\\1\",\n      \"implies\": \"Java\",\n      \"website\": \"https://www.zimbra.com/\"\n    },\n    \"Zinnia\": {\n      \"cats\": [\n        11\n      ],\n      \"icon\": \"Zinnia.png\",\n      \"implies\": \"Django\",\n      \"meta\": {\n        \"generator\": \"Zinnia\"\n      },\n      \"website\": \"http://django-blog-zinnia.com\"\n    },\n    \"Zone.js\": {\n      \"cats\": [\n        12\n      ],\n      \"js\": {\n        \"Zone.root\": \"\"\n      },\n      \"website\": \"https://github.com/angular/zone.js/\"\n    },\n    \"Zope\": {\n      \"cats\": [\n        22\n      ],\n      \"headers\": {\n        \"Server\": \"^Zope/\"\n      },\n      \"icon\": \"Zope.png\",\n      \"website\": \"http://zope.org\"\n    },\n    \"a-blog cms\": {\n      \"cats\": [\n        1\n      ],\n      \"icon\": \"a-blog cms.svg\",\n      \"implies\": \"PHP\",\n      \"meta\": {\n        \"generator\": \"a-blog cms\"\n      },\n      \"website\": \"http://www.a-blogcms.jp\"\n    },\n    \"actionhero.js\": {\n      \"cats\": [\n        18,\n        22\n      ],\n      \"headers\": {\n        \"X-Powered-By\": \"actionhero API\"\n      },\n      \"icon\": \"actionhero.js.png\",\n      \"implies\": \"Node.js\",\n      \"js\": {\n        \"actionheroClient\": \"\"\n      },\n      \"script\": \"actionheroClient\\\\.js\",\n      \"website\": \"http://www.actionherojs.com\"\n    },\n    \"amCharts\": {\n      \"cats\": [\n        25\n      ],\n      \"icon\": \"amCharts.png\",\n      \"js\": {\n        \"AmCharts\": \"\"\n      },\n      \"script\": \"amcharts.*\\\\.js\",\n      \"website\": \"http://amcharts.com\"\n    },\n    \"animate.css\": {\n      \"cats\": [\n        66\n      ],\n      \"html\": [\n        \"<link [^>]+(?:/([\\\\d.]+)/)?animate\\\\.(?:min\\\\.)?css\\\\;version:\\\\1\"\n      ],\n      \"website\": \"https://daneden.github.io/animate.css/\"\n    },\n    \"basket.js\": {\n      \"cats\": [\n        59\n      ],\n      \"icon\": \"basket.js.png\",\n      \"js\": {\n        \"basket.isValidItem\": \"\"\n      },\n      \"script\": \"basket.*\\\\.js\\\\;confidence:10\",\n      \"website\": \"https://addyosmani.github.io/basket.js/\"\n    },\n    \"cPanel\": {\n      \"cats\": [\n        9\n      ],\n      \"headers\": {\n        \"Server\": \"cpsrvd/([\\\\d.]+)\\\\;version:\\\\1\"\n      },\n      \"cookies\": {\n        \"cpsession\": \"\",\n        \"cprelogin\": \"\"\n      },\n      \"html\": \"<!-- cPanel\",\n      \"icon\": \"cPanel.png\",\n      \"website\": \"http://www.cpanel.net\"\n    },\n    \"cgit\": {\n      \"cats\": [\n        19\n      ],\n      \"html\": [\n        \"<[^>]+id='cgit'\",\n        \"generated by <a href='http://git\\\\.zx2c4\\\\.com/cgit/about/'>cgit v([\\\\d.a-z-]+)</a>\\\\;version:\\\\1\"\n      ],\n      \"icon\": \"cgit.png\",\n      \"implies\": \"git\",\n      \"meta\": {\n        \"generator\": \"^cgit v([\\\\d.a-z-]+)$\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://git.zx2c4.com/cgit\"\n    },\n    \"comScore\": {\n      \"cats\": [\n        10\n      ],\n      \"html\": \"<iframe[^>]* (?:id=\\\"comscore\\\"|scr=[^>]+comscore)|\\\\.scorecardresearch\\\\.com/beacon\\\\.js|COMSCORE\\\\.beacon\",\n      \"icon\": \"comScore.png\",\n      \"js\": {\n        \"COMSCORE\": \"\",\n        \"_COMSCORE\": \"\"\n      },\n      \"script\": \"\\\\.scorecardresearch\\\\.com/beacon\\\\.js|COMSCORE\\\\.beacon\",\n      \"website\": \"http://comscore.com\"\n    },\n    \"debut\": {\n      \"cats\": [\n        22\n      ],\n      \"headers\": {\n        \"Server\": \"debut\\\\/?([\\\\d\\\\.]+)?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"debut.png\",\n      \"implies\": \"Brother\",\n      \"website\": \"http://www.brother.com\"\n    },\n    \"deepMiner\": {\n      \"cats\": [\n        56\n      ],\n      \"icon\": \"deepminer.png\",\n      \"js\": {\n        \"deepMiner\": \"\"\n      },\n      \"script\": \"deepMiner\\\\.js\",\n      \"website\": \"https://github.com/deepwn/deepMiner\"\n    },\n    \"e107\": {\n      \"cats\": [\n        1\n      ],\n      \"cookies\": {\n        \"e107_tz\": \"\"\n      },\n      \"headers\": {\n        \"X-Powered-By\": \"e107\"\n      },\n      \"icon\": \"e107.png\",\n      \"implies\": \"PHP\",\n      \"script\": \"[^a-z\\\\d]e107\\\\.js\",\n      \"website\": \"http://e107.org\"\n    },\n    \"eSyndiCat\": {\n      \"cats\": [\n        1\n      ],\n      \"headers\": {\n        \"X-Drectory-Script\": \"^eSyndiCat\"\n      },\n      \"icon\": \"eSyndiCat.png\",\n      \"implies\": \"PHP\",\n      \"js\": {\n        \"esyndicat\": \"\"\n      },\n      \"meta\": {\n        \"generator\": \"^eSyndiCat \"\n      },\n      \"website\": \"http://esyndicat.com\"\n    },\n    \"eZ Publish\": {\n      \"cats\": [\n        1,\n        6\n      ],\n      \"cookies\": {\n        \"eZSESSID\": \"\"\n      },\n      \"headers\": {\n        \"X-Powered-By\": \"^eZ Publish\"\n      },\n      \"icon\": \"eZ Publish.png\",\n      \"implies\": \"PHP\",\n      \"meta\": {\n        \"generator\": \"eZ Publish\"\n      },\n      \"website\": \"http://ez.no\"\n    },\n    \"ef.js\": {\n      \"cats\": [\n        12\n      ],\n      \"icon\": \"ef.js.svg\",\n      \"js\": {\n        \"ef.version\": \"^(.+)$\\\\;version:\\\\1\",\n        \"efCore\": \"\"\n      },\n      \"script\": \"/ef(?:-core)?(?:\\\\.min|\\\\.dev)?\\\\.js\",\n      \"website\": \"http://ef.js.org\"\n    },\n    \"enduro.js\": {\n      \"cats\": [\n        1\n      ],\n      \"headers\": {\n        \"X-Powered-By\": \"^enduro\\\\.js\"\n      },\n      \"icon\": \"enduro.js.svg\",\n      \"implies\": \"Node.js\",\n      \"website\": \"http://endurojs.com\"\n    },\n    \"git\": {\n      \"cats\": [\n        47\n      ],\n      \"cpe\": \"cpe:/a:git-scm:git\",\n      \"icon\": \"git.svg\",\n      \"meta\": {\n        \"generator\": \"\\\\bgit/([\\\\d.]+\\\\d)\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://git-scm.com\"\n    },\n    \"gitlist\": {\n      \"cats\": [\n        47\n      ],\n      \"cpe\": \"cpe:/a:gitlist:gitlist\",\n      \"html\": \"<p>Powered by <a[^>]+>GitList ([\\\\d.]+)\\\\;version:\\\\1\",\n      \"implies\": [\n        \"PHP\",\n        \"git\"\n      ],\n      \"website\": \"http://gitlist.org\"\n    },\n    \"gitweb\": {\n      \"cats\": [\n        47\n      ],\n      \"html\": \"<!-- git web interface version ([\\\\d.]+)?\\\\;version:\\\\1\",\n      \"icon\": \"git.svg\",\n      \"implies\": [\n        \"Perl\",\n        \"git\"\n      ],\n      \"meta\": {\n        \"generator\": \"gitweb(?:/([\\\\d.]+\\\\d))?\\\\;version:\\\\1\"\n      },\n      \"script\": \"static/gitweb\\\\.js$\",\n      \"website\": \"http://git-scm.com\"\n    },\n    \"govCMS\": {\n      \"cats\": [\n        1\n      ],\n      \"icon\": \"govCMS.svg\",\n      \"implies\": [\n        \"Drupal\"\n      ],\n      \"meta\": {\n        \"generator\": \"Drupal ([\\\\d]+) \\\\(http:\\\\/\\\\/drupal\\\\.org\\\\) \\\\+ govCMS\\\\;version:\\\\1\"\n      },\n      \"website\": \"https://www.govcms.gov.au\"\n    },\n    \"gunicorn\": {\n      \"cats\": [\n        22\n      ],\n      \"headers\": {\n        \"Server\": \"gunicorn(?:/([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"gunicorn.png\",\n      \"implies\": \"Python\",\n      \"website\": \"http://gunicorn.org\"\n    },\n    \"iCongo\": {\n      \"cats\": [\n        6\n      ],\n      \"icon\": \"Hybris.png\",\n      \"implies\": \"Adobe ColdFusion\",\n      \"meta\": {\n        \"iCongo\": \"\"\n      },\n      \"website\": \"http://hybris.com/icongo\"\n    },\n    \"iPresta\": {\n      \"cats\": [\n        6\n      ],\n      \"icon\": \"iPresta.png\",\n      \"implies\": [\n        \"PHP\",\n        \"PrestaShop\"\n      ],\n      \"meta\": {\n        \"designer\": \"iPresta\"\n      },\n      \"website\": \"http://ipresta.ir\"\n    },\n    \"iWeb\": {\n      \"cats\": [\n        20\n      ],\n      \"icon\": \"iWeb.png\",\n      \"meta\": {\n        \"generator\": \"^iWeb( [\\\\d.]+)?\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://apple.com/ilife/iweb\"\n    },\n    \"ikiwiki\": {\n      \"cats\": [\n        8\n      ],\n      \"html\": [\n        \"<link rel=\\\"alternate\\\" type=\\\"application/x-wiki\\\" title=\\\"Edit this page\\\" href=\\\"[^\\\"]*/ikiwiki\\\\.cgi\",\n        \"<a href=\\\"/(?:cgi-bin/)?ikiwiki\\\\.cgi\\\\?do=\"\n      ],\n      \"icon\": \"ikiwiki.png\",\n      \"website\": \"http://ikiwiki.info\"\n    },\n    \"imperia CMS\": {\n      \"cats\": [\n        1\n      ],\n      \"html\": \"<imp:live-info sysid=\\\"[0-9a-f-]+\\\"(?: node_id=\\\"[0-9/]*\\\")? *\\\\/>\",\n      \"icon\": \"imperiaCMS.svg\",\n      \"implies\": \"Perl\",\n      \"meta\": {\n        \"GENERATOR\": \"^IMPERIA ([0-9.]{2,})+$\\\\;version:\\\\1\",\n        \"X-Imperia-Live-Info\": \"\"\n      },\n      \"url\": \"imperia/md/\",\n      \"website\": \"https://www.pirobase-imperia.com/de/produkte/produktuebersicht/imperia-cms\"\n    },\n    \"io4 CMS\": {\n      \"cats\": [\n        1\n      ],\n      \"icon\": \"io4 CMS.png\",\n      \"meta\": {\n        \"generator\": \"GO[ |]+CMS Enterprise\"\n      },\n      \"website\": \"http://notenbomer.nl/Producten/Content_management/io4_|_cms\"\n    },\n    \"ip-label\": {\n      \"cats\": [\n        10\n      ],\n      \"icon\": \"iplabel.svg\",\n      \"js\": {\n        \"clobs\": \"\"\n      },\n      \"script\": \"clobs\\\\.js\",\n      \"website\": \"http://www.ip-label.com\"\n    },\n    \"jQTouch\": {\n      \"cats\": [\n        26\n      ],\n      \"icon\": \"jQTouch.png\",\n      \"js\": {\n        \"jQT\": \"\"\n      },\n      \"script\": \"jqtouch.*\\\\.js\",\n      \"website\": \"http://jqtouch.com\"\n    },\n    \"jQuery\": {\n      \"cats\": [\n        59\n      ],\n      \"icon\": \"jQuery.svg\",\n      \"js\": {\n        \"jQuery.fn.jquery\": \"([\\\\d.]+)\\\\;version:\\\\1\"\n      },\n      \"script\": [\n        \"jquery[.-]([\\\\d.]*\\\\d)[^/]*\\\\.js\\\\;version:\\\\1\",\n        \"/([\\\\d.]+)/jquery(?:\\\\.min)?\\\\.js\\\\;version:\\\\1\",\n        \"jquery.*\\\\.js(?:\\\\?ver(?:sion)?=([\\\\d.]+))?\\\\;version:\\\\1\"\n      ],\n      \"website\": \"https://jquery.com\"\n    },\n    \"jQuery Migrate\": {\n      \"cats\": [\n        59\n      ],\n      \"icon\": \"jQuery.svg\",\n      \"implies\": \"jQuery\",\n      \"js\": {\n        \"jQuery.migrateVersion\": \"([\\\\d.]+)\\\\;version:\\\\1\",\n        \"jQuery.migrateWarnings\": \"\",\n        \"jqueryMigrate\": \"\"\n      },\n      \"script\": \"jquery[.-]migrate(?:-([\\\\d.]+))?(?:\\\\.min)?\\\\.js(?:\\\\?ver=([\\\\d.]+))?\\\\;version:\\\\1?\\\\1:\\\\2\",\n      \"website\": \"https://github.com/jquery/jquery-migrate\"\n    },\n    \"jQuery Mobile\": {\n      \"cats\": [\n        26\n      ],\n      \"icon\": \"jQuery Mobile.svg\",\n      \"implies\": \"jQuery\",\n      \"js\": {\n        \"jQuery.mobile.version\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"script\": \"jquery[.-]mobile(?:-([\\\\d.]))?(?:\\\\.min)?\\\\.js(?:\\\\?ver=([\\\\d.]+))?\\\\;version:\\\\1?\\\\1:\\\\2\",\n      \"website\": \"https://jquerymobile.com\"\n    },\n    \"jQuery-pjax\": {\n      \"cats\": [\n        26\n      ],\n      \"implies\": \"jQuery\",\n      \"meta\": {\n        \"pjax-timeout\": \"\",\n        \"pjax-replace\": \"\",\n        \"pjax-push\": \"\"\n      },\n      \"js\": {\n        \"jQuery.pjax\": \"\"\n      },\n      \"script\": \"jquery[.-]pjax(?:-([\\\\d.]))?(?:\\\\.min)?\\\\.js(?:\\\\?ver=([\\\\d.]+))?\\\\;version:\\\\1?\\\\1:\\\\2\",\n      \"html\": \"<div[^>]+data-pjax-container\",\n      \"website\": \"https://github.com/defunkt/jquery-pjax\"\n    },\n    \"jQuery Sparklines\": {\n      \"cats\": [\n        25\n      ],\n      \"implies\": \"jQuery\",\n      \"script\": \"jquery\\\\.sparkline.*\\\\.js\",\n      \"website\": \"http://omnipotent.net/jquery.sparkline/\"\n    },\n    \"jQuery UI\": {\n      \"cats\": [\n        59\n      ],\n      \"icon\": \"jQuery UI.svg\",\n      \"implies\": \"jQuery\",\n      \"js\": {\n        \"jQuery.ui.version\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"script\": [\n        \"jquery-ui[.-]([\\\\d.]*\\\\d)[^/]*\\\\.js\\\\;version:\\\\1\",\n        \"([\\\\d.]+)/jquery-ui(?:\\\\.min)?\\\\.js\\\\;version:\\\\1\",\n        \"jquery-ui.*\\\\.js\"\n      ],\n      \"website\": \"http://jqueryui.com\"\n    },\n    \"jqPlot\": {\n      \"cats\": [\n        25\n      ],\n      \"icon\": \"jqPlot.png\",\n      \"implies\": \"jQuery\",\n      \"script\": \"jqplot.*\\\\.js\",\n      \"website\": \"http://www.jqplot.com\"\n    },\n    \"Kinsta\": {\n      \"cats\": [\n        62\n      ],\n      \"headers\": {\n        \"x-kinsta-cache\": \"\"\n      },\n      \"implies\": [\n        \"WordPress\"\n      ],\n      \"icon\": \"kinsta.svg\",\n      \"website\": \"https://kinsta.com\"\n    },\n    \"libwww-perl-daemon\": {\n      \"cats\": [\n        22\n      ],\n      \"headers\": {\n        \"Server\": \"libwww-perl-daemon(?:/([\\\\d\\\\.]+))?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"libwww-perl-daemon.png\",\n      \"implies\": \"Perl\",\n      \"website\": \"http://metacpan.org/pod/HTTP::Daemon\"\n    },\n    \"lighttpd\": {\n      \"cats\": [\n        22\n      ],\n      \"headers\": {\n        \"Server\": \"lighttpd(?:/([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"lighttpd.png\",\n      \"website\": \"http://www.lighttpd.net\"\n    },\n    \"math.js\": {\n      \"cats\": [\n        59\n      ],\n      \"icon\": \"math.js.png\",\n      \"js\": {\n        \"mathjs\": \"\"\n      },\n      \"script\": \"math(?:\\\\.min)?\\\\.js\",\n      \"website\": \"http://mathjs.org\"\n    },\n    \"mini_httpd\": {\n      \"cats\": [\n        22\n      ],\n      \"headers\": {\n        \"Server\": \"mini_httpd(?:/([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"mini_httpd.png\",\n      \"website\": \"http://acme.com/software/mini_httpd\"\n    },\n    \"mod_auth_pam\": {\n      \"cats\": [\n        33\n      ],\n      \"headers\": {\n        \"Server\": \"mod_auth_pam(?:/([\\\\d\\\\.]+))?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"Apache.svg\",\n      \"implies\": \"Apache\",\n      \"website\": \"http://pam.sourceforge.net/mod_auth_pam\"\n    },\n    \"mod_dav\": {\n      \"cats\": [\n        33\n      ],\n      \"headers\": {\n        \"Server\": \"\\\\b(?:mod_)?DAV\\\\b(?:/([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"Apache.svg\",\n      \"implies\": \"Apache\",\n      \"website\": \"http://webdav.org/mod_dav\"\n    },\n    \"mod_fastcgi\": {\n      \"cats\": [\n        33\n      ],\n      \"headers\": {\n        \"Server\": \"mod_fastcgi(?:/([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"Apache.svg\",\n      \"implies\": \"Apache\",\n      \"website\": \"http://www.fastcgi.com/mod_fastcgi/docs/mod_fastcgi.html\"\n    },\n    \"mod_jk\": {\n      \"cats\": [\n        33\n      ],\n      \"headers\": {\n        \"Server\": \"mod_jk(?:/([\\\\d\\\\.]+))?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"Apache.svg\",\n      \"implies\": [\n        \"Apache Tomcat\",\n        \"Apache\"\n      ],\n      \"website\": \"http://tomcat.apache.org/tomcat-3.3-doc/mod_jk-howto.html\"\n    },\n    \"mod_perl\": {\n      \"cats\": [\n        33\n      ],\n      \"headers\": {\n        \"Server\": \"mod_perl(?:/([\\\\d\\\\.]+))?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"mod_perl.png\",\n      \"implies\": [\n        \"Perl\",\n        \"Apache\"\n      ],\n      \"website\": \"http://perl.apache.org\"\n    },\n    \"mod_python\": {\n      \"cats\": [\n        33\n      ],\n      \"headers\": {\n        \"Server\": \"mod_python(?:/([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"mod_python.png\",\n      \"implies\": [\n        \"Python\",\n        \"Apache\"\n      ],\n      \"website\": \"http://www.modpython.org\"\n    },\n    \"mod_rack\": {\n      \"cats\": [\n        33\n      ],\n      \"headers\": {\n        \"Server\": \"mod_rack(?:/([\\\\d.]+))?\\\\;version:\\\\1\",\n        \"X-Powered-By\": \"mod_rack(?:/([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"Phusion Passenger.png\",\n      \"implies\": [\n        \"Ruby on Rails\\\\;confidence:50\",\n        \"Apache\"\n      ],\n      \"website\": \"http://phusionpassenger.com\"\n    },\n    \"mod_rails\": {\n      \"cats\": [\n        33\n      ],\n      \"headers\": {\n        \"Server\": \"mod_rails(?:/([\\\\d.]+))?\\\\;version:\\\\1\",\n        \"X-Powered-By\": \"mod_rails(?:/([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"Phusion Passenger.png\",\n      \"implies\": [\n        \"Ruby on Rails\\\\;confidence:50\",\n        \"Apache\"\n      ],\n      \"website\": \"http://phusionpassenger.com\"\n    },\n    \"mod_ssl\": {\n      \"cats\": [\n        33\n      ],\n      \"headers\": {\n        \"Server\": \"mod_ssl(?:/([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"mod_ssl.png\",\n      \"implies\": \"Apache\",\n      \"website\": \"http://modssl.org\"\n    },\n    \"mod_wsgi\": {\n      \"cats\": [\n        33\n      ],\n      \"headers\": {\n        \"Server\": \"mod_wsgi(?:/([\\\\d.]+))?\\\\;version:\\\\1\",\n        \"X-Powered-By\": \"mod_wsgi(?:/([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"mod_wsgi.png\",\n      \"implies\": [\n        \"Python\\\\;confidence:50\",\n        \"Apache\"\n      ],\n      \"website\": \"https://code.google.com/p/modwsgi\"\n    },\n    \"nopCommerce\": {\n      \"cats\": [\n        6\n      ],\n      \"cookies\": {\n        \"Nop.customer\": \"\"\n      },\n      \"html\": \"(?:<!--Powered by nopCommerce|Powered by: <a[^>]+nopcommerce)\",\n      \"icon\": \"nopCommerce.png\",\n      \"implies\": \"Microsoft ASP.NET\",\n      \"meta\": {\n        \"generator\": \"^nopCommerce$\"\n      },\n      \"website\": \"http://www.nopcommerce.com\"\n    },\n    \"openEngine\": {\n      \"cats\": [\n        1\n      ],\n      \"icon\": \"openEngine.png\",\n      \"meta\": {\n        \"openEngine\": \"\"\n      },\n      \"website\": \"http://openengine.de/html/pages/de/\"\n    },\n    \"osCSS\": {\n      \"cats\": [\n        6\n      ],\n      \"html\": \"<body onload=\\\"window\\\\.defaultStatus='oscss templates';\\\"\",\n      \"icon\": \"osCSS.png\",\n      \"website\": \"http://www.oscss.org\"\n    },\n    \"osCommerce\": {\n      \"cats\": [\n        6\n      ],\n      \"cookies\": {\n        \"osCsid\": \"\"\n      },\n      \"html\": [\n        \"<br />Powered by <a href=\\\"https?://www\\\\.oscommerce\\\\.com\",\n        \"<(?:input|a)[^>]+name=\\\"osCsid\\\"\",\n        \"<(?:tr|td|table)class=\\\"[^\\\"]*infoBoxHeading\"\n      ],\n      \"icon\": \"osCommerce.png\",\n      \"implies\": [\n        \"PHP\",\n        \"MySQL\"\n      ],\n      \"website\": \"https://www.oscommerce.com\"\n    },\n    \"osTicket\": {\n      \"cats\": [\n        13\n      ],\n      \"cookies\": {\n        \"OSTSESSID\": \"\"\n      },\n      \"icon\": \"osTicket.png\",\n      \"implies\": [\n        \"PHP\",\n        \"MySQL\"\n      ],\n      \"website\": \"http://osticket.com\"\n    },\n    \"otrs\": {\n      \"cats\": [\n        13\n      ],\n      \"html\": \"<!--\\\\s+OTRS: Copyright \\\\d+-\\\\d+, OTRS AG\",\n      \"icon\": \"otrs.png\",\n      \"implies\": \"Perl\",\n      \"script\": \"^/otrs-web/js/\",\n      \"website\": \"https://www.otrs.com\"\n    },\n    \"ownCloud\": {\n      \"cats\": [\n        19\n      ],\n      \"html\": \"<a href=\\\"https://owncloud\\\\.com\\\" target=\\\"_blank\\\">ownCloud Inc\\\\.</a><br/>Your Cloud, Your Data, Your Way!\",\n      \"icon\": \"ownCloud.png\",\n      \"implies\": \"PHP\",\n      \"meta\": {\n        \"apple-itunes-app\": \"app-id=543672169\"\n      },\n      \"website\": \"https://owncloud.org\"\n    },\n    \"papaya CMS\": {\n      \"cats\": [\n        1\n      ],\n      \"html\": \"<link[^>]*/papaya-themes/\",\n      \"icon\": \"papaya CMS.png\",\n      \"implies\": \"PHP\",\n      \"website\": \"https://papaya-cms.com\"\n    },\n    \"particles.js\": {\n      \"cats\": [\n        25\n      ],\n      \"html\": \"<div id=\\\"particles-js\\\">\",\n      \"js\": {\n        \"particlesJS\": \"\"\n      },\n      \"script\": \"/particles(?:\\\\.min)?\\\\.js\",\n      \"website\": \"https://vincentgarreau.com/particles.js/\"\n    },\n    \"PhotoShelter\": {\n      \"cats\": [\n        1\n      ],\n      \"html\": [\n        \"<!--\\\\s+#+ Powered by the PhotoShelter Beam platform\",\n        \"<link[^>]+c\\\\.photoshelter\\\\.com\"\n      ],\n      \"url\": \"photoshelter\\\\.com\",\n      \"implies\": [\n        \"PHP\",\n        \"MySQL\",\n        \"jQuery\"\n      ],\n      \"icon\": \"PhotoShelter.png\",\n      \"website\": \"https://www.photoshelter.com\"\n    },\n    \"phpAlbum\": {\n      \"cats\": [\n        7\n      ],\n      \"html\": \"<!--phpalbum ([.\\\\d\\\\s]+)-->\\\\;version:\\\\1\",\n      \"icon\": \"phpAlbum.png\",\n      \"implies\": \"PHP\",\n      \"website\": \"http://phpalbum.net\"\n    },\n    \"phpBB\": {\n      \"cats\": [\n        2\n      ],\n      \"cookies\": {\n        \"phpbb\": \"\"\n      },\n      \"html\": [\n        \"Powered by <a[^>]+phpBB\",\n        \"<div class=phpbb_copyright>\",\n        \"<[^>]+styles/(?:sub|pro)silver/theme\",\n        \"<img[^>]+i_icon_mini\",\n        \"<table class=\\\"[^\\\"]*forumline\"\n      ],\n      \"icon\": \"phpBB.png\",\n      \"implies\": \"PHP\",\n      \"js\": {\n        \"phpbb\": \"\",\n        \"style_cookie_settings\": \"\"\n      },\n      \"meta\": {\n        \"copyright\": \"phpBB Group\"\n      },\n      \"website\": \"https://phpbb.com\"\n    },\n    \"phpCMS\": {\n      \"cats\": [\n        1\n      ],\n      \"icon\": \"phpCMS.png\",\n      \"implies\": \"PHP\",\n      \"js\": {\n        \"phpcms\": \"\"\n      },\n      \"website\": \"http://phpcms.de\"\n    },\n    \"phpDocumentor\": {\n      \"cats\": [\n        4\n      ],\n      \"html\": \"<!-- Generated by phpDocumentor\",\n      \"icon\": \"phpDocumentor.png\",\n      \"implies\": \"PHP\",\n      \"website\": \"https://www.phpdoc.org\"\n    },\n    \"phpMyAdmin\": {\n      \"cats\": [\n        3\n      ],\n      \"html\": \"(?: \\\\| phpMyAdmin ([\\\\d.]+)<\\\\/title>|PMA_sendHeaderLocation\\\\(|<link [^>]*href=\\\"[^\\\"]*phpmyadmin\\\\.css\\\\.php)\\\\;version:\\\\1\",\n      \"icon\": \"phpMyAdmin.png\",\n      \"implies\": [\n        \"PHP\",\n        \"MySQL\"\n      ],\n      \"js\": {\n        \"pma_absolute_uri\": \"\"\n      },\n      \"website\": \"https://www.phpmyadmin.net\"\n    },\n    \"phpPgAdmin\": {\n      \"cats\": [\n        3\n      ],\n      \"html\": \"(?:<title>phpPgAdmin</title>|<span class=\\\"appname\\\">phpPgAdmin)\",\n      \"icon\": \"phpPgAdmin.png\",\n      \"implies\": \"PHP\",\n      \"website\": \"http://phppgadmin.sourceforge.net\"\n    },\n    \"phpSQLiteCMS\": {\n      \"cats\": [\n        1\n      ],\n      \"icon\": \"phpSQLiteCMS.png\",\n      \"implies\": [\n        \"PHP\",\n        \"SQLite\"\n      ],\n      \"meta\": {\n        \"generator\": \"^phpSQLiteCMS(?: (.+))?$\\\\;version:\\\\1\"\n      },\n      \"website\": \"http://phpsqlitecms.net\"\n    },\n    \"phpliteadmin\": {\n      \"cats\": [\n        3\n      ],\n      \"html\": [\n        \"<span id='logo'>phpLiteAdmin</span> <span id='version'>v([0-9.]+)<\\\\;version:\\\\1\",\n        \"<!-- Copyright [0-9]+ phpLiteAdmin (?:https?://www\\\\.phpliteadmin\\\\.org/) -->\",\n        \"Powered by <a href='https?://www\\\\.phpliteadmin\\\\.org/'\"\n      ],\n      \"icon\": \"phpliteadmin.png\",\n      \"implies\": [\n        \"PHP\",\n        \"SQLite\"\n      ],\n      \"website\": \"https://www.phpliteadmin.org/\"\n    },\n    \"phpwind\": {\n      \"cats\": [\n        1,\n        2\n      ],\n      \"html\": \"(?:Powered|Code) by <a href=\\\"[^\\\"]+phpwind\\\\.net\",\n      \"icon\": \"phpwind.png\",\n      \"implies\": \"PHP\",\n      \"meta\": {\n        \"generator\": \"^phpwind(?: v([0-9-]+))?\\\\;version:\\\\1\"\n      },\n      \"website\": \"https://www.phpwind.net\"\n    },\n    \"pirobase CMS\": {\n      \"cats\": [\n        1\n      ],\n      \"html\": [\n        \"<(?:script|link)[^>]/site/[a-z0-9/._-]+/resourceCached/[a-z0-9/._-]+\",\n        \"<input[^>]+cbi:///cms/\"\n      ],\n      \"icon\": \"pirobaseCMS.svg\",\n      \"implies\": \"Java\",\n      \"website\": \"https://www.pirobase-imperia.com/de/produkte/produktuebersicht/pirobase-cms\"\n    },\n    \"prettyPhoto\": {\n      \"cats\": [\n        59\n      ],\n      \"html\": \"(?:<link [^>]*href=\\\"[^\\\"]*prettyPhoto(?:\\\\.min)?\\\\.css|<a [^>]*rel=\\\"prettyPhoto)\",\n      \"icon\": \"prettyPhoto.png\",\n      \"implies\": \"jQuery\",\n      \"js\": {\n        \"pp_alreadyInitialized\": \"\",\n        \"pp_descriptions\": \"\",\n        \"pp_images\": \"\",\n        \"pp_titles\": \"\"\n      },\n      \"script\": \"jquery\\\\.prettyPhoto\\\\.js\",\n      \"website\": \"http://no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/\"\n    },\n    \"punBB\": {\n      \"cats\": [\n        2\n      ],\n      \"js\": {\n        \"PUNBB\": \"\"\n      },\n      \"html\": \"Powered by <a href=\\\"[^>]+punbb\",\n      \"icon\": \"punBB.png\",\n      \"implies\": \"PHP\",\n      \"website\": \"http://punbb.informer.com\"\n    },\n    \"reCAPTCHA\": {\n      \"cats\": [\n        16\n      ],\n      \"html\": [\n        \"<div[^>]+id=\\\"recaptcha_image\",\n        \"<link[^>]+recaptcha\",\n        \"<div[^>]+class=\\\"g-recaptcha\\\"\"\n      ],\n      \"icon\": \"reCAPTCHA.png\",\n      \"js\": {\n        \"Recaptcha\": \"\",\n        \"recaptcha\": \"\"\n      },\n      \"script\": [\n        \"api-secure\\\\.recaptcha\\\\.net\",\n        \"recaptcha_ajax\\\\.js\",\n        \"/recaptcha/api\\\\.js\"\n      ],\n      \"website\": \"https://www.google.com/recaptcha/\"\n    },\n    \"sIFR\": {\n      \"cats\": [\n        17\n      ],\n      \"icon\": \"sIFR.png\",\n      \"script\": \"sifr\\\\.js\",\n      \"website\": \"https://www.mikeindustries.com/blog/sifr\"\n    },\n    \"Siteglide\": {\n      \"cats\": [\n        1,\n        61,\n        53,\n        6\n      ],\n      \"icon\": \"Siteglide.svg\",\n      \"script\": \"siteglide\\\\.js\",\n      \"website\": \"https://www.siteglide.com\",\n      \"implies\": [\n        \"PlatformOS\"\n      ]\n    },\n    \"sNews\": {\n      \"cats\": [\n        1\n      ],\n      \"icon\": \"sNews.png\",\n      \"meta\": {\n        \"generator\": \"sNews\"\n      },\n      \"website\": \"https://snewscms.com\"\n    },\n    \"script.aculo.us\": {\n      \"cats\": [\n        59\n      ],\n      \"icon\": \"script.aculo.us.png\",\n      \"js\": {\n        \"Scriptaculous.Version\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"script\": \"/(?:scriptaculous|protoaculous)(?:\\\\.js|/)\",\n      \"website\": \"https://script.aculo.us\"\n    },\n    \"scrollreveal\": {\n      \"cats\": [\n        59\n      ],\n      \"icon\": \"scrollreveal.svg\",\n      \"html\": \"<[^>]+data-sr(?:-id)\",\n      \"js\": {\n        \"ScrollReveal().version\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"script\": \"scrollreveal(?:\\\\.min)(?:\\\\.js)\",\n      \"website\": \"https://scrollrevealjs.org\"\n    },\n    \"shine.js\": {\n      \"cats\": [\n        25\n      ],\n      \"js\": {\n        \"Shine\": \"\"\n      },\n      \"script\": \"shine(?:\\\\.min)?\\\\.js\",\n      \"website\": \"https://bigspaceship.github.io/shine.js/\"\n    },\n    \"styled-components\": {\n      \"cats\": [\n        12,\n        47\n      ],\n      \"html\": [\n        \"<style[^>]*data-styled(?:-components)?[\\\\s\\\"]\",\n        \"<style[^>]+data-styled-version=\\\"([0-9]+)\\\"\\\\;version:\\\\1\",\n        \"<[^>]+sc-component-id: sc-\"\n      ],\n      \"icon\": \"styled-components.png\",\n      \"implies\": [\n        \"React\"\n      ],\n      \"js\": {\n        \"styled\": \"\"\n      },\n      \"website\": \"https://styled-components.com\"\n    },\n    \"swift.engine\": {\n      \"cats\": [\n        1\n      ],\n      \"headers\": {\n        \"X-Powered-By\": \"swift\\\\.engine\"\n      },\n      \"icon\": \"swift.engine.png\",\n      \"website\": \"http://mittec.ru/default\"\n    },\n    \"three.js\": {\n      \"cats\": [\n        25\n      ],\n      \"icon\": \"three.js.png\",\n      \"js\": {\n        \"THREE.REVISION\": \"^(.+)$\\\\;version:\\\\1\"\n      },\n      \"script\": \"three(?:\\\\.min)?\\\\.js\",\n      \"website\": \"https://threejs.org\"\n    },\n    \"thttpd\": {\n      \"cats\": [\n        22\n      ],\n      \"cpe\": \"cpe:/a:acme:thttpd\",\n      \"headers\": {\n        \"Server\": \"\\\\bthttpd(?:/([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"icon\": \"thttpd.png\",\n      \"website\": \"https://acme.com/software/thttpd\"\n    },\n    \"total.js\": {\n      \"cats\": [\n        18\n      ],\n      \"headers\": {\n        \"X-Powered-By\": \"^total\\\\.js\"\n      },\n      \"icon\": \"total.js.png\",\n      \"implies\": \"Node.js\",\n      \"website\": \"https://totaljs.com\"\n    },\n    \"uCoz\": {\n      \"cats\": [\n        1\n      ],\n      \"cookies\": {\n        \"uCoz\": \"\"\n      },\n      \"icon\": \"uCoz.svg\",\n      \"website\": \"https://ucoz.ru\"\n    },\n    \"uKnowva\": {\n      \"cats\": [\n        1,\n        2,\n        50\n      ],\n      \"headers\": {\n        \"X-Content-Encoded-By\": \"uKnowva ([\\\\d.]+)\\\\;version:\\\\1\"\n      },\n      \"html\": \"<a[^>]+>Powered by uKnowva</a>\",\n      \"icon\": \"uKnowva.png\",\n      \"implies\": \"PHP\",\n      \"meta\": {\n        \"generator\": \"uKnowva (?: ([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"script\": \"/media/conv/js/jquery\\\\.js\",\n      \"website\": \"https://uknowva.com\"\n    },\n    \"vBulletin\": {\n      \"cats\": [\n        2\n      ],\n      \"cpe\": \"cpe:/a:vbulletin:vbulletin\",\n      \"html\": \"<div id=\\\"copyright\\\">Powered by vBulletin\",\n      \"icon\": \"vBulletin.png\",\n      \"implies\": \"PHP\",\n      \"js\": {\n        \"vBulletin\": \"\"\n      },\n      \"cookies\": {\n        \"bbsessionhash\": \"\",\n        \"bblastactivity\": \"\",\n        \"bblastvisit\": \"\"\n      },\n      \"meta\": {\n        \"generator\": \"vBulletin ?([\\\\d.]+)?\\\\;version:\\\\1\"\n      },\n      \"website\": \"https://www.vbulletin.com\"\n    },\n    \"vibecommerce\": {\n      \"cats\": [\n        6\n      ],\n      \"excludes\": \"PrestaShop\",\n      \"icon\": \"vibecommerce.png\",\n      \"implies\": \"PHP\",\n      \"meta\": {\n        \"designer\": \"vibecommerce\",\n        \"generator\": \"vibecommerce\"\n      },\n      \"website\": \"http://vibecommerce.com.br\"\n    },\n    \"Virgool\": {\n      \"cats\": [\n        11\n      ],\n      \"headers\": {\n        \"X-Powered-By\": \"^Virgool$\"\n      },\n      \"icon\": \"Virgool.svg\",\n      \"url\": \"^https?://(?:www\\\\.)?virgool\\\\.io\",\n      \"website\": \"https://virgool.io\"\n    },\n    \"shoperfa\": {\n      \"cats\": [\n        6\n      ],\n      \"headers\": {\n        \"X-Powered-By\": \"^Shoperfa$\"\n      },\n      \"icon\": \"Shoperfa.png\",\n      \"url\": \"^https?://(?:www\\\\.)?shoperfa\\\\.com\",\n      \"website\": \"https://shoperfa.com\"\n    },\n    \"webEdition\": {\n      \"cats\": [\n        1\n      ],\n      \"cpe\": \"cpe:/a:webedition:webedition_cms\",\n      \"icon\": \"webEdition.png\",\n      \"meta\": {\n        \"DC.title\": \"webEdition\",\n        \"generator\": \"webEdition\"\n      },\n      \"website\": \"http://webedition.de/en\"\n    },\n    \"webpack\": {\n      \"cats\": [\n        19\n      ],\n      \"icon\": \"webpack.svg\",\n      \"js\": {\n        \"webpackJsonp\": \"\"\n      },\n      \"website\": \"https://webpack.js.org/\"\n    },\n    \"wisyCMS\": {\n      \"cats\": [\n        1\n      ],\n      \"icon\": \"wisyCMS.svg\",\n      \"meta\": {\n        \"generator\": \"^wisy CMS[ v]{0,3}([0-9.,]*)\\\\;version:\\\\1\"\n      },\n      \"website\": \"https://wisy.3we.de\"\n    },\n    \"parcel\": {\n      \"cats\": [\n        19\n      ],\n      \"icon\": \"Parcel.png\",\n      \"js\": {\n        \"parcelRequire\": \"\"\n      },\n      \"website\": \"https://parceljs.org/\"\n    },\n    \"wpCache\": {\n      \"cats\": [\n        23\n      ],\n      \"headers\": {\n        \"X-Powered-By\": \"wpCache(?:/([\\\\d.]+))?\\\\;version:\\\\1\"\n      },\n      \"html\": \"<!--[^>]+wpCache\",\n      \"icon\": \"wpCache.png\",\n      \"implies\": [\n        \"WordPress\",\n        \"PHP\"\n      ],\n      \"meta\": {\n        \"generator\": \"wpCache\",\n        \"keywords\": \"wpCache\"\n      },\n      \"url\": \"^https?://[^/]+\\\\.wpcache\\\\.co\",\n      \"website\": \"https://wpcache.co\"\n    },\n    \"xCharts\": {\n      \"cats\": [\n        25\n      ],\n      \"html\": \"<link[^>]* href=\\\"[^\\\"]*xcharts(?:\\\\.min)?\\\\.css\",\n      \"implies\": \"D3\",\n      \"js\": {\n        \"xChart\": \"\"\n      },\n      \"script\": \"xcharts\\\\.js\",\n      \"website\": \"https://tenxer.github.io/xcharts/\"\n    },\n    \"xtCommerce\": {\n      \"cats\": [\n        6\n      ],\n      \"html\": \"<div class=\\\"copyright\\\">[^<]+<a[^>]+>xt:Commerce\",\n      \"icon\": \"xtCommerce.png\",\n      \"meta\": {\n        \"generator\": \"xt:Commerce\"\n      },\n      \"website\": \"https://www.xt-commerce.com\"\n    },\n    \"Yepcomm\": {\n      \"cats\": [\n        6\n      ],\n      \"icon\": \"yepcomm.png\",\n      \"meta\": {\n        \"copyright\": \"Yepcomm Tecnologia\",\n        \"author\": \"Yepcomm Tecnologia\"\n      },\n      \"website\": \"https://www.yepcomm.com.br\"\n    },\n    \"Halo\": {\n      \"cats\": [\n        1,\n        11\n      ],\n      \"icon\": \"Halo.svg\",\n      \"meta\": {\n        \"generator\": \"Halo ([\\\\d.]+)?\\\\;version:\\\\1\"\n      },\n      \"implies\": \"Java\",\n      \"website\": \"https://halo.run\"\n    },\n    \"Zipkin\": {\n      \"cats\": [\n        10\n      ],\n      \"headers\": {\n        \"X-B3-TraceId\": \"\",\n        \"X-B3-SpanId\": \"\",\n        \"X-B3-ParentSpanId\": \"\",\n        \"X-B3-Sampled\": \"\",\n        \"X-B3-Flags\": \"\"\n      },\n      \"icon\": \"Zipkin.png\",\n      \"website\": \"https://zipkin.io/\"\n    },\n    \"RX Web Server\": {\n      \"cats\": [\n        22\n      ],\n      \"headers\": {\n        \"X-Powered-By\": \"RX-WEB\"\n      },\n      \"icon\": \"RXWeb.svg\",\n      \"website\": \"http://developers.rokitax.co.uk/projects/rxweb\"\n    },\n    \"Tencent Waterproof Wall\": {\n      \"cats\": [\n        9\n      ],\n      \"icon\": \"TencentWaterproofWall.png\",\n      \"script\": \"/TCaptcha\\\\.js\",\n      \"website\": \"https://007.qq.com/\"\n    },\n    \"Saber\": {\n      \"cats\": [\n        57\n      ],\n      \"icon\": \"Saber.svg\",\n      \"html\": [\n        \"<div [^>]*id=\\\"_saber\\\"\"\n      ],\n      \"meta\": {\n        \"generator\": \"^Saber v([\\\\d.]+)$\\\\;version:\\\\1\"\n      },\n      \"implies\": \"Vue.js\",\n      \"website\": \"https://saber.land/\"\n    },\n    \"GoCache\": {\n      \"cats\": [\n        31\n      ],\n      \"headers\": {\n        \"Server\": \"^gocache$\",\n        \"X-GoCache-CacheStatus\": \"\"\n      },\n      \"icon\": \"GoCache.png\",\n      \"website\": \"https://www.gocache.com.br/\"\n    },\n    \"Litespeed Cache\": {\n      \"cats\": [\n        23\n      ],\n      \"headers\": {\n        \"x-litespeed-cache\": \"\"\n      },\n      \"icon\": \"litespeed-cache.png\",\n      \"implies\": \"WordPress\",\n      \"website\": \"https://wordpress.org/plugins/litespeed-cache/\"\n    },\n    \"nghttpx - HTTP/2 proxy\": {\n      \"cats\": [\n        22\n      ],\n      \"headers\": {\n        \"Server\": \"nghttpx nghttp2/?([\\\\d.]+)?\\\\;version:\\\\1\"\n      },\n      \"website\": \"https://nghttp2.org\"\n    },\n    \"Onshop\": {\n      \"cats\": [\n        6\n      ],\n      \"excludes\": \"OpenCart\",\n      \"icon\": \"Onshop.svg\",\n      \"implies\": \"PHP\",\n      \"meta\": {\n        \"generator\": \"Onshop Ecommerce\"\n      },\n      \"script\": \"/opencart_custom\\\\.js\",\n      \"website\": \"https://onshop.asia\"\n    }\n  },\n  \"categories\": {\n    \"1\": {\n      \"name\": \"CMS\",\n      \"priority\": 1\n    },\n    \"2\": {\n      \"name\": \"Message Boards\",\n      \"priority\": 1\n    },\n    \"3\": {\n      \"name\": \"Database Managers\",\n      \"priority\": 2\n    },\n    \"4\": {\n      \"name\": \"Documentation Tools\",\n      \"priority\": 2\n    },\n    \"5\": {\n      \"name\": \"Widgets\",\n      \"priority\": 9\n    },\n    \"6\": {\n      \"name\": \"Ecommerce\",\n      \"priority\": 1\n    },\n    \"7\": {\n      \"name\": \"Photo Galleries\",\n      \"priority\": 1\n    },\n    \"8\": {\n      \"name\": \"Wikis\",\n      \"priority\": 1\n    },\n    \"9\": {\n      \"name\": \"Hosting Panels\",\n      \"priority\": 1\n    },\n    \"10\": {\n      \"name\": \"Analytics\",\n      \"priority\": 9\n    },\n    \"11\": {\n      \"name\": \"Blogs\",\n      \"priority\": 1\n    },\n    \"12\": {\n      \"name\": \"JavaScript Frameworks\",\n      \"priority\": 8\n    },\n    \"13\": {\n      \"name\": \"Issue Trackers\",\n      \"priority\": 2\n    },\n    \"14\": {\n      \"name\": \"Video Players\",\n      \"priority\": 7\n    },\n    \"15\": {\n      \"name\": \"Comment Systems\",\n      \"priority\": 9\n    },\n    \"16\": {\n      \"name\": \"Captchas\",\n      \"priority\": 9\n    },\n    \"17\": {\n      \"name\": \"Font Scripts\",\n      \"priority\": 9\n    },\n    \"18\": {\n      \"name\": \"Web Application Frameworks\",\n      \"priority\": 7\n    },\n    \"19\": {\n      \"name\": \"Miscellaneous\",\n      \"priority\": 9\n    },\n    \"20\": {\n      \"name\": \"Editors\",\n      \"priority\": 4\n    },\n    \"21\": {\n      \"name\": \"LMS\",\n      \"priority\": 1\n    },\n    \"22\": {\n      \"name\": \"Web Servers\",\n      \"priority\": 8\n    },\n    \"23\": {\n      \"name\": \"Cache Tools\",\n      \"priority\": 7\n    },\n    \"24\": {\n      \"name\": \"Rich Text Editors\",\n      \"priority\": 5\n    },\n    \"25\": {\n      \"name\": \"JavaScript Graphics\",\n      \"priority\": 6\n    },\n    \"26\": {\n      \"name\": \"Mobile Frameworks\",\n      \"priority\": 8\n    },\n    \"27\": {\n      \"name\": \"Programming Languages\",\n      \"priority\": 5\n    },\n    \"28\": {\n      \"name\": \"Operating Systems\",\n      \"priority\": 6\n    },\n    \"29\": {\n      \"name\": \"Search Engines\",\n      \"priority\": 4\n    },\n    \"30\": {\n      \"name\": \"Web Mail\",\n      \"priority\": 2\n    },\n    \"31\": {\n      \"name\": \"CDN\",\n      \"priority\": 9\n    },\n    \"32\": {\n      \"name\": \"Marketing Automation\",\n      \"priority\": 9\n    },\n    \"33\": {\n      \"name\": \"Web Server Extensions\",\n      \"priority\": 7\n    },\n    \"34\": {\n      \"name\": \"Databases\",\n      \"priority\": 5\n    },\n    \"35\": {\n      \"name\": \"Maps\",\n      \"priority\": 6\n    },\n    \"36\": {\n      \"name\": \"Advertising Networks\",\n      \"priority\": 9\n    },\n    \"37\": {\n      \"name\": \"Network Devices\",\n      \"priority\": 2\n    },\n    \"38\": {\n      \"name\": \"Media Servers\",\n      \"priority\": 1\n    },\n    \"39\": {\n      \"name\": \"Webcams\",\n      \"priority\": 9\n    },\n    \"41\": {\n      \"name\": \"Payment Processors\",\n      \"priority\": 8\n    },\n    \"42\": {\n      \"name\": \"Tag Managers\",\n      \"priority\": 9\n    },\n    \"44\": {\n      \"name\": \"Build CI Systems\",\n      \"priority\": 3\n    },\n    \"45\": {\n      \"name\": \"Control Systems\",\n      \"priority\": 2\n    },\n    \"46\": {\n      \"name\": \"Remote Access\",\n      \"priority\": 1\n    },\n    \"47\": {\n      \"name\": \"Dev Tools\",\n      \"priority\": 2\n    },\n    \"48\": {\n      \"name\": \"Network Storage\",\n      \"priority\": 2\n    },\n    \"49\": {\n      \"name\": \"Feed Readers\",\n      \"priority\": 1\n    },\n    \"50\": {\n      \"name\": \"Document Management Systems\",\n      \"priority\": 1\n    },\n    \"51\": {\n      \"name\": \"Landing Page Builders\",\n      \"priority\": 2\n    },\n    \"52\": {\n      \"name\": \"Live Chat\",\n      \"priority\": 8\n    },\n    \"53\": {\n      \"name\": \"CRM\",\n      \"priority\": 5\n    },\n    \"54\": {\n      \"name\": \"SEO\",\n      \"priority\": 8\n    },\n    \"55\": {\n      \"name\": \"Accounting\",\n      \"priority\": 1\n    },\n    \"56\": {\n      \"name\": \"Cryptominer\",\n      \"priority\": 5\n    },\n    \"57\": {\n      \"name\": \"Static Site Generator\",\n      \"priority\": 1\n    },\n    \"58\": {\n      \"name\": \"User Onboarding\",\n      \"priority\": 8\n    },\n    \"59\": {\n      \"name\": \"JavaScript Libraries\",\n      \"priority\": 9\n    },\n    \"60\": {\n      \"name\": \"Containers\",\n      \"priority\": 8\n    },\n    \"61\": {\n      \"name\": \"SaaS\",\n      \"priority\": 8\n    },\n    \"62\": {\n      \"name\": \"PaaS\",\n      \"priority\": 8\n    },\n    \"63\": {\n      \"name\": \"IaaS\",\n      \"priority\": 8\n    },\n    \"64\": {\n      \"name\": \"Reverse Proxy\",\n      \"priority\": 7\n    },\n    \"65\": {\n      \"name\": \"Load Balancer\",\n      \"priority\": 7\n    },\n    \"66\": {\n      \"name\": \"UI Frameworks\",\n      \"priority\": 7\n    }\n  }\n}"
  },
  {
    "path": "wad/etc/apps.json.other",
    "content": "{\n\t\"categories\": {\n\t},\n\t\"apps\": {\n\t}\n}\n"
  },
  {
    "path": "wad/group.py",
    "content": "from __future__ import absolute_import, division, print_function, unicode_literals\nimport six\n\nimport logging\nimport os.path\n\n\ndef get_dir(url_path):\n    if url_path == \"\" or url_path == \"/\":\n        return \"\", False\n\n    normfilename = os.path.normpath(url_path)\n    # /path/sub.dir/ -> /path/sub.dir\n    if url_path.endswith(\"/\"):\n        return normfilename, False\n\n    # /path/file.ext -> /path\n    e = normfilename.split(\"/\")\n    if e[-1].find('.') >= 0:\n        return '/'.join(e[:-1]), True\n\n    # /path/something -> /path/something\n    return normfilename, False\n\n\ndef subpath_starts_with(s, subs, subpath_had_extension=False):\n    if subpath_had_extension:\n        return s.find(subs) == 0\n    return s.find(subs) == 0 and s != subs\n\n\ndef is_sub_url(url, suburl):\n    if url == suburl:\n        return False\n\n    parsed_url = six.moves.urllib.parse.urlparse(url)\n    parsed_suburl = six.moves.urllib.parse.urlparse(suburl)\n\n    if parsed_url[:2] != parsed_suburl[:2]:\n        return False\n\n    path, __ = get_dir(parsed_url[2])\n    subpath, subpath_had_extension = get_dir(parsed_suburl[2])\n\n    return subpath_starts_with(subpath, path, subpath_had_extension)\n\n\ndef group(results):\n    logging.info(\"Grouping results\")\n    # for each pair of URLs, if one is a suburl of the other, then remove from\n    # the latter url any technologies detected also for the former\n    for url in results:\n        for url2 in results:\n            if is_sub_url(url, url2):\n                logging.debug(\"--> %s\\n`-> %s\\n\", url, url2)\n                for finding in results[url]:\n                    if finding in results[url2]:\n                        results[url2].remove(finding)\n                        logging.debug(\"Removing %s from %s, as %s also has it\", finding, url2, url)\n\n    # ... and then remove any urls without any findings\n    for url in results.keys():\n        if not results[url]:\n            results.pop(url)\n\n    return results\n"
  },
  {
    "path": "wad/output.py",
    "content": "from __future__ import absolute_import, division, print_function, unicode_literals\nimport six\n\nimport json\nimport logging\nimport pprint\nimport csv\nfrom wad import tools\n\n\nclass OutputFormat(object):\n    def retrieve(self, results):\n        raise NotImplementedError\n\n\nclass JSONOutput(OutputFormat):\n    \"\"\"\n    :param indent: optional integer specifying indentation of output\n    :return: dict dumped to string in JSON format\n    \"\"\"\n    def retrieve(self, results, indent=4):\n        if indent:\n            return json.dumps(results, indent=indent)\n        return json.dumps(results)\n\n\nclass ConsolePrettyOutput(OutputFormat):\n    \"\"\"\n    :return: dict as string formatted with pprint\n    \"\"\"\n    def retrieve(self, results):\n        return pprint.pformat(results)\n\n\nclass HumanReadableOutput(OutputFormat):\n    \"\"\"\n    :return: string formatted to be easy to read\n    \"\"\"\n    def retrieve(self, results):\n        if not results:\n            return ''\n        output = ''\n        for url, data_dicts in six.iteritems(results):\n            output += 'Web application detection results for website {url}, found applications:\\n'.format(url=url)\n            for data in data_dicts:\n                output += '\\t{app} ({type})'.format(app=data['app'], type=data['type'])\n                if data['ver']:\n                    output += ', version: {version}'.format(version=data['ver'])\n                output += '\\n'\n        return output\n\n\nclass CSVOutput(OutputFormat):\n    \"\"\"\n    :param\n    :return: string formatted as CSV\n    \"\"\"\n    def __init__(self, filename=None):\n        super(CSVOutput, self).__init__()\n\n        self.filename = filename\n        if self.filename:\n            self.get_buffer = self.get_file\n            self.return_handler = self.return_file\n        else:\n            self.get_buffer = self.get_stringio\n            self.return_handler = self.return_stringio\n\n    def retrieve(self, results):\n        \"\"\"\n        :param results:\n        :param filename:\n        :return:\n        \"\"\"\n        buf = self.get_buffer()\n        fieldnames = ['URL', 'Finding', 'Version', 'Type']\n        writer = csv.DictWriter(buf, fieldnames)\n\n        # Can't use writeheader method, because it was introduced in python 2.7\n        writer.writerow(dict([(field, field) for field in fieldnames]))\n        for url, data_dicts in six.iteritems(results):\n            for data in data_dicts:\n                writer.writerow({'URL': url, 'Finding': data['app'], 'Version': data['ver'], 'Type': data['type']})\n\n        return self.return_handler(buf)\n\n    def get_stringio(self):\n        return six.StringIO()\n\n    def get_file(self):\n        try:\n            return open(self.filename, 'wb')\n        except IOError as e:\n            logging.error(\"Couldn't open %s while outputting results as csv\", self.filename, tools.error_to_str(e))\n            raise\n\n    def return_stringio(self, buf):\n        buf.seek(0)\n        return buf.read()\n\n    def return_file(self, buf):\n        return buf\n"
  },
  {
    "path": "wad/tests/__init__.py",
    "content": "__author__ = 'plizoncz'\n"
  },
  {
    "path": "wad/tests/data/__init__.py",
    "content": "__author__ = 'plizoncz'\n"
  },
  {
    "path": "wad/tests/data/data_test_wad.py",
    "content": "cern_ch_test_data = {\n    'geturl': 'http://home.web.cern.ch/',\n    'content':\n    '<!DOCTYPE html>\\n<!--[if IEMobile 7]><html class=\"iem7\"  lang=\"en\" dir=\"ltr\"><![endif]-->\\n<!--[if lte '\n    'IE 6]><html class=\"ie6 ie6-7 ie6-8\"  lang=\"en\" dir=\"ltr\"><![endif]-->\\n<!--[if (IE 7)&(!IEMobile)]><htm'\n    'l class=\"ie7 ie6-7 ie6-8\"  lang=\"en\" dir=\"ltr\"><![endif]-->\\n<!--[if IE 8]><html class=\"ie8 ie6-8\"  lan'\n    'g=\"en\" dir=\"ltr\"><![endif]-->\\n<!--[if (gte IE 9)|(gt IEMobile 7)]><!--><html  lang=\"en\" dir=\"ltr\"\\n  x'\n    'mlns:content=\"http://purl.org/rss/1.0/modules/content/\"\\n  xmlns:dc=\"http://purl.org/dc/terms/\"\\n  xmln'\n    's:foaf=\"http://xmlns.com/foaf/0.1/\"\\n  xmlns:og=\"http://ogp.me/ns#\"\\n  xmlns:rdfs=\"http://www.w3.org/20'\n    '00/01/rdf-schema#\"\\n  xmlns:sioc=\"http://rdfs.org/sioc/ns#\"\\n  xmlns:sioct=\"http://rdfs.org/sioc/types#'\n    '\"\\n  xmlns:skos=\"http://www.w3.org/2004/02/skos/core#\"\\n  xmlns:xsd=\"http://www.w3.org/2001/XMLSchema#\"'\n    '><!--<![endif]-->\\n\\n<head profile=\"http://www.w3.org/1999/xhtml/vocab\">\\n  <meta http-equiv=\"Content-T'\n    'ype\" content=\"text/html; charset=utf-8\" />\\n<link rel=\"shortcut icon\" href=\"http://home.web.cern.ch/sit'\n    'es/home.web.cern.ch/themes/cern_public/favicon.ico\" type=\"image/vnd.microsoft.icon\" />\\n<meta name=\"des'\n    'cription\" content=\"CERN, the European Organization for Nuclear Research, is one of the world\\xe2\\x80'\n    '\\x99s largest and most respected centres for scientific research. Its business is fundamental physics, '\n    'finding out what the Universe is made of and how it works.\" />\\n<meta name=\"keywords\" content=\"physics,'\n    ' CERN, Large Hadron Collider, LHC, high-energy physics, particles, science\" />\\n<meta name=\"generator\" '\n    'content=\"Drupal 7 (http://drupal.org)\" />\\n<link rel=\"canonical\" href=\"http://home.web.cern.ch/\" />\\n<l'\n    'ink rel=\"shortlink\" href=\"http://home.web.cern.ch/node/186\" />\\n  <title>CERN | Accelerating science</t'\n    'itle>\\n\\n  <meta name=\"MobileOptimized\" content=\"width\">\\n  <meta name=\"HandheldFriendly\" content=\"true'\n    '\">\\n  <meta name=\"apple-mobile-web-app-capable\" content=\"yes\">\\n  <meta http-equiv=\"cleartype\" content='\n    '\"on\">\\n  <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\\n\\n  <meta name=\"viewport\" cont'\n    'ent=\"width=device-width, initial-scale=1.0, minimum-scale=1.0\" />\\n\\n  <!--[if (lt IE 9) & (!IEMobile)]'\n    '>\\n    <script src=\"/sites/home.web.cern.ch/themes/cern_base/js/ie/html5-shiv.js\"></script>\\n    <scrip'\n    't src=\"/sites/home.web.cern.ch/themes/cern_base/js/ie/respond.min.js\"></script>\\n  <![endif]-->\\n\\n  <!'\n    '-- Type from Google Fonts -->\\n  <!--<link href=\\'//fonts.googleapis.com/css?family=PT+Sans:400,400ital'\n    'ic,700\\' rel=\\'stylesheet\\' type=\\'text/css\\' /> -->\\n\\n  <!-- Type from CERN Framework -->\\n  <!--<lin'\n    'k href=\\'//framework.web.cern.ch/framework/2.0/fonts/PTSansWeb/PTSansWeb.css\\' rel=\\'stylesheet\\' type='\n    '\\'text/css\\' /> -->\\n\\n  <link type=\"text/css\" rel=\"stylesheet\" href=\"http://home.web.cern.ch/sites/hom'\n    'e.web.cern.ch/files/css/css_ywqYrtSodM0qVMzAkOSnqZ_iBnAVpkSeD_yPtUN9tBk.css\" media=\"all\" />\\n<link type'\n    '=\"text/css\" rel=\"stylesheet\" href=\"http://home.web.cern.ch/sites/home.web.cern.ch/files/css/css_GqCqCmG'\n    'spWzZsDVTgkFoFb2eEt4xaByq4GFNcVi8QG4.css\" media=\"all\" />\\n<link type=\"text/css\" rel=\"stylesheet\" href=\"'\n    'http://home.web.cern.ch/sites/home.web.cern.ch/files/css/css_9XLd-eqHVqBRSjAe9YzfIoy5u3JuaFAqxPoLDXUg9e'\n    'w.css\" media=\"all\" />\\n<link type=\"text/css\" rel=\"stylesheet\" href=\"http://home.web.cern.ch/sites/home.'\n    'web.cern.ch/files/css/css_jF0Zbf-OleWOug30HRVzE2aiN5qhdf1wXZteyandyzc.css\" media=\"all\" />\\n<link type=\"'\n    'text/css\" rel=\"stylesheet\" href=\"http://framework.web.cern.ch/framework/2.0/fonts/PTSansWeb/PTSansWeb.c'\n    'ss\" media=\"all\" />\\n<link type=\"text/css\" rel=\"stylesheet\" href=\"http://home.web.cern.ch/sites/home.web'\n    '.cern.ch/files/css/css_SMGsWsGty_Sl5dmMxMHCnhpUk6m4iKH-GIs4zvK0oVY.css\" media=\"all\" />\\n<link type=\"tex'\n    't/css\" rel=\"stylesheet\" href=\"http://home.web.cern.ch/sites/home.web.cern.ch/files/css/css__7Hj34xYiUtx'\n    'OrhD0rkrYUCCxpeg6nkDYfziLiHOghM.css\" media=\"all\" />\\n<link type=\"text/css\" rel=\"stylesheet\" href=\"http:'\n    '//home.web.cern.ch/sites/home.web.cern.ch/files/css/css_e0Oi8I1L8cGJ7KxcUbimLkO-ivlPDoZXuBZMWKAz5GY.css'\n    '\" media=\"print\" />\\n\\n<!--[if lt IE 8]>\\n<link type=\"text/css\" rel=\"stylesheet\" href=\"http://home.web.c'\n    'ern.ch/sites/home.web.cern.ch/files/css/css_IJ5Z0j6pyxnr4TEmO0hiXWrh8FMpT6aq_hWn1LpRNOY.css\" media=\"all'\n    '\" />\\n<![endif]-->\\n  <script type=\"text/javascript\" src=\"http://home.web.cern.ch/sites/home.web.cern.c'\n    'h/files/js/js_xAPl0qIk9eowy_iS9tNkCWXLUVoat94SQT48UBCFkyQ.js\"></script>\\n<script type=\"text/javascript\"'\n    ' src=\"http://home.web.cern.ch/sites/home.web.cern.ch/files/js/js_Ohtm-rFJ0XNT-5s2mWFHGwo0EWpCsHX-v1Itjh'\n    'VrGoY.js\"></script>\\n<script type=\"text/javascript\" src=\"http://home.web.cern.ch/sites/home.web.cern.ch'\n    '/files/js/js_NpX2cwCeepkWZZ194B6-ViyVBHleaYLOx5R9EWBOMRU.js\"></script>\\n<script type=\"text/javascript\" '\n    'src=\"http://home.web.cern.ch/sites/home.web.cern.ch/files/js/js_BWYblUOX1rj6s8SKnU5DoiFsIeLjtH3qG0Dwpb9'\n    'jBSc.js\"></script>\\n<script type=\"text/javascript\" src=\"http://home.web.cern.ch/sites/home.web.cern.ch/'\n    'modules/lightbox2/js/lightbox.js?1436794829\"></script>\\n<script type=\"text/javascript\" src=\"http://home'\n    '.web.cern.ch/sites/home.web.cern.ch/files/js/js_Tpg_7vBp-NVtNabkVUB3KrJqOsCb3zJDvwZEpjw2xEo.js\"></scrip'\n    't>\\n<script type=\"text/javascript\">\\n<!--//--><![CDATA[//><!--\\n(function(i,s,o,g,r,a,m){i[\"GoogleAnaly'\n    'ticsObject\"]=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.creat'\n    'eElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,do'\n    'cument,\"script\",\"//www.google-analytics.com/analytics.js\",\"ga\");ga(\"create\", \"UA-8058079-23\", {\"cookieD'\n    'omain\":\"auto\"});ga(\"send\", \"pageview\");\\n//--><!]]>\\n</script>\\n<script type=\"text/javascript\" src=\"htt'\n    'p://home.web.cern.ch/sites/home.web.cern.ch/files/js/js_ck0sm0C-L4_vjW_eqGFO_BWEFc3ACqnJu4Q91NgpEL8.js\"'\n    '></script>\\n<script type=\"text/javascript\" src=\"http://home.web.cern.ch/sites/home.web.cern.ch/files/js'\n    '/js_SoM4yXNp1Q-39XQdlNtUDZ98JaZ1XADfPwmikvdHd2c.js\"></script>\\n<script type=\"text/javascript\">\\n<!--//-'\n    '-><![CDATA[//><!--\\njQuery.extend(Drupal.settings, {\"basePath\":\"\\\\/\",\"pathPrefix\":\"\",\"ajaxPageState\":{\"'\n    'theme\":\"cern_public\",\"theme_token\":\"LXCMCii84gm5XckxAkSPcnc7uw3XOdF2gcWvxoZj2eY\",\"js\":{\"misc\\\\/jquery.j'\n    's\":1,\"misc\\\\/jquery.once.js\":1,\"misc\\\\/drupal.js\":1,\"misc\\\\/ui\\\\/jquery.ui.core.min.js\":1,\"misc\\\\/ui\\\\/'\n    'jquery.ui.widget.min.js\":1,\"misc\\\\/ui\\\\/jquery.ui.button.min.js\":1,\"misc\\\\/ui\\\\/jquery.ui.mouse.min.js\"'\n    ':1,\"misc\\\\/ui\\\\/jquery.ui.draggable.min.js\":1,\"misc\\\\/ui\\\\/jquery.ui.position.min.js\":1,\"misc\\\\/ui\\\\/jq'\n    'uery.ui.resizable.min.js\":1,\"misc\\\\/ui\\\\/jquery.ui.dialog.min.js\":1,\"sites\\\\/all\\\\/modules\\\\/views\\\\/js'\n    '\\\\/jquery.ui.dialog.patch.js\":1,\"misc\\\\/ajax.js\":1,\"sites\\\\/all\\\\/modules\\\\/extlink\\\\/extlink.js\":1,\"si'\n    'tes\\\\/home.web.cern.ch\\\\/modules\\\\/linkit\\\\/js\\\\/linkit.js\":1,\"sites\\\\/home.web.cern.ch\\\\/modules\\\\/lig'\n    'htbox2\\\\/js\\\\/lightbox.js\":1,\"sites\\\\/home.web.cern.ch\\\\/modules\\\\/custom_search\\\\/js\\\\/custom_search.j'\n    's\":1,\"misc\\\\/progress.js\":1,\"sites\\\\/home.web.cern.ch\\\\/modules\\\\/linkit\\\\/editors\\\\/ckeditor\\\\/linkitD'\n    'ialog.js\":1,\"sites\\\\/all\\\\/modules\\\\/google_analytics\\\\/googleanalytics.js\":1,\"0\":1,\"sites\\\\/home.web.c'\n    'ern.ch\\\\/themes\\\\/cern_base\\\\/js\\\\/cern.js\":1,\"sites\\\\/home.web.cern.ch\\\\/themes\\\\/cern_public\\\\/js\\\\/s'\n    'cript.js\":1,\"sites\\\\/home.web.cern.ch\\\\/themes\\\\/cern_public\\\\/js\\\\/cern.home.js\":1},\"css\":{\"modules\\\\/'\n    'system\\\\/system.base.css\":1,\"modules\\\\/system\\\\/system.menus.css\":1,\"modules\\\\/system\\\\/system.messages'\n    '.css\":1,\"modules\\\\/system\\\\/system.theme.css\":1,\"misc\\\\/ui\\\\/jquery.ui.core.css\":1,\"misc\\\\/ui\\\\/jquery.'\n    'ui.theme.css\":1,\"misc\\\\/ui\\\\/jquery.ui.button.css\":1,\"misc\\\\/ui\\\\/jquery.ui.resizable.css\":1,\"misc\\\\/ui'\n    '\\\\/jquery.ui.dialog.css\":1,\"sites\\\\/home.web.cern.ch\\\\/modules\\\\/aggregator\\\\/aggregator.css\":1,\"sites'\n    '\\\\/all\\\\/modules\\\\/cernsearchbox\\\\/cernsearch.css\":1,\"sites\\\\/home.web.cern.ch\\\\/modules\\\\/cern_toolbar'\n    '\\\\/css\\\\/remove_ext.css\":1,\"sites\\\\/all\\\\/modules\\\\/date\\\\/date_api\\\\/date.css\":1,\"sites\\\\/all\\\\/module'\n    's\\\\/date\\\\/date_popup\\\\/themes\\\\/datepicker.1.7.css\":1,\"modules\\\\/field\\\\/theme\\\\/field.css\":1,\"module'\n    's\\\\/node\\\\/node.css\":1,\"modules\\\\/search\\\\/search.css\":1,\"modules\\\\/user\\\\/user.css\":1,\"sites\\\\/all\\\\/'\n    'modules\\\\/extlink\\\\/extlink.css\":1,\"sites\\\\/all\\\\/modules\\\\/views\\\\/css\\\\/views.css\":1,\"sites\\\\/all\\\\/'\n    'modules\\\\/ckeditor\\\\/css\\\\/ckeditor.css\":1,\"sites\\\\/all\\\\/modules\\\\/shib_auth\\\\/shib_auth.css\":1,\"site'\n    's\\\\/all\\\\/modules\\\\/ctools\\\\/css\\\\/ctools.css\":1,\"sites\\\\/home.web.cern.ch\\\\/modules\\\\/lightbox2\\\\/cs'\n    's\\\\/lightbox.css\":1,\"modules\\\\/locale\\\\/locale.css\":1,\"sites\\\\/home.web.cern.ch\\\\/modules\\\\/custom_sear'\n    'ch\\\\/custom_search.css\":1,\"http:\\\\/\\\\/framework.web.cern.ch\\\\/framework\\\\/2.0\\\\/fonts\\\\/PTSansWeb\\\\/PTS'\n    'ansWeb.css\":1,\"sites\\\\/home.web.cern.ch\\\\/modules\\\\/cern_toolbar\\\\/css\\\\/screen.css\":1,\"sites\\\\/home.we'\n    'b.cern.ch\\\\/themes\\\\/cern_base\\\\/css\\\\/disable\\\\/system.menus.css\":1,\"sites\\\\/home.web.cern.ch\\\\/theme'\n    's\\\\/cern_base\\\\/css\\\\/disable\\\\/system.messages.css\":1,\"sites\\\\/home.web.cern.ch\\\\/themes\\\\/cern_base'\n    '\\\\/css\\\\/disable\\\\/advanced-forum.silver_bells.images.css\":1,\"sites\\\\/home.web.cern.ch\\\\/themes\\\\/cer'\n    'n_base\\\\/css\\\\/disable\\\\/advanced-forum.silver_bells.style.css\":1,\"sites\\\\/home.web.cern.ch\\\\/themes\\\\'\n    '/cern_base\\\\/css\\\\/base.css\":1,\"sites\\\\/home.web.cern.ch\\\\/themes\\\\/cern_public\\\\/css\\\\/public.css\":1,'\n    '\"sites\\\\/home.web.cern.ch\\\\/themes\\\\/cern_public\\\\/css\\\\/print.css\":1,\"sites\\\\/home.web.cern.ch\\\\/modu'\n    'les\\\\/cern_toolbar\\\\/css\\\\/ie.css\":1}},\"lightbox2\":{\"rtl\":\"0\",\"file_path\":\"\\\\/(\\\\\\\\w\\\\\\\\w\\\\/)public:\\\\'\n    '/\",\"default_image\":\"\\\\/sites\\\\/home.web.cern.ch\\\\/modules\\\\/lightbox2\\\\/images\\\\/brokenimage.jpg\",\"bor'\n    'der_size\":10,\"font_color\":\"000\",\"box_color\":\"fff\",\"top_position\":\"\",\"overlay_opacity\":\"0.8\",\"overlay_c'\n    'olor\":\"000\",\"disable_close_click\":1,\"resize_sequence\":0,\"resize_speed\":400,\"fade_in_speed\":400,\"slide_'\n    'down_speed\":600,\"use_alt_layout\":0,\"disable_resize\":0,\"disable_zoom\":1,\"force_show_nav\":0,\"show_captio'\n    'n\":1,\"loop_items\":0,\"node_link_text\":\"View Image Details\",\"node_link_target\":0,\"image_count\":\"Image !c'\n    'urrent of !total\",\"video_count\":\"Video !current of !total\",\"page_count\":\"Page !current of !total\",\"lit'\n    'e_press_x_close\":\"press \\\\u003Ca href=\\\\u0022#\\\\u0022 onclick=\\\\u0022hideLightbox(); return FALSE;\\\\u0'\n    '022\\\\u003E\\\\u003Ckbd\\\\u003Ex\\\\u003C\\\\/kbd\\\\u003E\\\\u003C\\\\/a\\\\u003E to close\",\"download_link_text\":\"\",\"'\n    'enable_login\":false,\"enable_contact\":false,\"keys_close\":\"c x 27\",\"keys_previous\":\"p 37\",\"keys_next\":\"n'\n    ' 39\",\"keys_zoom\":\"z\",\"keys_play_pause\":\"32\",\"display_image_size\":\"original\",\"image_node_sizes\":\"()\",\"t'\n    'rigger_lightbox_classes\":\"\",\"trigger_lightbox_group_classes\":\"\",\"trigger_slideshow_classes\":\"\",\"trigge'\n    'r_lightframe_classes\":\"\",\"trigger_lightframe_group_classes\":\"\",\"custom_class_handler\":0,\"custom_trigge'\n    'r_classes\":\"\",\"disable_for_gallery_lists\":true,\"disable_for_acidfree_gallery_lists\":true,\"enable_acidf'\n    'ree_videos\":true,\"slideshow_interval\":5000,\"slideshow_automatic_start\":true,\"slideshow_automatic_exit\"'\n    ':true,\"show_play_pause\":true,\"pause_on_next_click\":false,\"pause_on_previous_click\":true,\"loop_slides\":'\n    'false,\"iframe_width\":600,\"iframe_height\":400,\"iframe_border\":1,\"enable_video\":0},\"custom_search\":{\"for'\n    'm_target\":\"_self\",\"solr\":0},\"linkit\":{\"autocompletePath\":\"http:\\\\/\\\\/home.web.cern.ch\\\\/linkit\\\\/autoc'\n    'omplete\\\\/___profile___?s=\",\"dashboardPath\":\"\\\\/linkit\\\\/dashboard\\\\/\",\"currentInstance\":{}},\"extlink\"'\n    ':{\"extTarget\":0,\"extClass\":\"ext\",\"extLabel\":\"(link is external)\",\"extImgClass\":0,\"extSubdomains\":1,\"ex'\n    'tExclude\":\"^Colllide@CERN$|(cern.service-now\\\\\\\\.com)\",\"extInclude\":\"\",\"extCssExclude\":\"\",\"extCssExpli'\n    'cit\":\"\",\"extAlert\":0,\"extAlertText\":\"This link will take you to an external web site. We are not respo'\n    'nsible for their content.\",\"mailtoClass\":\"mailto\",\"mailtoLabel\":\"(link sends e-mail)\"},\"googleanalytic'\n    's\":{\"trackOutbound\":1,\"trackMailto\":1,\"trackDownload\":1,\"trackDownloadExtensions\":\"7z|aac|arc|arj|asf|'\n    'asx|avi|bin|csv|doc(x|m)?|dot(x|m)?|exe|flv|gif|gz|gzip|hqx|jar|jpe?g|js|mp(2|3|4|e?g)|mov(ie)?|msi|ms'\n    'p|pdf|phps|png|ppt(x|m)?|pot(x|m)?|pps(x|m)?|ppam|sld(x|m)?|thmx|qtm?|ra(m|r)?|sea|sit|tar|tgz|torrent'\n    '|txt|wav|wma|wmv|wpd|xls(x|m|b)?|xlt(x|m)|xlam|xml|z|zip\"},\"cern_public\":{\"language\":\"en\",\"path\":\"site'\n    's\\\\/home.web.cern.ch\\\\/themes\\\\/cern_public\"}});\\n//--><!]]>\\n</script>\\n\\n</head>\\n\\n<body id=\"page-h'\n    'omepage\" class=\"section-homepage\">\\n    <div class=\"region region-page-top\">\\n    \\n\\n<div id=\"cern-to'\n    'olbar\" class=\"user-not-authenticated\">\\n  <h1><a href=\"http://cern.ch\" title=\"CERN\">CERN <span>Acceler'\n    'ating science</span></a></h1><ul><li class=\"cern-accountli\"><a href=\"https://home.web.cern.ch/Shibbole'\n    'th.sso/?target=https%3A%2F%2Fhome.web.cern.ch%2Fshib_login%2Fnode%2F186\" title=\"Sign in to your CERN a'\n    'ccount\" class=\"cern-account\">Sign in</a></li><li><a href=\"http://cern.ch/directory\" title=\"Search CERN'\n    ' resources and browse the directory\" class=\"cern-directory\">Directory</a></li></ul></div>\\n  </div><!-'\n    '- /.region -->\\n  <!-- PAGE.TPL from CERN Public theme -->\\n<div id=\"bg-img\">\\n\\t<header id=\"header\" r'\n    'ole=\"banner\">\\n\\t\\n\\t  <h1 id=\"cern-logo\"><a href=\"/\" title=\"Home\" rel=\"home\">CERN</a></h1>\\n\\t\\n\\t  '\n    '\\t  \\n\\t  <div id=\"header-content\"> \\n\\t    <div id=\"nav-bar\">  \\n\\t      \\t        <nav id=\"main-menu'\n    '\" role=\"navigation\">\\n\\t          <h2 class=\"element-invisible\">Main menu</h2><ul id=\"nav\" class=\"menu'\n    '\"><li class=\"menu-461 first\"><a href=\"/about\">About CERN</a></li>\\n<li class=\"menu-675\"><a href=\"/stud'\n    'ents-educators\">Students &amp; Educators</a></li>\\n<li class=\"menu-673\"><a href=\"/scientists\">Scientis'\n    'ts</a></li>\\n<li class=\"menu-674 last\"><a href=\"/cern-people\">CERN people</a></li>\\n</ul>\\t        </n'\n    'av>\\n\\t      \\t     \\t  <div class=\"region region-lang-switch\">\\n    <div id=\"block-locale-language\" c'\n    'lass=\"block block-locale\">\\n\\n      \\n  <ul class=\"language-switcher-locale-url\"><li class=\"en first a'\n    'ctive\"><a href=\"/\" class=\"language-link active\" xml:lang=\"en\">English</a></li>\\n<li class=\"fr last\"><a'\n    ' href=\"/fr\" class=\"language-link\" xml:lang=\"fr\">Fran\\xc3\\xa7ais</a></li>\\n</ul>  \\n</div>\\n  </div><!-'\n    '- /.region -->\\n\\t  \\t</div>\\n\\t  </div>\\n\\t  \\n\\t  \\t\\n\\t</header>\\n\\t\\n\\t<div id=\"main\" role=\"main\">'\n    '\\n\\t  \\t\\n\\t\\t<a id=\"main-content\"></a>\\n\\t\\t\\n\\t\\t\\n<!-- node.tpl from cern_public begins -->\\n\\n\\n\\n'\n    '\\n<!-- /node.tpl from cern_public ends -->\\n\\t\\t\\n\\t\\t<div class=\"update-area\">\\n\\t\\t<section id=\"bloc'\n    'k-block-16\" class=\"block block-block\">\\n\\n      \\n  <h2>CERN Updates</h2>\\n  \\n</section>\\n<section id'\n    '=\"block-views-4120d3b48fdd2fcc564776112836d0f0\" class=\"block block-views block-updates-standard\">\\n\\n '\n    '     \\n  <div class=\"view view-Homepage-updates-blocks view-id-Homepage_updates_blocks view-display-id'\n    '-block_updates_standard view-dom-id-dc5ce4f3cf0fea9db970ad5ff27d8cd6\">\\n        \\n  \\n  \\n      <div c'\n    'lass=\"view-content\">\\n      <div class=\"item-list\">    <ul>          <li class=\"views-row views-row-1 '\n    'views-row-odd views-row-first\"><a href=\"/about/updates/2015/07/lhc-back-collision-mode\">LHC back in co'\n    'llision mode</a><span class=\"field-content\">7 July</span>\\n</li>\\n          <li class=\"views-row views'\n    '-row-2 views-row-even\"><a href=\"/about/updates/2015/07/particular-new-podcast-atlas\">In particular: A '\n    'new podcast from ATLAS </a><span class=\"field-content\">3 July</span>\\n</li>\\n          <li class=\"view'\n    's-row views-row-3 views-row-odd views-row-last\"><a href=\"/about/updates/2015/06/chasing-clouds-lhc\">Ch'\n    'asing clouds in the LHC</a><span class=\"field-content\">25 June</span>\\n</li>\\n      </ul></div>    </d'\n    'iv>\\n  \\n  \\n  \\n     \\n<div class=\"more-link\">\\n  <a href=\"/about/updates\">\\n    Past updates  </a>\\n'\n    '</div>\\n\\n  \\n\\n  \\n  \\n</div>  \\n</section>\\n<section id=\"block-search-form\" class=\"block block-searc'\n    'h\">\\n\\n      \\n  <form class=\"search-form\" role=\"search\" action=\"/\" method=\"post\" id=\"search-block-for'\n    'm\" accept-charset=\"UTF-8\"><div><div class=\"container-inline\">\\n      <h2 class=\"element-invisible\">Sea'\n    'rch form</h2>\\n    <div class=\"form-item form-type-textfield form-item-search-block-form\">\\n  <label c'\n    'lass=\"element-invisible\" for=\"edit-search-block-form--2\">Search this site </label>\\n <input title=\"Ent'\n    'er the terms you wish to search for.\" class=\"custom-search-box form-text\" placeholder=\"\" onblur=\"if (t'\n    'his.value == &#039;&#039;) {this.value = &#039;Search this site&#039;;}\" onfocus=\"if (this.value == &#'\n    '039;Search this site&#039;) {this.value = &#039;&#039;;}\" type=\"text\" id=\"edit-search-block-form--2\" n'\n    'ame=\"search_block_form\" value=\"Search this site\" size=\"20\" maxlength=\"128\" />\\n</div>\\n<div class=\"for'\n    'm-actions form-wrapper\" id=\"edit-actions\"><input type=\"submit\" id=\"edit-submit\" name=\"op\" value=\"Searc'\n    'h\" class=\"form-submit\" /></div><input type=\"hidden\" name=\"form_build_id\" value=\"form-vi_O-0vaFYqtE13Kg'\n    'zdPpmUwmpSFygMXPZm4vty7pzE\" />\\n<input type=\"hidden\" name=\"form_id\" value=\"search_block_form\" />\\n</di'\n    'v>\\n</div></form>  \\n</section>\\n\\t\\t\\n\\t\\t</div>\\n\\t  \\n\\t</div><!-- /#main -->\\n\\t\\n\\t\\t\\n</div><!--'\n    ' /#bg-img -->\\n\\n<footer id=\"footer\" role=\"contentinfo\">\\n  \\t  <div class=\"region region-footer-2\">\\n'\n    '    <div id=\"block-menu-menu-global-footer-menu-2\" class=\"block block-menu\">\\n\\n        <h2>General in'\n    'fo</h2>\\n    \\n  <ul class=\"menu\"><li class=\"first leaf\"><a href=\"http://cern.ch/jobs\" title=\"\">Jobs</'\n    'a></li>\\n<li class=\"leaf\"><a href=\"http://cern.ch/outreach\" title=\"\">Visits</a></li>\\n<li class=\"last '\n    'leaf\"><a href=\"http://cern.ch/press\" title=\"\">Press</a></li>\\n</ul>  \\n</div>\\n  </div><!-- /.region -'\n    '->\\n  \\t  <div class=\"region region-footer-3\">\\n    <div id=\"block-menu-menu-global-footer-menu-3\" cla'\n    'ss=\"block block-menu\">\\n\\n        <h2>CERN &amp; you</h2>\\n    \\n  <ul class=\"menu\"><li class=\"first l'\n    'eaf\"><a href=\"http://cern.ch/procurement\" title=\"\">Doing business with CERN</a></li>\\n<li class=\"leaf\"'\n    '><a href=\"http://cern.ch/knowledgetransfer\" title=\"\">Knowledge transfer</a></li>\\n<li class=\"leaf\"><a '\n    'href=\"http://cern.ch/project-voisins/\" title=\"\">CERN&#039;s neighbours</a></li>\\n<li class=\"leaf\"><a h'\n    'ref=\"http://cern.ch/giving\" title=\"\">Giving to CERN</a></li>\\n<li class=\"last leaf\"><a href=\"/partners'\n    'hips\" title=\"\">Partnerships</a></li>\\n</ul>  \\n</div>\\n  </div><!-- /.region -->\\n  \\t  <div class=\"re'\n    'gion region-footer-5\">\\n    <div id=\"block-block-5\" class=\"block block-block\">\\n\\n        <h2>Contact<'\n    '/h2>\\n    \\n  <p>CERN<br />\\nCH-1211 Geneva 23<br />\\nSwitzerland</p>\\n<p><a href=\"/contact\">How to re'\n    'ach us</a></p>\\n  \\n</div>\\n  </div><!-- /.region -->\\n\\t  <div class=\"region region-footer-4\">\\n    <'\n    'div id=\"block-menu-menu-global-footer-menu-5\" class=\"block block-menu\">\\n\\n        <h2>Connect with CE'\n    'RN</h2>\\n    \\n  <ul class=\"menu\"><li class=\"first leaf\"><a href=\"http://facebook.com/cern\" title=\"\">F'\n    'acebook</a></li>\\n<li class=\"leaf\"><a href=\"http://twitter.com/cern\" title=\"\">Twitter</a></li>\\n<li cl'\n    'ass=\"leaf\"><a href=\"http://plus.google.com/+CERN/\" title=\"\">Google+</a></li>\\n<li class=\"leaf\"><a href'\n    '=\"http://youtube.com/cern\" title=\"\">YouTube</a></li>\\n<li class=\"leaf\"><a href=\"http://itunes.apple.co'\n    'm/institution/cern-european-organization/id390118692\" title=\"\">iTunes U</a></li>\\n<li class=\"last leaf'\n    '\"><a href=\"/feeds\" title=\"\">Feeds</a></li>\\n</ul>  \\n</div>\\n  </div><!-- /.region -->\\n\\t  <div class'\n    '=\"region region-footer-1\">\\n    <div id=\"block-block-4\" class=\"block block-block\">\\n\\n      \\n  <p><a '\n    'href=\"http://cern.ch/copyright\">\\xc2\\xa9 Copyright CERN 2015</a></p>  \\n</div>\\n  </div><!-- /.region '\n    '-->\\n</footer>\\n\\n<!--[if lte IE 8]><img id=\"bg\" src=\"\" /><![endif]-->\\n\\n  \\n  <!--[if (lt IE 9) & (!'\n    'IEMobile)]>\\n    <script src=\"/sites/home.web.cern.ch/themes/cern_base/js/ie/imgsizer.js\"></script>\\n '\n    '   <script src=\"/sites/home.web.cern.ch/themes/cern_base/js/ie/selectivizr-min.js\"></script>\\n    <scr'\n    'ipt src=\"/sites/home.web.cern.ch/themes/cern_base/js/ie/jquery-extra-selectors.js\"></script>\\n  <![end'\n    'if]-->\\n\\n  <!-- Prompts all IE6 users to install Google Chromeframe -->\\n  <!--[if lt IE 7]>\\n   <scr'\n    'ipt src=\"https://ajax.googleapis.com/ajax/libs/chrome-frame/1/CFInstall.min.js\"></script>\\n   <script>'\n    'CFInstall.check();</script>\\n  <![endif]-->\\n\\n  <!--<script src=\"https://get.gridsetapp.com/125/overl'\n    'ay/\"></script> -->\\n\\n</body>\\n</html>\\n\\n\\n\\n',\n    'headers': {\n        'Via': '1.1 drupallb01.cern.ch',\n        'X-Drupal-Cache': 'HIT',\n        'Content-Language': 'en',\n        'Transfer-Encoding': 'chunked',\n        'Set-Cookie': 'drupallb01_80=.drupal23; path=/;',\n        'Expires': 'Sun, 19 Nov 1978 05:00:00 GMT',\n        'Vary': 'Cookie,Accept-Encoding',\n        'Server': 'Apache',\n        'Last-Modified': 'Mon, 13 Jul 2015 13:40:29 GMT',\n        'Connection': 'close',\n        'Etag': '\"1436794829-0\"',\n        'Link': '<http://home.web.cern.ch/>; rel=\"canonical\",<http://home.web.cern.ch/node/186>; rel=\"shortlink\"',\n        'Cache-Control': 'public, max-age=60',\n        'Date': 'Mon, 13 Jul 2015 14:03:17 GMT',\n        'Content-Type': 'text/html; charset=utf-8',\n        'X-Generator': 'Drupal 7 (http://drupal.org)'\n    },\n}\n\nvinput = \"\"\"\n{\n    \"http://m.cern.ch\": [\n        {\n            \"type\": \"ws\",\n            \"app\": \"IIS\",\n            \"ver\": \"7.5\"\n        },\n        {\n            \"type\": \"os\",\n            \"app\": \"Windows Server\",\n            \"ver\": null\n        },\n        {\n            \"type\": \"web-frameworks\",\n            \"app\": \"Microsoft ASP.NET\",\n            \"ver\": null\n        }\n    ],\n    \"http://m.cern.ch/sub\": [\n        {\n            \"type\": \"os\",\n            \"app\": \"Windows Server\",\n            \"ver\": null\n        },\n        {\n            \"type\": \"web-frameworks\",\n            \"app\": \"Microsoft ASP.NET\",\n            \"ver\": null\n        },\n        {\n            \"type\": \"javascript-frameworks\",\n            \"app\": \"jQuery\",\n            \"ver\": null\n        },\n        {\n            \"type\": \"ws\",\n            \"app\": \"IIS\",\n            \"ver\": \"7\"\n        }\n    ]\n}\n\"\"\"\n\nvoutput = \"\"\"\n{\n    \"http://m.cern.ch\": [\n        {\n            \"type\": \"ws\",\n            \"app\": \"IIS\",\n            \"ver\": \"7.5\"\n        },\n        {\n            \"type\": \"os\",\n            \"app\": \"Windows Server\",\n            \"ver\": null\n        },\n        {\n            \"type\": \"web-frameworks\",\n            \"app\": \"Microsoft ASP.NET\",\n            \"ver\": null\n        }\n    ],\n    \"http://m.cern.ch/sub\": [\n        {\n            \"type\": \"javascript-frameworks\",\n            \"app\": \"jQuery\",\n            \"ver\": null\n        },\n        {\n            \"type\": \"ws\",\n            \"app\": \"IIS\",\n            \"ver\": \"7\"\n        }\n    ]\n}\n\"\"\"\n"
  },
  {
    "path": "wad/tests/test_clues.py",
    "content": "from __future__ import absolute_import, division, print_function, unicode_literals\nimport six\n\nimport re\nimport os\nfrom wad import tools\nfrom wad.clues import _Clues\nimport itertools\n\nCLUES_FILE = os.path.join(os.path.dirname(__file__), '../etc/apps.json')\n\n\ndef get_fields(app, key, rules_list):\n    # returns a list of (app-ruletype-rule, fieldkey, fieldvalue) tuples,\n    # e.g. ('LabVIEW-headers-Server', 'version', '\\\\1')\n    return list(six.moves.map(\n        lambda item: [(\"%s-%s-%s\" % (app, key, item[0]), k1, v1) for (k1, v1) in six.iteritems(item[1]) if k1 != 're'],\n        rules_list\n    ))\n\n\ndef test_clues_correct():\n    #\n    # If there's an error, run py.test with -l option to see which field has failed.\n    #\n    clues = _Clues()\n    clues.load_clues(CLUES_FILE)\n    apps, categories = clues.apps, clues.categories\n    types = {}\n    fields = {\n        'implies': {'expected_type': list, 'min_expected_amount': 220},\n        'excludes': {'expected_type': list, 'min_expected_amount': 5},\n        'script': {'expected_type': list, 'min_expected_amount': 205},\n        'url': {'expected_type': list, 'min_expected_amount': 33},\n        'headers': {'expected_type': dict, 'min_expected_amount': 255},\n        'html': {'expected_type': list, 'min_expected_amount': 230},\n        'meta': {'expected_type': dict, 'min_expected_amount': 160},\n        'env': {'expected_type': list, 'min_expected_amount': 1},\n        'cpe': {'expected_type': six.text_type, 'min_expected_amount': 100},\n        'icon': {'expected_type': six.text_type, 'min_expected_amount': 225},\n        'js': {'expected_type': dict, 'min_expected_amount': 225},\n        'cookies': {'expected_type': dict, 'min_expected_amount': 100},\n    }\n    basic_fields = {\n        'website': {'min_expected_amount': len(apps)},\n        'cats': {'min_expected_amount': len(apps)},\n        'catsStr': {'min_expected_amount': len(apps)},\n    }\n    expected_str_types = set([six.text_type])\n\n    for app in apps:\n        for t in apps[app]:\n            tools.count(types, t)\n\n    # check if all categories listed in app are defined\n    assert (set(six.moves.reduce(list.__add__, [apps[a]['cats'] for a in apps])) <=\n            set([int(x) for x in categories.keys()]))\n\n    # check if only expected fields are defined for apps\n    assert set(six.iterkeys(types)) == set(itertools.chain(six.iterkeys(fields), six.iterkeys(basic_fields)))\n\n    # check if numbers of entries are as expected\n    assert len(apps) > 700\n    for field, field_dict in itertools.chain(six.iteritems(fields), six.iteritems(basic_fields)):\n        assert types[field] >= field_dict['min_expected_amount']\n\n    # check if all implies are lists of unicodes, headers and meta are dictionaries of str/unicode,\n    # and others (including app names) are str/unicode\n    assert set([type(a) for a in apps]) <= expected_str_types\n\n    for field, field_dict in six.iteritems(fields):\n        assert set([type(apps[a][field]) for a in apps if field in apps[a]]) <= set([field_dict['expected_type']])\n        assert set([type(v) for a in apps if field in apps[a] for v in apps[a][field]]) <= expected_str_types\n\n    for field in ['headers', 'meta', 'js', 'cookies']:\n        assert set(\n            [type(apps[a][field][k]) for a in apps if field in apps[a] for k in apps[a][field]]) <= expected_str_types\n\n    # check if all 'implies' and 'excludes' references (mostly) exist\n    for field in ['implies', 'excludes']:\n        assert len(set(six.moves.reduce(list.__add__, [apps[a][field] for a in apps if field in apps[a]]))) - \\\n                   len(set(apps.keys())) < 10\n\n\ndef test_compile_clue():\n    assert _Clues.compile_clue('abc') == {\"re\": re.compile(\"abc\", flags=re.I)}\n    assert _Clues.compile_clue(r'abc\\;version:$1') == {\"re\": re.compile(\"abc\", flags=re.I), \"version\": \"$1\"}\n    assert _Clues.compile_clue(r'ab;c\\;k:v1:v2\\;aaa') == {\"re\": re.compile(\"ab;c\", flags=re.I),\n                                                          \"k\": \"v1:v2\", \"aaa\": None}\n\n\ndef test_compile_clues():\n    clues = _Clues()\n    clues.load_clues(CLUES_FILE)\n    clues.compile_clues()\n    apps = clues.apps\n\n    # check optional fields like 'version' and 'confidence'\n    fields = []\n    for app in apps:\n        for key in apps[app]:\n            if key in ['script', 'html', 'url']:\n                fields += six.moves.reduce(list.__add__, get_fields(app, key, list(enumerate(apps[app][key + '_re']))))\n            if key in ['meta', 'headers', 'js', 'cookies']:\n                fields += six.moves.reduce(list.__add__,\n                                           get_fields(app, key,\n                                                      [item for item in six.iteritems(apps[app][key + '_re'])]))\n\n    assert len(fields) > 200\n\n    # are there only 'version' and 'confidence' fields?\n    assert set([k for (_, k, _) in fields]) == set(['confidence', 'version'])\n\n    # are 'confidentiality' values always between 0 and 100?\n    assert list(six.moves.filter(lambda x: not (0 <= int(x) <= 100),\n                                 set([v for (_, k, v) in fields if k == 'confidence']))) == []\n\n    # are 'version' values known/expected? or any new? if new, then test whether they work fine\n    assert (set([v for (_, k, v) in fields if k == 'version']) ==\n            set(['7', '\\\\1', '\\\\1?Enterprise:Community', '\\\\1.\\\\2.\\\\3', '\\\\1 \\\\2', '2+', '\\\\1?4:5',\n                '\\\\1?\\\\1:\\\\2', 'API v\\\\1', '\\\\1?opt-in:', '2', '\\\\1?2+:']))\n"
  },
  {
    "path": "wad/tests/test_detection.py",
    "content": "from __future__ import absolute_import, division, print_function, unicode_literals\nimport six\n\nimport copy\nimport unittest\nimport mock\nimport operator\n\nfrom wad.detection import Detector, TIMEOUT\nfrom wad.tests.data.data_test_wad import cern_ch_test_data\n\n\nclass TestDetector(unittest.TestCase):\n    def setUp(self):\n        self.detector = Detector()\n        self.apps = self.detector.apps\n        self.categories = self.detector.categories\n\n    def mock_detector_run(self, url='', content='', headers=None):\n        with mock.patch('wad.detection.tools') as mockObj:\n            page = mock.MagicMock()\n            page.geturl.return_value = url\n            if six.PY3:\n                page.read.return_value = bytes(content, encoding='utf-8')\n            else:\n                page.read.return_value = content\n            page.info.return_value = headers or dict()\n            mockObj.urlopen = mock.Mock(return_value=page)\n            results = self.detector.detect('http://abc.xyz')\n        return results\n\n    def test_check_re(self):\n        # checking version patterns:\n        #\n        #   \"headers\": { \"Server\": \"IIS(?:/([\\\\d.]+))?\\\\;version:\\\\1\" },\n        assert (self.detector.check_re(\n            self.apps['IIS']['headers_re']['Server'],\n            self.apps['IIS']['headers']['Server'],\n            'Microsoft-IIS/7.5',\n            [], None, 'IIS') == [{'app': 'IIS', 'ver': '7.5'}])\n\n        # (?:maps\\\\.google\\\\.com/maps\\\\?file=api(?:&v=([\\\\d.]+))?|\n        # maps\\\\.google\\\\.com/maps/api/staticmap)\\\\;version:API v\\\\1\n        assert (self.detector.check_re(\n            self.apps['Google Maps']['script_re'][0],\n            self.apps['Google Maps']['script'][0],\n            'abc <script src=\"maps.google.com/maps?file=api&v=123\"> def',\n            [], None, 'Google Maps') == [{'app': 'Google Maps', 'ver': 'API v123'}])\n\n        # \"script\": [ \"js/mage\", \"skin/frontend/(?:default|(enterprise))\\\\;version:\\\\1?Enterprise:Community\" ],\n        assert (self.detector.check_re(\n            self.apps['Magento']['script_re'][1],\n            self.apps['Magento']['script'][1],\n            'abc <script src=\"skin/frontend/whatever\"> def',\n            [], None, 'Magento') == [])\n\n        assert (self.detector.check_re(\n            self.apps['Magento']['script_re'][1],\n            self.apps['Magento']['script'][1],\n            'abc <script src=\"skin/frontend/default\"> def',\n            [], None, 'Magento') == [{'app': 'Magento', 'ver': 'Community'}])\n\n        assert (self.detector.check_re(\n            self.apps['Magento']['script_re'][1],\n            self.apps['Magento']['script'][1],\n            'abc <script src=\"skin/frontend/enterprise\"> def',\n            [], None, 'Magento') == [{'app': 'Magento', 'ver': 'Enterprise'}])\n\n    def test_check_url(self):\n        assert self.detector.check_url(\"http://whatever.blogspot.com\") == [{'app': 'Blogger', 'ver': None}]\n        assert self.detector.check_url(\"https://whatever-else3414.de/script.php\") == [{'app': 'PHP', 'ver': None}]\n\n    def test_check_html(self):\n        content = '<html><div id=\"gsNavBar\" class=\"gcBorder1\">whatever'\n        assert self.detector.check_html(content) == [{'app': 'Gallery', 'ver': None}]\n\n    def test_check_meta(self):\n        assert (self.detector.check_meta('<html>    s<meta name=\"generator\" content=\"Percussion\">sssss    whatever') ==\n                [{'app': 'Percussion', 'ver': None}])\n        assert (self.detector.check_meta(\" dcsaasd f<meta   name    = 'cargo_title' dd  content  =   'Pdafadfda'  >\") ==\n                [{'app': 'Cargo', 'ver': None}])\n        assert (self.detector.check_meta(\" dcsaasd f<mfffffffeta     name='cargo_title' dd  content='Pdafadfda'  >\") ==\n                [])\n        assert self.detector.check_meta(\" dcsaasd f<meta     name='cargo_title' >\") == []\n\n    def test_check_script(self):\n        assert (self.detector.check_script('<html>    s<script  sda f     src    =  \"jquery1.7.js\">') ==\n                [{'app': 'jQuery', 'ver': None}])\n        assert self.detector.check_script(\" dcsaasd f<script     src='' >\") == []\n\n    def test_check_headers(self):\n        headers = [('Host', 'abc.com'), ('Server', 'Linux Ubuntu 12.10')]\n        headers_mock = mock.Mock()\n        headers_mock.items.return_value = headers\n\n        assert (self.detector.check_headers(headers_mock) ==\n                [{'app': 'Ubuntu', 'ver': None}])\n\n    def test_check_cookies(self):\n        headers = {'Set-Cookie': 'x=1; xid=%s; y=2' % ('a'*32)}\n\n        assert (self.detector.check_cookies(headers) ==\n                [{'app': 'X-Cart', 'ver': None}])\n\n    def test_implied_by(self):\n        # ASP implies WS and IIS and IIS implies WS;\n        # but we already know about IIS, so the only new implied app is WS\n        assert self.detector.implied_by(['Microsoft ASP.NET', 'IIS']) == {'Windows Server'}\n\n    def test_follow_implies(self):\n        # empty findings\n        findings = []\n        self.detector.follow_implies(findings)\n        assert findings == []\n\n        # no implies\n        findings = [{'app': 'reCAPTCHA', 'ver': None}]\n        self.detector.follow_implies(findings)\n        assert findings == [{'app': 'reCAPTCHA', 'ver': None}]\n\n        # Django CMS implies Django, and Django implies Python - let's see if this chain is followed\n        findings = [{'app': 'Django CMS', 'ver': None}]\n        self.detector.follow_implies(findings)\n        assert (findings ==\n                [{'app': 'Django CMS', 'ver': None},\n                 {'app': 'Django', 'ver': None},\n                 {'app': 'Python', 'ver': None}])\n\n    def test_remove_duplicates(self):\n        with_duplicates = [\n            {'app': 'A', 'ver': None}, {'app': 'B', 'ver': \"1.5\"},\n            {'app': 'C', 'ver': None}, {'app': 'D', 'ver': \"7.0\"},\n            {'app': 'E', 'ver': \"1\"}, {'app': 'F', 'ver': \"2.2\"},\n            {'app': 'A', 'ver': None}, {'app': 'B', 'ver': \"1.5\"},\n            {'app': 'C', 'ver': \"be\"}, {'app': 'D', 'ver': \"222\"},\n            {'app': 'A', 'ver': None}, {'app': 'B', 'ver': \"1.5\"},\n            {'app': 'E', 'ver': None}, {'app': 'E', 'ver': \"1.3\"},\n            {'app': 'F', 'ver': \"2\"}, {'app': 'F', 'ver': None},\n        ]\n\n        without_duplicates = [\n            {'app': 'A', 'ver': None}, {'app': 'B', 'ver': \"1.5\"},\n            {'app': 'C', 'ver': \"be\"}, {'app': 'D', 'ver': \"7.0\"},\n            {'app': 'E', 'ver': \"1.3\"},\n            {'app': 'F', 'ver': \"2.2\"}, {'app': 'D', 'ver': \"222\"},\n        ]\n\n        Detector().remove_duplicates(with_duplicates)\n        assert with_duplicates == without_duplicates\n\n    def test_excluded_by(self):\n        # both 'Neos Flow' and 'Neos CMS' exclude 'TYPO3 CMS'\n        assert self.detector.excluded_by(['Neos Flow', 'Neos CMS']) == ['TYPO3 CMS']\n        # 'JBoss Web' excludes 'Apache Tomcat'; 'Mambo' excludes 'Joomla'\n        assert set(self.detector.excluded_by(['JBoss Web', 'Jetty', 'Mambo'])) == set(['Joomla', 'Apache Tomcat'])\n        # 'IIS' doesn't exclude anything\n        assert self.detector.excluded_by(['IIS']) == []\n\n    def test_remove_exclusions(self):\n        # empty findings\n        findings = []\n        self.detector.remove_exclusions(findings)\n        assert findings == []\n\n        # no implies\n        findings = [{'app': 'reCAPTCHA', 'ver': None}]\n        self.detector.remove_exclusions(findings)\n        assert findings == [{'app': 'reCAPTCHA', 'ver': None}]\n\n        # real exclusions\n        findings = [{'app': 'JBoss Web', 'ver': None},\n                    {'app': 'Apache Tomcat', 'ver': None},\n                    {'app': 'IIS', 'ver': None},\n                    {'app': 'TYPO3 CMS', 'ver': None},\n                    {'app': 'Neos Flow', 'ver': None}]\n        self.detector.remove_exclusions(findings)\n        assert (findings ==\n                [{'app': 'JBoss Web', 'ver': None},\n                 {'app': 'IIS', 'ver': None},\n                 {'app': 'Neos Flow', 'ver': None}])\n\n    def test_add_categories(self):\n        findings = [\n            {'app': 'Django CMS', 'ver': None},\n            {'app': 'Django', 'ver': None},\n            {'app': 'Python', 'ver': '2.7'},\n            {'app': 'Dynamicweb', 'ver': 'beta'}]\n        original = copy.deepcopy(findings)\n        original[0][\"type\"] = \"CMS\"\n        original[1][\"type\"] = \"Web Application Frameworks\"\n        original[2][\"type\"] = \"Programming Languages\"\n        original[3][\"type\"] = \"CMS,Ecommerce,Analytics\"\n\n        self.detector.add_categories(findings)\n        assert original == findings\n\n    def test_url_match(self):\n        assert self.detector.url_match(url='', regexp=None, default='test') == 'test'\n        assert self.detector.url_match(url='example.com', regexp='exampl', default='test') is not None\n        assert self.detector.url_match(url='example.com', regexp='ampl', default='test') is None\n\n    def test_expected_url(self):\n        url = \"http://site.abc.com/dir/sub/script.php\"\n        assert self.detector.expected_url(url, None, None)\n        assert self.detector.expected_url(url, 'http://.*abc.com/', None)\n        assert not self.detector.expected_url(url, 'http://abc.com/', None)\n        assert self.detector.expected_url(url, 'http://.*abc.com/', \"php\")\n        assert not self.detector.expected_url(url, 'http://.*abc.com/', \".*php\")\n        assert self.detector.expected_url(url, None, \".*\\\\.asp\")\n        assert not self.detector.expected_url(url, None, \".*\\\\.php\")\n\n    def test_detect(self):\n        expected = {\n            'http://home.web.cern.ch/': [\n                {'app': 'Apache', 'type': 'Web Servers', 'ver': None},\n                {'app': 'Drupal', 'type': 'CMS', 'ver': '7'},\n                {'app': 'Lightbox', 'type': 'JavaScript Libraries', 'ver': None},\n                {'app': 'jQuery', 'type': 'JavaScript Libraries', 'ver': None},\n                {'app': 'Google Font API', 'type': 'Font Scripts', 'ver': None},\n                {'app': 'PHP', 'type': 'Programming Languages', 'ver': None}\n            ]\n        }\n\n        results = self.mock_detector_run(url=cern_ch_test_data['geturl'], content=cern_ch_test_data['content'],\n                                         headers=cern_ch_test_data['headers'])\n        assert list(six.iterkeys(results)) == list(six.iterkeys(expected))\n        assert (sorted(next(six.itervalues(results)), key=operator.itemgetter('app')) ==\n                sorted(next(six.itervalues(expected)), key=operator.itemgetter('app')))\n\n    def test_detect_multiple(self):\n        urls_list = [\"http://cern.ch\", None, \"\", \"http://cern.ch\", \"example.com\"]\n        with mock.patch('wad.detection.Detector.detect') as mockObj:\n            mockObj.side_effect = [{'test1': 1}, {'test2': 2}]\n            assert self.detector.detect_multiple(urls_list) == {'test1': 1, 'test2': 2}\n            assert (('example.com', None, None, TIMEOUT),) in mockObj.call_args_list\n            assert (('http://cern.ch', None, None, TIMEOUT),) in mockObj.call_args_list\n\n    def test_normalize_url(self):\n        assert self.detector.normalize_url('http://abc.pl') == 'http://abc.pl/'\n        assert self.detector.normalize_url('http://abc.pl/') == 'http://abc.pl/'\n        assert self.detector.normalize_url('http://abc.pl/def') == 'http://abc.pl/def'\n\n    def test_regression_meta_attributes_order(self):\n        # This bug was caused by hardcoded attributes order in re_meta pattern.\n        # Example app that was affected was GitLab CI.\n        content1 = \"<meta content='GitLab Continuous Integration' name='description'>\"\n        content2 = \"<meta name='description' content='GitLab Continuous Integration'>\"\n\n        results1 = self.detector.check_meta(content1)\n        results2 = self.detector.check_meta(content2)\n\n        expected = [{'app': 'GitLab CI', 'ver': None}]\n\n        assert results1 == results2 == expected\n\n    def test_regression_empty_content_should_run_checks(self):\n        # This bug was introduced while abstracting some methods in detect method of Detector\n        # Shortly, if the content was empty, code didn't run further (while it should, there might be something in\n        # headers etc.)\n        expected = {\n            'http://home.web.cern.ch/': [\n                {'app': 'Apache', 'type': 'Web Servers', 'ver': None},\n                {'app': 'Drupal', 'type': 'CMS', 'ver': '7'},\n                {'app': 'PHP', 'type': 'Programming Languages', 'ver': None}\n            ]\n        }\n        results = self.mock_detector_run(url=cern_ch_test_data['geturl'], content='',\n                                         headers=cern_ch_test_data['headers'])\n        assert list(six.iterkeys(results)) == list(six.iterkeys(expected))\n        assert (sorted(next(six.itervalues(results)), key=operator.itemgetter('app')) ==\n                sorted(next(six.itervalues(expected)), key=operator.itemgetter('app')))\n\n    def test_regression_urls_not_normalized(self):\n        # This bug caused .pl top level domain to be recognized as Perl file.\n        # It is due to the fact, that Wappalyzer receives normalized URI from browser (\"http://abc.xyz/\")\n        # even if you open \"http://abc.xyz\", while we didn't normalize the URL.\n        results = self.mock_detector_run(url='http://abc.pl')\n        assert results == {'http://abc.pl/': []}\n"
  },
  {
    "path": "wad/tests/test_group.py",
    "content": "from __future__ import absolute_import, division, print_function, unicode_literals\n\nimport json\nfrom wad.group import is_sub_url, group, get_dir\nfrom wad.tests.data.data_test_wad import vinput, voutput\n\n\ndef test_get_dir():\n    assert get_dir('/') == ('', False)\n    assert get_dir('/path/bar.dir/') == ('/path/bar.dir', False)\n    assert get_dir('/path//bar.dir/') == ('/path/bar.dir', False)\n    assert get_dir('/path/./bar.dir/') == ('/path/bar.dir', False)\n    assert get_dir('/path/./foo/../bar.dir/') == ('/path/bar.dir', False)\n    assert get_dir('/path/file.ext') == ('/path', True)\n    assert get_dir('/path//file.ext') == ('/path', True)\n    assert get_dir('/path/./file.ext') == ('/path', True)\n    assert get_dir('/path/something') == ('/path/something', False)\n    assert get_dir('/path//something') == ('/path/something', False)\n    assert get_dir('/site/') == ('/site', False)\n    assert get_dir('/site/index.html') == ('/site', True)\n\n\ndef test_group():\n    assert group(json.loads(vinput)) == json.loads(voutput)\n\n\ndef test_is_sub_url():\n    assert is_sub_url('http://m.example.com/',\n                      'http://m.example.com/foo')\n    assert is_sub_url('http://m.example.com/foo/bar/x.y/',\n                      'http://m.example.com/foo/bar/x.y/z')\n    assert is_sub_url('http://m.example.com/foo/',\n                      'http://m.example.com/foo/bar/x.y/z')\n    assert is_sub_url('http://m.example.com/foo/#dd',\n                      'http://m.example.com/foo/bar/x.y/z?fdsf')\n    assert is_sub_url('http://m.example.com/foo/?adfad',\n                      'http://m.example.com/foo/bar/x.y/z#sdaf')\n    assert is_sub_url('http://example.com/site/',\n                      'http://example.com/site/index.html')\n    assert is_sub_url('http://m.example.com/foo/bar/f.txt',\n                      'http://m.example.com/foo/bar/f')\n    assert not is_sub_url('http://m.example.com',\n                          'http://m.example.com/')\n    assert not is_sub_url('http://m.example.com/foo',\n                          'http://m.example.com/foo/')\n    assert not is_sub_url('http://m.example.com/foo/bar/f',\n                          'http://m.example.com/foo/bar/f.txt')\n    assert not is_sub_url('https://m.example.com/foo/',\n                          'http://m.example.com/foo/bar/x.y/z')\n    assert not is_sub_url('http://example.com/foo/',\n                          'https://m.example.com/foo/bar/x.y/z')\n    assert not is_sub_url('http://m.example.com/foo/',\n                          'http://example.com/foo/bar/x.y/z')\n    assert not is_sub_url('http://x.example.com/foo/',\n                          'http://m.example.com/foo/bar/x.y/z')\n"
  },
  {
    "path": "wad/tests/test_output.py",
    "content": "from __future__ import absolute_import, division, print_function, unicode_literals\nimport six\n\nimport unittest\nfrom wad.output import JSONOutput, ConsolePrettyOutput, CSVOutput, HumanReadableOutput\n\n\nclass TestOutputs(unittest.TestCase):\n    def setUp(self):\n        self.input = {\n            \"https://example1.com/\": [\n                {\"type\": \"programming-languages\", \"app\": \"Python\", \"ver\": '2.7.6'},\n                {\"type\": \"javascript-frameworks\", \"app\": \"jQuery\", \"ver\": None},\n            ],\n            \"http://example2.com/\": [{\"type\": \"web-servers\", \"app\": \"Apache\", \"ver\": 'ABC'}]\n        }\n\n    def test_basic_outputs(self):\n        \"\"\"\n        We don't need to check exact output, just successful invocation, since functions only use native python libs\n        \"\"\"\n        assert JSONOutput().retrieve(results=self.input) != ''\n        assert JSONOutput().retrieve(results=self.input, indent=None) != ''\n        assert ConsolePrettyOutput().retrieve(results=self.input) != ''\n\n    def test_human_readable_output(self):\n        expected_output = [\n            'Web application detection results for website https://example1.com/, found applications:',\n            'Python (programming-languages), version: 2.7.6',\n            'jQuery (javascript-frameworks)',\n            'Web application detection results for website http://example2.com/, found applications:',\n            'Apache (web-servers), version: ABC',\n        ]\n        output = HumanReadableOutput().retrieve(self.input)\n        results = [line.strip() for line in six.StringIO(output).readlines()]\n        # Remove empty lines after stripping\n        results = [line for line in results if line != '']\n        assert set(expected_output) == set(results)\n\n    def test_csv_output(self):\n        expected_lines = [\n            'URL,Finding,Version,Type',\n            'http://example2.com/,Apache,ABC,web-servers',\n            'https://example1.com/,Python,2.7.6,programming-languages',\n            'https://example1.com/,jQuery,,javascript-frameworks'\n        ]\n        output = CSVOutput().retrieve(results=self.input)\n        results = [line.strip() for line in six.StringIO(output).readlines()]\n        assert set(expected_lines) == set(results)\n"
  },
  {
    "path": "wad/tools.py",
    "content": "# Module tools\n#\n# Author: Sebastian Lopienski <Sebastian.Lopienski@cern.ch>\nfrom __future__ import absolute_import, division, print_function, unicode_literals\nimport six\n\nfrom hashlib import md5\nimport logging\nimport sys\nimport ssl\n\n\ndef count(d, e):\n    # TODO: Use collections.Counter once moved to python 2.7\n    if type(e) == list:\n        for i in e:\n            count(d, i)\n    else:\n        if e in d:\n            d[e] += 1\n        else:\n            d[e] = 1\n\n\ndef hash_id(x):\n    return md5((\"%s\" % x).encode('utf-8')).hexdigest()[:8]\n\n\ndef urlopen(url, timeout):\n    headers = {'User-Agent': 'Mozilla/5.0 Firefox/33.0'}\n    req = six.moves.urllib.request.Request(url, None, headers)\n    if sys.version_info >= (2, 7, 9):\n        page = six.moves.urllib.request.urlopen(req, timeout=timeout, context=ssl._create_unverified_context())\n    else:\n        page = six.moves.urllib.request.urlopen(req, timeout=timeout)\n    return page\n\n\ndef error_to_str(e):\n    return str(e).replace('\\n', '\\\\n')\n\n\ndef add_log_options(parser):\n    parser.add_option(\"-q\", \"--quiet\", action=\"store_true\", dest=\"quiet\", default=False,\n                      help=\"be quiet\")\n\n    parser.add_option(\"-v\", \"--verbose\", action=\"store_true\", dest=\"verbose\", default=False,\n                      help=\"be verbose\")\n\n    parser.add_option(\"-d\", \"--debug\", action=\"store_true\", dest=\"debug\", default=False,\n                      help=\"be more verbose\")\n\n    parser.add_option(\"--log\", action=\"store\", dest=\"log_file\", metavar=\"FILE\", default=None,\n                      help=\"log to a file instead to standard output\")\n\n\ndef use_log_options(options):\n    log_format = '%(asctime)s (' + hash_id(options.__str__()) + '):%(module)s:%(levelname)s %(message)s'\n\n    date_format = '%Y/%m/%d-%H:%M:%S'\n    log_level = logging.WARNING\n\n    if options.verbose:\n        log_level = logging.INFO\n    if options.debug:\n        log_level = logging.DEBUG\n    if options.quiet:\n        log_level = logging.ERROR\n\n    if options.log_file:\n        logging.basicConfig(filename=options.log_file, level=log_level, format=log_format, datefmt=date_format)\n    else:\n        logging.basicConfig(stream=sys.stderr, level=log_level, format=log_format, datefmt=date_format)\n"
  }
]