diff --git a/Wappalyzer/.gitattributes b/Wappalyzer/.gitattributes
new file mode 100644
index 0000000..41aa20c
--- /dev/null
+++ b/Wappalyzer/.gitattributes
@@ -0,0 +1,19 @@
+# End-of-line normalization
+* text=auto
+
+*.cmd text eol=lf
+*.sh text eol=lf
+*.md text eol=lf
+*.json text eol=lf
+*.js text eol=lf
+*.html text eol=lf
+*.css text eol=lf
+*.manifest text eol=lf
+*.rdf text eol=lf
+*.xul text eol=lf
+*.dtd text eol=lf
+*.properties text eol=lf
+*.php text eol=lf
+
+*.png binary
+*.gif binary
diff --git a/Wappalyzer/.gitignore b/Wappalyzer/.gitignore
new file mode 100644
index 0000000..4e82153
--- /dev/null
+++ b/Wappalyzer/.gitignore
@@ -0,0 +1,11 @@
+wappalyzer-chrome.zip
+wappalyzer-firefox.xpi
+wappalyzer.xpi
+
+drivers/**/apps.json
+drivers/**/wappalyzer.js
+drivers/**/icons/*.png
+
+!.gitkeep
+
+node_modules/*
diff --git a/Wappalyzer/LICENSE b/Wappalyzer/LICENSE
new file mode 100644
index 0000000..20d40b6
--- /dev/null
+++ b/Wappalyzer/LICENSE
@@ -0,0 +1,674 @@
+ GNU GENERAL PUBLIC LICENSE
+ Version 3, 29 June 2007
+
+ Copyright (C) 2007 Free Software Foundation, Inc.
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+ Preamble
+
+ The GNU General Public License is a free, copyleft license for
+software and other kinds of works.
+
+ The licenses for most software and other practical works are designed
+to take away your freedom to share and change the works. By contrast,
+the GNU General Public License is intended to guarantee your freedom to
+share and change all versions of a program--to make sure it remains free
+software for all its users. We, the Free Software Foundation, use the
+GNU General Public License for most of our software; it applies also to
+any other work released this way by its authors. You can apply it to
+your programs, too.
+
+ When we speak of free software, we are referring to freedom, not
+price. Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+them if you wish), that you receive source code or can get it if you
+want it, that you can change the software or use pieces of it in new
+free programs, and that you know you can do these things.
+
+ To protect your rights, we need to prevent others from denying you
+these rights or asking you to surrender the rights. Therefore, you have
+certain responsibilities if you distribute copies of the software, or if
+you modify it: responsibilities to respect the freedom of others.
+
+ For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must pass on to the recipients the same
+freedoms that you received. You must make sure that they, too, receive
+or can get the source code. And you must show them these terms so they
+know their rights.
+
+ Developers that use the GNU GPL protect your rights with two steps:
+(1) assert copyright on the software, and (2) offer you this License
+giving you legal permission to copy, distribute and/or modify it.
+
+ For the developers' and authors' protection, the GPL clearly explains
+that there is no warranty for this free software. For both users' and
+authors' sake, the GPL requires that modified versions be marked as
+changed, so that their problems will not be attributed erroneously to
+authors of previous versions.
+
+ Some devices are designed to deny users access to install or run
+modified versions of the software inside them, although the manufacturer
+can do so. This is fundamentally incompatible with the aim of
+protecting users' freedom to change the software. The systematic
+pattern of such abuse occurs in the area of products for individuals to
+use, which is precisely where it is most unacceptable. Therefore, we
+have designed this version of the GPL to prohibit the practice for those
+products. If such problems arise substantially in other domains, we
+stand ready to extend this provision to those domains in future versions
+of the GPL, as needed to protect the freedom of users.
+
+ Finally, every program is threatened constantly by software patents.
+States should not allow patents to restrict development and use of
+software on general-purpose computers, but in those that do, we wish to
+avoid the special danger that patents applied to a free program could
+make it effectively proprietary. To prevent this, the GPL assures that
+patents cannot be used to render the program non-free.
+
+ The precise terms and conditions for copying, distribution and
+modification follow.
+
+ TERMS AND CONDITIONS
+
+ 0. Definitions.
+
+ "This License" refers to version 3 of the GNU General Public License.
+
+ "Copyright" also means copyright-like laws that apply to other kinds of
+works, such as semiconductor masks.
+
+ "The Program" refers to any copyrightable work licensed under this
+License. Each licensee is addressed as "you". "Licensees" and
+"recipients" may be individuals or organizations.
+
+ To "modify" a work means to copy from or adapt all or part of the work
+in a fashion requiring copyright permission, other than the making of an
+exact copy. The resulting work is called a "modified version" of the
+earlier work or a work "based on" the earlier work.
+
+ A "covered work" means either the unmodified Program or a work based
+on the Program.
+
+ To "propagate" a work means to do anything with it that, without
+permission, would make you directly or secondarily liable for
+infringement under applicable copyright law, except executing it on a
+computer or modifying a private copy. Propagation includes copying,
+distribution (with or without modification), making available to the
+public, and in some countries other activities as well.
+
+ To "convey" a work means any kind of propagation that enables other
+parties to make or receive copies. Mere interaction with a user through
+a computer network, with no transfer of a copy, is not conveying.
+
+ An interactive user interface displays "Appropriate Legal Notices"
+to the extent that it includes a convenient and prominently visible
+feature that (1) displays an appropriate copyright notice, and (2)
+tells the user that there is no warranty for the work (except to the
+extent that warranties are provided), that licensees may convey the
+work under this License, and how to view a copy of this License. If
+the interface presents a list of user commands or options, such as a
+menu, a prominent item in the list meets this criterion.
+
+ 1. Source Code.
+
+ The "source code" for a work means the preferred form of the work
+for making modifications to it. "Object code" means any non-source
+form of a work.
+
+ A "Standard Interface" means an interface that either is an official
+standard defined by a recognized standards body, or, in the case of
+interfaces specified for a particular programming language, one that
+is widely used among developers working in that language.
+
+ The "System Libraries" of an executable work include anything, other
+than the work as a whole, that (a) is included in the normal form of
+packaging a Major Component, but which is not part of that Major
+Component, and (b) serves only to enable use of the work with that
+Major Component, or to implement a Standard Interface for which an
+implementation is available to the public in source code form. A
+"Major Component", in this context, means a major essential component
+(kernel, window system, and so on) of the specific operating system
+(if any) on which the executable work runs, or a compiler used to
+produce the work, or an object code interpreter used to run it.
+
+ The "Corresponding Source" for a work in object code form means all
+the source code needed to generate, install, and (for an executable
+work) run the object code and to modify the work, including scripts to
+control those activities. However, it does not include the work's
+System Libraries, or general-purpose tools or generally available free
+programs which are used unmodified in performing those activities but
+which are not part of the work. For example, Corresponding Source
+includes interface definition files associated with source files for
+the work, and the source code for shared libraries and dynamically
+linked subprograms that the work is specifically designed to require,
+such as by intimate data communication or control flow between those
+subprograms and other parts of the work.
+
+ The Corresponding Source need not include anything that users
+can regenerate automatically from other parts of the Corresponding
+Source.
+
+ The Corresponding Source for a work in source code form is that
+same work.
+
+ 2. Basic Permissions.
+
+ All rights granted under this License are granted for the term of
+copyright on the Program, and are irrevocable provided the stated
+conditions are met. This License explicitly affirms your unlimited
+permission to run the unmodified Program. The output from running a
+covered work is covered by this License only if the output, given its
+content, constitutes a covered work. This License acknowledges your
+rights of fair use or other equivalent, as provided by copyright law.
+
+ You may make, run and propagate covered works that you do not
+convey, without conditions so long as your license otherwise remains
+in force. You may convey covered works to others for the sole purpose
+of having them make modifications exclusively for you, or provide you
+with facilities for running those works, provided that you comply with
+the terms of this License in conveying all material for which you do
+not control copyright. Those thus making or running the covered works
+for you must do so exclusively on your behalf, under your direction
+and control, on terms that prohibit them from making any copies of
+your copyrighted material outside their relationship with you.
+
+ Conveying under any other circumstances is permitted solely under
+the conditions stated below. Sublicensing is not allowed; section 10
+makes it unnecessary.
+
+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
+
+ No covered work shall be deemed part of an effective technological
+measure under any applicable law fulfilling obligations under article
+11 of the WIPO copyright treaty adopted on 20 December 1996, or
+similar laws prohibiting or restricting circumvention of such
+measures.
+
+ When you convey a covered work, you waive any legal power to forbid
+circumvention of technological measures to the extent such circumvention
+is effected by exercising rights under this License with respect to
+the covered work, and you disclaim any intention to limit operation or
+modification of the work as a means of enforcing, against the work's
+users, your or third parties' legal rights to forbid circumvention of
+technological measures.
+
+ 4. Conveying Verbatim Copies.
+
+ You may convey verbatim copies of the Program's source code as you
+receive it, in any medium, provided that you conspicuously and
+appropriately publish on each copy an appropriate copyright notice;
+keep intact all notices stating that this License and any
+non-permissive terms added in accord with section 7 apply to the code;
+keep intact all notices of the absence of any warranty; and give all
+recipients a copy of this License along with the Program.
+
+ You may charge any price or no price for each copy that you convey,
+and you may offer support or warranty protection for a fee.
+
+ 5. Conveying Modified Source Versions.
+
+ You may convey a work based on the Program, or the modifications to
+produce it from the Program, in the form of source code under the
+terms of section 4, provided that you also meet all of these conditions:
+
+ a) The work must carry prominent notices stating that you modified
+ it, and giving a relevant date.
+
+ b) The work must carry prominent notices stating that it is
+ released under this License and any conditions added under section
+ 7. This requirement modifies the requirement in section 4 to
+ "keep intact all notices".
+
+ c) You must license the entire work, as a whole, under this
+ License to anyone who comes into possession of a copy. This
+ License will therefore apply, along with any applicable section 7
+ additional terms, to the whole of the work, and all its parts,
+ regardless of how they are packaged. This License gives no
+ permission to license the work in any other way, but it does not
+ invalidate such permission if you have separately received it.
+
+ d) If the work has interactive user interfaces, each must display
+ Appropriate Legal Notices; however, if the Program has interactive
+ interfaces that do not display Appropriate Legal Notices, your
+ work need not make them do so.
+
+ A compilation of a covered work with other separate and independent
+works, which are not by their nature extensions of the covered work,
+and which are not combined with it such as to form a larger program,
+in or on a volume of a storage or distribution medium, is called an
+"aggregate" if the compilation and its resulting copyright are not
+used to limit the access or legal rights of the compilation's users
+beyond what the individual works permit. Inclusion of a covered work
+in an aggregate does not cause this License to apply to the other
+parts of the aggregate.
+
+ 6. Conveying Non-Source Forms.
+
+ You may convey a covered work in object code form under the terms
+of sections 4 and 5, provided that you also convey the
+machine-readable Corresponding Source under the terms of this License,
+in one of these ways:
+
+ a) Convey the object code in, or embodied in, a physical product
+ (including a physical distribution medium), accompanied by the
+ Corresponding Source fixed on a durable physical medium
+ customarily used for software interchange.
+
+ b) Convey the object code in, or embodied in, a physical product
+ (including a physical distribution medium), accompanied by a
+ written offer, valid for at least three years and valid for as
+ long as you offer spare parts or customer support for that product
+ model, to give anyone who possesses the object code either (1) a
+ copy of the Corresponding Source for all the software in the
+ product that is covered by this License, on a durable physical
+ medium customarily used for software interchange, for a price no
+ more than your reasonable cost of physically performing this
+ conveying of source, or (2) access to copy the
+ Corresponding Source from a network server at no charge.
+
+ c) Convey individual copies of the object code with a copy of the
+ written offer to provide the Corresponding Source. This
+ alternative is allowed only occasionally and noncommercially, and
+ only if you received the object code with such an offer, in accord
+ with subsection 6b.
+
+ d) Convey the object code by offering access from a designated
+ place (gratis or for a charge), and offer equivalent access to the
+ Corresponding Source in the same way through the same place at no
+ further charge. You need not require recipients to copy the
+ Corresponding Source along with the object code. If the place to
+ copy the object code is a network server, the Corresponding Source
+ may be on a different server (operated by you or a third party)
+ that supports equivalent copying facilities, provided you maintain
+ clear directions next to the object code saying where to find the
+ Corresponding Source. Regardless of what server hosts the
+ Corresponding Source, you remain obligated to ensure that it is
+ available for as long as needed to satisfy these requirements.
+
+ e) Convey the object code using peer-to-peer transmission, provided
+ you inform other peers where the object code and Corresponding
+ Source of the work are being offered to the general public at no
+ charge under subsection 6d.
+
+ A separable portion of the object code, whose source code is excluded
+from the Corresponding Source as a System Library, need not be
+included in conveying the object code work.
+
+ A "User Product" is either (1) a "consumer product", which means any
+tangible personal property which is normally used for personal, family,
+or household purposes, or (2) anything designed or sold for incorporation
+into a dwelling. In determining whether a product is a consumer product,
+doubtful cases shall be resolved in favor of coverage. For a particular
+product received by a particular user, "normally used" refers to a
+typical or common use of that class of product, regardless of the status
+of the particular user or of the way in which the particular user
+actually uses, or expects or is expected to use, the product. A product
+is a consumer product regardless of whether the product has substantial
+commercial, industrial or non-consumer uses, unless such uses represent
+the only significant mode of use of the product.
+
+ "Installation Information" for a User Product means any methods,
+procedures, authorization keys, or other information required to install
+and execute modified versions of a covered work in that User Product from
+a modified version of its Corresponding Source. The information must
+suffice to ensure that the continued functioning of the modified object
+code is in no case prevented or interfered with solely because
+modification has been made.
+
+ If you convey an object code work under this section in, or with, or
+specifically for use in, a User Product, and the conveying occurs as
+part of a transaction in which the right of possession and use of the
+User Product is transferred to the recipient in perpetuity or for a
+fixed term (regardless of how the transaction is characterized), the
+Corresponding Source conveyed under this section must be accompanied
+by the Installation Information. But this requirement does not apply
+if neither you nor any third party retains the ability to install
+modified object code on the User Product (for example, the work has
+been installed in ROM).
+
+ The requirement to provide Installation Information does not include a
+requirement to continue to provide support service, warranty, or updates
+for a work that has been modified or installed by the recipient, or for
+the User Product in which it has been modified or installed. Access to a
+network may be denied when the modification itself materially and
+adversely affects the operation of the network or violates the rules and
+protocols for communication across the network.
+
+ Corresponding Source conveyed, and Installation Information provided,
+in accord with this section must be in a format that is publicly
+documented (and with an implementation available to the public in
+source code form), and must require no special password or key for
+unpacking, reading or copying.
+
+ 7. Additional Terms.
+
+ "Additional permissions" are terms that supplement the terms of this
+License by making exceptions from one or more of its conditions.
+Additional permissions that are applicable to the entire Program shall
+be treated as though they were included in this License, to the extent
+that they are valid under applicable law. If additional permissions
+apply only to part of the Program, that part may be used separately
+under those permissions, but the entire Program remains governed by
+this License without regard to the additional permissions.
+
+ When you convey a copy of a covered work, you may at your option
+remove any additional permissions from that copy, or from any part of
+it. (Additional permissions may be written to require their own
+removal in certain cases when you modify the work.) You may place
+additional permissions on material, added by you to a covered work,
+for which you have or can give appropriate copyright permission.
+
+ Notwithstanding any other provision of this License, for material you
+add to a covered work, you may (if authorized by the copyright holders of
+that material) supplement the terms of this License with terms:
+
+ a) Disclaiming warranty or limiting liability differently from the
+ terms of sections 15 and 16 of this License; or
+
+ b) Requiring preservation of specified reasonable legal notices or
+ author attributions in that material or in the Appropriate Legal
+ Notices displayed by works containing it; or
+
+ c) Prohibiting misrepresentation of the origin of that material, or
+ requiring that modified versions of such material be marked in
+ reasonable ways as different from the original version; or
+
+ d) Limiting the use for publicity purposes of names of licensors or
+ authors of the material; or
+
+ e) Declining to grant rights under trademark law for use of some
+ trade names, trademarks, or service marks; or
+
+ f) Requiring indemnification of licensors and authors of that
+ material by anyone who conveys the material (or modified versions of
+ it) with contractual assumptions of liability to the recipient, for
+ any liability that these contractual assumptions directly impose on
+ those licensors and authors.
+
+ All other non-permissive additional terms are considered "further
+restrictions" within the meaning of section 10. If the Program as you
+received it, or any part of it, contains a notice stating that it is
+governed by this License along with a term that is a further
+restriction, you may remove that term. If a license document contains
+a further restriction but permits relicensing or conveying under this
+License, you may add to a covered work material governed by the terms
+of that license document, provided that the further restriction does
+not survive such relicensing or conveying.
+
+ If you add terms to a covered work in accord with this section, you
+must place, in the relevant source files, a statement of the
+additional terms that apply to those files, or a notice indicating
+where to find the applicable terms.
+
+ Additional terms, permissive or non-permissive, may be stated in the
+form of a separately written license, or stated as exceptions;
+the above requirements apply either way.
+
+ 8. Termination.
+
+ You may not propagate or modify a covered work except as expressly
+provided under this License. Any attempt otherwise to propagate or
+modify it is void, and will automatically terminate your rights under
+this License (including any patent licenses granted under the third
+paragraph of section 11).
+
+ However, if you cease all violation of this License, then your
+license from a particular copyright holder is reinstated (a)
+provisionally, unless and until the copyright holder explicitly and
+finally terminates your license, and (b) permanently, if the copyright
+holder fails to notify you of the violation by some reasonable means
+prior to 60 days after the cessation.
+
+ Moreover, your license from a particular copyright holder is
+reinstated permanently if the copyright holder notifies you of the
+violation by some reasonable means, this is the first time you have
+received notice of violation of this License (for any work) from that
+copyright holder, and you cure the violation prior to 30 days after
+your receipt of the notice.
+
+ Termination of your rights under this section does not terminate the
+licenses of parties who have received copies or rights from you under
+this License. If your rights have been terminated and not permanently
+reinstated, you do not qualify to receive new licenses for the same
+material under section 10.
+
+ 9. Acceptance Not Required for Having Copies.
+
+ You are not required to accept this License in order to receive or
+run a copy of the Program. Ancillary propagation of a covered work
+occurring solely as a consequence of using peer-to-peer transmission
+to receive a copy likewise does not require acceptance. However,
+nothing other than this License grants you permission to propagate or
+modify any covered work. These actions infringe copyright if you do
+not accept this License. Therefore, by modifying or propagating a
+covered work, you indicate your acceptance of this License to do so.
+
+ 10. Automatic Licensing of Downstream Recipients.
+
+ Each time you convey a covered work, the recipient automatically
+receives a license from the original licensors, to run, modify and
+propagate that work, subject to this License. You are not responsible
+for enforcing compliance by third parties with this License.
+
+ An "entity transaction" is a transaction transferring control of an
+organization, or substantially all assets of one, or subdividing an
+organization, or merging organizations. If propagation of a covered
+work results from an entity transaction, each party to that
+transaction who receives a copy of the work also receives whatever
+licenses to the work the party's predecessor in interest had or could
+give under the previous paragraph, plus a right to possession of the
+Corresponding Source of the work from the predecessor in interest, if
+the predecessor has it or can get it with reasonable efforts.
+
+ You may not impose any further restrictions on the exercise of the
+rights granted or affirmed under this License. For example, you may
+not impose a license fee, royalty, or other charge for exercise of
+rights granted under this License, and you may not initiate litigation
+(including a cross-claim or counterclaim in a lawsuit) alleging that
+any patent claim is infringed by making, using, selling, offering for
+sale, or importing the Program or any portion of it.
+
+ 11. Patents.
+
+ A "contributor" is a copyright holder who authorizes use under this
+License of the Program or a work on which the Program is based. The
+work thus licensed is called the contributor's "contributor version".
+
+ A contributor's "essential patent claims" are all patent claims
+owned or controlled by the contributor, whether already acquired or
+hereafter acquired, that would be infringed by some manner, permitted
+by this License, of making, using, or selling its contributor version,
+but do not include claims that would be infringed only as a
+consequence of further modification of the contributor version. For
+purposes of this definition, "control" includes the right to grant
+patent sublicenses in a manner consistent with the requirements of
+this License.
+
+ Each contributor grants you a non-exclusive, worldwide, royalty-free
+patent license under the contributor's essential patent claims, to
+make, use, sell, offer for sale, import and otherwise run, modify and
+propagate the contents of its contributor version.
+
+ In the following three paragraphs, a "patent license" is any express
+agreement or commitment, however denominated, not to enforce a patent
+(such as an express permission to practice a patent or covenant not to
+sue for patent infringement). To "grant" such a patent license to a
+party means to make such an agreement or commitment not to enforce a
+patent against the party.
+
+ If you convey a covered work, knowingly relying on a patent license,
+and the Corresponding Source of the work is not available for anyone
+to copy, free of charge and under the terms of this License, through a
+publicly available network server or other readily accessible means,
+then you must either (1) cause the Corresponding Source to be so
+available, or (2) arrange to deprive yourself of the benefit of the
+patent license for this particular work, or (3) arrange, in a manner
+consistent with the requirements of this License, to extend the patent
+license to downstream recipients. "Knowingly relying" means you have
+actual knowledge that, but for the patent license, your conveying the
+covered work in a country, or your recipient's use of the covered work
+in a country, would infringe one or more identifiable patents in that
+country that you have reason to believe are valid.
+
+ If, pursuant to or in connection with a single transaction or
+arrangement, you convey, or propagate by procuring conveyance of, a
+covered work, and grant a patent license to some of the parties
+receiving the covered work authorizing them to use, propagate, modify
+or convey a specific copy of the covered work, then the patent license
+you grant is automatically extended to all recipients of the covered
+work and works based on it.
+
+ A patent license is "discriminatory" if it does not include within
+the scope of its coverage, prohibits the exercise of, or is
+conditioned on the non-exercise of one or more of the rights that are
+specifically granted under this License. You may not convey a covered
+work if you are a party to an arrangement with a third party that is
+in the business of distributing software, under which you make payment
+to the third party based on the extent of your activity of conveying
+the work, and under which the third party grants, to any of the
+parties who would receive the covered work from you, a discriminatory
+patent license (a) in connection with copies of the covered work
+conveyed by you (or copies made from those copies), or (b) primarily
+for and in connection with specific products or compilations that
+contain the covered work, unless you entered into that arrangement,
+or that patent license was granted, prior to 28 March 2007.
+
+ Nothing in this License shall be construed as excluding or limiting
+any implied license or other defenses to infringement that may
+otherwise be available to you under applicable patent law.
+
+ 12. No Surrender of Others' Freedom.
+
+ If conditions are imposed on you (whether by court order, agreement or
+otherwise) that contradict the conditions of this License, they do not
+excuse you from the conditions of this License. If you cannot convey a
+covered work so as to satisfy simultaneously your obligations under this
+License and any other pertinent obligations, then as a consequence you may
+not convey it at all. For example, if you agree to terms that obligate you
+to collect a royalty for further conveying from those to whom you convey
+the Program, the only way you could satisfy both those terms and this
+License would be to refrain entirely from conveying the Program.
+
+ 13. Use with the GNU Affero General Public License.
+
+ Notwithstanding any other provision of this License, you have
+permission to link or combine any covered work with a work licensed
+under version 3 of the GNU Affero General Public License into a single
+combined work, and to convey the resulting work. The terms of this
+License will continue to apply to the part which is the covered work,
+but the special requirements of the GNU Affero General Public License,
+section 13, concerning interaction through a network will apply to the
+combination as such.
+
+ 14. Revised Versions of this License.
+
+ The Free Software Foundation may publish revised and/or new versions of
+the GNU General Public License from time to time. Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+ Each version is given a distinguishing version number. If the
+Program specifies that a certain numbered version of the GNU General
+Public License "or any later version" applies to it, you have the
+option of following the terms and conditions either of that numbered
+version or of any later version published by the Free Software
+Foundation. If the Program does not specify a version number of the
+GNU General Public License, you may choose any version ever published
+by the Free Software Foundation.
+
+ If the Program specifies that a proxy can decide which future
+versions of the GNU General Public License can be used, that proxy's
+public statement of acceptance of a version permanently authorizes you
+to choose that version for the Program.
+
+ Later license versions may give you additional or different
+permissions. However, no additional obligations are imposed on any
+author or copyright holder as a result of your choosing to follow a
+later version.
+
+ 15. Disclaimer of Warranty.
+
+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
+APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
+HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
+OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
+IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
+ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+ 16. Limitation of Liability.
+
+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
+THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
+GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
+USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
+DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
+PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
+EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGES.
+
+ 17. Interpretation of Sections 15 and 16.
+
+ If the disclaimer of warranty and limitation of liability provided
+above cannot be given local legal effect according to their terms,
+reviewing courts shall apply local law that most closely approximates
+an absolute waiver of all civil liability in connection with the
+Program, unless a warranty or assumption of liability accompanies a
+copy of the Program in return for a fee.
+
+ END OF TERMS AND CONDITIONS
+
+ How to Apply These Terms to Your New Programs
+
+ If you develop a new program, and you want it to be of the greatest
+possible use to the public, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these terms.
+
+ To do so, attach the following notices to the program. It is safest
+to attach them to the start of each source file to most effectively
+state the exclusion of warranty; and each file should have at least
+the "copyright" line and a pointer to where the full notice is found.
+
+
+ Copyright (C)
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see .
+
+Also add information on how to contact you by electronic and paper mail.
+
+ If the program does terminal interaction, make it output a short
+notice like this when it starts in an interactive mode:
+
+ Copyright (C)
+ This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+ This is free software, and you are welcome to redistribute it
+ under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the appropriate
+parts of the General Public License. Of course, your program's commands
+might be different; for a GUI interface, you would use an "about box".
+
+ You should also get your employer (if you work as a programmer) or school,
+if any, to sign a "copyright disclaimer" for the program, if necessary.
+For more information on this, and how to apply and follow the GNU GPL, see
+.
+
+ The GNU General Public License does not permit incorporating your program
+into proprietary programs. If your program is a subroutine library, you
+may consider it more useful to permit linking proprietary applications with
+the library. If this is what you want to do, use the GNU Lesser General
+Public License instead of this License. But first, please read
+.
\ No newline at end of file
diff --git a/Wappalyzer/README.md b/Wappalyzer/README.md
new file mode 100644
index 0000000..ed5b44b
--- /dev/null
+++ b/Wappalyzer/README.md
@@ -0,0 +1,22 @@
+# Wappalyzer
+
+[Wappalyzer](https://wappalyzer.com/) is a
+[cross-platform](https://github.com/ElbertF/Wappalyzer/wiki/Drivers) utility that uncovers the
+technologies used on websites. It detects
+[content management systems](https://wappalyzer.com/categories/cms),
+[eCommerce platforms](https://wappalyzer.com/categories/ecommerce),
+[web servers](https://wappalyzer.com/categories/web-servers),
+[JavaScript frameworks](https://wappalyzer.com/categories/javascript-frameworks),
+[analytics tools](https://wappalyzer.com/categories/analytics) and
+[many more](https://wappalyzer.com/applications).
+
+Refer to the [wiki](https://github.com/ElbertF/Wappalyzer/wiki) for
+[screenshots](https://github.com/ElbertF/Wappalyzer/wiki/Screenshots), information on how to
+[contribute](https://github.com/ElbertF/Wappalyzer/wiki/Contributing) and
+[more](https://github.com/ElbertF/Wappalyzer/wiki/_pages).
+
+*Licensed under the [GPL](https://github.com/ElbertF/Wappalyzer/blob/master/LICENSE).*
+
+Donate Bitcoin: 16gb4uGDAjaeRJwKVmKr2EXa8x2fmvT8EQ - *Thanks!*
+
+![QR Code](https://wappalyzer.com/sites/default/themes/wappalyzer/images/bitcoinqrcode.png)
diff --git a/Wappalyzer/drivers/bookmarklet/css/wappalyzer.css b/Wappalyzer/drivers/bookmarklet/css/wappalyzer.css
new file mode 100644
index 0000000..6783665
--- /dev/null
+++ b/Wappalyzer/drivers/bookmarklet/css/wappalyzer.css
@@ -0,0 +1,118 @@
+div#wappalyzer-container * {
+ background-color: transparent !important;
+ border: none !important;
+ border-left: none !important;
+ border-top: none !important;
+ border-right: none !important;
+ border-bottom: none !important;
+ border-spacing: 0 !important;
+ color: inherit !important;
+ font-size: inherit !important;
+ font-weight: inherit !important;
+ font-family: inherit !important;
+ font-style: inherit !important;
+ line-height: inherit !important;
+ list-style: none inside !important;
+ margin: 0 !important;
+ outline: none !important;
+ padding: 0 !important;
+ text-align: inherit !important;
+ text-decoration: none !important;
+ white-space: inherit !important;
+}
+
+#wappalyzer-container {
+ background: #fff !important;
+ border: 1px solid #999;
+ box-shadow: 0 0 10px rgba(0, 0, 0, .2) !important;
+ color: #222 !important;
+ font-family: Arial, sans-serif !important;
+ font-size: 14px !important;
+ line-height: 1.5em !important;
+ margin: 0 !important;
+ position: fixed !important;
+ text-align: left !important;
+ right: 20px !important;
+ top: 20px !important;
+ width: 250px !important;
+ z-index: 99999 !important;
+}
+
+ #wappalyzer-container #wappalyzer-pending {
+ background-repeat: no-repeat !important;
+ background-position: center center !important;
+ height: 60px !important;
+ }
+
+ #wappalyzer-container a#wappalyzer-close:link,
+ #wappalyzer-container a#wappalyzer-close:hover,
+ #wappalyzer-container a#wappalyzer-close:active,
+ #wappalyzer-container a#wappalyzer-close:visited {
+ background: #f8f8f8 !important;
+ border-bottom: 1px solid #ccc !important;
+ display: block !important;
+ font-weight: bold !important;
+ line-height: 30px !important;
+ text-align: center !important;
+ }
+
+ #wappalyzer-container #wappalyzer-close:hover {
+ background: #f4f4f4 !important;
+ color: #0072B6 !important;
+ }
+
+ #wappalyzer-container #wappalyzer-empty {
+ border-bottom: 1px solid #ccc !important;
+ color: #999 !important;
+ display: block !important;
+ line-height: 30px !important;
+ text-align: center !important;
+ }
+
+ #wappalyzer-container #wappalyzer-apps {
+ padding-top: 2px !important;
+ }
+
+ #wappalyzer-container #wappalyzer-apps img {
+ vertical-align: middle !important;
+ }
+
+ #wappalyzer-container #wappalyzer-apps a:link,
+ #wappalyzer-container #wappalyzer-apps a:hover,
+ #wappalyzer-container #wappalyzer-apps a:active,
+ #wappalyzer-container #wappalyzer-apps a:visited {
+ display: block !important;
+ text-decoration: none !important;
+ }
+
+ #wappalyzer-container #wappalyzer-apps a:hover {
+ color: #0072B6 !important;
+ }
+
+ #wappalyzer-container #wappalyzer-apps div.wappalyzer-app {
+ background: #fff !important;
+ border-radius: 5px !important;
+ -moz-border-radius: 5px !important;
+ -webkit-border-radius: 5px !important;
+ margin: 0 2px 2px 2px !important;
+ padding: 7px 10px !important;
+ }
+
+ #wappalyzer-container #wappalyzer-apps a.wappalyzer-application:link,
+ #wappalyzer-container #wappalyzer-apps a.wappalyzer-application:hover,
+ #wappalyzer-container #wappalyzer-apps a.wappalyzer-application:active,
+ #wappalyzer-container #wappalyzer-apps a.wappalyzer-application:visited {
+ font-weight: bold !important;
+ margin-bottom: 3px !important;
+ }
+
+ #wappalyzer-container #wappalyzer-apps a.wappalyzer-category:link,
+ #wappalyzer-container #wappalyzer-apps a.wappalyzer-category:hover,
+ #wappalyzer-container #wappalyzer-apps a.wappalyzer-category:active,
+ #wappalyzer-container #wappalyzer-apps a.wappalyzer-category:visited {
+ color: #999 !important;
+ }
+
+ #wappalyzer-container #wappalyzer-apps a.wappalyzer-category:hover {
+ color: #0072B6 !important;
+ }
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/1C-Bitrix.png b/Wappalyzer/drivers/bookmarklet/images/icons/1C-Bitrix.png
new file mode 100644
index 0000000..0d9b16a
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/1C-Bitrix.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/1und1.png b/Wappalyzer/drivers/bookmarklet/images/icons/1und1.png
new file mode 100644
index 0000000..6343218
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/1und1.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/2z Project.png b/Wappalyzer/drivers/bookmarklet/images/icons/2z Project.png
new file mode 100644
index 0000000..edc1f21
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/2z Project.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/3DM.png b/Wappalyzer/drivers/bookmarklet/images/icons/3DM.png
new file mode 100755
index 0000000..f3115c7
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/3DM.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/3dCart.png b/Wappalyzer/drivers/bookmarklet/images/icons/3dCart.png
new file mode 100644
index 0000000..6813cc2
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/3dCart.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/3ware.png b/Wappalyzer/drivers/bookmarklet/images/icons/3ware.png
new file mode 100755
index 0000000..f3115c7
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/3ware.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/AMPcms.png b/Wappalyzer/drivers/bookmarklet/images/icons/AMPcms.png
new file mode 100644
index 0000000..1d528c8
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/AMPcms.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/AOLserver.png b/Wappalyzer/drivers/bookmarklet/images/icons/AOLserver.png
new file mode 100644
index 0000000..482bcdd
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/AOLserver.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/AT Internet Analyzer.png b/Wappalyzer/drivers/bookmarklet/images/icons/AT Internet Analyzer.png
new file mode 100644
index 0000000..8d058a1
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/AT Internet Analyzer.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/AT Internet XiTi.png b/Wappalyzer/drivers/bookmarklet/images/icons/AT Internet XiTi.png
new file mode 100644
index 0000000..8d058a1
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/AT Internet XiTi.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/ATEN.png b/Wappalyzer/drivers/bookmarklet/images/icons/ATEN.png
new file mode 100755
index 0000000..512bd41
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/ATEN.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/ATG Web Commerce.png b/Wappalyzer/drivers/bookmarklet/images/icons/ATG Web Commerce.png
new file mode 100644
index 0000000..435d816
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/ATG Web Commerce.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/AWStats.png b/Wappalyzer/drivers/bookmarklet/images/icons/AWStats.png
new file mode 100644
index 0000000..586e61a
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/AWStats.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Accessible Portal.png b/Wappalyzer/drivers/bookmarklet/images/icons/Accessible Portal.png
new file mode 100644
index 0000000..688c112
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Accessible Portal.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/AdInfinity.png b/Wappalyzer/drivers/bookmarklet/images/icons/AdInfinity.png
new file mode 100644
index 0000000..0ca2ca5
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/AdInfinity.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/AdRiver.png b/Wappalyzer/drivers/bookmarklet/images/icons/AdRiver.png
new file mode 100644
index 0000000..be6b259
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/AdRiver.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/AdRoll.png b/Wappalyzer/drivers/bookmarklet/images/icons/AdRoll.png
new file mode 100644
index 0000000..d609e56
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/AdRoll.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Adcash.png b/Wappalyzer/drivers/bookmarklet/images/icons/Adcash.png
new file mode 100644
index 0000000..3572b3f
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Adcash.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/AddShoppers.png b/Wappalyzer/drivers/bookmarklet/images/icons/AddShoppers.png
new file mode 100644
index 0000000..746b002
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/AddShoppers.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/AddThis.png b/Wappalyzer/drivers/bookmarklet/images/icons/AddThis.png
new file mode 100644
index 0000000..39ca0c9
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/AddThis.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Adobe CQ5.png b/Wappalyzer/drivers/bookmarklet/images/icons/Adobe CQ5.png
new file mode 100644
index 0000000..8c827a8
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Adobe CQ5.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Adobe ColdFusion.png b/Wappalyzer/drivers/bookmarklet/images/icons/Adobe ColdFusion.png
new file mode 100644
index 0000000..b8424fb
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Adobe ColdFusion.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Adobe GoLive.png b/Wappalyzer/drivers/bookmarklet/images/icons/Adobe GoLive.png
new file mode 100644
index 0000000..65c7df7
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Adobe GoLive.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Adobe Muse.png b/Wappalyzer/drivers/bookmarklet/images/icons/Adobe Muse.png
new file mode 100644
index 0000000..95f4cc8
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Adobe Muse.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Adobe RoboHelp.png b/Wappalyzer/drivers/bookmarklet/images/icons/Adobe RoboHelp.png
new file mode 100644
index 0000000..1acbeb5
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Adobe RoboHelp.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Advanced Web Stats.png b/Wappalyzer/drivers/bookmarklet/images/icons/Advanced Web Stats.png
new file mode 100644
index 0000000..1a7c85e
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Advanced Web Stats.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Advert Stream.png b/Wappalyzer/drivers/bookmarklet/images/icons/Advert Stream.png
new file mode 100644
index 0000000..0e6ee5a
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Advert Stream.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Adzerk.png b/Wappalyzer/drivers/bookmarklet/images/icons/Adzerk.png
new file mode 100644
index 0000000..f16159b
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Adzerk.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Airee.png b/Wappalyzer/drivers/bookmarklet/images/icons/Airee.png
new file mode 100644
index 0000000..b35de31
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Airee.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Akamai.png b/Wappalyzer/drivers/bookmarklet/images/icons/Akamai.png
new file mode 100644
index 0000000..fa2be98
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Akamai.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Algolia Realtime Search.png b/Wappalyzer/drivers/bookmarklet/images/icons/Algolia Realtime Search.png
new file mode 100644
index 0000000..bf33566
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Algolia Realtime Search.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Allegro RomPager.png b/Wappalyzer/drivers/bookmarklet/images/icons/Allegro RomPager.png
new file mode 100644
index 0000000..2815e76
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Allegro RomPager.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Alloy.png b/Wappalyzer/drivers/bookmarklet/images/icons/Alloy.png
new file mode 100755
index 0000000..56a9952
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Alloy.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/AlloyUI.png b/Wappalyzer/drivers/bookmarklet/images/icons/AlloyUI.png
new file mode 100644
index 0000000..227cdc4
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/AlloyUI.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Amaya.png b/Wappalyzer/drivers/bookmarklet/images/icons/Amaya.png
new file mode 100644
index 0000000..f8f1f9b
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Amaya.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Ametys.png b/Wappalyzer/drivers/bookmarklet/images/icons/Ametys.png
new file mode 100644
index 0000000..de1c3d7
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Ametys.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Amiro.CMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/Amiro.CMS.png
new file mode 100644
index 0000000..3ea8263
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Amiro.CMS.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Anchor CMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/Anchor CMS.png
new file mode 100644
index 0000000..121c2f2
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Anchor CMS.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/AngularJS.png b/Wappalyzer/drivers/bookmarklet/images/icons/AngularJS.png
new file mode 100644
index 0000000..6dc0783
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/AngularJS.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Apache HBase.png b/Wappalyzer/drivers/bookmarklet/images/icons/Apache HBase.png
new file mode 100644
index 0000000..113d901
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Apache HBase.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Apache Hadoop.png b/Wappalyzer/drivers/bookmarklet/images/icons/Apache Hadoop.png
new file mode 100755
index 0000000..54c4656
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Apache Hadoop.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Apache JSPWiki.png b/Wappalyzer/drivers/bookmarklet/images/icons/Apache JSPWiki.png
new file mode 100644
index 0000000..a25eaab
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Apache JSPWiki.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Apache Tomcat.png b/Wappalyzer/drivers/bookmarklet/images/icons/Apache Tomcat.png
new file mode 100644
index 0000000..2f099c3
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Apache Tomcat.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Apache Traffic Server.png b/Wappalyzer/drivers/bookmarklet/images/icons/Apache Traffic Server.png
new file mode 100644
index 0000000..b1a453f
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Apache Traffic Server.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Apache Wicket.png b/Wappalyzer/drivers/bookmarklet/images/icons/Apache Wicket.png
new file mode 100644
index 0000000..e3081a6
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Apache Wicket.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Apache.png b/Wappalyzer/drivers/bookmarklet/images/icons/Apache.png
new file mode 100644
index 0000000..117b485
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Apache.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/AppNexus.png b/Wappalyzer/drivers/bookmarklet/images/icons/AppNexus.png
new file mode 100644
index 0000000..e988098
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/AppNexus.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Arc Forum.png b/Wappalyzer/drivers/bookmarklet/images/icons/Arc Forum.png
new file mode 100644
index 0000000..c01f4e4
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Arc Forum.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Artifactory Web Server.png b/Wappalyzer/drivers/bookmarklet/images/icons/Artifactory Web Server.png
new file mode 100644
index 0000000..27d157e
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Artifactory Web Server.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Artifactory.png b/Wappalyzer/drivers/bookmarklet/images/icons/Artifactory.png
new file mode 100644
index 0000000..27d157e
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Artifactory.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/AsciiDoc.png b/Wappalyzer/drivers/bookmarklet/images/icons/AsciiDoc.png
new file mode 100644
index 0000000..c1c66bc
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/AsciiDoc.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Atlassian Bitbucket.png b/Wappalyzer/drivers/bookmarklet/images/icons/Atlassian Bitbucket.png
new file mode 100644
index 0000000..675cc8d
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Atlassian Bitbucket.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Atlassian Confluence.png b/Wappalyzer/drivers/bookmarklet/images/icons/Atlassian Confluence.png
new file mode 100644
index 0000000..336a91d
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Atlassian Confluence.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Atlassian FishEye.png b/Wappalyzer/drivers/bookmarklet/images/icons/Atlassian FishEye.png
new file mode 100644
index 0000000..fb5e320
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Atlassian FishEye.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Atlassian Jira Issue Collector.png b/Wappalyzer/drivers/bookmarklet/images/icons/Atlassian Jira Issue Collector.png
new file mode 100644
index 0000000..4c3963d
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Atlassian Jira Issue Collector.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Atlassian Jira.png b/Wappalyzer/drivers/bookmarklet/images/icons/Atlassian Jira.png
new file mode 100644
index 0000000..4c3963d
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Atlassian Jira.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Avangate.png b/Wappalyzer/drivers/bookmarklet/images/icons/Avangate.png
new file mode 100644
index 0000000..55f496a
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Avangate.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/BIGACE.png b/Wappalyzer/drivers/bookmarklet/images/icons/BIGACE.png
new file mode 100644
index 0000000..7ce150b
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/BIGACE.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Backbone.js.png b/Wappalyzer/drivers/bookmarklet/images/icons/Backbone.js.png
new file mode 100644
index 0000000..0ffdb44
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Backbone.js.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Banshee.png b/Wappalyzer/drivers/bookmarklet/images/icons/Banshee.png
new file mode 100644
index 0000000..e55ef54
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Banshee.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/BaseHTTP.png b/Wappalyzer/drivers/bookmarklet/images/icons/BaseHTTP.png
new file mode 100755
index 0000000..76467ab
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/BaseHTTP.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/BigDump.png b/Wappalyzer/drivers/bookmarklet/images/icons/BigDump.png
new file mode 100644
index 0000000..2e51915
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/BigDump.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Bigcommerce.png b/Wappalyzer/drivers/bookmarklet/images/icons/Bigcommerce.png
new file mode 100644
index 0000000..e02823e
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Bigcommerce.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Bigware.png b/Wappalyzer/drivers/bookmarklet/images/icons/Bigware.png
new file mode 100644
index 0000000..6457f7b
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Bigware.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/BittAds.png b/Wappalyzer/drivers/bookmarklet/images/icons/BittAds.png
new file mode 100644
index 0000000..a8f3747
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/BittAds.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Blip.tv.png b/Wappalyzer/drivers/bookmarklet/images/icons/Blip.tv.png
new file mode 100644
index 0000000..34dd8b4
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Blip.tv.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Blogger.png b/Wappalyzer/drivers/bookmarklet/images/icons/Blogger.png
new file mode 100644
index 0000000..17bd56b
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Blogger.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/BlueKai.png b/Wappalyzer/drivers/bookmarklet/images/icons/BlueKai.png
new file mode 100644
index 0000000..b2861d0
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/BlueKai.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Bluefish.png b/Wappalyzer/drivers/bookmarklet/images/icons/Bluefish.png
new file mode 100644
index 0000000..846a3a6
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Bluefish.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Boa.png b/Wappalyzer/drivers/bookmarklet/images/icons/Boa.png
new file mode 100644
index 0000000..2e51915
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Boa.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Bolt.png b/Wappalyzer/drivers/bookmarklet/images/icons/Bolt.png
new file mode 100644
index 0000000..fd953e0
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Bolt.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Bonfire.png b/Wappalyzer/drivers/bookmarklet/images/icons/Bonfire.png
new file mode 100644
index 0000000..aff2cd0
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Bonfire.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Brother.png b/Wappalyzer/drivers/bookmarklet/images/icons/Brother.png
new file mode 100755
index 0000000..737a032
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Brother.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/BrowserCMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/BrowserCMS.png
new file mode 100644
index 0000000..0419a33
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/BrowserCMS.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/BugSense.png b/Wappalyzer/drivers/bookmarklet/images/icons/BugSense.png
new file mode 100644
index 0000000..d02b2b4
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/BugSense.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/BugSnag.png b/Wappalyzer/drivers/bookmarklet/images/icons/BugSnag.png
new file mode 100644
index 0000000..5f22282
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/BugSnag.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Bugzilla.png b/Wappalyzer/drivers/bookmarklet/images/icons/Bugzilla.png
new file mode 100644
index 0000000..6bf988c
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Bugzilla.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Burning Board.png b/Wappalyzer/drivers/bookmarklet/images/icons/Burning Board.png
new file mode 100644
index 0000000..e0260c1
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Burning Board.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Business Catalyst.png b/Wappalyzer/drivers/bookmarklet/images/icons/Business Catalyst.png
new file mode 100644
index 0000000..2c1f2ea
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Business Catalyst.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/BuySellAds.png b/Wappalyzer/drivers/bookmarklet/images/icons/BuySellAds.png
new file mode 100644
index 0000000..4f22871
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/BuySellAds.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/C++.png b/Wappalyzer/drivers/bookmarklet/images/icons/C++.png
new file mode 100644
index 0000000..bfb1f98
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/C++.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/CFML.png b/Wappalyzer/drivers/bookmarklet/images/icons/CFML.png
new file mode 100644
index 0000000..b8424fb
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/CFML.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/CKEditor.png b/Wappalyzer/drivers/bookmarklet/images/icons/CKEditor.png
new file mode 100644
index 0000000..568bcb2
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/CKEditor.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/CMS Made Simple.png b/Wappalyzer/drivers/bookmarklet/images/icons/CMS Made Simple.png
new file mode 100644
index 0000000..545b925
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/CMS Made Simple.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/CMSimple.png b/Wappalyzer/drivers/bookmarklet/images/icons/CMSimple.png
new file mode 100644
index 0000000..2e51915
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/CMSimple.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/CO2Stats.png b/Wappalyzer/drivers/bookmarklet/images/icons/CO2Stats.png
new file mode 100644
index 0000000..47689c3
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/CO2Stats.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/CPG Dragonfly.png b/Wappalyzer/drivers/bookmarklet/images/icons/CPG Dragonfly.png
new file mode 100644
index 0000000..bc2dcc3
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/CPG Dragonfly.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/CS Cart.png b/Wappalyzer/drivers/bookmarklet/images/icons/CS Cart.png
new file mode 100644
index 0000000..172fdb7
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/CS Cart.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/CacheFly.png b/Wappalyzer/drivers/bookmarklet/images/icons/CacheFly.png
new file mode 100644
index 0000000..5b8a060
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/CacheFly.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/CakePHP.png b/Wappalyzer/drivers/bookmarklet/images/icons/CakePHP.png
new file mode 100644
index 0000000..baece76
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/CakePHP.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Canon HTTP Server.png b/Wappalyzer/drivers/bookmarklet/images/icons/Canon HTTP Server.png
new file mode 100755
index 0000000..1f55e03
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Canon HTTP Server.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Canon.png b/Wappalyzer/drivers/bookmarklet/images/icons/Canon.png
new file mode 100755
index 0000000..1f55e03
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Canon.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Carbon Ads.png b/Wappalyzer/drivers/bookmarklet/images/icons/Carbon Ads.png
new file mode 100644
index 0000000..0429a48
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Carbon Ads.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Cargo.png b/Wappalyzer/drivers/bookmarklet/images/icons/Cargo.png
new file mode 100644
index 0000000..b6512fa
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Cargo.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Catwalk.png b/Wappalyzer/drivers/bookmarklet/images/icons/Catwalk.png
new file mode 100755
index 0000000..1f55e03
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Catwalk.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/CentOS.png b/Wappalyzer/drivers/bookmarklet/images/icons/CentOS.png
new file mode 100644
index 0000000..fe2bc71
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/CentOS.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/CenteHTTPd.png b/Wappalyzer/drivers/bookmarklet/images/icons/CenteHTTPd.png
new file mode 100644
index 0000000..7204070
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/CenteHTTPd.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Chameleon.png b/Wappalyzer/drivers/bookmarklet/images/icons/Chameleon.png
new file mode 100644
index 0000000..6bf587d
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Chameleon.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Chamilo.png b/Wappalyzer/drivers/bookmarklet/images/icons/Chamilo.png
new file mode 100644
index 0000000..3beec78
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Chamilo.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Chartbeat.png b/Wappalyzer/drivers/bookmarklet/images/icons/Chartbeat.png
new file mode 100644
index 0000000..3ecfbd9
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Chartbeat.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Cherokee.png b/Wappalyzer/drivers/bookmarklet/images/icons/Cherokee.png
new file mode 100644
index 0000000..a0d513b
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Cherokee.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/CherryPy.png b/Wappalyzer/drivers/bookmarklet/images/icons/CherryPy.png
new file mode 100755
index 0000000..75fa500
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/CherryPy.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Chitika.png b/Wappalyzer/drivers/bookmarklet/images/icons/Chitika.png
new file mode 100644
index 0000000..449045e
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Chitika.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/ClickHeat.png b/Wappalyzer/drivers/bookmarklet/images/icons/ClickHeat.png
new file mode 100644
index 0000000..7ff2bbe
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/ClickHeat.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/ClickTale.png b/Wappalyzer/drivers/bookmarklet/images/icons/ClickTale.png
new file mode 100644
index 0000000..3c358ef
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/ClickTale.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Clicky.png b/Wappalyzer/drivers/bookmarklet/images/icons/Clicky.png
new file mode 100644
index 0000000..426d872
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Clicky.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/CloudFlare.png b/Wappalyzer/drivers/bookmarklet/images/icons/CloudFlare.png
new file mode 100644
index 0000000..bddcde3
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/CloudFlare.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Cloudera.png b/Wappalyzer/drivers/bookmarklet/images/icons/Cloudera.png
new file mode 100755
index 0000000..2130f11
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Cloudera.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/CodeIgniter.png b/Wappalyzer/drivers/bookmarklet/images/icons/CodeIgniter.png
new file mode 100644
index 0000000..b418ddf
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/CodeIgniter.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/CodeMirror.png b/Wappalyzer/drivers/bookmarklet/images/icons/CodeMirror.png
new file mode 100644
index 0000000..ef34d40
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/CodeMirror.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Commerce Server.png b/Wappalyzer/drivers/bookmarklet/images/icons/Commerce Server.png
new file mode 100644
index 0000000..f0e1c12
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Commerce Server.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/CompaqHTTPServer.png b/Wappalyzer/drivers/bookmarklet/images/icons/CompaqHTTPServer.png
new file mode 100755
index 0000000..44629e6
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/CompaqHTTPServer.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Concrete5.png b/Wappalyzer/drivers/bookmarklet/images/icons/Concrete5.png
new file mode 100644
index 0000000..7dc61f3
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Concrete5.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Connect.png b/Wappalyzer/drivers/bookmarklet/images/icons/Connect.png
new file mode 100644
index 0000000..994d06c
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Connect.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Contao.png b/Wappalyzer/drivers/bookmarklet/images/icons/Contao.png
new file mode 100644
index 0000000..e010032
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Contao.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Contenido.png b/Wappalyzer/drivers/bookmarklet/images/icons/Contenido.png
new file mode 100644
index 0000000..598d97f
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Contenido.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Contens.png b/Wappalyzer/drivers/bookmarklet/images/icons/Contens.png
new file mode 100644
index 0000000..8bb3988
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Contens.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/ContentBox.png b/Wappalyzer/drivers/bookmarklet/images/icons/ContentBox.png
new file mode 100644
index 0000000..2abfae4
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/ContentBox.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/ConversionLab.png b/Wappalyzer/drivers/bookmarklet/images/icons/ConversionLab.png
new file mode 100644
index 0000000..a8396bf
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/ConversionLab.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Coppermine.png b/Wappalyzer/drivers/bookmarklet/images/icons/Coppermine.png
new file mode 100644
index 0000000..bfbac43
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Coppermine.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Cosmoshop.png b/Wappalyzer/drivers/bookmarklet/images/icons/Cosmoshop.png
new file mode 100644
index 0000000..1bcbca7
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Cosmoshop.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Cotonti.png b/Wappalyzer/drivers/bookmarklet/images/icons/Cotonti.png
new file mode 100644
index 0000000..274ef7b
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Cotonti.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/CouchDB.png b/Wappalyzer/drivers/bookmarklet/images/icons/CouchDB.png
new file mode 100644
index 0000000..a0a4422
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/CouchDB.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/CppCMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/CppCMS.png
new file mode 100644
index 0000000..b745d73
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/CppCMS.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Craft CMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/Craft CMS.png
new file mode 100644
index 0000000..bfbdb65
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Craft CMS.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Crazy Egg.png b/Wappalyzer/drivers/bookmarklet/images/icons/Crazy Egg.png
new file mode 100644
index 0000000..ff8b904
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Crazy Egg.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Criteo.png b/Wappalyzer/drivers/bookmarklet/images/icons/Criteo.png
new file mode 100644
index 0000000..2334e4d
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Criteo.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Cross Pixel.png b/Wappalyzer/drivers/bookmarklet/images/icons/Cross Pixel.png
new file mode 100644
index 0000000..7984e3d
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Cross Pixel.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/CubeCart.png b/Wappalyzer/drivers/bookmarklet/images/icons/CubeCart.png
new file mode 100644
index 0000000..ac631e7
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/CubeCart.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Cufon.png b/Wappalyzer/drivers/bookmarklet/images/icons/Cufon.png
new file mode 100644
index 0000000..07b81f4
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Cufon.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/D3.png b/Wappalyzer/drivers/bookmarklet/images/icons/D3.png
new file mode 100644
index 0000000..375a73f
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/D3.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/DAV.png b/Wappalyzer/drivers/bookmarklet/images/icons/DAV.png
new file mode 100644
index 0000000..2e51915
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/DAV.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/DHTMLX.png b/Wappalyzer/drivers/bookmarklet/images/icons/DHTMLX.png
new file mode 100644
index 0000000..d74c581
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/DHTMLX.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/DTG.png b/Wappalyzer/drivers/bookmarklet/images/icons/DTG.png
new file mode 100644
index 0000000..2f1ed03
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/DTG.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Dancer.png b/Wappalyzer/drivers/bookmarklet/images/icons/Dancer.png
new file mode 100644
index 0000000..346ea74
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Dancer.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Danneo CMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/Danneo CMS.png
new file mode 100644
index 0000000..136d502
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Danneo CMS.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Dart.png b/Wappalyzer/drivers/bookmarklet/images/icons/Dart.png
new file mode 100644
index 0000000..35c6ccd
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Dart.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Darwin.png b/Wappalyzer/drivers/bookmarklet/images/icons/Darwin.png
new file mode 100755
index 0000000..65606bf
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Darwin.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/DataLife Engine.png b/Wappalyzer/drivers/bookmarklet/images/icons/DataLife Engine.png
new file mode 100644
index 0000000..871ad39
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/DataLife Engine.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/David Webbox.png b/Wappalyzer/drivers/bookmarklet/images/icons/David Webbox.png
new file mode 100644
index 0000000..16e72fa
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/David Webbox.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Debian.png b/Wappalyzer/drivers/bookmarklet/images/icons/Debian.png
new file mode 100644
index 0000000..42db76b
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Debian.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Decorum.png b/Wappalyzer/drivers/bookmarklet/images/icons/Decorum.png
new file mode 100644
index 0000000..2e51915
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Decorum.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/DedeCMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/DedeCMS.png
new file mode 100644
index 0000000..af4913f
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/DedeCMS.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Dell.png b/Wappalyzer/drivers/bookmarklet/images/icons/Dell.png
new file mode 100755
index 0000000..5803d63
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Dell.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Demandware.png b/Wappalyzer/drivers/bookmarklet/images/icons/Demandware.png
new file mode 100644
index 0000000..c2ef8d5
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Demandware.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Deployd.png b/Wappalyzer/drivers/bookmarklet/images/icons/Deployd.png
new file mode 100644
index 0000000..f715e47
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Deployd.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/DirectAdmin.png b/Wappalyzer/drivers/bookmarklet/images/icons/DirectAdmin.png
new file mode 100644
index 0000000..75f1a7e
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/DirectAdmin.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Discourse.png b/Wappalyzer/drivers/bookmarklet/images/icons/Discourse.png
new file mode 100644
index 0000000..dcda977
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Discourse.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Disqus.png b/Wappalyzer/drivers/bookmarklet/images/icons/Disqus.png
new file mode 100644
index 0000000..abbca62
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Disqus.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Django CMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/Django CMS.png
new file mode 100644
index 0000000..20909ea
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Django CMS.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Django.png b/Wappalyzer/drivers/bookmarklet/images/icons/Django.png
new file mode 100644
index 0000000..bd3ea09
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Django.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Dojo.png b/Wappalyzer/drivers/bookmarklet/images/icons/Dojo.png
new file mode 100644
index 0000000..96833c3
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Dojo.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Dokeos.png b/Wappalyzer/drivers/bookmarklet/images/icons/Dokeos.png
new file mode 100644
index 0000000..855b23f
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Dokeos.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/DokuWiki.png b/Wappalyzer/drivers/bookmarklet/images/icons/DokuWiki.png
new file mode 100644
index 0000000..e9771b7
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/DokuWiki.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/DotNetNuke.png b/Wappalyzer/drivers/bookmarklet/images/icons/DotNetNuke.png
new file mode 100644
index 0000000..1e93b1b
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/DotNetNuke.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Dotclear.png b/Wappalyzer/drivers/bookmarklet/images/icons/Dotclear.png
new file mode 100644
index 0000000..af514f6
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Dotclear.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Doxygen.png b/Wappalyzer/drivers/bookmarklet/images/icons/Doxygen.png
new file mode 100644
index 0000000..20de99f
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Doxygen.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/DreamWeaver.png b/Wappalyzer/drivers/bookmarklet/images/icons/DreamWeaver.png
new file mode 100644
index 0000000..d073d73
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/DreamWeaver.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Drupal Commerce.png b/Wappalyzer/drivers/bookmarklet/images/icons/Drupal Commerce.png
new file mode 100644
index 0000000..d362d56
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Drupal Commerce.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Drupal.png b/Wappalyzer/drivers/bookmarklet/images/icons/Drupal.png
new file mode 100644
index 0000000..b9b13f8
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Drupal.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Dynamicweb.png b/Wappalyzer/drivers/bookmarklet/images/icons/Dynamicweb.png
new file mode 100644
index 0000000..e1e4be9
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Dynamicweb.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/E-Merchant.png b/Wappalyzer/drivers/bookmarklet/images/icons/E-Merchant.png
new file mode 100644
index 0000000..6c49851
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/E-Merchant.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/ELOG HTTP.png b/Wappalyzer/drivers/bookmarklet/images/icons/ELOG HTTP.png
new file mode 100644
index 0000000..8a53cd3
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/ELOG HTTP.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/ELOG.png b/Wappalyzer/drivers/bookmarklet/images/icons/ELOG.png
new file mode 100644
index 0000000..8a53cd3
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/ELOG.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/EPiServer.png b/Wappalyzer/drivers/bookmarklet/images/icons/EPiServer.png
new file mode 100644
index 0000000..c175a4c
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/EPiServer.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/EPrints.png b/Wappalyzer/drivers/bookmarklet/images/icons/EPrints.png
new file mode 100644
index 0000000..db4dc9c
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/EPrints.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/ESERV-10.png b/Wappalyzer/drivers/bookmarklet/images/icons/ESERV-10.png
new file mode 100644
index 0000000..3e2c434
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/ESERV-10.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/EWS-NIC4.png b/Wappalyzer/drivers/bookmarklet/images/icons/EWS-NIC4.png
new file mode 100755
index 0000000..5803d63
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/EWS-NIC4.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Ecodoo.png b/Wappalyzer/drivers/bookmarklet/images/icons/Ecodoo.png
new file mode 100755
index 0000000..d08a726
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Ecodoo.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/EdgeCast.png b/Wappalyzer/drivers/bookmarklet/images/icons/EdgeCast.png
new file mode 100644
index 0000000..f59c7ee
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/EdgeCast.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Eloqua.png b/Wappalyzer/drivers/bookmarklet/images/icons/Eloqua.png
new file mode 100644
index 0000000..435d816
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Eloqua.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/EmbedThis Appweb.png b/Wappalyzer/drivers/bookmarklet/images/icons/EmbedThis Appweb.png
new file mode 100644
index 0000000..b1df2e5
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/EmbedThis Appweb.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Embedthis-http.png b/Wappalyzer/drivers/bookmarklet/images/icons/Embedthis-http.png
new file mode 100644
index 0000000..a591e60
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Embedthis-http.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Ember.js.png b/Wappalyzer/drivers/bookmarklet/images/icons/Ember.js.png
new file mode 100644
index 0000000..08c21c5
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Ember.js.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Enyo.png b/Wappalyzer/drivers/bookmarklet/images/icons/Enyo.png
new file mode 100644
index 0000000..40fb001
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Enyo.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Epom.png b/Wappalyzer/drivers/bookmarklet/images/icons/Epom.png
new file mode 100644
index 0000000..3e7017b
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Epom.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Erlang.png b/Wappalyzer/drivers/bookmarklet/images/icons/Erlang.png
new file mode 100755
index 0000000..eb08de9
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Erlang.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Exhibit.png b/Wappalyzer/drivers/bookmarklet/images/icons/Exhibit.png
new file mode 100644
index 0000000..ea147ff
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Exhibit.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Express.png b/Wappalyzer/drivers/bookmarklet/images/icons/Express.png
new file mode 100644
index 0000000..8253955
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Express.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/ExpressionEngine.png b/Wappalyzer/drivers/bookmarklet/images/icons/ExpressionEngine.png
new file mode 100644
index 0000000..997b8c1
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/ExpressionEngine.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/ExtJS.png b/Wappalyzer/drivers/bookmarklet/images/icons/ExtJS.png
new file mode 100644
index 0000000..9d64175
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/ExtJS.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/FAST ESP.png b/Wappalyzer/drivers/bookmarklet/images/icons/FAST ESP.png
new file mode 100644
index 0000000..7921ffa
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/FAST ESP.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/FAST Search for SharePoint.png b/Wappalyzer/drivers/bookmarklet/images/icons/FAST Search for SharePoint.png
new file mode 100644
index 0000000..295796e
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/FAST Search for SharePoint.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/FWP.png b/Wappalyzer/drivers/bookmarklet/images/icons/FWP.png
new file mode 100644
index 0000000..2f556e7
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/FWP.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Fact Finder.png b/Wappalyzer/drivers/bookmarklet/images/icons/Fact Finder.png
new file mode 100644
index 0000000..2ec03c0
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Fact Finder.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Fat-Free Framework.png b/Wappalyzer/drivers/bookmarklet/images/icons/Fat-Free Framework.png
new file mode 100644
index 0000000..151a48e
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Fat-Free Framework.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Fedora.png b/Wappalyzer/drivers/bookmarklet/images/icons/Fedora.png
new file mode 100644
index 0000000..05562e3
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Fedora.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Fireblade.png b/Wappalyzer/drivers/bookmarklet/images/icons/Fireblade.png
new file mode 100644
index 0000000..7239af8
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Fireblade.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/FlashCom.png b/Wappalyzer/drivers/bookmarklet/images/icons/FlashCom.png
new file mode 100644
index 0000000..2e51915
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/FlashCom.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/FlexCMP.png b/Wappalyzer/drivers/bookmarklet/images/icons/FlexCMP.png
new file mode 100644
index 0000000..46a9ac9
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/FlexCMP.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/FluxBB.png b/Wappalyzer/drivers/bookmarklet/images/icons/FluxBB.png
new file mode 100644
index 0000000..0e2c71b
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/FluxBB.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Flyspray.png b/Wappalyzer/drivers/bookmarklet/images/icons/Flyspray.png
new file mode 100644
index 0000000..ccef0a0
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Flyspray.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Font Awesome.png b/Wappalyzer/drivers/bookmarklet/images/icons/Font Awesome.png
new file mode 100644
index 0000000..b93360b
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Font Awesome.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Fortune3.png b/Wappalyzer/drivers/bookmarklet/images/icons/Fortune3.png
new file mode 100644
index 0000000..f4fd9e4
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Fortune3.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/FreeBSD.png b/Wappalyzer/drivers/bookmarklet/images/icons/FreeBSD.png
new file mode 100644
index 0000000..9f0cf0d
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/FreeBSD.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/FreeTextBox.png b/Wappalyzer/drivers/bookmarklet/images/icons/FreeTextBox.png
new file mode 100644
index 0000000..59c2350
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/FreeTextBox.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/FrontPage.png b/Wappalyzer/drivers/bookmarklet/images/icons/FrontPage.png
new file mode 100644
index 0000000..f055a18
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/FrontPage.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Fusion Ads.png b/Wappalyzer/drivers/bookmarklet/images/icons/Fusion Ads.png
new file mode 100644
index 0000000..bbc6295
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Fusion Ads.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/G-WAN.png b/Wappalyzer/drivers/bookmarklet/images/icons/G-WAN.png
new file mode 100644
index 0000000..6e8707a
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/G-WAN.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/GX WebManager.png b/Wappalyzer/drivers/bookmarklet/images/icons/GX WebManager.png
new file mode 100644
index 0000000..9e3555a
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/GX WebManager.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Gallery.png b/Wappalyzer/drivers/bookmarklet/images/icons/Gallery.png
new file mode 100644
index 0000000..6d86cb2
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Gallery.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Gambio.png b/Wappalyzer/drivers/bookmarklet/images/icons/Gambio.png
new file mode 100644
index 0000000..3daedc2
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Gambio.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Gauges.png b/Wappalyzer/drivers/bookmarklet/images/icons/Gauges.png
new file mode 100644
index 0000000..7384991
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Gauges.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Gentoo.png b/Wappalyzer/drivers/bookmarklet/images/icons/Gentoo.png
new file mode 100644
index 0000000..6b50f6a
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Gentoo.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Get Satisfaction.png b/Wappalyzer/drivers/bookmarklet/images/icons/Get Satisfaction.png
new file mode 100644
index 0000000..06c6241
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Get Satisfaction.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/GetSimple CMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/GetSimple CMS.png
new file mode 100644
index 0000000..061842a
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/GetSimple CMS.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Ghost.png b/Wappalyzer/drivers/bookmarklet/images/icons/Ghost.png
new file mode 100644
index 0000000..f3971b8
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Ghost.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/GitBook.png b/Wappalyzer/drivers/bookmarklet/images/icons/GitBook.png
new file mode 100644
index 0000000..3b7b189
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/GitBook.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/GitLab.png b/Wappalyzer/drivers/bookmarklet/images/icons/GitLab.png
new file mode 100644
index 0000000..d65722d
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/GitLab.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/GlassFish.png b/Wappalyzer/drivers/bookmarklet/images/icons/GlassFish.png
new file mode 100644
index 0000000..16b873b
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/GlassFish.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Glyphicons.png b/Wappalyzer/drivers/bookmarklet/images/icons/Glyphicons.png
new file mode 100644
index 0000000..a46d396
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Glyphicons.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/GoAhead.png b/Wappalyzer/drivers/bookmarklet/images/icons/GoAhead.png
new file mode 100644
index 0000000..a591e60
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/GoAhead.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/GoStats.png b/Wappalyzer/drivers/bookmarklet/images/icons/GoStats.png
new file mode 100644
index 0000000..a2ac7b7
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/GoStats.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Google AdSense.png b/Wappalyzer/drivers/bookmarklet/images/icons/Google AdSense.png
new file mode 100644
index 0000000..a02171a
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Google AdSense.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Google Analytics.png b/Wappalyzer/drivers/bookmarklet/images/icons/Google Analytics.png
new file mode 100644
index 0000000..1256791
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Google Analytics.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Google App Engine.png b/Wappalyzer/drivers/bookmarklet/images/icons/Google App Engine.png
new file mode 100644
index 0000000..32ff514
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Google App Engine.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Google Charts.png b/Wappalyzer/drivers/bookmarklet/images/icons/Google Charts.png
new file mode 100644
index 0000000..679b643
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Google Charts.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Google Code Prettify.png b/Wappalyzer/drivers/bookmarklet/images/icons/Google Code Prettify.png
new file mode 100644
index 0000000..78b6956
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Google Code Prettify.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Google Font API.png b/Wappalyzer/drivers/bookmarklet/images/icons/Google Font API.png
new file mode 100644
index 0000000..bf2c8dc
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Google Font API.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Google Friend Connect.png b/Wappalyzer/drivers/bookmarklet/images/icons/Google Friend Connect.png
new file mode 100644
index 0000000..78b6956
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Google Friend Connect.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Google Maps.png b/Wappalyzer/drivers/bookmarklet/images/icons/Google Maps.png
new file mode 100644
index 0000000..1f90c69
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Google Maps.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Google PageSpeed.png b/Wappalyzer/drivers/bookmarklet/images/icons/Google PageSpeed.png
new file mode 100644
index 0000000..8f830f0
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Google PageSpeed.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Google Sites.png b/Wappalyzer/drivers/bookmarklet/images/icons/Google Sites.png
new file mode 100644
index 0000000..6f74a7a
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Google Sites.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Google Tag Manager.png b/Wappalyzer/drivers/bookmarklet/images/icons/Google Tag Manager.png
new file mode 100644
index 0000000..3e31648
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Google Tag Manager.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Google Wallet.png b/Wappalyzer/drivers/bookmarklet/images/icons/Google Wallet.png
new file mode 100644
index 0000000..07c6a6c
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Google Wallet.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Google Web Toolkit.png b/Wappalyzer/drivers/bookmarklet/images/icons/Google Web Toolkit.png
new file mode 100644
index 0000000..8580de9
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Google Web Toolkit.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Graffiti CMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/Graffiti CMS.png
new file mode 100644
index 0000000..fdeeffe
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Graffiti CMS.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Grandstream.png b/Wappalyzer/drivers/bookmarklet/images/icons/Grandstream.png
new file mode 100755
index 0000000..a347c58
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Grandstream.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Gravatar.png b/Wappalyzer/drivers/bookmarklet/images/icons/Gravatar.png
new file mode 100644
index 0000000..4b69a5b
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Gravatar.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Gravity Insights.png b/Wappalyzer/drivers/bookmarklet/images/icons/Gravity Insights.png
new file mode 100644
index 0000000..54228a3
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Gravity Insights.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Green Valley CMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/Green Valley CMS.png
new file mode 100644
index 0000000..94ceec0
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Green Valley CMS.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/HP ChaiServer.png b/Wappalyzer/drivers/bookmarklet/images/icons/HP ChaiServer.png
new file mode 100755
index 0000000..44629e6
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/HP ChaiServer.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/HP Compact Server.png b/Wappalyzer/drivers/bookmarklet/images/icons/HP Compact Server.png
new file mode 100755
index 0000000..44629e6
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/HP Compact Server.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/HP ProCurve.png b/Wappalyzer/drivers/bookmarklet/images/icons/HP ProCurve.png
new file mode 100755
index 0000000..44629e6
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/HP ProCurve.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/HP System Management.png b/Wappalyzer/drivers/bookmarklet/images/icons/HP System Management.png
new file mode 100755
index 0000000..44629e6
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/HP System Management.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/HP iLO.png b/Wappalyzer/drivers/bookmarklet/images/icons/HP iLO.png
new file mode 100755
index 0000000..44629e6
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/HP iLO.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/HP.png b/Wappalyzer/drivers/bookmarklet/images/icons/HP.png
new file mode 100755
index 0000000..44629e6
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/HP.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/HTTP-Server.png b/Wappalyzer/drivers/bookmarklet/images/icons/HTTP-Server.png
new file mode 100644
index 0000000..2e51915
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/HTTP-Server.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Handlebars.png b/Wappalyzer/drivers/bookmarklet/images/icons/Handlebars.png
new file mode 100644
index 0000000..691e0b9
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Handlebars.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Happy ICS Server.png b/Wappalyzer/drivers/bookmarklet/images/icons/Happy ICS Server.png
new file mode 100644
index 0000000..2e51915
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Happy ICS Server.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/HeadJS.png b/Wappalyzer/drivers/bookmarklet/images/icons/HeadJS.png
new file mode 100644
index 0000000..9f51c0b
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/HeadJS.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Hello Bar.png b/Wappalyzer/drivers/bookmarklet/images/icons/Hello Bar.png
new file mode 100644
index 0000000..55da2fd
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Hello Bar.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Hiawatha.png b/Wappalyzer/drivers/bookmarklet/images/icons/Hiawatha.png
new file mode 100644
index 0000000..68426ef
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Hiawatha.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Highcharts.png b/Wappalyzer/drivers/bookmarklet/images/icons/Highcharts.png
new file mode 100644
index 0000000..68bf7a0
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Highcharts.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Highstock.png b/Wappalyzer/drivers/bookmarklet/images/icons/Highstock.png
new file mode 100644
index 0000000..68bf7a0
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Highstock.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Hippo.png b/Wappalyzer/drivers/bookmarklet/images/icons/Hippo.png
new file mode 100644
index 0000000..2f7fee9
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Hippo.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Hogan.js.png b/Wappalyzer/drivers/bookmarklet/images/icons/Hogan.js.png
new file mode 100644
index 0000000..e43e1ed
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Hogan.js.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Hotaru CMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/Hotaru CMS.png
new file mode 100644
index 0000000..af1576f
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Hotaru CMS.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/HubSpot.png b/Wappalyzer/drivers/bookmarklet/images/icons/HubSpot.png
new file mode 100644
index 0000000..ebf24d6
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/HubSpot.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Hybris.png b/Wappalyzer/drivers/bookmarklet/images/icons/Hybris.png
new file mode 100644
index 0000000..842dd83
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Hybris.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/IBM Coremetrics.png b/Wappalyzer/drivers/bookmarklet/images/icons/IBM Coremetrics.png
new file mode 100644
index 0000000..26106b2
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/IBM Coremetrics.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/IBM HTTP Server.png b/Wappalyzer/drivers/bookmarklet/images/icons/IBM HTTP Server.png
new file mode 100644
index 0000000..26106b2
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/IBM HTTP Server.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/IBM Tivoli Storage Manager.png b/Wappalyzer/drivers/bookmarklet/images/icons/IBM Tivoli Storage Manager.png
new file mode 100644
index 0000000..26106b2
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/IBM Tivoli Storage Manager.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/IBM WebSphere Commerce.png b/Wappalyzer/drivers/bookmarklet/images/icons/IBM WebSphere Commerce.png
new file mode 100644
index 0000000..26106b2
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/IBM WebSphere Commerce.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/IBM WebSphere Portal.png b/Wappalyzer/drivers/bookmarklet/images/icons/IBM WebSphere Portal.png
new file mode 100644
index 0000000..26106b2
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/IBM WebSphere Portal.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/IIS.png b/Wappalyzer/drivers/bookmarklet/images/icons/IIS.png
new file mode 100644
index 0000000..b94c2b3
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/IIS.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/IPB.png b/Wappalyzer/drivers/bookmarklet/images/icons/IPB.png
new file mode 100644
index 0000000..793d0b8
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/IPB.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/ImpressCMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/ImpressCMS.png
new file mode 100644
index 0000000..023f159
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/ImpressCMS.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/ImpressPages.png b/Wappalyzer/drivers/bookmarklet/images/icons/ImpressPages.png
new file mode 100644
index 0000000..28b152a
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/ImpressPages.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/InProces.png b/Wappalyzer/drivers/bookmarklet/images/icons/InProces.png
new file mode 100644
index 0000000..a8e4f36
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/InProces.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Incapsula.png b/Wappalyzer/drivers/bookmarklet/images/icons/Incapsula.png
new file mode 100644
index 0000000..5ba7071
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Incapsula.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Indexhibit.png b/Wappalyzer/drivers/bookmarklet/images/icons/Indexhibit.png
new file mode 100644
index 0000000..2e51915
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Indexhibit.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Indico.png b/Wappalyzer/drivers/bookmarklet/images/icons/Indico.png
new file mode 100755
index 0000000..f04d630
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Indico.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Indy.png b/Wappalyzer/drivers/bookmarklet/images/icons/Indy.png
new file mode 100644
index 0000000..2e51915
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Indy.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/InstantCMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/InstantCMS.png
new file mode 100644
index 0000000..9b18932
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/InstantCMS.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Intel Active Management Technology.png b/Wappalyzer/drivers/bookmarklet/images/icons/Intel Active Management Technology.png
new file mode 100644
index 0000000..df1d937
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Intel Active Management Technology.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/IntenseDebate.png b/Wappalyzer/drivers/bookmarklet/images/icons/IntenseDebate.png
new file mode 100644
index 0000000..757bf1b
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/IntenseDebate.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Intercom.png b/Wappalyzer/drivers/bookmarklet/images/icons/Intercom.png
new file mode 100644
index 0000000..c6fe220
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Intercom.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Intershop.png b/Wappalyzer/drivers/bookmarklet/images/icons/Intershop.png
new file mode 100644
index 0000000..2cb07ca
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Intershop.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Invenio.png b/Wappalyzer/drivers/bookmarklet/images/icons/Invenio.png
new file mode 100644
index 0000000..cfbe07d
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Invenio.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Ionicons.png b/Wappalyzer/drivers/bookmarklet/images/icons/Ionicons.png
new file mode 100644
index 0000000..c193d11
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Ionicons.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/JAlbum.png b/Wappalyzer/drivers/bookmarklet/images/icons/JAlbum.png
new file mode 100644
index 0000000..898676c
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/JAlbum.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/JBoss Application Server.png b/Wappalyzer/drivers/bookmarklet/images/icons/JBoss Application Server.png
new file mode 100644
index 0000000..e4a4331
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/JBoss Application Server.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/JBoss Web.png b/Wappalyzer/drivers/bookmarklet/images/icons/JBoss Web.png
new file mode 100644
index 0000000..da55dd5
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/JBoss Web.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/JC-HTTPD.png b/Wappalyzer/drivers/bookmarklet/images/icons/JC-HTTPD.png
new file mode 100755
index 0000000..1f55e03
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/JC-HTTPD.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/JS Charts.png b/Wappalyzer/drivers/bookmarklet/images/icons/JS Charts.png
new file mode 100644
index 0000000..ff7e89a
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/JS Charts.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/JTL Shop.png b/Wappalyzer/drivers/bookmarklet/images/icons/JTL Shop.png
new file mode 100644
index 0000000..564c41f
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/JTL Shop.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Jalios.png b/Wappalyzer/drivers/bookmarklet/images/icons/Jalios.png
new file mode 100644
index 0000000..9cf7872
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Jalios.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Java Servlet.png b/Wappalyzer/drivers/bookmarklet/images/icons/Java Servlet.png
new file mode 100644
index 0000000..0160cf6
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Java Servlet.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Java.png b/Wappalyzer/drivers/bookmarklet/images/icons/Java.png
new file mode 100644
index 0000000..0160cf6
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Java.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/JavaServer Faces.png b/Wappalyzer/drivers/bookmarklet/images/icons/JavaServer Faces.png
new file mode 100644
index 0000000..f526322
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/JavaServer Faces.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/JavaServer Pages.png b/Wappalyzer/drivers/bookmarklet/images/icons/JavaServer Pages.png
new file mode 100644
index 0000000..0160cf6
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/JavaServer Pages.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Javascript Infovis Toolkit.png b/Wappalyzer/drivers/bookmarklet/images/icons/Javascript Infovis Toolkit.png
new file mode 100644
index 0000000..c34e29e
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Javascript Infovis Toolkit.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Jekyll.png b/Wappalyzer/drivers/bookmarklet/images/icons/Jekyll.png
new file mode 100644
index 0000000..453ffb2
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Jekyll.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Jenkins.png b/Wappalyzer/drivers/bookmarklet/images/icons/Jenkins.png
new file mode 100644
index 0000000..8a712a9
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Jenkins.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Jetty.png b/Wappalyzer/drivers/bookmarklet/images/icons/Jetty.png
new file mode 100755
index 0000000..e3bf4c3
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Jetty.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Jirafe.png b/Wappalyzer/drivers/bookmarklet/images/icons/Jirafe.png
new file mode 100644
index 0000000..32edeaf
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Jirafe.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Jo.png b/Wappalyzer/drivers/bookmarklet/images/icons/Jo.png
new file mode 100644
index 0000000..477faf7
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Jo.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/JobberBase.png b/Wappalyzer/drivers/bookmarklet/images/icons/JobberBase.png
new file mode 100644
index 0000000..8ac580f
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/JobberBase.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Joomla.png b/Wappalyzer/drivers/bookmarklet/images/icons/Joomla.png
new file mode 100644
index 0000000..9952bb3
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Joomla.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/K2.png b/Wappalyzer/drivers/bookmarklet/images/icons/K2.png
new file mode 100644
index 0000000..15280a5
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/K2.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/KISSmetrics.png b/Wappalyzer/drivers/bookmarklet/images/icons/KISSmetrics.png
new file mode 100644
index 0000000..e6a6024
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/KISSmetrics.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/KS_HTTP.png b/Wappalyzer/drivers/bookmarklet/images/icons/KS_HTTP.png
new file mode 100755
index 0000000..1f55e03
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/KS_HTTP.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Kampyle.png b/Wappalyzer/drivers/bookmarklet/images/icons/Kampyle.png
new file mode 100644
index 0000000..e2641f0
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Kampyle.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Kendo UI.png b/Wappalyzer/drivers/bookmarklet/images/icons/Kendo UI.png
new file mode 100644
index 0000000..37536ca
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Kendo UI.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Kentico CMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/Kentico CMS.png
new file mode 100644
index 0000000..d171d1b
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Kentico CMS.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/KineticJS.png b/Wappalyzer/drivers/bookmarklet/images/icons/KineticJS.png
new file mode 100644
index 0000000..8cc5bf0
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/KineticJS.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Knockout.js.png b/Wappalyzer/drivers/bookmarklet/images/icons/Knockout.js.png
new file mode 100644
index 0000000..8e25237
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Knockout.js.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Koa.png b/Wappalyzer/drivers/bookmarklet/images/icons/Koa.png
new file mode 100644
index 0000000..a22e335
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Koa.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Koala Framework.png b/Wappalyzer/drivers/bookmarklet/images/icons/Koala Framework.png
new file mode 100755
index 0000000..3e3a99e
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Koala Framework.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Koego.png b/Wappalyzer/drivers/bookmarklet/images/icons/Koego.png
new file mode 100644
index 0000000..72e498b
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Koego.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Kohana.png b/Wappalyzer/drivers/bookmarklet/images/icons/Kohana.png
new file mode 100644
index 0000000..8539a2c
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Kohana.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Kolibri CMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/Kolibri CMS.png
new file mode 100644
index 0000000..2e51915
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Kolibri CMS.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Komodo CMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/Komodo CMS.png
new file mode 100644
index 0000000..04d81f3
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Komodo CMS.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Koobi.png b/Wappalyzer/drivers/bookmarklet/images/icons/Koobi.png
new file mode 100644
index 0000000..7a38b33
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Koobi.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Kooboo CMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/Kooboo CMS.png
new file mode 100644
index 0000000..7d4bb56
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Kooboo CMS.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/LEPTON.png b/Wappalyzer/drivers/bookmarklet/images/icons/LEPTON.png
new file mode 100644
index 0000000..d444b75
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/LEPTON.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/LabVIEW.png b/Wappalyzer/drivers/bookmarklet/images/icons/LabVIEW.png
new file mode 100755
index 0000000..173016d
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/LabVIEW.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Laravel.png b/Wappalyzer/drivers/bookmarklet/images/icons/Laravel.png
new file mode 100644
index 0000000..fea2630
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Laravel.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Leaflet.png b/Wappalyzer/drivers/bookmarklet/images/icons/Leaflet.png
new file mode 100644
index 0000000..b0df5ee
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Leaflet.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Less.png b/Wappalyzer/drivers/bookmarklet/images/icons/Less.png
new file mode 100644
index 0000000..ffe18f0
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Less.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Liferay.png b/Wappalyzer/drivers/bookmarklet/images/icons/Liferay.png
new file mode 100644
index 0000000..43560bf
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Liferay.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Lift.png b/Wappalyzer/drivers/bookmarklet/images/icons/Lift.png
new file mode 100644
index 0000000..a0bd09b
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Lift.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/LightMon Engine.png b/Wappalyzer/drivers/bookmarklet/images/icons/LightMon Engine.png
new file mode 100644
index 0000000..6d627ab
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/LightMon Engine.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Lightbox.png b/Wappalyzer/drivers/bookmarklet/images/icons/Lightbox.png
new file mode 100644
index 0000000..5201c06
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Lightbox.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/LimeSurvey.png b/Wappalyzer/drivers/bookmarklet/images/icons/LimeSurvey.png
new file mode 100644
index 0000000..b877689
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/LimeSurvey.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/LinkSmart.png b/Wappalyzer/drivers/bookmarklet/images/icons/LinkSmart.png
new file mode 100644
index 0000000..4499ea6
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/LinkSmart.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/LiteSpeed.png b/Wappalyzer/drivers/bookmarklet/images/icons/LiteSpeed.png
new file mode 100644
index 0000000..33f30a8
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/LiteSpeed.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/LiveJournal.png b/Wappalyzer/drivers/bookmarklet/images/icons/LiveJournal.png
new file mode 100644
index 0000000..59c6f45
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/LiveJournal.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/LiveStreet CMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/LiveStreet CMS.png
new file mode 100644
index 0000000..7a9c07a
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/LiveStreet CMS.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Livefyre.png b/Wappalyzer/drivers/bookmarklet/images/icons/Livefyre.png
new file mode 100644
index 0000000..5bdce71
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Livefyre.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Lo-dash.png b/Wappalyzer/drivers/bookmarklet/images/icons/Lo-dash.png
new file mode 100644
index 0000000..2e51915
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Lo-dash.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Lockerz Share.png b/Wappalyzer/drivers/bookmarklet/images/icons/Lockerz Share.png
new file mode 100644
index 0000000..cd1231f
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Lockerz Share.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Locomotive.png b/Wappalyzer/drivers/bookmarklet/images/icons/Locomotive.png
new file mode 100644
index 0000000..21482d0
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Locomotive.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Lodash.png b/Wappalyzer/drivers/bookmarklet/images/icons/Lodash.png
new file mode 100644
index 0000000..140aaaa
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Lodash.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Logitech Media Server.png b/Wappalyzer/drivers/bookmarklet/images/icons/Logitech Media Server.png
new file mode 100755
index 0000000..0fd2074
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Logitech Media Server.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Lotus Domino.png b/Wappalyzer/drivers/bookmarklet/images/icons/Lotus Domino.png
new file mode 100644
index 0000000..b510e1a
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Lotus Domino.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Lua.png b/Wappalyzer/drivers/bookmarklet/images/icons/Lua.png
new file mode 100644
index 0000000..5b8dbc1
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Lua.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/M.R. Inc Webserver.png b/Wappalyzer/drivers/bookmarklet/images/icons/M.R. Inc Webserver.png
new file mode 100644
index 0000000..1e3e20e
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/M.R. Inc Webserver.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/M.R. Inc Wild CMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/M.R. Inc Wild CMS.png
new file mode 100644
index 0000000..1e3e20e
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/M.R. Inc Wild CMS.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/MOBOTIX.png b/Wappalyzer/drivers/bookmarklet/images/icons/MOBOTIX.png
new file mode 100755
index 0000000..a457462
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/MOBOTIX.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/MODx.png b/Wappalyzer/drivers/bookmarklet/images/icons/MODx.png
new file mode 100644
index 0000000..d53611f
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/MODx.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Magento.png b/Wappalyzer/drivers/bookmarklet/images/icons/Magento.png
new file mode 100644
index 0000000..981f4cc
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Magento.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Mambo.png b/Wappalyzer/drivers/bookmarklet/images/icons/Mambo.png
new file mode 100644
index 0000000..b739586
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Mambo.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/MantisBT.png b/Wappalyzer/drivers/bookmarklet/images/icons/MantisBT.png
new file mode 100644
index 0000000..5482198
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/MantisBT.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/ManyContacts.png b/Wappalyzer/drivers/bookmarklet/images/icons/ManyContacts.png
new file mode 100644
index 0000000..570450f
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/ManyContacts.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Marketo.png b/Wappalyzer/drivers/bookmarklet/images/icons/Marketo.png
new file mode 100644
index 0000000..e6da173
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Marketo.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/MathJax.png b/Wappalyzer/drivers/bookmarklet/images/icons/MathJax.png
new file mode 100644
index 0000000..ba3ee56
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/MathJax.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/MaxSite CMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/MaxSite CMS.png
new file mode 100644
index 0000000..1bc62b6
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/MaxSite CMS.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/MediaElement.js.png b/Wappalyzer/drivers/bookmarklet/images/icons/MediaElement.js.png
new file mode 100644
index 0000000..a95762d
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/MediaElement.js.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/MediaTomb.png b/Wappalyzer/drivers/bookmarklet/images/icons/MediaTomb.png
new file mode 100644
index 0000000..537b6f9
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/MediaTomb.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/MediaWiki.png b/Wappalyzer/drivers/bookmarklet/images/icons/MediaWiki.png
new file mode 100644
index 0000000..d976ea5
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/MediaWiki.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Meebo.png b/Wappalyzer/drivers/bookmarklet/images/icons/Meebo.png
new file mode 100644
index 0000000..f872d03
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Meebo.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Methode.png b/Wappalyzer/drivers/bookmarklet/images/icons/Methode.png
new file mode 100644
index 0000000..a27455c
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Methode.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Microsoft ASP.NET.png b/Wappalyzer/drivers/bookmarklet/images/icons/Microsoft ASP.NET.png
new file mode 100644
index 0000000..471760a
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Microsoft ASP.NET.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Microsoft HTTPAPI.png b/Wappalyzer/drivers/bookmarklet/images/icons/Microsoft HTTPAPI.png
new file mode 100644
index 0000000..deabbd5
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Microsoft HTTPAPI.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Microsoft SharePoint.png b/Wappalyzer/drivers/bookmarklet/images/icons/Microsoft SharePoint.png
new file mode 100644
index 0000000..b8d6f9b
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Microsoft SharePoint.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/MiniBB.png b/Wappalyzer/drivers/bookmarklet/images/icons/MiniBB.png
new file mode 100644
index 0000000..b60ad71
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/MiniBB.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/MiniServ.png b/Wappalyzer/drivers/bookmarklet/images/icons/MiniServ.png
new file mode 100644
index 0000000..2e51915
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/MiniServ.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Mint.png b/Wappalyzer/drivers/bookmarklet/images/icons/Mint.png
new file mode 100644
index 0000000..8880042
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Mint.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Mixpanel.png b/Wappalyzer/drivers/bookmarklet/images/icons/Mixpanel.png
new file mode 100644
index 0000000..fe7cd58
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Mixpanel.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Mobify.png b/Wappalyzer/drivers/bookmarklet/images/icons/Mobify.png
new file mode 100644
index 0000000..46957f1
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Mobify.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/MochiKit.png b/Wappalyzer/drivers/bookmarklet/images/icons/MochiKit.png
new file mode 100644
index 0000000..bc3e15e
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/MochiKit.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/MochiWeb.png b/Wappalyzer/drivers/bookmarklet/images/icons/MochiWeb.png
new file mode 100644
index 0000000..2e51915
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/MochiWeb.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Modernizr.png b/Wappalyzer/drivers/bookmarklet/images/icons/Modernizr.png
new file mode 100644
index 0000000..41a2b0d
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Modernizr.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/MoinMoin.png b/Wappalyzer/drivers/bookmarklet/images/icons/MoinMoin.png
new file mode 100644
index 0000000..31ec01c
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/MoinMoin.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Mojolicious.png b/Wappalyzer/drivers/bookmarklet/images/icons/Mojolicious.png
new file mode 100644
index 0000000..77940d7
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Mojolicious.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Mollom.png b/Wappalyzer/drivers/bookmarklet/images/icons/Mollom.png
new file mode 100644
index 0000000..937fc59
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Mollom.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Moment Timezone.png b/Wappalyzer/drivers/bookmarklet/images/icons/Moment Timezone.png
new file mode 100644
index 0000000..32053ae
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Moment Timezone.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Moment.js.png b/Wappalyzer/drivers/bookmarklet/images/icons/Moment.js.png
new file mode 100644
index 0000000..32053ae
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Moment.js.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Mondo Media.png b/Wappalyzer/drivers/bookmarklet/images/icons/Mondo Media.png
new file mode 100644
index 0000000..0570eb3
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Mondo Media.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/MongoDB.png b/Wappalyzer/drivers/bookmarklet/images/icons/MongoDB.png
new file mode 100644
index 0000000..f8b3e7f
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/MongoDB.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Mongrel.png b/Wappalyzer/drivers/bookmarklet/images/icons/Mongrel.png
new file mode 100644
index 0000000..8e847b8
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Mongrel.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Monkey HTTP Server.png b/Wappalyzer/drivers/bookmarklet/images/icons/Monkey HTTP Server.png
new file mode 100644
index 0000000..a81df2c
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Monkey HTTP Server.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Mono.net.png b/Wappalyzer/drivers/bookmarklet/images/icons/Mono.net.png
new file mode 100644
index 0000000..c66e401
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Mono.net.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Mono.png b/Wappalyzer/drivers/bookmarklet/images/icons/Mono.png
new file mode 100644
index 0000000..f2340ac
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Mono.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/MooTools.png b/Wappalyzer/drivers/bookmarklet/images/icons/MooTools.png
new file mode 100644
index 0000000..97ee321
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/MooTools.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Moodle.png b/Wappalyzer/drivers/bookmarklet/images/icons/Moodle.png
new file mode 100644
index 0000000..6721efe
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Moodle.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Moogo.png b/Wappalyzer/drivers/bookmarklet/images/icons/Moogo.png
new file mode 100644
index 0000000..0c93958
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Moogo.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Motion-httpd.png b/Wappalyzer/drivers/bookmarklet/images/icons/Motion-httpd.png
new file mode 100644
index 0000000..2e51915
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Motion-httpd.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Movable Type.png b/Wappalyzer/drivers/bookmarklet/images/icons/Movable Type.png
new file mode 100644
index 0000000..c578ca6
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Movable Type.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Moxa.png b/Wappalyzer/drivers/bookmarklet/images/icons/Moxa.png
new file mode 100644
index 0000000..df126a6
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Moxa.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Mozard Suite.png b/Wappalyzer/drivers/bookmarklet/images/icons/Mozard Suite.png
new file mode 100644
index 0000000..14f6eeb
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Mozard Suite.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Mura CMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/Mura CMS.png
new file mode 100644
index 0000000..65ae358
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Mura CMS.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Mustache.png b/Wappalyzer/drivers/bookmarklet/images/icons/Mustache.png
new file mode 100644
index 0000000..c7eef19
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Mustache.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/MyBB.png b/Wappalyzer/drivers/bookmarklet/images/icons/MyBB.png
new file mode 100644
index 0000000..e97f930
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/MyBB.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/MyBlogLog.png b/Wappalyzer/drivers/bookmarklet/images/icons/MyBlogLog.png
new file mode 100644
index 0000000..a13ae44
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/MyBlogLog.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/MySQL.png b/Wappalyzer/drivers/bookmarklet/images/icons/MySQL.png
new file mode 100644
index 0000000..a2b9def
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/MySQL.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Mynetcap.png b/Wappalyzer/drivers/bookmarklet/images/icons/Mynetcap.png
new file mode 100644
index 0000000..01ee5bc
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Mynetcap.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/NOIX.png b/Wappalyzer/drivers/bookmarklet/images/icons/NOIX.png
new file mode 100644
index 0000000..ae6f9fe
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/NOIX.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/NVD3.png b/Wappalyzer/drivers/bookmarklet/images/icons/NVD3.png
new file mode 100644
index 0000000..42cbe9c
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/NVD3.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Nedstat.png b/Wappalyzer/drivers/bookmarklet/images/icons/Nedstat.png
new file mode 100644
index 0000000..2ffb430
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Nedstat.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Nepso.png b/Wappalyzer/drivers/bookmarklet/images/icons/Nepso.png
new file mode 100644
index 0000000..e14ba06
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Nepso.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Netmonitor.png b/Wappalyzer/drivers/bookmarklet/images/icons/Netmonitor.png
new file mode 100644
index 0000000..45da0d7
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Netmonitor.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Nette Framework.png b/Wappalyzer/drivers/bookmarklet/images/icons/Nette Framework.png
new file mode 100644
index 0000000..c3aeeb7
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Nette Framework.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/New Relic.png b/Wappalyzer/drivers/bookmarklet/images/icons/New Relic.png
new file mode 100644
index 0000000..bf5c3a1
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/New Relic.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Nginx.png b/Wappalyzer/drivers/bookmarklet/images/icons/Nginx.png
new file mode 100644
index 0000000..d3a1648
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Nginx.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Nokia Maps.png b/Wappalyzer/drivers/bookmarklet/images/icons/Nokia Maps.png
new file mode 100644
index 0000000..5045e96
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Nokia Maps.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/OXID eShop.png b/Wappalyzer/drivers/bookmarklet/images/icons/OXID eShop.png
new file mode 100644
index 0000000..fac817d
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/OXID eShop.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/October CMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/October CMS.png
new file mode 100644
index 0000000..0bdc1fe
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/October CMS.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/OneStat.png b/Wappalyzer/drivers/bookmarklet/images/icons/OneStat.png
new file mode 100644
index 0000000..1513be9
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/OneStat.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Open AdStream.png b/Wappalyzer/drivers/bookmarklet/images/icons/Open AdStream.png
new file mode 100644
index 0000000..1b14722
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Open AdStream.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Open Journal Systems.png b/Wappalyzer/drivers/bookmarklet/images/icons/Open Journal Systems.png
new file mode 100644
index 0000000..57c1795
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Open Journal Systems.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Open Web Analytics.png b/Wappalyzer/drivers/bookmarklet/images/icons/Open Web Analytics.png
new file mode 100644
index 0000000..9135787
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Open Web Analytics.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/OpenCart.png b/Wappalyzer/drivers/bookmarklet/images/icons/OpenCart.png
new file mode 100644
index 0000000..d6add7f
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/OpenCart.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/OpenGSE.png b/Wappalyzer/drivers/bookmarklet/images/icons/OpenGSE.png
new file mode 100644
index 0000000..78b6956
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/OpenGSE.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/OpenGrok.png b/Wappalyzer/drivers/bookmarklet/images/icons/OpenGrok.png
new file mode 100644
index 0000000..f56b970
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/OpenGrok.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/OpenLayers.png b/Wappalyzer/drivers/bookmarklet/images/icons/OpenLayers.png
new file mode 100644
index 0000000..7fa4ec6
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/OpenLayers.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/OpenNemas.png b/Wappalyzer/drivers/bookmarklet/images/icons/OpenNemas.png
new file mode 100644
index 0000000..f0d3701
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/OpenNemas.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/OpenSSL.png b/Wappalyzer/drivers/bookmarklet/images/icons/OpenSSL.png
new file mode 100644
index 0000000..d37845a
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/OpenSSL.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/OpenText Web Solutions.png b/Wappalyzer/drivers/bookmarklet/images/icons/OpenText Web Solutions.png
new file mode 100644
index 0000000..58a3025
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/OpenText Web Solutions.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Ophal.png b/Wappalyzer/drivers/bookmarklet/images/icons/Ophal.png
new file mode 100644
index 0000000..22dc9c1
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Ophal.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Optimizely.png b/Wappalyzer/drivers/bookmarklet/images/icons/Optimizely.png
new file mode 100644
index 0000000..cb21ba0
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Optimizely.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Oracle Application Server.png b/Wappalyzer/drivers/bookmarklet/images/icons/Oracle Application Server.png
new file mode 100644
index 0000000..435d816
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Oracle Application Server.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Oracle Dynamic Monitoring Service.png b/Wappalyzer/drivers/bookmarklet/images/icons/Oracle Dynamic Monitoring Service.png
new file mode 100644
index 0000000..435d816
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Oracle Dynamic Monitoring Service.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Oracle HTTP Server.png b/Wappalyzer/drivers/bookmarklet/images/icons/Oracle HTTP Server.png
new file mode 100644
index 0000000..435d816
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Oracle HTTP Server.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Oracle Recommendations On Demand.png b/Wappalyzer/drivers/bookmarklet/images/icons/Oracle Recommendations On Demand.png
new file mode 100644
index 0000000..435d816
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Oracle Recommendations On Demand.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Oracle Web Cache.png b/Wappalyzer/drivers/bookmarklet/images/icons/Oracle Web Cache.png
new file mode 100644
index 0000000..435d816
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Oracle Web Cache.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Outbrain.png b/Wappalyzer/drivers/bookmarklet/images/icons/Outbrain.png
new file mode 100644
index 0000000..be8d70e
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Outbrain.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Outlook Web App.png b/Wappalyzer/drivers/bookmarklet/images/icons/Outlook Web App.png
new file mode 100644
index 0000000..6938a86
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Outlook Web App.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/PANSITE.png b/Wappalyzer/drivers/bookmarklet/images/icons/PANSITE.png
new file mode 100644
index 0000000..a2d74d9
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/PANSITE.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/PDF.js.png b/Wappalyzer/drivers/bookmarklet/images/icons/PDF.js.png
new file mode 100644
index 0000000..74fa6bb
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/PDF.js.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/PHP-Fusion.png b/Wappalyzer/drivers/bookmarklet/images/icons/PHP-Fusion.png
new file mode 100644
index 0000000..f64b7ec
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/PHP-Fusion.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/PHP-Nuke.png b/Wappalyzer/drivers/bookmarklet/images/icons/PHP-Nuke.png
new file mode 100644
index 0000000..9bb91a9
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/PHP-Nuke.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/PHP.png b/Wappalyzer/drivers/bookmarklet/images/icons/PHP.png
new file mode 100644
index 0000000..47525ab
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/PHP.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Pagekit.png b/Wappalyzer/drivers/bookmarklet/images/icons/Pagekit.png
new file mode 100644
index 0000000..9c28651
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Pagekit.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Pardot.png b/Wappalyzer/drivers/bookmarklet/images/icons/Pardot.png
new file mode 100644
index 0000000..efd9991
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Pardot.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Parse.ly.png b/Wappalyzer/drivers/bookmarklet/images/icons/Parse.ly.png
new file mode 100644
index 0000000..c8affd3
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Parse.ly.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/PayPal.png b/Wappalyzer/drivers/bookmarklet/images/icons/PayPal.png
new file mode 100644
index 0000000..d935d28
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/PayPal.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/PencilBlue.png b/Wappalyzer/drivers/bookmarklet/images/icons/PencilBlue.png
new file mode 100644
index 0000000..bb558ff
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/PencilBlue.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Percussion.png b/Wappalyzer/drivers/bookmarklet/images/icons/Percussion.png
new file mode 100644
index 0000000..3094bce
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Percussion.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/PerfSONAR-PS.png b/Wappalyzer/drivers/bookmarklet/images/icons/PerfSONAR-PS.png
new file mode 100755
index 0000000..f5e1402
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/PerfSONAR-PS.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Perl.png b/Wappalyzer/drivers/bookmarklet/images/icons/Perl.png
new file mode 100644
index 0000000..f903e4b
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Perl.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Petrojs.png b/Wappalyzer/drivers/bookmarklet/images/icons/Petrojs.png
new file mode 100644
index 0000000..aa461cc
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Petrojs.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Phaser.png b/Wappalyzer/drivers/bookmarklet/images/icons/Phaser.png
new file mode 100644
index 0000000..69783af
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Phaser.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Piano Solo.png b/Wappalyzer/drivers/bookmarklet/images/icons/Piano Solo.png
new file mode 100644
index 0000000..8123857
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Piano Solo.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Piwik.png b/Wappalyzer/drivers/bookmarklet/images/icons/Piwik.png
new file mode 100644
index 0000000..70af5df
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Piwik.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Planet.png b/Wappalyzer/drivers/bookmarklet/images/icons/Planet.png
new file mode 100644
index 0000000..022a4d8
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Planet.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Plentymarkets.png b/Wappalyzer/drivers/bookmarklet/images/icons/Plentymarkets.png
new file mode 100644
index 0000000..2c047fd
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Plentymarkets.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Plesk.png b/Wappalyzer/drivers/bookmarklet/images/icons/Plesk.png
new file mode 100644
index 0000000..d668ab8
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Plesk.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Pligg.png b/Wappalyzer/drivers/bookmarklet/images/icons/Pligg.png
new file mode 100644
index 0000000..2bffb0a
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Pligg.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Plone.png b/Wappalyzer/drivers/bookmarklet/images/icons/Plone.png
new file mode 100644
index 0000000..30e4f7f
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Plone.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Plura.png b/Wappalyzer/drivers/bookmarklet/images/icons/Plura.png
new file mode 100644
index 0000000..de31136
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Plura.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Po.st.png b/Wappalyzer/drivers/bookmarklet/images/icons/Po.st.png
new file mode 100644
index 0000000..8679c87
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Po.st.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Polymer.png b/Wappalyzer/drivers/bookmarklet/images/icons/Polymer.png
new file mode 100644
index 0000000..aa8b097
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Polymer.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Posterous.png b/Wappalyzer/drivers/bookmarklet/images/icons/Posterous.png
new file mode 100644
index 0000000..3150f4f
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Posterous.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Powergap.png b/Wappalyzer/drivers/bookmarklet/images/icons/Powergap.png
new file mode 100644
index 0000000..a44725a
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Powergap.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Prefix-Free.png b/Wappalyzer/drivers/bookmarklet/images/icons/Prefix-Free.png
new file mode 100644
index 0000000..722f0f1
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Prefix-Free.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Prestashop.png b/Wappalyzer/drivers/bookmarklet/images/icons/Prestashop.png
new file mode 100644
index 0000000..6d1e090
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Prestashop.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Project Wonderful.png b/Wappalyzer/drivers/bookmarklet/images/icons/Project Wonderful.png
new file mode 100644
index 0000000..5a93408
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Project Wonderful.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Prototype.png b/Wappalyzer/drivers/bookmarklet/images/icons/Prototype.png
new file mode 100644
index 0000000..372d353
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Prototype.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Protovis.png b/Wappalyzer/drivers/bookmarklet/images/icons/Protovis.png
new file mode 100644
index 0000000..2e51915
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Protovis.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Pure CSS.png b/Wappalyzer/drivers/bookmarklet/images/icons/Pure CSS.png
new file mode 100644
index 0000000..862c2d3
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Pure CSS.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Python.png b/Wappalyzer/drivers/bookmarklet/images/icons/Python.png
new file mode 100644
index 0000000..76467ab
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Python.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Quantcast.png b/Wappalyzer/drivers/bookmarklet/images/icons/Quantcast.png
new file mode 100644
index 0000000..9f062ab
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Quantcast.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Quick.CMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/Quick.CMS.png
new file mode 100644
index 0000000..4f250d8
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Quick.CMS.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Quick.Cart.png b/Wappalyzer/drivers/bookmarklet/images/icons/Quick.Cart.png
new file mode 100644
index 0000000..4f250d8
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Quick.Cart.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/RAID HTTPServer.png b/Wappalyzer/drivers/bookmarklet/images/icons/RAID HTTPServer.png
new file mode 100644
index 0000000..2e51915
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/RAID HTTPServer.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/RBS Change.png b/Wappalyzer/drivers/bookmarklet/images/icons/RBS Change.png
new file mode 100644
index 0000000..cce994e
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/RBS Change.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/RCMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/RCMS.png
new file mode 100644
index 0000000..ef48b16
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/RCMS.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/RDoc.png b/Wappalyzer/drivers/bookmarklet/images/icons/RDoc.png
new file mode 100644
index 0000000..102c4bc
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/RDoc.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/RackCache.png b/Wappalyzer/drivers/bookmarklet/images/icons/RackCache.png
new file mode 100644
index 0000000..1f04651
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/RackCache.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Raphael.png b/Wappalyzer/drivers/bookmarklet/images/icons/Raphael.png
new file mode 100644
index 0000000..ba220ee
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Raphael.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Rapid Logic.png b/Wappalyzer/drivers/bookmarklet/images/icons/Rapid Logic.png
new file mode 100644
index 0000000..2e51915
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Rapid Logic.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/React.png b/Wappalyzer/drivers/bookmarklet/images/icons/React.png
new file mode 100644
index 0000000..da20b6e
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/React.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/ReallyCMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/ReallyCMS.png
new file mode 100644
index 0000000..a0b6a30
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/ReallyCMS.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Red Hat.png b/Wappalyzer/drivers/bookmarklet/images/icons/Red Hat.png
new file mode 100644
index 0000000..25596be
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Red Hat.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Reddit.png b/Wappalyzer/drivers/bookmarklet/images/icons/Reddit.png
new file mode 100644
index 0000000..10ee756
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Reddit.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Redmine.png b/Wappalyzer/drivers/bookmarklet/images/icons/Redmine.png
new file mode 100644
index 0000000..f29fee6
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Redmine.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Reinvigorate.png b/Wappalyzer/drivers/bookmarklet/images/icons/Reinvigorate.png
new file mode 100644
index 0000000..08097b1
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Reinvigorate.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/RequireJS.png b/Wappalyzer/drivers/bookmarklet/images/icons/RequireJS.png
new file mode 100644
index 0000000..a9e3a95
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/RequireJS.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Reveal.js.png b/Wappalyzer/drivers/bookmarklet/images/icons/Reveal.js.png
new file mode 100644
index 0000000..63bb677
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Reveal.js.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/RiteCMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/RiteCMS.png
new file mode 100644
index 0000000..939024a
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/RiteCMS.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/RoundCube.png b/Wappalyzer/drivers/bookmarklet/images/icons/RoundCube.png
new file mode 100644
index 0000000..b76b170
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/RoundCube.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Ruby on Rails.png b/Wappalyzer/drivers/bookmarklet/images/icons/Ruby on Rails.png
new file mode 100644
index 0000000..09a9fbe
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Ruby on Rails.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Ruby.png b/Wappalyzer/drivers/bookmarklet/images/icons/Ruby.png
new file mode 100644
index 0000000..6b9f20f
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Ruby.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/S.Builder.png b/Wappalyzer/drivers/bookmarklet/images/icons/S.Builder.png
new file mode 100644
index 0000000..3319bec
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/S.Builder.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/SAP.png b/Wappalyzer/drivers/bookmarklet/images/icons/SAP.png
new file mode 100644
index 0000000..4c213e7
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/SAP.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/SDL Tridion.png b/Wappalyzer/drivers/bookmarklet/images/icons/SDL Tridion.png
new file mode 100644
index 0000000..753a379
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/SDL Tridion.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/SIMsite.png b/Wappalyzer/drivers/bookmarklet/images/icons/SIMsite.png
new file mode 100644
index 0000000..b12d1f2
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/SIMsite.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/SMF.png b/Wappalyzer/drivers/bookmarklet/images/icons/SMF.png
new file mode 100644
index 0000000..19df666
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/SMF.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/SOBI 2.png b/Wappalyzer/drivers/bookmarklet/images/icons/SOBI 2.png
new file mode 100644
index 0000000..75ff050
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/SOBI 2.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/SPDY.png b/Wappalyzer/drivers/bookmarklet/images/icons/SPDY.png
new file mode 100644
index 0000000..8c52d1f
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/SPDY.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/SPIP.png b/Wappalyzer/drivers/bookmarklet/images/icons/SPIP.png
new file mode 100644
index 0000000..6054c48
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/SPIP.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/SQL Buddy.png b/Wappalyzer/drivers/bookmarklet/images/icons/SQL Buddy.png
new file mode 100644
index 0000000..a7f95b1
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/SQL Buddy.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/SQLite.png b/Wappalyzer/drivers/bookmarklet/images/icons/SQLite.png
new file mode 100644
index 0000000..b6a1267
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/SQLite.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/SUSE.png b/Wappalyzer/drivers/bookmarklet/images/icons/SUSE.png
new file mode 100644
index 0000000..e41a05b
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/SUSE.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/SWFObject.png b/Wappalyzer/drivers/bookmarklet/images/icons/SWFObject.png
new file mode 100644
index 0000000..08637db
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/SWFObject.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Saia PCD.png b/Wappalyzer/drivers/bookmarklet/images/icons/Saia PCD.png
new file mode 100644
index 0000000..c560a63
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Saia PCD.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Sarka-SPIP.png b/Wappalyzer/drivers/bookmarklet/images/icons/Sarka-SPIP.png
new file mode 100644
index 0000000..c2f61b7
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Sarka-SPIP.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Scala.png b/Wappalyzer/drivers/bookmarklet/images/icons/Scala.png
new file mode 100644
index 0000000..b38a701
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Scala.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Schneider Web Server.png b/Wappalyzer/drivers/bookmarklet/images/icons/Schneider Web Server.png
new file mode 100644
index 0000000..d795ac7
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Schneider Web Server.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Schneider.png b/Wappalyzer/drivers/bookmarklet/images/icons/Schneider.png
new file mode 100644
index 0000000..d795ac7
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Schneider.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Scientific Linux.png b/Wappalyzer/drivers/bookmarklet/images/icons/Scientific Linux.png
new file mode 100644
index 0000000..c500660
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Scientific Linux.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Sencha Touch.png b/Wappalyzer/drivers/bookmarklet/images/icons/Sencha Touch.png
new file mode 100644
index 0000000..181921d
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Sencha Touch.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Sentinel Keys Server.png b/Wappalyzer/drivers/bookmarklet/images/icons/Sentinel Keys Server.png
new file mode 100755
index 0000000..9fa007f
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Sentinel Keys Server.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Sentinel License Monitor.png b/Wappalyzer/drivers/bookmarklet/images/icons/Sentinel License Monitor.png
new file mode 100755
index 0000000..9fa007f
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Sentinel License Monitor.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Sentinel Protection Server.png b/Wappalyzer/drivers/bookmarklet/images/icons/Sentinel Protection Server.png
new file mode 100755
index 0000000..9fa007f
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Sentinel Protection Server.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Seoshop.png b/Wappalyzer/drivers/bookmarklet/images/icons/Seoshop.png
new file mode 100644
index 0000000..b201673
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Seoshop.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Serendipity.png b/Wappalyzer/drivers/bookmarklet/images/icons/Serendipity.png
new file mode 100644
index 0000000..065ac91
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Serendipity.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Shadow.png b/Wappalyzer/drivers/bookmarklet/images/icons/Shadow.png
new file mode 100644
index 0000000..6410565
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Shadow.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/ShareThis.png b/Wappalyzer/drivers/bookmarklet/images/icons/ShareThis.png
new file mode 100644
index 0000000..fd9706b
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/ShareThis.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/ShinyStat.png b/Wappalyzer/drivers/bookmarklet/images/icons/ShinyStat.png
new file mode 100644
index 0000000..11f9560
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/ShinyStat.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Shopalize.png b/Wappalyzer/drivers/bookmarklet/images/icons/Shopalize.png
new file mode 100644
index 0000000..c733899
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Shopalize.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Shopatron.png b/Wappalyzer/drivers/bookmarklet/images/icons/Shopatron.png
new file mode 100644
index 0000000..d6bce72
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Shopatron.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Shopify.png b/Wappalyzer/drivers/bookmarklet/images/icons/Shopify.png
new file mode 100644
index 0000000..82f48c2
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Shopify.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Shopware.png b/Wappalyzer/drivers/bookmarklet/images/icons/Shopware.png
new file mode 100644
index 0000000..8387cd6
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Shopware.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Silva.png b/Wappalyzer/drivers/bookmarklet/images/icons/Silva.png
new file mode 100644
index 0000000..5ce7ac7
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Silva.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/SilverStripe.png b/Wappalyzer/drivers/bookmarklet/images/icons/SilverStripe.png
new file mode 100644
index 0000000..12208db
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/SilverStripe.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/SimpleHTTP.png b/Wappalyzer/drivers/bookmarklet/images/icons/SimpleHTTP.png
new file mode 100644
index 0000000..2e51915
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/SimpleHTTP.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Site Meter.png b/Wappalyzer/drivers/bookmarklet/images/icons/Site Meter.png
new file mode 100644
index 0000000..7581a77
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Site Meter.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/SiteCatalyst.png b/Wappalyzer/drivers/bookmarklet/images/icons/SiteCatalyst.png
new file mode 100644
index 0000000..002de3d
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/SiteCatalyst.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/SiteDNK.png b/Wappalyzer/drivers/bookmarklet/images/icons/SiteDNK.png
new file mode 100644
index 0000000..2e51915
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/SiteDNK.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/SiteEdit.png b/Wappalyzer/drivers/bookmarklet/images/icons/SiteEdit.png
new file mode 100644
index 0000000..17042b8
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/SiteEdit.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Sitecore.png b/Wappalyzer/drivers/bookmarklet/images/icons/Sitecore.png
new file mode 100644
index 0000000..3d8218f
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Sitecore.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Sivuviidakko.png b/Wappalyzer/drivers/bookmarklet/images/icons/Sivuviidakko.png
new file mode 100644
index 0000000..6a24fd0
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Sivuviidakko.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Sizmek.png b/Wappalyzer/drivers/bookmarklet/images/icons/Sizmek.png
new file mode 100644
index 0000000..7bea12b
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Sizmek.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Skimlinks.png b/Wappalyzer/drivers/bookmarklet/images/icons/Skimlinks.png
new file mode 100644
index 0000000..e5dea4c
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Skimlinks.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Slimbox 2.png b/Wappalyzer/drivers/bookmarklet/images/icons/Slimbox 2.png
new file mode 100644
index 0000000..2bdfdac
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Slimbox 2.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Slimbox.png b/Wappalyzer/drivers/bookmarklet/images/icons/Slimbox.png
new file mode 100644
index 0000000..2bdfdac
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Slimbox.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Smart Ad Server.png b/Wappalyzer/drivers/bookmarklet/images/icons/Smart Ad Server.png
new file mode 100644
index 0000000..eaacdbb
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Smart Ad Server.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/SmartSite.png b/Wappalyzer/drivers/bookmarklet/images/icons/SmartSite.png
new file mode 100644
index 0000000..1a08e84
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/SmartSite.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Smartstore.png b/Wappalyzer/drivers/bookmarklet/images/icons/Smartstore.png
new file mode 100644
index 0000000..1c35a51
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Smartstore.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Snap.svg.png b/Wappalyzer/drivers/bookmarklet/images/icons/Snap.svg.png
new file mode 100644
index 0000000..c443e15
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Snap.svg.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Snoobi.png b/Wappalyzer/drivers/bookmarklet/images/icons/Snoobi.png
new file mode 100644
index 0000000..bc493a7
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Snoobi.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/SobiPro.png b/Wappalyzer/drivers/bookmarklet/images/icons/SobiPro.png
new file mode 100644
index 0000000..b1463bb
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/SobiPro.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Socket.io.png b/Wappalyzer/drivers/bookmarklet/images/icons/Socket.io.png
new file mode 100644
index 0000000..d1f1269
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Socket.io.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Solodev.png b/Wappalyzer/drivers/bookmarklet/images/icons/Solodev.png
new file mode 100644
index 0000000..a6a92cb
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Solodev.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/SoundManager.png b/Wappalyzer/drivers/bookmarklet/images/icons/SoundManager.png
new file mode 100644
index 0000000..e142030
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/SoundManager.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Sphinx.png b/Wappalyzer/drivers/bookmarklet/images/icons/Sphinx.png
new file mode 100644
index 0000000..e0edb8e
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Sphinx.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/SpiderControl iniNet.png b/Wappalyzer/drivers/bookmarklet/images/icons/SpiderControl iniNet.png
new file mode 100644
index 0000000..545cd10
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/SpiderControl iniNet.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Splunk.png b/Wappalyzer/drivers/bookmarklet/images/icons/Splunk.png
new file mode 100755
index 0000000..aec9976
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Splunk.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Splunkd.png b/Wappalyzer/drivers/bookmarklet/images/icons/Splunkd.png
new file mode 100755
index 0000000..aec9976
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Splunkd.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Spree.png b/Wappalyzer/drivers/bookmarklet/images/icons/Spree.png
new file mode 100644
index 0000000..25cf454
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Spree.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Squarespace.png b/Wappalyzer/drivers/bookmarklet/images/icons/Squarespace.png
new file mode 100644
index 0000000..07e5783
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Squarespace.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Squiz Matrix.png b/Wappalyzer/drivers/bookmarklet/images/icons/Squiz Matrix.png
new file mode 100644
index 0000000..54be346
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Squiz Matrix.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Starlet.png b/Wappalyzer/drivers/bookmarklet/images/icons/Starlet.png
new file mode 100644
index 0000000..f903e4b
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Starlet.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/StatCounter.png b/Wappalyzer/drivers/bookmarklet/images/icons/StatCounter.png
new file mode 100644
index 0000000..e3d2bcc
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/StatCounter.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Store Systems.png b/Wappalyzer/drivers/bookmarklet/images/icons/Store Systems.png
new file mode 100644
index 0000000..7a3ccca
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Store Systems.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Stripe.png b/Wappalyzer/drivers/bookmarklet/images/icons/Stripe.png
new file mode 100644
index 0000000..7c36c6d
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Stripe.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/SublimeVideo.png b/Wappalyzer/drivers/bookmarklet/images/icons/SublimeVideo.png
new file mode 100644
index 0000000..f468408
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/SublimeVideo.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Subrion.png b/Wappalyzer/drivers/bookmarklet/images/icons/Subrion.png
new file mode 100755
index 0000000..7b6eef0
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Subrion.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/SunOS.png b/Wappalyzer/drivers/bookmarklet/images/icons/SunOS.png
new file mode 100644
index 0000000..435d816
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/SunOS.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Supersized.png b/Wappalyzer/drivers/bookmarklet/images/icons/Supersized.png
new file mode 100644
index 0000000..9c500c3
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Supersized.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Swiftlet.png b/Wappalyzer/drivers/bookmarklet/images/icons/Swiftlet.png
new file mode 100644
index 0000000..aa9e71b
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Swiftlet.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Synology DiskStation.png b/Wappalyzer/drivers/bookmarklet/images/icons/Synology DiskStation.png
new file mode 100644
index 0000000..68ed5ff
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Synology DiskStation.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/TWiki.png b/Wappalyzer/drivers/bookmarklet/images/icons/TWiki.png
new file mode 100644
index 0000000..664fb68
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/TWiki.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/TYPO3 CMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/TYPO3 CMS.png
new file mode 100644
index 0000000..bdca086
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/TYPO3 CMS.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/TYPO3 Flow.png b/Wappalyzer/drivers/bookmarklet/images/icons/TYPO3 Flow.png
new file mode 100644
index 0000000..bdca086
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/TYPO3 Flow.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/TYPO3 Neos.png b/Wappalyzer/drivers/bookmarklet/images/icons/TYPO3 Neos.png
new file mode 100644
index 0000000..bdca086
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/TYPO3 Neos.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/TYPOlight.png b/Wappalyzer/drivers/bookmarklet/images/icons/TYPOlight.png
new file mode 100644
index 0000000..fd786f0
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/TYPOlight.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Tealeaf.png b/Wappalyzer/drivers/bookmarklet/images/icons/Tealeaf.png
new file mode 100644
index 0000000..6234c23
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Tealeaf.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/TeamCity.png b/Wappalyzer/drivers/bookmarklet/images/icons/TeamCity.png
new file mode 100644
index 0000000..e799973
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/TeamCity.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Tengine.png b/Wappalyzer/drivers/bookmarklet/images/icons/Tengine.png
new file mode 100644
index 0000000..938534c
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Tengine.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Textpattern CMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/Textpattern CMS.png
new file mode 100644
index 0000000..cbba3ae
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Textpattern CMS.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/TiddlyWiki.png b/Wappalyzer/drivers/bookmarklet/images/icons/TiddlyWiki.png
new file mode 100644
index 0000000..b2e28ef
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/TiddlyWiki.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Tiki Wiki CMS Groupware.png b/Wappalyzer/drivers/bookmarklet/images/icons/Tiki Wiki CMS Groupware.png
new file mode 100644
index 0000000..612faa3
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Tiki Wiki CMS Groupware.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Timeline.png b/Wappalyzer/drivers/bookmarklet/images/icons/Timeline.png
new file mode 100644
index 0000000..2e51915
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Timeline.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Timeplot.png b/Wappalyzer/drivers/bookmarklet/images/icons/Timeplot.png
new file mode 100644
index 0000000..527647a
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Timeplot.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/TinyMCE.png b/Wappalyzer/drivers/bookmarklet/images/icons/TinyMCE.png
new file mode 100644
index 0000000..d8fd9b8
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/TinyMCE.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Titan.png b/Wappalyzer/drivers/bookmarklet/images/icons/Titan.png
new file mode 100644
index 0000000..965fa77
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Titan.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/TomatoCart.png b/Wappalyzer/drivers/bookmarklet/images/icons/TomatoCart.png
new file mode 100644
index 0000000..8646e91
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/TomatoCart.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/TornadoServer.png b/Wappalyzer/drivers/bookmarklet/images/icons/TornadoServer.png
new file mode 100644
index 0000000..d52d546
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/TornadoServer.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Trac.png b/Wappalyzer/drivers/bookmarklet/images/icons/Trac.png
new file mode 100644
index 0000000..8cb4611
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Trac.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/TrackJs.png b/Wappalyzer/drivers/bookmarklet/images/icons/TrackJs.png
new file mode 100644
index 0000000..4eabf59
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/TrackJs.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Tumblr.png b/Wappalyzer/drivers/bookmarklet/images/icons/Tumblr.png
new file mode 100644
index 0000000..0224857
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Tumblr.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Twilight CMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/Twilight CMS.png
new file mode 100644
index 0000000..1ad3225
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Twilight CMS.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/TwistPHP.png b/Wappalyzer/drivers/bookmarklet/images/icons/TwistPHP.png
new file mode 100644
index 0000000..34b70d8
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/TwistPHP.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/TwistedWeb.png b/Wappalyzer/drivers/bookmarklet/images/icons/TwistedWeb.png
new file mode 100644
index 0000000..c7fe5e1
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/TwistedWeb.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Twitter Bootstrap.png b/Wappalyzer/drivers/bookmarklet/images/icons/Twitter Bootstrap.png
new file mode 100644
index 0000000..570ffef
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Twitter Bootstrap.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/TypePad.png b/Wappalyzer/drivers/bookmarklet/images/icons/TypePad.png
new file mode 100644
index 0000000..d2813f1
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/TypePad.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Typekit.png b/Wappalyzer/drivers/bookmarklet/images/icons/Typekit.png
new file mode 100644
index 0000000..c0d10b3
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Typekit.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/UIKit.png b/Wappalyzer/drivers/bookmarklet/images/icons/UIKit.png
new file mode 100644
index 0000000..c9cc221
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/UIKit.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/UNIX.png b/Wappalyzer/drivers/bookmarklet/images/icons/UNIX.png
new file mode 100644
index 0000000..2d3282e
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/UNIX.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Ubercart.png b/Wappalyzer/drivers/bookmarklet/images/icons/Ubercart.png
new file mode 100644
index 0000000..47e9fa2
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Ubercart.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Ubuntu.png b/Wappalyzer/drivers/bookmarklet/images/icons/Ubuntu.png
new file mode 100644
index 0000000..d47da3c
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Ubuntu.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/UltraCart.png b/Wappalyzer/drivers/bookmarklet/images/icons/UltraCart.png
new file mode 100644
index 0000000..dd42fe0
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/UltraCart.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Umbraco.png b/Wappalyzer/drivers/bookmarklet/images/icons/Umbraco.png
new file mode 100644
index 0000000..00e8c3c
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Umbraco.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Underscore.js.png b/Wappalyzer/drivers/bookmarklet/images/icons/Underscore.js.png
new file mode 100644
index 0000000..aeacdc9
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Underscore.js.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/UserRules.png b/Wappalyzer/drivers/bookmarklet/images/icons/UserRules.png
new file mode 100644
index 0000000..fcbd302
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/UserRules.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/UserVoice.png b/Wappalyzer/drivers/bookmarklet/images/icons/UserVoice.png
new file mode 100644
index 0000000..eaf14c2
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/UserVoice.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Ushahidi.png b/Wappalyzer/drivers/bookmarklet/images/icons/Ushahidi.png
new file mode 100644
index 0000000..a201393
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Ushahidi.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/VIVVO.png b/Wappalyzer/drivers/bookmarklet/images/icons/VIVVO.png
new file mode 100644
index 0000000..c821f52
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/VIVVO.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/VP-ASP.png b/Wappalyzer/drivers/bookmarklet/images/icons/VP-ASP.png
new file mode 100644
index 0000000..1a9ed9a
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/VP-ASP.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Vanilla.png b/Wappalyzer/drivers/bookmarklet/images/icons/Vanilla.png
new file mode 100644
index 0000000..56c5c96
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Vanilla.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Varnish.png b/Wappalyzer/drivers/bookmarklet/images/icons/Varnish.png
new file mode 100644
index 0000000..e547d74
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Varnish.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Veoxa.png b/Wappalyzer/drivers/bookmarklet/images/icons/Veoxa.png
new file mode 100644
index 0000000..9cc6120
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Veoxa.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/VideoJS.png b/Wappalyzer/drivers/bookmarklet/images/icons/VideoJS.png
new file mode 100644
index 0000000..1b8a293
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/VideoJS.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/VigLink.png b/Wappalyzer/drivers/bookmarklet/images/icons/VigLink.png
new file mode 100644
index 0000000..44f7142
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/VigLink.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Vignette.png b/Wappalyzer/drivers/bookmarklet/images/icons/Vignette.png
new file mode 100644
index 0000000..6312f2c
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Vignette.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Vimeo.png b/Wappalyzer/drivers/bookmarklet/images/icons/Vimeo.png
new file mode 100644
index 0000000..4be20e2
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Vimeo.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Virata EmWeb.png b/Wappalyzer/drivers/bookmarklet/images/icons/Virata EmWeb.png
new file mode 100644
index 0000000..2e51915
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Virata EmWeb.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/VirtueMart.png b/Wappalyzer/drivers/bookmarklet/images/icons/VirtueMart.png
new file mode 100644
index 0000000..6040aa4
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/VirtueMart.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Visual WebGUI.png b/Wappalyzer/drivers/bookmarklet/images/icons/Visual WebGUI.png
new file mode 100644
index 0000000..eee2529
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Visual WebGUI.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/VisualPath.png b/Wappalyzer/drivers/bookmarklet/images/icons/VisualPath.png
new file mode 100644
index 0000000..a8396bf
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/VisualPath.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Volusion.png b/Wappalyzer/drivers/bookmarklet/images/icons/Volusion.png
new file mode 100644
index 0000000..20e6d10
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Volusion.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Vox.png b/Wappalyzer/drivers/bookmarklet/images/icons/Vox.png
new file mode 100644
index 0000000..8644dd5
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Vox.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Vue.js.png b/Wappalyzer/drivers/bookmarklet/images/icons/Vue.js.png
new file mode 100644
index 0000000..2c33e39
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Vue.js.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/W3 Total Cache.png b/Wappalyzer/drivers/bookmarklet/images/icons/W3 Total Cache.png
new file mode 100644
index 0000000..36f470f
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/W3 Total Cache.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/W3Counter.png b/Wappalyzer/drivers/bookmarklet/images/icons/W3Counter.png
new file mode 100644
index 0000000..fe9eab5
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/W3Counter.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/WP Rocket.png b/Wappalyzer/drivers/bookmarklet/images/icons/WP Rocket.png
new file mode 100644
index 0000000..1e66ecc
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/WP Rocket.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Web Optimizer.png b/Wappalyzer/drivers/bookmarklet/images/icons/Web Optimizer.png
new file mode 100644
index 0000000..64fe47f
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Web Optimizer.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Web2py.png b/Wappalyzer/drivers/bookmarklet/images/icons/Web2py.png
new file mode 100644
index 0000000..252c602
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Web2py.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/WebGUI.png b/Wappalyzer/drivers/bookmarklet/images/icons/WebGUI.png
new file mode 100644
index 0000000..baf6317
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/WebGUI.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/WebPublisher.png b/Wappalyzer/drivers/bookmarklet/images/icons/WebPublisher.png
new file mode 100644
index 0000000..e0310ca
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/WebPublisher.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Webix.png b/Wappalyzer/drivers/bookmarklet/images/icons/Webix.png
new file mode 100644
index 0000000..a2c9014
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Webix.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/WebsPlanet.png b/Wappalyzer/drivers/bookmarklet/images/icons/WebsPlanet.png
new file mode 100644
index 0000000..9ade2d1
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/WebsPlanet.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Websale.png b/Wappalyzer/drivers/bookmarklet/images/icons/Websale.png
new file mode 100644
index 0000000..6d67ddc
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Websale.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/WebsiteBaker.png b/Wappalyzer/drivers/bookmarklet/images/icons/WebsiteBaker.png
new file mode 100644
index 0000000..43ec16c
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/WebsiteBaker.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Webtrekk.png b/Wappalyzer/drivers/bookmarklet/images/icons/Webtrekk.png
new file mode 100644
index 0000000..4c543b9
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Webtrekk.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Webtrends.png b/Wappalyzer/drivers/bookmarklet/images/icons/Webtrends.png
new file mode 100644
index 0000000..9de450f
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Webtrends.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Weebly.png b/Wappalyzer/drivers/bookmarklet/images/icons/Weebly.png
new file mode 100644
index 0000000..5713427
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Weebly.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/WikkaWiki.png b/Wappalyzer/drivers/bookmarklet/images/icons/WikkaWiki.png
new file mode 100644
index 0000000..85d0217
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/WikkaWiki.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Windows CE.png b/Wappalyzer/drivers/bookmarklet/images/icons/Windows CE.png
new file mode 100644
index 0000000..deabbd5
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Windows CE.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Windows Server.png b/Wappalyzer/drivers/bookmarklet/images/icons/Windows Server.png
new file mode 100644
index 0000000..deabbd5
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Windows Server.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Wink.png b/Wappalyzer/drivers/bookmarklet/images/icons/Wink.png
new file mode 100644
index 0000000..3e72040
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Wink.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Winstone Servlet Container.png b/Wappalyzer/drivers/bookmarklet/images/icons/Winstone Servlet Container.png
new file mode 100644
index 0000000..2e51915
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Winstone Servlet Container.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Wix.png b/Wappalyzer/drivers/bookmarklet/images/icons/Wix.png
new file mode 100644
index 0000000..4662773
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Wix.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Wolf CMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/Wolf CMS.png
new file mode 100644
index 0000000..67815a9
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Wolf CMS.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/WooCommerce.png b/Wappalyzer/drivers/bookmarklet/images/icons/WooCommerce.png
new file mode 100644
index 0000000..9772015
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/WooCommerce.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Woopra.png b/Wappalyzer/drivers/bookmarklet/images/icons/Woopra.png
new file mode 100644
index 0000000..03a4dad
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Woopra.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/WordPress Super Cache.png b/Wappalyzer/drivers/bookmarklet/images/icons/WordPress Super Cache.png
new file mode 100644
index 0000000..2e51915
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/WordPress Super Cache.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/WordPress.png b/Wappalyzer/drivers/bookmarklet/images/icons/WordPress.png
new file mode 100644
index 0000000..f23c8c2
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/WordPress.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Wowza Media Server.png b/Wappalyzer/drivers/bookmarklet/images/icons/Wowza Media Server.png
new file mode 100755
index 0000000..5d1c498
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Wowza Media Server.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/X-Cart.png b/Wappalyzer/drivers/bookmarklet/images/icons/X-Cart.png
new file mode 100644
index 0000000..3bf643e
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/X-Cart.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/XAMPP.png b/Wappalyzer/drivers/bookmarklet/images/icons/XAMPP.png
new file mode 100755
index 0000000..4e61872
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/XAMPP.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/XMB.png b/Wappalyzer/drivers/bookmarklet/images/icons/XMB.png
new file mode 100644
index 0000000..1850b22
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/XMB.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/XOOPS.png b/Wappalyzer/drivers/bookmarklet/images/icons/XOOPS.png
new file mode 100644
index 0000000..1e4918a
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/XOOPS.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/XRegExp.png b/Wappalyzer/drivers/bookmarklet/images/icons/XRegExp.png
new file mode 100644
index 0000000..f0bba7a
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/XRegExp.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Xajax.png b/Wappalyzer/drivers/bookmarklet/images/icons/Xajax.png
new file mode 100644
index 0000000..3283cb2
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Xajax.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Xanario.png b/Wappalyzer/drivers/bookmarklet/images/icons/Xanario.png
new file mode 100644
index 0000000..6fe9112
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Xanario.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/XenForo.png b/Wappalyzer/drivers/bookmarklet/images/icons/XenForo.png
new file mode 100644
index 0000000..137d792
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/XenForo.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/XiTi.png b/Wappalyzer/drivers/bookmarklet/images/icons/XiTi.png
new file mode 100755
index 0000000..6e20ea9
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/XiTi.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Xitami.png b/Wappalyzer/drivers/bookmarklet/images/icons/Xitami.png
new file mode 100644
index 0000000..c58a761
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Xitami.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/YUI Doc.png b/Wappalyzer/drivers/bookmarklet/images/icons/YUI Doc.png
new file mode 100644
index 0000000..b0b6478
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/YUI Doc.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/YUI.png b/Wappalyzer/drivers/bookmarklet/images/icons/YUI.png
new file mode 100644
index 0000000..0dae7fe
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/YUI.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/YaBB.png b/Wappalyzer/drivers/bookmarklet/images/icons/YaBB.png
new file mode 100644
index 0000000..a4f9b28
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/YaBB.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Yahoo Advertising.png b/Wappalyzer/drivers/bookmarklet/images/icons/Yahoo Advertising.png
new file mode 100644
index 0000000..b0b6478
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Yahoo Advertising.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Yahoo! Ecommerce.png b/Wappalyzer/drivers/bookmarklet/images/icons/Yahoo! Ecommerce.png
new file mode 100644
index 0000000..b0b6478
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Yahoo! Ecommerce.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Yahoo! Web Analytics.png b/Wappalyzer/drivers/bookmarklet/images/icons/Yahoo! Web Analytics.png
new file mode 100644
index 0000000..b0b6478
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Yahoo! Web Analytics.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Yandex.Direct.png b/Wappalyzer/drivers/bookmarklet/images/icons/Yandex.Direct.png
new file mode 100644
index 0000000..f5d6da8
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Yandex.Direct.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Yandex.Metrika.png b/Wappalyzer/drivers/bookmarklet/images/icons/Yandex.Metrika.png
new file mode 100644
index 0000000..7a9d0e9
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Yandex.Metrika.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Yieldlab.png b/Wappalyzer/drivers/bookmarklet/images/icons/Yieldlab.png
new file mode 100644
index 0000000..f3e0492
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Yieldlab.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Yii.png b/Wappalyzer/drivers/bookmarklet/images/icons/Yii.png
new file mode 100644
index 0000000..4b5b980
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Yii.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/YouTube.png b/Wappalyzer/drivers/bookmarklet/images/icons/YouTube.png
new file mode 100644
index 0000000..c9ea433
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/YouTube.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/ZK.png b/Wappalyzer/drivers/bookmarklet/images/icons/ZK.png
new file mode 100644
index 0000000..6fcf560
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/ZK.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/ZURB Foundation.png b/Wappalyzer/drivers/bookmarklet/images/icons/ZURB Foundation.png
new file mode 100644
index 0000000..9940352
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/ZURB Foundation.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Zabbix.png b/Wappalyzer/drivers/bookmarklet/images/icons/Zabbix.png
new file mode 100755
index 0000000..c7384dc
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Zabbix.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Zanox.png b/Wappalyzer/drivers/bookmarklet/images/icons/Zanox.png
new file mode 100644
index 0000000..6ce8ab2
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Zanox.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Zen Cart.png b/Wappalyzer/drivers/bookmarklet/images/icons/Zen Cart.png
new file mode 100644
index 0000000..e1e23b1
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Zen Cart.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Zend.png b/Wappalyzer/drivers/bookmarklet/images/icons/Zend.png
new file mode 100644
index 0000000..c0c394f
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Zend.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Zepto.png b/Wappalyzer/drivers/bookmarklet/images/icons/Zepto.png
new file mode 100644
index 0000000..2dff493
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Zepto.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Zeuscart.png b/Wappalyzer/drivers/bookmarklet/images/icons/Zeuscart.png
new file mode 100644
index 0000000..abbca7b
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Zeuscart.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Zinnia.png b/Wappalyzer/drivers/bookmarklet/images/icons/Zinnia.png
new file mode 100644
index 0000000..c144690
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Zinnia.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/Zope.png b/Wappalyzer/drivers/bookmarklet/images/icons/Zope.png
new file mode 100644
index 0000000..287559d
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/Zope.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/amCharts.png b/Wappalyzer/drivers/bookmarklet/images/icons/amCharts.png
new file mode 100644
index 0000000..945bd5b
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/amCharts.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/basket.js.png b/Wappalyzer/drivers/bookmarklet/images/icons/basket.js.png
new file mode 100644
index 0000000..2dc6a00
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/basket.js.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/cPanel.png b/Wappalyzer/drivers/bookmarklet/images/icons/cPanel.png
new file mode 100644
index 0000000..e34e2ed
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/cPanel.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/cgit.png b/Wappalyzer/drivers/bookmarklet/images/icons/cgit.png
new file mode 100644
index 0000000..aae35a7
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/cgit.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/comScore.png b/Wappalyzer/drivers/bookmarklet/images/icons/comScore.png
new file mode 100644
index 0000000..5490f7e
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/comScore.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/debut.png b/Wappalyzer/drivers/bookmarklet/images/icons/debut.png
new file mode 100755
index 0000000..737a032
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/debut.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/default.png b/Wappalyzer/drivers/bookmarklet/images/icons/default.png
new file mode 100644
index 0000000..2e51915
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/default.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/dwhttpd.png b/Wappalyzer/drivers/bookmarklet/images/icons/dwhttpd.png
new file mode 100644
index 0000000..2e51915
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/dwhttpd.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/e107.png b/Wappalyzer/drivers/bookmarklet/images/icons/e107.png
new file mode 100644
index 0000000..9271535
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/e107.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/eDevice SmartStack.png b/Wappalyzer/drivers/bookmarklet/images/icons/eDevice SmartStack.png
new file mode 100644
index 0000000..efb8bac
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/eDevice SmartStack.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/eHTTP.png b/Wappalyzer/drivers/bookmarklet/images/icons/eHTTP.png
new file mode 100644
index 0000000..2e51915
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/eHTTP.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/eSyndiCat.png b/Wappalyzer/drivers/bookmarklet/images/icons/eSyndiCat.png
new file mode 100755
index 0000000..920d3b6
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/eSyndiCat.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/eZ Publish.png b/Wappalyzer/drivers/bookmarklet/images/icons/eZ Publish.png
new file mode 100644
index 0000000..ec64902
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/eZ Publish.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/flask.png b/Wappalyzer/drivers/bookmarklet/images/icons/flask.png
new file mode 100644
index 0000000..234404b
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/flask.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/git.png b/Wappalyzer/drivers/bookmarklet/images/icons/git.png
new file mode 100644
index 0000000..bf3c059
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/git.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/gitweb.png b/Wappalyzer/drivers/bookmarklet/images/icons/gitweb.png
new file mode 100644
index 0000000..bf3c059
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/gitweb.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/gunicorn.png b/Wappalyzer/drivers/bookmarklet/images/icons/gunicorn.png
new file mode 100644
index 0000000..e33ac86
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/gunicorn.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/iCongo.png b/Wappalyzer/drivers/bookmarklet/images/icons/iCongo.png
new file mode 100644
index 0000000..842dd83
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/iCongo.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/iWeb.png b/Wappalyzer/drivers/bookmarklet/images/icons/iWeb.png
new file mode 100644
index 0000000..160b433
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/iWeb.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/io4-CMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/io4-CMS.png
new file mode 100644
index 0000000..a35e315
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/io4-CMS.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/jQTouch.png b/Wappalyzer/drivers/bookmarklet/images/icons/jQTouch.png
new file mode 100644
index 0000000..1a44686
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/jQTouch.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/jQuery Mobile.png b/Wappalyzer/drivers/bookmarklet/images/icons/jQuery Mobile.png
new file mode 100644
index 0000000..5ebf502
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/jQuery Mobile.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/jQuery Sparklines.png b/Wappalyzer/drivers/bookmarklet/images/icons/jQuery Sparklines.png
new file mode 100644
index 0000000..2e51915
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/jQuery Sparklines.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/jQuery UI.png b/Wappalyzer/drivers/bookmarklet/images/icons/jQuery UI.png
new file mode 100644
index 0000000..0021574
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/jQuery UI.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/jQuery.png b/Wappalyzer/drivers/bookmarklet/images/icons/jQuery.png
new file mode 100644
index 0000000..5ebf502
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/jQuery.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/jqPlot.png b/Wappalyzer/drivers/bookmarklet/images/icons/jqPlot.png
new file mode 100644
index 0000000..542a824
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/jqPlot.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/libwww-perl-daemon.png b/Wappalyzer/drivers/bookmarklet/images/icons/libwww-perl-daemon.png
new file mode 100644
index 0000000..f903e4b
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/libwww-perl-daemon.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/lighttpd.png b/Wappalyzer/drivers/bookmarklet/images/icons/lighttpd.png
new file mode 100644
index 0000000..6698352
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/lighttpd.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/math.js.png b/Wappalyzer/drivers/bookmarklet/images/icons/math.js.png
new file mode 100644
index 0000000..b497216
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/math.js.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/mini_httpd.png b/Wappalyzer/drivers/bookmarklet/images/icons/mini_httpd.png
new file mode 100644
index 0000000..d7a9bbc
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/mini_httpd.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/mod_auth_pam.png b/Wappalyzer/drivers/bookmarklet/images/icons/mod_auth_pam.png
new file mode 100755
index 0000000..117b485
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/mod_auth_pam.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/mod_fastcgi.png b/Wappalyzer/drivers/bookmarklet/images/icons/mod_fastcgi.png
new file mode 100644
index 0000000..117b485
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/mod_fastcgi.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/mod_jk.png b/Wappalyzer/drivers/bookmarklet/images/icons/mod_jk.png
new file mode 100755
index 0000000..117b485
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/mod_jk.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/mod_perl.png b/Wappalyzer/drivers/bookmarklet/images/icons/mod_perl.png
new file mode 100755
index 0000000..ee03c39
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/mod_perl.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/mod_python.png b/Wappalyzer/drivers/bookmarklet/images/icons/mod_python.png
new file mode 100644
index 0000000..09634f1
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/mod_python.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/mod_rack.png b/Wappalyzer/drivers/bookmarklet/images/icons/mod_rack.png
new file mode 100644
index 0000000..df04693
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/mod_rack.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/mod_rails.png b/Wappalyzer/drivers/bookmarklet/images/icons/mod_rails.png
new file mode 100644
index 0000000..df04693
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/mod_rails.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/mod_ssl.png b/Wappalyzer/drivers/bookmarklet/images/icons/mod_ssl.png
new file mode 100644
index 0000000..9ad7110
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/mod_ssl.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/mod_wsgi.png b/Wappalyzer/drivers/bookmarklet/images/icons/mod_wsgi.png
new file mode 100644
index 0000000..4f2c705
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/mod_wsgi.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/node.js.png b/Wappalyzer/drivers/bookmarklet/images/icons/node.js.png
new file mode 100644
index 0000000..9cf2664
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/node.js.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/nopCommerce.png b/Wappalyzer/drivers/bookmarklet/images/icons/nopCommerce.png
new file mode 100644
index 0000000..f010de0
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/nopCommerce.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/openEngine.png b/Wappalyzer/drivers/bookmarklet/images/icons/openEngine.png
new file mode 100644
index 0000000..a1257cd
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/openEngine.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/osCSS.png b/Wappalyzer/drivers/bookmarklet/images/icons/osCSS.png
new file mode 100644
index 0000000..9d79779
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/osCSS.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/osCommerce.png b/Wappalyzer/drivers/bookmarklet/images/icons/osCommerce.png
new file mode 100644
index 0000000..2955ae5
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/osCommerce.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/ownCloud.png b/Wappalyzer/drivers/bookmarklet/images/icons/ownCloud.png
new file mode 100644
index 0000000..4c53d11
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/ownCloud.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/papaya CMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/papaya CMS.png
new file mode 100644
index 0000000..21dd4d5
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/papaya CMS.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/phpAlbum.png b/Wappalyzer/drivers/bookmarklet/images/icons/phpAlbum.png
new file mode 100644
index 0000000..39e4614
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/phpAlbum.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/phpBB.png b/Wappalyzer/drivers/bookmarklet/images/icons/phpBB.png
new file mode 100644
index 0000000..debff44
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/phpBB.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/phpCMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/phpCMS.png
new file mode 100644
index 0000000..11b28ab
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/phpCMS.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/phpDocumentor.png b/Wappalyzer/drivers/bookmarklet/images/icons/phpDocumentor.png
new file mode 100644
index 0000000..5137ddb
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/phpDocumentor.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/phpMyAdmin.png b/Wappalyzer/drivers/bookmarklet/images/icons/phpMyAdmin.png
new file mode 100644
index 0000000..42b3c79
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/phpMyAdmin.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/phpPgAdmin.png b/Wappalyzer/drivers/bookmarklet/images/icons/phpPgAdmin.png
new file mode 100644
index 0000000..36d8e43
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/phpPgAdmin.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/phpSQLiteCMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/phpSQLiteCMS.png
new file mode 100644
index 0000000..d3fee34
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/phpSQLiteCMS.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/phpwind.png b/Wappalyzer/drivers/bookmarklet/images/icons/phpwind.png
new file mode 100644
index 0000000..7aa3db0
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/phpwind.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/prettyPhoto.png b/Wappalyzer/drivers/bookmarklet/images/icons/prettyPhoto.png
new file mode 100644
index 0000000..47f9131
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/prettyPhoto.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/punBB.png b/Wappalyzer/drivers/bookmarklet/images/icons/punBB.png
new file mode 100644
index 0000000..f45aeea
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/punBB.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/reCAPTCHA.png b/Wappalyzer/drivers/bookmarklet/images/icons/reCAPTCHA.png
new file mode 100644
index 0000000..819a4b2
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/reCAPTCHA.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/sIFR.png b/Wappalyzer/drivers/bookmarklet/images/icons/sIFR.png
new file mode 100644
index 0000000..4e82ecb
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/sIFR.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/sNews.png b/Wappalyzer/drivers/bookmarklet/images/icons/sNews.png
new file mode 100644
index 0000000..50907f3
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/sNews.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/script.aculo.us.png b/Wappalyzer/drivers/bookmarklet/images/icons/script.aculo.us.png
new file mode 100644
index 0000000..212621c
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/script.aculo.us.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/spin.js.png b/Wappalyzer/drivers/bookmarklet/images/icons/spin.js.png
new file mode 100644
index 0000000..5297fca
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/spin.js.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/swift.engine.png b/Wappalyzer/drivers/bookmarklet/images/icons/swift.engine.png
new file mode 100644
index 0000000..da79f09
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/swift.engine.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/three.js.png b/Wappalyzer/drivers/bookmarklet/images/icons/three.js.png
new file mode 100644
index 0000000..51614a4
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/three.js.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/thttpd.png b/Wappalyzer/drivers/bookmarklet/images/icons/thttpd.png
new file mode 100644
index 0000000..d7a9bbc
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/thttpd.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/total.js.png b/Wappalyzer/drivers/bookmarklet/images/icons/total.js.png
new file mode 100644
index 0000000..bbe2539
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/total.js.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/uCore.png b/Wappalyzer/drivers/bookmarklet/images/icons/uCore.png
new file mode 100755
index 0000000..5f5da3d
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/uCore.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/vBulletin.png b/Wappalyzer/drivers/bookmarklet/images/icons/vBulletin.png
new file mode 100644
index 0000000..67af801
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/vBulletin.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/viennaCMS.png b/Wappalyzer/drivers/bookmarklet/images/icons/viennaCMS.png
new file mode 100644
index 0000000..2e51915
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/viennaCMS.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/webEdition.png b/Wappalyzer/drivers/bookmarklet/images/icons/webEdition.png
new file mode 100644
index 0000000..b85cb66
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/webEdition.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/xCharts.png b/Wappalyzer/drivers/bookmarklet/images/icons/xCharts.png
new file mode 100644
index 0000000..2e51915
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/xCharts.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/xtCommerce.png b/Wappalyzer/drivers/bookmarklet/images/icons/xtCommerce.png
new file mode 100644
index 0000000..37ad901
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/xtCommerce.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/xui.png b/Wappalyzer/drivers/bookmarklet/images/icons/xui.png
new file mode 100644
index 0000000..eb4ff5b
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/xui.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/icons/yepnope.js.png b/Wappalyzer/drivers/bookmarklet/images/icons/yepnope.js.png
new file mode 100644
index 0000000..5f68d8b
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/icons/yepnope.js.png differ
diff --git a/Wappalyzer/drivers/bookmarklet/images/pending.gif b/Wappalyzer/drivers/bookmarklet/images/pending.gif
new file mode 100644
index 0000000..3864c07
Binary files /dev/null and b/Wappalyzer/drivers/bookmarklet/images/pending.gif differ
diff --git a/Wappalyzer/drivers/bookmarklet/index.html b/Wappalyzer/drivers/bookmarklet/index.html
new file mode 100644
index 0000000..78bfee9
--- /dev/null
+++ b/Wappalyzer/drivers/bookmarklet/index.html
@@ -0,0 +1,101 @@
+
+
+
+
+
+
+ Wappalyzer
+
+
+
+
+
+
+