From 55e967b940698536b06bd3efe8115ae6fd1df4ef Mon Sep 17 00:00:00 2001 From: sito Date: Sun, 16 Aug 2026 15:53:35 +0200 Subject: [PATCH] Portabilidad, licencia GPL-3.0 y diagrama del stack MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Portabilidad (el repo estaba escrito como si solo sirviera para el portatil del autor): - num_gpu ya NO se fija en los Modelfile: Ollama reparte las capas segun la VRAM, asi el modelo va igual en GPU pequeña, grande o CPU. Se documenta cuando conviene fijarlo (solo tarjetas de 4 GB muy justas). - install.sh detecta el gestor de paquetes (apt/dnf/pacman/zypper) y la GPU (NVIDIA/AMD/ninguna), sin asumir Debian ni CUDA. - README reescrito: el hardware es una REFERENCIA (lo probado), no un requisito. Nueva seccion de portabilidad: cualquier distro, cualquier escritorio (ventanas necesitan X11+xdotool, degradan solas en Wayland), GPU opcional. - Eliminado config/jarvis-herramientas.json: llevaba rutas personales. Licencia: GPL-3.0 (copyleft). docs/stack.svg: diagrama del stack (oir-pensar-hacer-hablar), reemplaza el ASCII en el README. Anadido que el RAG sube la recuperacion de 48 a 82% (hit@1) medido. --- .gitignore | 3 + LICENSE | 674 +++++ README.md | 103 +- config/jarvis-herramientas.json | 4197 ---------------------------- config/qwen3.5-4b-jarvis.Modelfile | 27 +- docs/stack.svg | 105 + install.sh | 18 +- nucleo/cerebro/Modelfile | 9 +- 8 files changed, 864 insertions(+), 4272 deletions(-) create mode 100644 LICENSE delete mode 100644 config/jarvis-herramientas.json create mode 100644 docs/stack.svg diff --git a/.gitignore b/.gitignore index e8c02a2..2799803 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,6 @@ voz/comparativa/ scan.txt PARAR .flatpak-builder/ + +# Registro de herramientas personales (lo genera config/descubrir.py por usuario) +config/jarvis-herramientas.json diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..f288702 --- /dev/null +++ b/LICENSE @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/README.md b/README.md index 9cb7c9d..6e61121 100644 --- a/README.md +++ b/README.md @@ -2,39 +2,18 @@ Asistente de voz **100 % local** para Linux. Ni el micrófono, ni las conversaciones, ni el modelo salen de la máquina. Sin cuentas, sin claves, sin -nube. Núcleo propio, escrito para caber en una tarjeta pequeña (NVIDIA T1200 de -4 GB) y hacer lo que se le pide por voz, en castellano. +nube. Núcleo propio, en castellano, que corre en **cualquier Linux** —de un +portátil modesto a una torre— y aprovecha la GPU si la hay, o la CPU si no. -![Linux](https://img.shields.io/badge/Linux-Debian%2012-A81D33?logo=debian&logoColor=white) -![GNOME](https://img.shields.io/badge/GNOME-X11-4A86CF?logo=gnome&logoColor=white) -![Python](https://img.shields.io/badge/Python-3.11-3776AB?logo=python&logoColor=white) +![Linux](https://img.shields.io/badge/Linux-cualquier%20distro-FCC624?logo=linux&logoColor=black) +![Python](https://img.shields.io/badge/Python-3.10%2B-3776AB?logo=python&logoColor=white) ![Ollama](https://img.shields.io/badge/Ollama-qwen3.5%3A4b-000000?logo=ollama&logoColor=white) -![NVIDIA](https://img.shields.io/badge/CUDA-sm__75-76B900?logo=nvidia&logoColor=white) +![GPU](https://img.shields.io/badge/GPU-opcional%20(NVIDIA%2FAMD%2FCPU)-76B900) ![whisper.cpp](https://img.shields.io/badge/whisper.cpp-STT-555555) ![Piper](https://img.shields.io/badge/Piper-TTS-555555) +![License](https://img.shields.io/badge/licencia-GPL--3.0-blue) -``` - ┌───────────────────────────┐ - micrófono ─────>│ OÍDO whisper.cpp CUDA │ STT castellano - │ sm_75 · small/GPU │ ~930 ms régimen - └─────────────┬─────────────┘ - v - apuntes propios ──> ┌───────────┐ ┌─────────────────────────┐ - (RAG) │ SABER │─>│ CEREBRO ollama │ - │ model2vec │ │ qwen3.5:4b · tool-call │ - │ +híbrido │ │ + RAG pasivo Y agéntico │ - └───────────┘ └─────────────┬───────────┘ - v - ┌───────────────┐ ┌──────────────────────┐ - altavoz <───────────│ BOCA Piper │<─│ MANOS │ - │ / voz clonada│ │ acciones + shell │ - └───────────────┘ └──────────────────────┘ - │ - ┌───────────┴───────────────────────────┐ - │ CARA panel web · WebSocket · reactor │ - └────────────────────────────────────────┘ - todo en 127.0.0.1 · 0 llamadas a la nube -``` +![Arquitectura de JARVIS](docs/stack.svg) ![El panel de JARVIS](docs/panel.png) @@ -46,7 +25,7 @@ acciones, y las métricas de rendimiento del propio asistente. Hay un | Capa | Pieza | Papel | |---|---|---| -| Oír | whisper.cpp (CUDA, sm_75) | STT en castellano, en la GPU | +| Oír | whisper.cpp | STT en castellano (GPU si hay, si no CPU) | | Pensar | Ollama · `qwen3.5:4b` | el cerebro, con tool-calling | | Saber | model2vec + búsqueda híbrida | RAG sobre los apuntes del usuario | | Hablar | Piper (o voz clonada con XTTS) | TTS local | @@ -56,36 +35,39 @@ acciones, y las métricas de rendimiento del propio asistente. Hay un Todo corre en `127.0.0.1`. No hay ninguna llamada a la nube en el uso normal; lo único que puede salir es una búsqueda web si el modelo decide usarla, y se avisa. -## Requisitos de hardware +## Portabilidad -Referencia (el equipo del autor): +Diseñado para correr en **cualquier Linux**, no en un equipo concreto: | | | |---|---| -| GPU | NVIDIA T1200, **4 GB VRAM**, Turing (sm_75) | -| RAM | 62 GB | -| SO | Debian 12, GNOME sobre X11, PipeWire | +| Distro | cualquiera. `install.sh` detecta apt / dnf / pacman / zypper | +| GPU | **opcional**. Ollama reparte el modelo entre GPU y CPU solo: va con NVIDIA (CUDA), AMD (ROCm) o **solo CPU**. Ningún parámetro está atado a una tarjeta | +| Escritorio | GNOME, KDE, lo que sea. Las acciones de **ventanas** necesitan X11 + `xdotool`; en Wayland esas órdenes se desactivan solas y el resto funciona igual | +| Audio | PipeWire o PulseAudio | -La restricción que manda es la VRAM. El presupuesto, medido: +**Requisito real:** que quepa el modelo. `qwen3.5:4b` va cómodo desde ~4 GB de +VRAM; con menos, usa un modelo más pequeño (`qwen3.5:2b`) o tira de CPU (hay RAM +de sobra). whisper.cpp se compila para tu plataforma —CUDA, ROCm, Metal o CPU—; +la guía está en [`config/README_whisper_gpu.md`](config/README_whisper_gpu.md). -``` -┌──────────────────────────────────┬──────────┬───────────────────────┐ -│ COMPONENTE │ VRAM │ NOTA │ -├──────────────────────────────────┼──────────┼───────────────────────┤ -│ qwen3.5:4b (24/32 capas en GPU) │ 2177 MiB │ el cerebro │ -│ whisper small (PICO de la trans- │ 839 MiB │ el pico, no el reposo:│ -│ cripción) │ │ ahí estuvo el OOM │ -│ ── suma ── │ 3016 MiB │ cabe, con margen justo│ -└──────────────────────────────────┴──────────┴───────────────────────┘ -``` +### Ajuste en tarjetas pequeñas (4 GB) -Corre en menos con un modelo más pequeño; con más VRAM, sobra sitio. +Solo si vas MUY justo de VRAM y el cerebro y whisper se pelean por ella: fijar +`num_gpu 24` en el `Modelfile` reserva sitio a whisper. Está explicado en los +comentarios del propio `Modelfile`. En una torre con una tarjeta normal **no +hace falta tocar nada**. + +### Probado en + +NVIDIA T1200 (4 GB), 62 GB RAM, Debian 12 con GNOME/X11. Es el equipo del autor, +el caso más ajustado; en una torre con más VRAM sobra sitio. ## Instalación -Necesita, en la máquina: [Ollama](https://ollama.com), whisper.cpp compilado con -CUDA (ver [`config/README_whisper_gpu.md`](config/README_whisper_gpu.md)) y -[Piper](https://github.com/rhasspy/piper). +Necesita, en la máquina: [Ollama](https://ollama.com), whisper.cpp (compilado +para tu plataforma, ver [`config/README_whisper_gpu.md`](config/README_whisper_gpu.md)) +y [Piper](https://github.com/rhasspy/piper). ```bash git clone https://gitea.laenre.net/hacklab/JARVIS.git @@ -118,9 +100,13 @@ Habla en castellano, natural. **150 acciones** en el catálogo, agrupadas: Si lo que pides no está en el catálogo, el modelo lo resuelve con un **comando de shell** (de solo lectura por defecto). Y si pregunta *cómo* se hace algo técnico, -puede **buscar en tus apuntes** (RAG) antes de responder, para dar el comando que -ya has probado en vez de inventarlo. El método, el pipeline y los resultados -medidos están en [docs/rag.md](docs/rag.md). +puede **buscar en tus apuntes** (RAG) antes de responder. + +El RAG es lo que hace que el asistente dé el comando que **tú ya has probado** en +vez de inventarse los flags. Y no es un adorno: medido sobre un conjunto de +preguntas de pentesting, la recuperación sube de **hit@1 48 % → 82 %** y +**hit@5 77 % → 95 %**. El método, el pipeline y esos números están en +[docs/rag.md](docs/rag.md). ## Órdenes con root @@ -148,7 +134,7 @@ son del usuario, y el `.gitignore` los bloquea. ``` nucleo/ el asistente (oido, cerebro, boca, manos, cara, saber) -config/ configuración: modelo, voz, whisper CUDA +config/ configuración: modelo, voz, whisper voz/ clonado de voz con XTTS y caché de frases entrena/ fine-tuning con QLoRA install.sh el instalador @@ -156,11 +142,12 @@ install.sh el instalador ## Estado y limitaciones -Proyecto en desarrollo. Rugosidades conocidas: varios scripts de `config/` y -`voz/` asumen rutas absolutas del entorno del autor (`~/COFRE/...`) y habría que -hacerlas configurables; el fine-tuning de `entrena/` está pendiente de un ajuste -para modelos multimodales. +Proyecto en desarrollo. En el radar: acabar de generalizar los scripts de `voz/` +(algunos aún asumen la disposición del autor), las acciones de ventanas sobre +**Wayland** (hoy solo X11), y el fine-tuning de `entrena/`, pendiente de un +ajuste para modelos multimodales. ## Licencia -Por decidir por el autor. El núcleo es código propio, no derivado. +[GPL-3.0](LICENSE). Software libre y copyleft: si lo modificas y lo distribuyes, +el resultado sigue siendo libre. diff --git a/config/jarvis-herramientas.json b/config/jarvis-herramientas.json deleted file mode 100644 index 475ff6f..0000000 --- a/config/jarvis-herramientas.json +++ /dev/null @@ -1,4197 +0,0 @@ -{ - "version": 1, - "herramientas": [ - { - "nombre": "start_gui_oasis", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/start_gui_oasis.sh", - "tipo": "shell", - "descripcion": "============================== OASIS — Lanzador GUI (simple) + Desktop Entry ==============================", - "invocar": "bash /home/sito/COFRE/CODERS/start_gui_oasis.sh" - }, - { - "nombre": "start_gui", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/start_gui.sh", - "tipo": "shell", - "descripcion": "============================== OASIS — Lanzador del instalador GUI (con logs) ==============================", - "invocar": "bash /home/sito/COFRE/CODERS/start_gui.sh" - }, - { - "nombre": "main", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/FLUJOS/BACK_BACK/main.py", - "tipo": "python", - "descripcion": "Configura la fuente", - "invocar": "python3 /home/sito/COFRE/CODERS/FLUJOS/BACK_BACK/main.py" - }, - { - "nombre": ".env", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/FLUJOS/BACK_BACK/.env", - "tipo": "binario", - "descripcion": "", - "invocar": "/home/sito/COFRE/CODERS/FLUJOS/BACK_BACK/.env" - }, - { - "nombre": "start_panel_v3", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/OASIS_USABILITY/INSTALLERS_GUI_LINLUX/start_panel_v3.sh", - "tipo": "shell", - "descripcion": "============================================================= SOLAR NET HUB — Panel v3 (WebKit2GTK) =============================================================", - "invocar": "bash /home/sito/COFRE/CODERS/OASIS_USABILITY/INSTALLERS_GUI_LINLUX/start_panel_v3.sh" - }, - { - "nombre": "keyd", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/keyd/bin/keyd", - "tipo": "binario", - "descripcion": "", - "invocar": "/home/sito/COFRE/CODERS/keyd/bin/keyd" - }, - { - "nombre": "run", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/keyd/t/run.sh", - "tipo": "shell", - "descripcion": "TODO: make this more robust", - "invocar": "bash /home/sito/COFRE/CODERS/keyd/t/run.sh" - }, - { - "nombre": "runner", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/keyd/t/runner.py", - "tipo": "python", - "descripcion": "Copyright © 2019 Raheman Vaiya. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Softwa", - "invocar": "python3 /home/sito/COFRE/CODERS/keyd/t/runner.py" - }, - { - "nombre": "connect", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/GRANJA/02_device_lab/connect.sh", - "tipo": "shell", - "descripcion": "Conecta adb a todas las instancias redroid levantadas por docker-compose.yml", - "invocar": "bash /home/sito/COFRE/CODERS/GRANJA/02_device_lab/connect.sh" - }, - { - "nombre": "install-apk", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/GRANJA/02_device_lab/install-apk.sh", - "tipo": "shell", - "descripcion": "Instala un APK en todas las instancias redroid conectadas. Uso: ./install-apk.sh ruta/al/app.apk", - "invocar": "bash /home/sito/COFRE/CODERS/GRANJA/02_device_lab/install-apk.sh" - }, - { - "nombre": "tui", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/karvan-protocol/tui.sh", - "tipo": "shell", - "descripcion": "federated · encrypted · sovereign · hybrid-crypto P2P protocol", - "invocar": "bash /home/sito/COFRE/CODERS/karvan-protocol/tui.sh" - }, - { - "nombre": "basic", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/karvan-protocol/basic.sh", - "tipo": "shell", - "descripcion": "federated · encrypted · sovereign · hybrid-crypto P2P protocol", - "invocar": "bash /home/sito/COFRE/CODERS/karvan-protocol/basic.sh" - }, - { - "nombre": "update", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/karvan-protocol/scripts/update.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/CODERS/karvan-protocol/scripts/update.sh" - }, - { - "nombre": "build-deb", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/karvan-protocol/scripts/build-deb.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/CODERS/karvan-protocol/scripts/build-deb.sh" - }, - { - "nombre": ".lastModified", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/gephi-0.10.1/platform/.lastModified", - "tipo": "binario", - "descripcion": "", - "invocar": "/home/sito/COFRE/CODERS/gephi-0.10.1/platform/.lastModified" - }, - { - "nombre": "scraper", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/SCRAPER/scraper.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/CODERS/SCRAPER/scraper.py" - }, - { - "nombre": "install", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/OASIS_MOBILE_OFFICIAL/oasis-oasis-android-v0.8.2/install.sh", - "tipo": "shell", - "descripcion": "Oasis is a **libre, open-source, encrypted, peer-to-peer, distributed (not decentralized!) & federated**... project networking application", - "invocar": "bash /home/sito/COFRE/CODERS/OASIS_MOBILE_OFFICIAL/oasis-oasis-android-v0.8.2/install.sh" - }, - { - "nombre": "oasis", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/OASIS_MOBILE_OFFICIAL/oasis-oasis-android-v0.8.2/oasis.sh", - "tipo": "shell", - "descripcion": "Oasis is a **libre, open-source, encrypted, peer-to-peer, distributed (not decentralized!) & federated**... project networking application", - "invocar": "bash /home/sito/COFRE/CODERS/OASIS_MOBILE_OFFICIAL/oasis-oasis-android-v0.8.2/oasis.sh" - }, - { - "nombre": "installer_oasis", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/INSTALLER/installer_oasis.sh", - "tipo": "shell", - "descripcion": "========================= OASIS Installer (simple) =========================", - "invocar": "bash /home/sito/COFRE/CODERS/INSTALLER/installer_oasis.sh" - }, - { - "nombre": "installer", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/INSTALLER/installer.sh", - "tipo": "shell", - "descripcion": "========================= SOLAR NET HUB - Installer =========================", - "invocar": "bash /home/sito/COFRE/CODERS/INSTALLER/installer.sh" - }, - { - "nombre": "server", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/andromeda/server.py", - "tipo": "python", - "descripcion": "pub-andromeda.oasis status API — lightweight Flask server", - "invocar": "python3 /home/sito/COFRE/CODERS/andromeda/server.py" - }, - { - "nombre": "_detect-amend", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/rufus/rufus/_detect-amend.sh", - "tipo": "shell", - "descripcion": "This script detects whether git commit is being executed in amend or regular mode Needed to determine whether the build number should be incremented or not.", - "invocar": "bash /home/sito/COFRE/CODERS/rufus/rufus/_detect-amend.sh" - }, - { - "nombre": "bootstrap", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/rufus/rufus/bootstrap.sh", - "tipo": "shell", - "descripcion": "Rufus: The Reliable USB Formatting Utility", - "invocar": "bash /home/sito/COFRE/CODERS/rufus/rufus/bootstrap.sh" - }, - { - "nombre": ".gitignore", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/rufus/rufus/.gitignore", - "tipo": "binario", - "descripcion": "Rufus: The Reliable USB Formatting Utility", - "invocar": "/home/sito/COFRE/CODERS/rufus/rufus/.gitignore" - }, - { - "nombre": "_set_git_hooks", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/rufus/rufus/_set_git_hooks.sh", - "tipo": "shell", - "descripcion": "Sets the git hooks on a new git development system", - "invocar": "bash /home/sito/COFRE/CODERS/rufus/rufus/_set_git_hooks.sh" - }, - { - "nombre": "_pre-commit", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/rufus/rufus/_pre-commit.sh", - "tipo": "shell", - "descripcion": "Bumps the micro version according to the number of commits on this branch To have git run this script on commit, create a \"pre-commit\" text file in .git/hooks/ with the following content: if [ -x ./_p", - "invocar": "bash /home/sito/COFRE/CODERS/rufus/rufus/_pre-commit.sh" - }, - { - "nombre": ".gitattributes", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/rufus/rufus/.gitattributes", - "tipo": "binario", - "descripcion": "Rufus: The Reliable USB Formatting Utility", - "invocar": "/home/sito/COFRE/CODERS/rufus/rufus/.gitattributes" - }, - { - "nombre": "_release", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/rufus/rufus/_release.sh", - "tipo": "shell", - "descripcion": "Rufus: The Reliable USB Formatting Utility", - "invocar": "bash /home/sito/COFRE/CODERS/rufus/rufus/_release.sh" - }, - { - "nombre": "_chver", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/rufus/rufus/_chver.sh", - "tipo": "shell", - "descripcion": "Changes the version number !!!THIS SCRIPT IS FOR INTERNAL DEVELOPER USE ONLY!!!", - "invocar": "bash /home/sito/COFRE/CODERS/rufus/rufus/_chver.sh" - }, - { - "nombre": "preview_reactor", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/JARVIS/preview_reactor.py", - "tipo": "python", - "descripcion": "Renderiza el reactor a PNG sin arrancar Newelle.", - "invocar": "python3 /home/sito/COFRE/CODERS/JARVIS/preview_reactor.py" - }, - { - "nombre": "jarvis-launcher", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/JARVIS/jarvis-launcher.sh", - "tipo": "shell", - "descripcion": "JARVIS — lanzador del asistente local (Newelle) sin argumentos abre JARVIS a pantalla completa, sin pasar por el chat --chat abre Newelle normal, con sus pestañas y su historial --stop ", - "invocar": "bash /home/sito/COFRE/CODERS/JARVIS/jarvis-launcher.sh" - }, - { - "nombre": "build_locale", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/JARVIS/newelle/build_locale.sh", - "tipo": "shell", - "descripcion": "\"Newelle\"", - "invocar": "bash /home/sito/COFRE/CODERS/JARVIS/newelle/build_locale.sh" - }, - { - "nombre": "06_privacidad", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/JARVIS/pruebas/06_privacidad.sh", - "tipo": "shell", - "descripcion": "Que siga siendo local. Es la premisa del proyecto, así que se verifica igual que cualquier otra cosa en vez de darla por hecha. Lo que SI puede salir, y no es fallo: la búsqueda web cuando el modelo d", - "invocar": "bash /home/sito/COFRE/CODERS/JARVIS/pruebas/06_privacidad.sh" - }, - { - "nombre": "ejecutar", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/JARVIS/pruebas/ejecutar.sh", - "tipo": "shell", - "descripcion": "Pasa todas las pruebas y resume. ./ejecutar.sh todas menos la que abre la app ./ejecutar.sh --todo tambien la que abre la app (05) ./ejecutar.sh 01 04 solo esas La 05 se queda fuer", - "invocar": "bash /home/sito/COFRE/CODERS/JARVIS/pruebas/ejecutar.sh" - }, - { - "nombre": "07_parar", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/JARVIS/pruebas/07_parar.sh", - "tipo": "shell", - "descripcion": "El botón de parar, de punta a punta. No se comprueba que el botón cambie de color: eso lo hace el HUD solo y no demuestra nada. Se comprueba que **el micrófono queda libre**, mirando el sistema de aud", - "invocar": "bash /home/sito/COFRE/CODERS/JARVIS/pruebas/07_parar.sh" - }, - { - "nombre": "05_app", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/JARVIS/pruebas/05_app.sh", - "tipo": "shell", - "descripcion": "La app de verdad: abrir la pestaña, ponerla a pantalla completa y comprobar que la llamada arranca sola. Es la unica prueba que levanta Newelle. Se conduce por --run-action en vez de por teclado: xdot", - "invocar": "bash /home/sito/COFRE/CODERS/JARVIS/pruebas/05_app.sh" - }, - { - "nombre": "04_hud", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/JARVIS/pruebas/04_hud.sh", - "tipo": "shell", - "descripcion": "El puente Python -> HUD, evento por evento. Se prueba sobre los ficheros que la app carga de verdad (config/jarvis-hud), no sobre los del repositorio: si se edita la copia y se olvida llevarla al fuen", - "invocar": "bash /home/sito/COFRE/CODERS/JARVIS/pruebas/04_hud.sh" - }, - { - "nombre": "01_motor", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/JARVIS/pruebas/01_motor.sh", - "tipo": "shell", - "descripcion": "El cerebro: que Ollama responda, en GPU y sin ponerse a razonar. El razonamiento es el fallo que mas caro sale y no da la cara: no hay error ninguno, solo tarda 40 s en vez de 2,5. Por eso se mide, no", - "invocar": "bash /home/sito/COFRE/CODERS/JARVIS/pruebas/01_motor.sh" - }, - { - "nombre": "02_ajustes", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/JARVIS/pruebas/02_ajustes.sh", - "tipo": "shell", - "descripcion": "Los ajustes de la app. Esto es lo que se descolocó una vez sin avisar: el asistente del arranque dejó el micrófono yendo a Google (tts=gtts, stt=google_sr) justo cuando se pedía lo contrario. Se compr", - "invocar": "bash /home/sito/COFRE/CODERS/JARVIS/pruebas/02_ajustes.sh" - }, - { - "nombre": "03_build", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/JARVIS/pruebas/03_build.sh", - "tipo": "shell", - "descripcion": "Que el build instalado sea el nuestro y esté completo. Dos trampas conocidas, las dos silenciosas: - los fuentes de Python se listan a mano en src/meson.build; un fichero sin declarar ahí compila, se ", - "invocar": "bash /home/sito/COFRE/CODERS/JARVIS/pruebas/03_build.sh" - }, - { - "nombre": "comun", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/JARVIS/pruebas/comun.sh", - "tipo": "shell", - "descripcion": "Utilidades compartidas por las pruebas. No se ejecuta suelto.", - "invocar": "bash /home/sito/COFRE/CODERS/JARVIS/pruebas/comun.sh" - }, - { - "nombre": "08_acciones", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/JARVIS/pruebas/08_acciones.sh", - "tipo": "shell", - "descripcion": "El catalogo de acciones rapidas. Lo que se comprueba no es que el fichero exista, sino que las frases que uno diria de verdad acaben en la accion correcta, que ninguna se coma a otra, y que un argumen", - "invocar": "bash /home/sito/COFRE/CODERS/JARVIS/pruebas/08_acciones.sh" - }, - { - "nombre": "09_castellano", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/JARVIS/pruebas/09_castellano.sh", - "tipo": "shell", - "descripcion": "Que hable y escuche en castellano, y que la voz salga grave. El tono se mide, no se supone: la queja era \"el ingles no mola\" y la respuesta facil habria sido cambiar la voz y dar por hecho que suena b", - "invocar": "bash /home/sito/COFRE/CODERS/JARVIS/pruebas/09_castellano.sh" - }, - { - "nombre": "set_persona", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/JARVIS/config/set_persona.py", - "tipo": "python", - "descripcion": "Registra la personalidad JARVIS en user-custom-prompts.", - "invocar": "python3 /home/sito/COFRE/CODERS/JARVIS/config/set_persona.py" - }, - { - "nombre": "descubrir", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/JARVIS/config/descubrir.py", - "tipo": "python", - "descripcion": "Cataloga las herramientas de COFRE para que JARVIS sepa cuales hay.", - "invocar": "python3 /home/sito/COFRE/CODERS/JARVIS/config/descubrir.py" - }, - { - "nombre": "muestra_voz", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/JARVIS/config/muestra_voz.py", - "tipo": "python", - "descripcion": "Genera muestras de la voz JARVIS: seca y con tratamiento.", - "invocar": "python3 /home/sito/COFRE/CODERS/JARVIS/config/muestra_voz.py" - }, - { - "nombre": "entrenar", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/JARVIS/config/entrenar.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/CODERS/JARVIS/config/entrenar.py" - }, - { - "nombre": "set_voz_piper", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/JARVIS/config/set_voz_piper.py", - "tipo": "python", - "descripcion": "Pone la voz de Piper: castellano de España, grave.", - "invocar": "python3 /home/sito/COFRE/CODERS/JARVIS/config/set_voz_piper.py" - }, - { - "nombre": "comparar_voces_es", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/JARVIS/config/comparar_voces_es.py", - "tipo": "python", - "descripcion": "Genera la misma frase en castellano con las voces masculinas disponibles.", - "invocar": "python3 /home/sito/COFRE/CODERS/JARVIS/config/comparar_voces_es.py" - }, - { - "nombre": "construir_indice", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/JARVIS/config/construir_indice.py", - "tipo": "python", - "descripcion": "Construye el indice del RAG sin abrir la interfaz.", - "invocar": "python3 /home/sito/COFRE/CODERS/JARVIS/config/construir_indice.py" - }, - { - "nombre": "indexar", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/JARVIS/config/indexar.py", - "tipo": "python", - "descripcion": "Prepara el corpus de COFRE para que JARVIS lo consulte.", - "invocar": "python3 /home/sito/COFRE/CODERS/JARVIS/config/indexar.py" - }, - { - "nombre": "set_castellano", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/JARVIS/config/set_castellano.py", - "tipo": "python", - "descripcion": "Pasa JARVIS a castellano: voz, idioma y personalidad.", - "invocar": "python3 /home/sito/COFRE/CODERS/JARVIS/config/set_castellano.py" - }, - { - "nombre": "set_ruido", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/JARVIS/config/set_ruido.py", - "tipo": "python", - "descripcion": "Endurece la escucha para que no se dispare con ruido de fuera.", - "invocar": "python3 /home/sito/COFRE/CODERS/JARVIS/config/set_ruido.py" - }, - { - "nombre": "comparar_voces", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/JARVIS/config/comparar_voces.py", - "tipo": "python", - "descripcion": "Genera la misma frase con las cuatro voces britanicas de Kokoro.", - "invocar": "python3 /home/sito/COFRE/CODERS/JARVIS/config/comparar_voces.py" - }, - { - "nombre": "jarvis-piper", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/JARVIS/config/jarvis-piper.sh", - "tipo": "shell", - "descripcion": "Voz de JARVIS con Piper: castellano de España, no latinoamericano. jarvis-piper.sh Kokoro, que es lo que trae Newelle, no tiene ni una voz de España: sus dos masculinas en españo", - "invocar": "bash /home/sito/COFRE/CODERS/JARVIS/config/jarvis-piper.sh" - }, - { - "nombre": "aprender", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/JARVIS/config/aprender.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/CODERS/JARVIS/config/aprender.py" - }, - { - "nombre": "set_backend", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/JARVIS/config/set_backend.py", - "tipo": "python", - "descripcion": "Pone el cerebro en Ollama sobre GPU y mata el razonamiento.", - "invocar": "python3 /home/sito/COFRE/CODERS/JARVIS/config/set_backend.py" - }, - { - "nombre": "TODO", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/katoolin3/TODO", - "tipo": "binario", - "descripcion": "Katoolin3 brings all programs available in Kali Linux to Debian and Ubuntu.", - "invocar": "/home/sito/COFRE/CODERS/katoolin3/TODO" - }, - { - "nombre": "conf", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/katoolin3/conf.sh", - "tipo": "shell", - "descripcion": "The installation directory:", - "invocar": "bash /home/sito/COFRE/CODERS/katoolin3/conf.sh" - }, - { - "nombre": "LICENSE", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/katoolin3/LICENSE", - "tipo": "binario", - "descripcion": "Katoolin3 brings all programs available in Kali Linux to Debian and Ubuntu.", - "invocar": "/home/sito/COFRE/CODERS/katoolin3/LICENSE" - }, - { - "nombre": "katoolin3", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/katoolin3/katoolin3.py", - "tipo": "python", - "descripcion": "-*- coding: utf-8 -*- katoolin3 - Install Kali packages on your Debian/Ubuntu machine Copyright (C) 2019 s-h-3-l-l This program is free software; you can redistribute it and/or modify it under the ter", - "invocar": "python3 /home/sito/COFRE/CODERS/katoolin3/katoolin3.py" - }, - { - "nombre": "uninstall", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/katoolin3/uninstall.sh", - "tipo": "shell", - "descripcion": "Make sure the repository gets deleted", - "invocar": "bash /home/sito/COFRE/CODERS/katoolin3/uninstall.sh" - }, - { - "nombre": "missing", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/katoolin3/maintenance/missing.py", - "tipo": "python", - "descripcion": "missing.py: Check if all packages in katoolin3s", - "invocar": "python3 /home/sito/COFRE/CODERS/katoolin3/maintenance/missing.py" - }, - { - "nombre": "search", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/katoolin3/maintenance/search.py", - "tipo": "python", - "descripcion": "search.py: Search the Kali repostiories.", - "invocar": "python3 /home/sito/COFRE/CODERS/katoolin3/maintenance/search.py" - }, - { - "nombre": "toollist", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/katoolin3/maintenance/toollist.py", - "tipo": "python", - "descripcion": "-*- coding: utf-8 -*-", - "invocar": "python3 /home/sito/COFRE/CODERS/katoolin3/maintenance/toollist.py" - }, - { - "nombre": "sort", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/katoolin3/maintenance/sort.py", - "tipo": "python", - "descripcion": "sort.py: Takes katoolin3s package list, sorts it and outputs", - "invocar": "python3 /home/sito/COFRE/CODERS/katoolin3/maintenance/sort.py" - }, - { - "nombre": "socket", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/SSB_SECRETS/SSB_personal_backup_2026-05-25/socket", - "tipo": "binario", - "descripcion": "", - "invocar": "/home/sito/COFRE/CODERS/SSB_SECRETS/SSB_personal_backup_2026-05-25/socket" - }, - { - "nombre": "secret", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/SSB_SECRETS/SSB_3DCOMUNITY/secret", - "tipo": "binario", - "descripcion": "", - "invocar": "/home/sito/COFRE/CODERS/SSB_SECRETS/SSB_3DCOMUNITY/secret" - }, - { - "nombre": "hello", - "carpeta": "CODERS", - "ruta": "/home/sito/COFRE/CODERS/assembler/hello", - "tipo": "binario", - "descripcion": "", - "invocar": "/home/sito/COFRE/CODERS/assembler/hello" - }, - { - "nombre": "phonesploitpro", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/phone/PhoneSploit-Pro/phonesploitpro.py", - "tipo": "python", - "descripcion": "Script : PhoneSploit Pro", - "invocar": "python3 /home/sito/COFRE/PENTESTERS/phone/PhoneSploit-Pro/phonesploitpro.py" - }, - { - "nombre": "cmsmap", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/CMSmap/cmsmap.py", - "tipo": "python", - "descripcion": "CMSmap is a python open source CMS scanner that automates the process of detecting security flaws of the most popular CMSs. The main purpose of CMSmap is to integrate common vulnerabilities for differ", - "invocar": "python3 /home/sito/COFRE/PENTESTERS/CMSmap/cmsmap.py" - }, - { - "nombre": "Dockerfile", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/CMSmap/setoolkit/Dockerfile", - "tipo": "binario", - "descripcion": "The Social-Engineer Toolkit (SET)", - "invocar": "/home/sito/COFRE/PENTESTERS/CMSmap/setoolkit/Dockerfile" - }, - { - "nombre": "version", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/CMSmap/cmsmap/version.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/PENTESTERS/CMSmap/cmsmap/version.py" - }, - { - "nombre": "PKG-INFO", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/CMSmap/cmsmap.egg-info/PKG-INFO", - "tipo": "binario", - "descripcion": "", - "invocar": "/home/sito/COFRE/PENTESTERS/CMSmap/cmsmap.egg-info/PKG-INFO" - }, - { - "nombre": "cropper", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/cropper-pentesting/cropper.py", - "tipo": "python", - "descripcion": "Cropper-Pentester-Tool para uso Institucional", - "invocar": "python3 /home/sito/COFRE/PENTESTERS/cropper-pentesting/cropper.py" - }, - { - "nombre": "mitm", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/cropper-pentesting/modules/mitm.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/PENTESTERS/cropper-pentesting/modules/mitm.py" - }, - { - "nombre": "colors", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/cropper-pentesting/modules/colors.py", - "tipo": "python", - "descripcion": "Author: Mrx04programmer Github : https://github.com/mrx04programmer", - "invocar": "python3 /home/sito/COFRE/PENTESTERS/cropper-pentesting/modules/colors.py" - }, - { - "nombre": "language_strings", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/airgeddon/language_strings.sh", - "tipo": "shell", - "descripcion": "Title........: language_strings.sh Description..: All the translated strings that airgeddon uses are located here. Author.......: v1s1t0r Bash Version.: 4.2 or later", - "invocar": "bash /home/sito/COFRE/PENTESTERS/airgeddon/language_strings.sh" - }, - { - "nombre": ".editorconfig", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/airgeddon/.editorconfig", - "tipo": "binario", - "descripcion": "This is a multi-use bash script for Linux systems to audit wireless networks.", - "invocar": "/home/sito/COFRE/PENTESTERS/airgeddon/.editorconfig" - }, - { - "nombre": "airgeddon", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/airgeddon/airgeddon.sh", - "tipo": "shell", - "descripcion": "Title........: airgeddon.sh Description..: This is a multi-use bash script for Linux systems to audit wireless networks. Author.......: v1s1t0r Version......: 11.21 Usage........: bash airgeddon.sh Ba", - "invocar": "bash /home/sito/COFRE/PENTESTERS/airgeddon/airgeddon.sh" - }, - { - "nombre": ".airgeddonrc", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/airgeddon/.airgeddonrc", - "tipo": "binario", - "descripcion": "This is a multi-use bash script for Linux systems to audit wireless networks.", - "invocar": "/home/sito/COFRE/PENTESTERS/airgeddon/.airgeddonrc" - }, - { - "nombre": "plugin_template", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/airgeddon/plugins/plugin_template.sh", - "tipo": "shell", - "descripcion": "Global shellcheck disabled warnings shellcheck disable=SC2034,SC2154", - "invocar": "bash /home/sito/COFRE/PENTESTERS/airgeddon/plugins/plugin_template.sh" - }, - { - "nombre": "missing_dependencies", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/airgeddon/plugins/missing_dependencies.sh", - "tipo": "shell", - "descripcion": "Global shellcheck disabled warnings shellcheck disable=SC2034", - "invocar": "bash /home/sito/COFRE/PENTESTERS/airgeddon/plugins/missing_dependencies.sh" - }, - { - "nombre": "carbon", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/Carbon/carbon.py", - "tipo": "python", - "descripcion": "
", - "invocar": "python3 /home/sito/COFRE/PENTESTERS/Carbon/carbon.py" - }, - { - "nombre": "pivotool", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/pivotool/pivotool.sh", - "tipo": "shell", - "descripcion": "pivotool -- by artusec # pivotool in ethical hacking, as expected, is a simple tool written in bash # that could help you in the post exploitati", - "invocar": "bash /home/sito/COFRE/PENTESTERS/pivotool/pivotool.sh" - }, - { - "nombre": "Dockerfile_SSH", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/pivotool/Dockerfile_SSH", - "tipo": "binario", - "descripcion": "", - "invocar": "/home/sito/COFRE/PENTESTERS/pivotool/Dockerfile_SSH" - }, - { - "nombre": "Dockerfile_Attacker", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/pivotool/Dockerfile_Attacker", - "tipo": "binario", - "descripcion": "", - "invocar": "/home/sito/COFRE/PENTESTERS/pivotool/Dockerfile_Attacker" - }, - { - "nombre": ".flake8", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/netdata/.flake8", - "tipo": "binario", - "descripcion": "", - "invocar": "/home/sito/COFRE/PENTESTERS/netdata/.flake8" - }, - { - "nombre": ".eslintrc", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/netdata/.eslintrc", - "tipo": "binario", - "descripcion": "", - "invocar": "/home/sito/COFRE/PENTESTERS/netdata/.eslintrc" - }, - { - "nombre": "cppcheck", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/netdata/cppcheck.sh", - "tipo": "shell", - "descripcion": "echo >>/tmp/cppcheck.log \"cppcheck ${*}\"", - "invocar": "bash /home/sito/COFRE/PENTESTERS/netdata/cppcheck.sh" - }, - { - "nombre": "netdata-installer", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/netdata/netdata-installer.sh", - "tipo": "shell", - "descripcion": "SPDX-License-Identifier: GPL-3.0-or-later", - "invocar": "bash /home/sito/COFRE/PENTESTERS/netdata/netdata-installer.sh" - }, - { - "nombre": "coverity-scan", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/netdata/coverity-scan.sh", - "tipo": "shell", - "descripcion": "Coverity scan script Copyright: SPDX-License-Identifier: GPL-3.0-or-later Author : Costa Tsaousis (costa@netdata.cloud) Author : Pawel Krupa (paulfantom)", - "invocar": "bash /home/sito/COFRE/PENTESTERS/netdata/coverity-scan.sh" - }, - { - "nombre": ".clang-format", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/netdata/.clang-format", - "tipo": "binario", - "descripcion": "", - "invocar": "/home/sito/COFRE/PENTESTERS/netdata/.clang-format" - }, - { - "nombre": ".dockerignore", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/netdata/.dockerignore", - "tipo": "binario", - "descripcion": "", - "invocar": "/home/sito/COFRE/PENTESTERS/netdata/.dockerignore" - }, - { - "nombre": ".gitmodules", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/netdata/.gitmodules", - "tipo": "binario", - "descripcion": "", - "invocar": "/home/sito/COFRE/PENTESTERS/netdata/.gitmodules" - }, - { - "nombre": ".eslintignore", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/netdata/.eslintignore", - "tipo": "binario", - "descripcion": "", - "invocar": "/home/sito/COFRE/PENTESTERS/netdata/.eslintignore" - }, - { - "nombre": "build", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/netdata/diagrams/build.sh", - "tipo": "shell", - "descripcion": "SPDX-License-Identifier: GPL-3.0-or-later", - "invocar": "bash /home/sito/COFRE/PENTESTERS/netdata/diagrams/build.sh" - }, - { - "nombre": "bundle-protobuf", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/netdata/packaging/bundle-protobuf.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/PENTESTERS/netdata/packaging/bundle-protobuf.sh" - }, - { - "nombre": "bundle-ebpf-co-re", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/netdata/packaging/bundle-ebpf-co-re.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/PENTESTERS/netdata/packaging/bundle-ebpf-co-re.sh" - }, - { - "nombre": "bundle-libbpf", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/netdata/packaging/bundle-libbpf.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/PENTESTERS/netdata/packaging/bundle-libbpf.sh" - }, - { - "nombre": "version", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/netdata/packaging/version", - "tipo": "binario", - "descripcion": "", - "invocar": "/home/sito/COFRE/PENTESTERS/netdata/packaging/version" - }, - { - "nombre": "check-kernel-config", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/netdata/packaging/check-kernel-config.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/PENTESTERS/netdata/packaging/check-kernel-config.sh" - }, - { - "nombre": "build_package_install_test", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/netdata/packaging/build_package_install_test.sh", - "tipo": "shell", - "descripcion": "SPDX-License-Identifier: GPL-3.0-or-later", - "invocar": "bash /home/sito/COFRE/PENTESTERS/netdata/packaging/build_package_install_test.sh" - }, - { - "nombre": "bundle-ebpf", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/netdata/packaging/bundle-ebpf.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/PENTESTERS/netdata/packaging/bundle-ebpf.sh" - }, - { - "nombre": "gen_docs_integrations", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/netdata/integrations/gen_docs_integrations.py", - "tipo": "python", - "descripcion": "Dictionary responsible for making the symbolic links at the end of the script's run.", - "invocar": "python3 /home/sito/COFRE/PENTESTERS/netdata/integrations/gen_docs_integrations.py" - }, - { - "nombre": "gen_integrations", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/netdata/integrations/gen_integrations.py", - "tipo": "python", - "descripcion": "To generate a copy of `integrations.js` locally, you will need:", - "invocar": "python3 /home/sito/COFRE/PENTESTERS/netdata/integrations/gen_integrations.py" - }, - { - "nombre": "check_collector_metadata", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/netdata/integrations/check_collector_metadata.py", - "tipo": "python", - "descripcion": "To generate a copy of `integrations.js` locally, you will need:", - "invocar": "python3 /home/sito/COFRE/PENTESTERS/netdata/integrations/check_collector_metadata.py" - }, - { - "nombre": ".install-type", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/netdata/system/.install-type", - "tipo": "binario", - "descripcion": "", - "invocar": "/home/sito/COFRE/PENTESTERS/netdata/system/.install-type" - }, - { - "nombre": "system-info", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/netdata/daemon/system-info.sh", - "tipo": "shell", - "descripcion": "------------------------------------------------------------------------------------------------- detect the kernel", - "invocar": "bash /home/sito/COFRE/PENTESTERS/netdata/daemon/system-info.sh" - }, - { - "nombre": "nc-exporting", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/netdata/exporting/nc-exporting.sh", - "tipo": "shell", - "descripcion": "SPDX-License-Identifier: GPL-3.0-or-later", - "invocar": "bash /home/sito/COFRE/PENTESTERS/netdata/exporting/nc-exporting.sh" - }, - { - "nombre": "requests", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/netdata/autom4te.cache/requests", - "tipo": "binario", - "descripcion": "", - "invocar": "/home/sito/COFRE/PENTESTERS/netdata/autom4te.cache/requests" - }, - { - "nombre": "evil_script", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/wifinator/evil_script.sh", - "tipo": "shell", - "descripcion": "Directorio para guardar los datos capturados", - "invocar": "bash /home/sito/COFRE/PENTESTERS/wifinator/evil_script.sh" - }, - { - "nombre": "wifi_monitor", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/wifinator/wifi_monitor.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/PENTESTERS/wifinator/wifi_monitor.py" - }, - { - "nombre": "netdiscover2", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/wifinator/netdiscover2/netdiscover2.sh", - "tipo": "shell", - "descripcion": "Configuración de la interfaz de red en modo monitor", - "invocar": "bash /home/sito/COFRE/PENTESTERS/wifinator/netdiscover2/netdiscover2.sh" - }, - { - "nombre": "graph", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/wifinator/netdiscover2/graph.py", - "tipo": "python", - "descripcion": "Extraer los nombres de las redes y las potencias en listas separadas", - "invocar": "python3 /home/sito/COFRE/PENTESTERS/wifinator/netdiscover2/graph.py" - }, - { - "nombre": "entrada_casa_real", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/wifinator/GUARDAR_WIFIS/entrada_casa_real", - "tipo": "binario", - "descripcion": "", - "invocar": "/home/sito/COFRE/PENTESTERS/wifinator/GUARDAR_WIFIS/entrada_casa_real" - }, - { - "nombre": "cni_dario_aparicio", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/wifinator/GUARDAR_WIFIS/cni_dario_aparicio", - "tipo": "binario", - "descripcion": "", - "invocar": "/home/sito/COFRE/PENTESTERS/wifinator/GUARDAR_WIFIS/cni_dario_aparicio" - }, - { - "nombre": "NMCLI_MONCLOA", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/wifinator/GUARDAR_WIFIS/NMCLI_MONCLOA", - "tipo": "binario", - "descripcion": "", - "invocar": "/home/sito/COFRE/PENTESTERS/wifinator/GUARDAR_WIFIS/NMCLI_MONCLOA" - }, - { - "nombre": "cni_principal", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/wifinator/GUARDAR_WIFIS/cni_principal", - "tipo": "binario", - "descripcion": "", - "invocar": "/home/sito/COFRE/PENTESTERS/wifinator/GUARDAR_WIFIS/cni_principal" - }, - { - "nombre": "generateCerts", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/OSWP/WiFiChallengeLab-docker/generateCerts.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/PENTESTERS/OSWP/WiFiChallengeLab-docker/generateCerts.sh" - }, - { - "nombre": "ancrypt", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/Anubis/ancrypt.py", - "tipo": "python", - "descripcion": "
", - "invocar": "python3 /home/sito/COFRE/PENTESTERS/Anubis/ancrypt.py" - }, - { - "nombre": "anubis", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/Anubis/anubis.py", - "tipo": "python", - "descripcion": "
", - "invocar": "python3 /home/sito/COFRE/PENTESTERS/Anubis/anubis.py" - }, - { - "nombre": "script-obf", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/Anubis/example/script-obf.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/PENTESTERS/Anubis/example/script-obf.py" - }, - { - "nombre": "script", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/Anubis/example/script.py", - "tipo": "python", - "descripcion": "Store the puzzle (problem) size and the number of valid solutions", - "invocar": "python3 /home/sito/COFRE/PENTESTERS/Anubis/example/script.py" - }, - { - "nombre": "Makefile", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/kismet/Makefile", - "tipo": "binario", - "descripcion": "https://www.kismetwireless.net", - "invocar": "/home/sito/COFRE/PENTESTERS/kismet/Makefile" - }, - { - "nombre": "README", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/kismet/protobuf_cpp/README", - "tipo": "binario", - "descripcion": "This directory is populated by the C++ compiled versions of the protobuf parsers; it will be", - "invocar": "/home/sito/COFRE/PENTESTERS/kismet/protobuf_cpp/README" - }, - { - "nombre": "kismetdb_strip_packets", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/kismet/log_tools/kismetdb_strip_packets", - "tipo": "binario", - "descripcion": "", - "invocar": "/home/sito/COFRE/PENTESTERS/kismet/log_tools/kismetdb_strip_packets" - }, - { - "nombre": "make_version_h", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/kismet/tools/make_version_h.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/PENTESTERS/kismet/tools/make_version_h.py" - }, - { - "nombre": "compile_uav_conf", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/kismet/tools/compile_uav_conf.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/PENTESTERS/kismet/tools/compile_uav_conf.py" - }, - { - "nombre": "create_icao_db", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/kismet/tools/create_icao_db.py", - "tipo": "python", - "descripcion": "Downloads http://registry.faa.gov/database/ReleasableAircraft.zip and extracts it in ram to generate the aircraft ICAO database. Used during Kismet release tagging to generate the aircraft db", - "invocar": "python3 /home/sito/COFRE/PENTESTERS/kismet/tools/create_icao_db.py" - }, - { - "nombre": "create_oui_db", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/kismet/tools/create_oui_db.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/PENTESTERS/kismet/tools/create_oui_db.py" - }, - { - "nombre": "Changelog", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/lscript/Changelog", - "tipo": "binario", - "descripcion": "*The lazy script has not been updated for a while due to me being very busy with my life. I will try my best to upload an update when I find the time*", - "invocar": "/home/sito/COFRE/PENTESTERS/lscript/Changelog" - }, - { - "nombre": "l132", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/lscript/ls/l132.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/PENTESTERS/lscript/ls/l132.sh" - }, - { - "nombre": "l131", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/lscript/ls/l131.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/PENTESTERS/lscript/ls/l131.sh" - }, - { - "nombre": "l133", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/lscript/ls/l133.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/PENTESTERS/lscript/ls/l133.sh" - }, - { - "nombre": "MANIFEST", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/exiftool/MANIFEST", - "tipo": "binario", - "descripcion": "ExifTool by Phil Harvey (philharvey66 at gmail.com)", - "invocar": "/home/sito/COFRE/PENTESTERS/exiftool/MANIFEST" - }, - { - "nombre": "Changes", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/exiftool/Changes", - "tipo": "binario", - "descripcion": "ExifTool by Phil Harvey (philharvey66 at gmail.com)", - "invocar": "/home/sito/COFRE/PENTESTERS/exiftool/Changes" - }, - { - "nombre": "build_collector", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/CrackMapExec/build_collector.py", - "tipo": "python", - "descripcion": "-*- coding: utf-8 -*-", - "invocar": "python3 /home/sito/COFRE/PENTESTERS/CrackMapExec/build_collector.py" - }, - { - "nombre": "logger", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/CrackMapExec/cme/logger.py", - "tipo": "python", - "descripcion": "-*- coding: utf-8 -*-", - "invocar": "python3 /home/sito/COFRE/PENTESTERS/CrackMapExec/cme/logger.py" - }, - { - "nombre": "context", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/CrackMapExec/cme/context.py", - "tipo": "python", - "descripcion": "-*- coding: utf-8 -*-", - "invocar": "python3 /home/sito/COFRE/PENTESTERS/CrackMapExec/cme/context.py" - }, - { - "nombre": "crackmapexec", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/CrackMapExec/cme/crackmapexec.py", - "tipo": "python", - "descripcion": "-*- coding: utf-8 -*-", - "invocar": "python3 /home/sito/COFRE/PENTESTERS/CrackMapExec/cme/crackmapexec.py" - }, - { - "nombre": "cmedb", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/CrackMapExec/cme/cmedb.py", - "tipo": "python", - "descripcion": "-*- coding: utf-8 -*-", - "invocar": "python3 /home/sito/COFRE/PENTESTERS/CrackMapExec/cme/cmedb.py" - }, - { - "nombre": "connection", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/CrackMapExec/cme/connection.py", - "tipo": "python", - "descripcion": "-*- coding: utf-8 -*-", - "invocar": "python3 /home/sito/COFRE/PENTESTERS/CrackMapExec/cme/connection.py" - }, - { - "nombre": "first_run", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/CrackMapExec/cme/first_run.py", - "tipo": "python", - "descripcion": "-*- coding: utf-8 -*-", - "invocar": "python3 /home/sito/COFRE/PENTESTERS/CrackMapExec/cme/first_run.py" - }, - { - "nombre": "cli", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/CrackMapExec/cme/cli.py", - "tipo": "python", - "descripcion": "-*- coding: utf-8 -*-", - "invocar": "python3 /home/sito/COFRE/PENTESTERS/CrackMapExec/cme/cli.py" - }, - { - "nombre": "wifi_troll", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/wifi_troll/Wifi_Troll/wifi_troll.sh", - "tipo": "shell", - "descripcion": "Herramienta creada por XDeadHackerX", - "invocar": "bash /home/sito/COFRE/PENTESTERS/wifi_troll/Wifi_Troll/wifi_troll.sh" - }, - { - "nombre": "agent", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/ligolo-ng/agent", - "tipo": "binario", - "descripcion": "Ligolo-ng : Tunneling like a VPN", - "invocar": "/home/sito/COFRE/PENTESTERS/ligolo-ng/agent" - }, - { - "nombre": "proxy", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/ligolo-ng/proxy", - "tipo": "binario", - "descripcion": "Ligolo-ng : Tunneling like a VPN", - "invocar": "/home/sito/COFRE/PENTESTERS/ligolo-ng/proxy" - }, - { - "nombre": "cd", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/wireshark/cd", - "tipo": "binario", - "descripcion": "", - "invocar": "/home/sito/COFRE/PENTESTERS/wireshark/cd" - }, - { - "nombre": "ENERO_ANDROID_PRUEBA", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/wireshark/ENERO_ANDROID_PRUEBA", - "tipo": "binario", - "descripcion": "", - "invocar": "/home/sito/COFRE/PENTESTERS/wireshark/ENERO_ANDROID_PRUEBA" - }, - { - "nombre": "85763edcb2114358b8ff8490b0bfa3ba", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/BurpSuiteCommunity/burpbrowser/85763edcb2114358b8ff8490b0bfa3ba", - "tipo": "binario", - "descripcion": "", - "invocar": "/home/sito/COFRE/PENTESTERS/BurpSuiteCommunity/burpbrowser/85763edcb2114358b8ff8490b0bfa3ba" - }, - { - "nombre": "release", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/BurpSuiteCommunity/jre/release", - "tipo": "binario", - "descripcion": "", - "invocar": "/home/sito/COFRE/PENTESTERS/BurpSuiteCommunity/jre/release" - }, - { - "nombre": "Licence", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/Wi-Fi-Jammer/Licence", - "tipo": "binario", - "descripcion": "

", - "invocar": "/home/sito/COFRE/PENTESTERS/Wi-Fi-Jammer/Licence" - }, - { - "nombre": "wifijammer", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/Wi-Fi-Jammer/wifijammer.py", - "tipo": "python", - "descripcion": "

", - "invocar": "python3 /home/sito/COFRE/PENTESTERS/Wi-Fi-Jammer/wifijammer.py" - }, - { - "nombre": "add_mitre_tags", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/PEASS-ng/scripts/add_mitre_tags.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/PENTESTERS/PEASS-ng/scripts/add_mitre_tags.py" - }, - { - "nombre": "peas2json", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/PEASS-ng/parsers/peas2json.py", - "tipo": "python", - "descripcion": "Pattern to identify main section titles", - "invocar": "python3 /home/sito/COFRE/PENTESTERS/PEASS-ng/parsers/peas2json.py" - }, - { - "nombre": "json2pdf", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/PEASS-ng/parsers/json2pdf.py", - "tipo": "python", - "descripcion": "Privilege Escalation Awesome Scripts Parsers", - "invocar": "python3 /home/sito/COFRE/PENTESTERS/PEASS-ng/parsers/json2pdf.py" - }, - { - "nombre": "validate_windows_version_defs", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/PEASS-ng/build_lists/validate_windows_version_defs.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/PENTESTERS/PEASS-ng/build_lists/validate_windows_version_defs.py" - }, - { - "nombre": "download_regexes", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/PEASS-ng/build_lists/download_regexes.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/PENTESTERS/PEASS-ng/build_lists/download_regexes.py" - }, - { - "nombre": "update_windows_version_defs", - "carpeta": "PENTESTERS", - "ruta": "/home/sito/COFRE/PENTESTERS/PEASS-ng/build_lists/update_windows_version_defs.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/PENTESTERS/PEASS-ng/build_lists/update_windows_version_defs.py" - }, - { - "nombre": "xpath_compile", - "carpeta": "AUTOMATAS", - "ruta": "/home/sito/COFRE/AUTOMATAS/InstaPy/instapy/xpath_compile.py", - "tipo": "python", - "descripcion": "-*- coding: utf-8 -*-", - "invocar": "python3 /home/sito/COFRE/AUTOMATAS/InstaPy/instapy/xpath_compile.py" - }, - { - "nombre": "options", - "carpeta": "DOSER", - "ruta": "/home/sito/COFRE/DOSER/psy/Border-Check/options.py", - "tipo": "python", - "descripcion": "BC (Border-Check) is a tool to retrieve info of traceroute tests over website navigation routes.", - "invocar": "python3 /home/sito/COFRE/DOSER/psy/Border-Check/options.py" - }, - { - "nombre": "xml_exporter", - "carpeta": "DOSER", - "ruta": "/home/sito/COFRE/DOSER/psy/Border-Check/xml_exporter.py", - "tipo": "python", - "descripcion": "-*- coding: iso-8859-15 -*-", - "invocar": "python3 /home/sito/COFRE/DOSER/psy/Border-Check/xml_exporter.py" - }, - { - "nombre": "get-pip", - "carpeta": "DOSER", - "ruta": "/home/sito/COFRE/DOSER/psy/Border-Check/get-pip.py", - "tipo": "python", - "descripcion": "You may be wondering what this giant blob of binary data here is, you might even be worried that we're up to something nefarious (good for you for being paranoid!). This is a base85 encoding of a zip ", - "invocar": "python3 /home/sito/COFRE/DOSER/psy/Border-Check/get-pip.py" - }, - { - "nombre": "webserver", - "carpeta": "DOSER", - "ruta": "/home/sito/COFRE/DOSER/psy/Border-Check/webserver.py", - "tipo": "python", - "descripcion": "-*- coding: iso-8859-15 -*-", - "invocar": "python3 /home/sito/COFRE/DOSER/psy/Border-Check/webserver.py" - }, - { - "nombre": "config", - "carpeta": "DOSER", - "ruta": "/home/sito/COFRE/DOSER/psy/Border-Check/config.py", - "tipo": "python", - "descripcion": "Border Check (BC) is a browser extension that illustrates the physical and political realities of the internet's infrastructure using free software tools.", - "invocar": "python3 /home/sito/COFRE/DOSER/psy/Border-Check/config.py" - }, - { - "nombre": "loic-net4.0", - "carpeta": "DOSER", - "ruta": "/home/sito/COFRE/DOSER/loicinstaller/LOIC/loic-net4.0.sh", - "tipo": "shell", - "descripcion": "Copyfuck © 2010 q Edited by NewEraCracker This script installs, updates and runs LOIC on Linux. Supported distributions:", - "invocar": "bash /home/sito/COFRE/DOSER/loicinstaller/LOIC/loic-net4.0.sh" - }, - { - "nombre": "WORK_IN_PROGRESS", - "carpeta": "DOSER", - "ruta": "/home/sito/COFRE/DOSER/loicinstaller/LOIC/WORK_IN_PROGRESS", - "tipo": "binario", - "descripcion": "Low Orbit Ion Cannon (**LOIC**) is an open source network stress tool, written in C#.", - "invocar": "/home/sito/COFRE/DOSER/loicinstaller/LOIC/WORK_IN_PROGRESS" - }, - { - "nombre": "loic", - "carpeta": "DOSER", - "ruta": "/home/sito/COFRE/DOSER/loicinstaller/LOIC/loic.sh", - "tipo": "shell", - "descripcion": "Copyfuck © 2010 q Edited by NewEraCracker This script installs, updates and runs LOIC on Linux. Supported distributions:", - "invocar": "bash /home/sito/COFRE/DOSER/loicinstaller/LOIC/loic.sh" - }, - { - "nombre": "covbuild", - "carpeta": "HARD-WARERS", - "ruta": "/home/sito/COFRE/HARD-WARERS/proxmark3/covbuild.sh", - "tipo": "shell", - "descripcion": "The Proxmark3 is the swiss-army tool of RFID, allowing for interactions with the vast majority of RFID tags on a global scale. Originally built by Jonathan Westhues, the device is now the goto tool fo", - "invocar": "bash /home/sito/COFRE/HARD-WARERS/proxmark3/covbuild.sh" - }, - { - "nombre": "covconfig", - "carpeta": "HARD-WARERS", - "ruta": "/home/sito/COFRE/HARD-WARERS/proxmark3/covconfig.sh", - "tipo": "shell", - "descripcion": "cov-configure --list-configured-compilers text", - "invocar": "bash /home/sito/COFRE/HARD-WARERS/proxmark3/covconfig.sh" - }, - { - "nombre": ".mailmap", - "carpeta": "HARD-WARERS", - "ruta": "/home/sito/COFRE/HARD-WARERS/proxmark3/.mailmap", - "tipo": "binario", - "descripcion": "The Proxmark3 is the swiss-army tool of RFID, allowing for interactions with the vast majority of RFID tags on a global scale. Originally built by Jonathan Westhues, the device is now the goto tool fo", - "invocar": "/home/sito/COFRE/HARD-WARERS/proxmark3/.mailmap" - }, - { - "nombre": ".lsan_suppressions", - "carpeta": "HARD-WARERS", - "ruta": "/home/sito/COFRE/HARD-WARERS/proxmark3/.lsan_suppressions", - "tipo": "binario", - "descripcion": "The Proxmark3 is the swiss-army tool of RFID, allowing for interactions with the vast majority of RFID tags on a global scale. Originally built by Jonathan Westhues, the device is now the goto tool fo", - "invocar": "/home/sito/COFRE/HARD-WARERS/proxmark3/.lsan_suppressions" - }, - { - "nombre": "covsubmit", - "carpeta": "HARD-WARERS", - "ruta": "/home/sito/COFRE/HARD-WARERS/proxmark3/covsubmit.sh", - "tipo": "shell", - "descripcion": "delete all previous tarballs", - "invocar": "bash /home/sito/COFRE/HARD-WARERS/proxmark3/covsubmit.sh" - }, - { - "nombre": "lf_IDTECK_idk50_PSK", - "carpeta": "HARD-WARERS", - "ruta": "/home/sito/COFRE/HARD-WARERS/proxmark3/traces/lf_IDTECK_idk50_PSK", - "tipo": "binario", - "descripcion": "* `.pm3` are analog signal files to be loaded with `data load` and displayed with `data plot`", - "invocar": "/home/sito/COFRE/HARD-WARERS/proxmark3/traces/lf_IDTECK_idk50_PSK" - }, - { - "nombre": "ldscript", - "carpeta": "HARD-WARERS", - "ruta": "/home/sito/COFRE/HARD-WARERS/proxmark3/armsrc/ldscript", - "tipo": "binario", - "descripcion": "", - "invocar": "/home/sito/COFRE/HARD-WARERS/proxmark3/armsrc/ldscript" - }, - { - "nombre": "update_amiibo_tools_lua", - "carpeta": "HARD-WARERS", - "ruta": "/home/sito/COFRE/HARD-WARERS/proxmark3/client/update_amiibo_tools_lua.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/HARD-WARERS/proxmark3/client/update_amiibo_tools_lua.py" - }, - { - "nombre": "atr_scrap_pcsctools", - "carpeta": "HARD-WARERS", - "ruta": "/home/sito/COFRE/HARD-WARERS/proxmark3/client/atr_scrap_pcsctools.py", - "tipo": "python", - "descripcion": "----------------------------------------------------------------------------- Copyright (C) Proxmark3 contributors. See AUTHORS.md for details. This program is free software: you can redistribute it a", - "invocar": "python3 /home/sito/COFRE/HARD-WARERS/proxmark3/client/atr_scrap_pcsctools.py" - }, - { - "nombre": "README-bitlib", - "carpeta": "HARD-WARERS", - "ruta": "/home/sito/COFRE/HARD-WARERS/proxmark3/client/README-bitlib", - "tipo": "binario", - "descripcion": "", - "invocar": "/home/sito/COFRE/HARD-WARERS/proxmark3/client/README-bitlib" - }, - { - "nombre": "gen_pm3mfsim_script", - "carpeta": "HARD-WARERS", - "ruta": "/home/sito/COFRE/HARD-WARERS/proxmark3/client/gen_pm3mfsim_script.sh", - "tipo": "shell", - "descripcion": "Andrei Costin , 2011 gen_pm3mfsim_script.sh Generates Mifare Classic emulation script file that will load a given EML dump into PM3 and start emulation automagically", - "invocar": "bash /home/sito/COFRE/HARD-WARERS/proxmark3/client/gen_pm3mfsim_script.sh" - }, - { - "nombre": "emojis_scrap_github", - "carpeta": "HARD-WARERS", - "ruta": "/home/sito/COFRE/HARD-WARERS/proxmark3/client/emojis_scrap_github.py", - "tipo": "python", - "descripcion": "----------------------------------------------------------------------------- Borrowed initially from https://github.com/mrowa44/emojify Copyright (c) 2015 Justyna Rachowicz Copyright (C) Proxmark3 co", - "invocar": "python3 /home/sito/COFRE/HARD-WARERS/proxmark3/client/emojis_scrap_github.py" - }, - { - "nombre": "proxmark3", - "carpeta": "HARD-WARERS", - "ruta": "/home/sito/COFRE/HARD-WARERS/proxmark3/client/proxmark3", - "tipo": "binario", - "descripcion": "", - "invocar": "/home/sito/COFRE/HARD-WARERS/proxmark3/client/proxmark3" - }, - { - "nombre": "build-all", - "carpeta": "HARD-WARERS", - "ruta": "/home/sito/COFRE/HARD-WARERS/proxmark3/docker/build-all.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/HARD-WARERS/proxmark3/docker/build-all.sh" - }, - { - "nombre": "get_lz4", - "carpeta": "HARD-WARERS", - "ruta": "/home/sito/COFRE/HARD-WARERS/proxmark3/common/get_lz4.sh", - "tipo": "shell", - "descripcion": "Copyright (C) Proxmark3 contributors. See AUTHORS.md for details. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published", - "invocar": "bash /home/sito/COFRE/HARD-WARERS/proxmark3/common/get_lz4.sh" - }, - { - "nombre": "ldscript-flash", - "carpeta": "HARD-WARERS", - "ruta": "/home/sito/COFRE/HARD-WARERS/proxmark3/bootrom/ldscript-flash", - "tipo": "binario", - "descripcion": "", - "invocar": "/home/sito/COFRE/HARD-WARERS/proxmark3/bootrom/ldscript-flash" - }, - { - "nombre": "pm3_mfd2eml", - "carpeta": "HARD-WARERS", - "ruta": "/home/sito/COFRE/HARD-WARERS/proxmark3/tools/pm3_mfd2eml.py", - "tipo": "python", - "descripcion": "# Andrei Costin , 2011", - "invocar": "python3 /home/sito/COFRE/HARD-WARERS/proxmark3/tools/pm3_mfd2eml.py" - }, - { - "nombre": "build_all_firmwares", - "carpeta": "HARD-WARERS", - "ruta": "/home/sito/COFRE/HARD-WARERS/proxmark3/tools/build_all_firmwares.sh", - "tipo": "shell", - "descripcion": "(Need bash because of Bash Arrays) ----------------------------------------------------------------------------- Copyright (C) Proxmark3 contributors. See AUTHORS.md for details. This program is free ", - "invocar": "bash /home/sito/COFRE/HARD-WARERS/proxmark3/tools/build_all_firmwares.sh" - }, - { - "nombre": "pm3_eml2upper", - "carpeta": "HARD-WARERS", - "ruta": "/home/sito/COFRE/HARD-WARERS/proxmark3/tools/pm3_eml2upper.sh", - "tipo": "shell", - "descripcion": "Andrei Costin , 2011 pm3_eml2upper.sh Converts PM3 Mifare Classic emulator EML file to UPPER case (for easier comparison in some text-comparison tools)", - "invocar": "bash /home/sito/COFRE/HARD-WARERS/proxmark3/tools/pm3_eml2upper.sh" - }, - { - "nombre": "pm3_eml2mfd", - "carpeta": "HARD-WARERS", - "ruta": "/home/sito/COFRE/HARD-WARERS/proxmark3/tools/pm3_eml2mfd.py", - "tipo": "python", - "descripcion": "# Andrei Costin , 2011", - "invocar": "python3 /home/sito/COFRE/HARD-WARERS/proxmark3/tools/pm3_eml2mfd.py" - }, - { - "nombre": "analyzesize", - "carpeta": "HARD-WARERS", - "ruta": "/home/sito/COFRE/HARD-WARERS/proxmark3/tools/analyzesize.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/HARD-WARERS/proxmark3/tools/analyzesize.py" - }, - { - "nombre": "pm3_eml2lower", - "carpeta": "HARD-WARERS", - "ruta": "/home/sito/COFRE/HARD-WARERS/proxmark3/tools/pm3_eml2lower.sh", - "tipo": "shell", - "descripcion": "Andrei Costin , 2011 pm3_eml2lower.sh Converts PM3 Mifare Classic emulator EML file to lower case (for easier comparison in some text-comparison tools)", - "invocar": "bash /home/sito/COFRE/HARD-WARERS/proxmark3/tools/pm3_eml2lower.sh" - }, - { - "nombre": "xorcheck", - "carpeta": "HARD-WARERS", - "ruta": "/home/sito/COFRE/HARD-WARERS/proxmark3/tools/xorcheck.py", - "tipo": "python", - "descripcion": "xorcheck.py - find xor values for 8-bit LRC Adam Laurie http://rfidiot.org/ This code is copyright (c) Adam Laurie, 2009, All rights reserved.", - "invocar": "python3 /home/sito/COFRE/HARD-WARERS/proxmark3/tools/xorcheck.py" - }, - { - "nombre": "pm3_reblay-emulating", - "carpeta": "HARD-WARERS", - "ruta": "/home/sito/COFRE/HARD-WARERS/proxmark3/tools/pm3_reblay-emulating.py", - "tipo": "python", - "descripcion": "//-----------------------------------------------------------------------------", - "invocar": "python3 /home/sito/COFRE/HARD-WARERS/proxmark3/tools/pm3_reblay-emulating.py" - }, - { - "nombre": "pm3_online_check", - "carpeta": "HARD-WARERS", - "ruta": "/home/sito/COFRE/HARD-WARERS/proxmark3/tools/pm3_online_check.py", - "tipo": "python", - "descripcion": "pm3_online_check.py Christian Herrmann, Iceman, 2020 version = 'v1.0.5'", - "invocar": "python3 /home/sito/COFRE/HARD-WARERS/proxmark3/tools/pm3_online_check.py" - }, - { - "nombre": "recover_pk", - "carpeta": "HARD-WARERS", - "ruta": "/home/sito/COFRE/HARD-WARERS/proxmark3/tools/recover_pk.py", - "tipo": "python", - "descripcion": "Copyright (c) 2020 @doegox", - "invocar": "python3 /home/sito/COFRE/HARD-WARERS/proxmark3/tools/recover_pk.py" - }, - { - "nombre": "pm3_reblay-reading", - "carpeta": "HARD-WARERS", - "ruta": "/home/sito/COFRE/HARD-WARERS/proxmark3/tools/pm3_reblay-reading.py", - "tipo": "python", - "descripcion": "//-----------------------------------------------------------------------------", - "invocar": "python3 /home/sito/COFRE/HARD-WARERS/proxmark3/tools/pm3_reblay-reading.py" - }, - { - "nombre": "release_tests", - "carpeta": "HARD-WARERS", - "ruta": "/home/sito/COFRE/HARD-WARERS/proxmark3/tools/release_tests.sh", - "tipo": "shell", - "descripcion": "To be run from proxmark3 root directory", - "invocar": "bash /home/sito/COFRE/HARD-WARERS/proxmark3/tools/release_tests.sh" - }, - { - "nombre": "pm3_eml_mfd_test", - "carpeta": "HARD-WARERS", - "ruta": "/home/sito/COFRE/HARD-WARERS/proxmark3/tools/pm3_eml_mfd_test.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/HARD-WARERS/proxmark3/tools/pm3_eml_mfd_test.py" - }, - { - "nombre": "pm3_mfdread", - "carpeta": "HARD-WARERS", - "ruta": "/home/sito/COFRE/HARD-WARERS/proxmark3/tools/pm3_mfdread.py", - "tipo": "python", - "descripcion": "-*- coding: utf-8 -*-", - "invocar": "python3 /home/sito/COFRE/HARD-WARERS/proxmark3/tools/pm3_mfdread.py" - }, - { - "nombre": "pm3_key_file_diff", - "carpeta": "HARD-WARERS", - "ruta": "/home/sito/COFRE/HARD-WARERS/proxmark3/tools/pm3_key_file_diff.py", - "tipo": "python", - "descripcion": "-*- coding: utf-8 -*-", - "invocar": "python3 /home/sito/COFRE/HARD-WARERS/proxmark3/tools/pm3_key_file_diff.py" - }, - { - "nombre": "findbits", - "carpeta": "HARD-WARERS", - "ruta": "/home/sito/COFRE/HARD-WARERS/proxmark3/tools/findbits.py", - "tipo": "python", - "descripcion": "findbits.py - find Binary, Octal, Decimal or Hex number in bitstream Adam Laurie http://rfidiot.org/ This code is copyright (c) Adam Laurie, 2009, All rights reserved.", - "invocar": "python3 /home/sito/COFRE/HARD-WARERS/proxmark3/tools/findbits.py" - }, - { - "nombre": "pm3_tests", - "carpeta": "HARD-WARERS", - "ruta": "/home/sito/COFRE/HARD-WARERS/proxmark3/tools/pm3_tests.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/HARD-WARERS/proxmark3/tools/pm3_tests.sh" - }, - { - "nombre": "mkversion", - "carpeta": "HARD-WARERS", - "ruta": "/home/sito/COFRE/HARD-WARERS/proxmark3/tools/mkversion.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/HARD-WARERS/proxmark3/tools/mkversion.sh" - }, - { - "nombre": "pm3_pm32wav", - "carpeta": "HARD-WARERS", - "ruta": "/home/sito/COFRE/HARD-WARERS/proxmark3/tools/pm3_pm32wav.py", - "tipo": "python", - "descripcion": "Simple script to convert pm3 traces to something audible", - "invocar": "python3 /home/sito/COFRE/HARD-WARERS/proxmark3/tools/pm3_pm32wav.py" - }, - { - "nombre": "pm3_mf7b_wipe", - "carpeta": "HARD-WARERS", - "ruta": "/home/sito/COFRE/HARD-WARERS/proxmark3/tools/pm3_mf7b_wipe.py", - "tipo": "python", - "descripcion": "-*- coding: utf-8 -*- VULNERS OPENSOURCE __________________ Vulners Project [https://vulners.com] All Rights Reserved.", - "invocar": "python3 /home/sito/COFRE/HARD-WARERS/proxmark3/tools/pm3_mf7b_wipe.py" - }, - { - "nombre": "findbits_test", - "carpeta": "HARD-WARERS", - "ruta": "/home/sito/COFRE/HARD-WARERS/proxmark3/tools/findbits_test.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/HARD-WARERS/proxmark3/tools/findbits_test.py" - }, - { - "nombre": ".htaccess", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/RAT_collection/Fragus/.htaccess", - "tipo": "binario", - "descripcion": "", - "invocar": "/home/sito/COFRE/PHISHERS/RAT_collection/Fragus/.htaccess" - }, - { - "nombre": "ratte_module", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/setoolkit/modules/ratte_module.py", - "tipo": "python", - "descripcion": "These are required fields", - "invocar": "python3 /home/sito/COFRE/PHISHERS/setoolkit/modules/ratte_module.py" - }, - { - "nombre": "ratte_only_module", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/setoolkit/modules/ratte_only_module.py", - "tipo": "python", - "descripcion": "These are required fields", - "invocar": "python3 /home/sito/COFRE/PHISHERS/setoolkit/modules/ratte_only_module.py" - }, - { - "nombre": "google_analytics_attack", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/setoolkit/modules/google_analytics_attack.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/PHISHERS/setoolkit/modules/google_analytics_attack.py" - }, - { - "nombre": "CREDITS", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/setoolkit/readme/CREDITS", - "tipo": "binario", - "descripcion": "", - "invocar": "/home/sito/COFRE/PHISHERS/setoolkit/readme/CREDITS" - }, - { - "nombre": "eggshell", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/EggShell-RAT/eggshell.py", - "tipo": "python", - "descripcion": "Created By lucas.py 8-18-16 TODO: Gain root, and fix for any system() call locally", - "invocar": "python3 /home/sito/COFRE/PHISHERS/EggShell-RAT/eggshell.py" - }, - { - "nombre": "PowershellRAT", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/Powershell-RAT/PowershellRAT.py", - "tipo": "python", - "descripcion": "Python based backdoor that uses Gmail to exfiltrate data as an e-mail attachment.", - "invocar": "python3 /home/sito/COFRE/PHISHERS/Powershell-RAT/PowershellRAT.py" - }, - { - "nombre": "updater", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/thorse/updater.py", - "tipo": "python", - "descripcion": "

THorse

", - "invocar": "python3 /home/sito/COFRE/PHISHERS/thorse/updater.py" - }, - { - "nombre": "encrypt_code", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/thorse/encrypt_code.py", - "tipo": "python", - "descripcion": "

THorse

", - "invocar": "python3 /home/sito/COFRE/PHISHERS/thorse/encrypt_code.py" - }, - { - "nombre": "payload", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/thorse/payload.py", - "tipo": "python", - "descripcion": "============================================================== 4,8 to 11 lines for \"send_mail_with_attachment()\" function ==============================================================", - "invocar": "python3 /home/sito/COFRE/PHISHERS/thorse/payload.py" - }, - { - "nombre": "installer_linux", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/thorse/installer_linux.sh", - "tipo": "shell", - "descripcion": "

THorse

", - "invocar": "bash /home/sito/COFRE/PHISHERS/thorse/installer_linux.sh" - }, - { - "nombre": "get_chrome_pass", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/thorse/get_chrome_pass.py", - "tipo": "python", - "descripcion": "

THorse

", - "invocar": "python3 /home/sito/COFRE/PHISHERS/thorse/get_chrome_pass.py" - }, - { - "nombre": "installer_linux", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/thorse/installer_linux.py", - "tipo": "python", - "descripcion": "

THorse

", - "invocar": "python3 /home/sito/COFRE/PHISHERS/thorse/installer_linux.py" - }, - { - "nombre": "paygen", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/thorse/paygen.py", - "tipo": "python", - "descripcion": "

THorse

", - "invocar": "python3 /home/sito/COFRE/PHISHERS/thorse/paygen.py" - }, - { - "nombre": "password_stealer", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/thorse/password_stealer.py", - "tipo": "python", - "descripcion": "

THorse

", - "invocar": "python3 /home/sito/COFRE/PHISHERS/thorse/password_stealer.py" - }, - { - "nombre": "get_wifi_pass", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/thorse/get_wifi_pass.py", - "tipo": "python", - "descripcion": "

THorse

", - "invocar": "python3 /home/sito/COFRE/PHISHERS/thorse/get_wifi_pass.py" - }, - { - "nombre": "banners", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/thorse/banners.py", - "tipo": "python", - "descripcion": "

THorse

", - "invocar": "python3 /home/sito/COFRE/PHISHERS/thorse/banners.py" - }, - { - "nombre": "pylintrc", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/wifiphisher/pylintrc", - "tipo": "binario", - "descripcion": "

", - "invocar": "/home/sito/COFRE/PHISHERS/wifiphisher/pylintrc" - }, - { - "nombre": "pywifiphisher", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/wifiphisher/wifiphisher/pywifiphisher.py", - "tipo": "python", - "descripcion": "-*- coding: utf-8 -*- pylint: skip-file", - "invocar": "python3 /home/sito/COFRE/PHISHERS/wifiphisher/wifiphisher/pywifiphisher.py" - }, - { - "nombre": "prep_file", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/theZoo/prep_file.py", - "tipo": "python", - "descripcion": "Name: Prep File", - "invocar": "python3 /home/sito/COFRE/PHISHERS/theZoo/prep_file.py" - }, - { - "nombre": "theZoo", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/theZoo/theZoo.py", - "tipo": "python", - "descripcion": "Malware DB - the most awesome free malware database on the air Copyright (C) 2014, Yuval Nativ, Lahad Ludar, 5Fingers", - "invocar": "python3 /home/sito/COFRE/PHISHERS/theZoo/theZoo.py" - }, - { - "nombre": "update_handler", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/theZoo/imports/update_handler.py", - "tipo": "python", - "descripcion": "Malware DB - the most awesome free malware database on the air Copyright (C) 2014, Yuval Nativ, Lahad Ludar, 5Fingers", - "invocar": "python3 /home/sito/COFRE/PHISHERS/theZoo/imports/update_handler.py" - }, - { - "nombre": "terminal_handler", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/theZoo/imports/terminal_handler.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/PHISHERS/theZoo/imports/terminal_handler.py" - }, - { - "nombre": "globals", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/theZoo/imports/globals.py", - "tipo": "python", - "descripcion": "Malware DB - the most awesome free malware database on the air Copyright (C) 2014, Yuval Nativ, Lahad Ludar, 5Fingers", - "invocar": "python3 /home/sito/COFRE/PHISHERS/theZoo/imports/globals.py" - }, - { - "nombre": "manysearches", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/theZoo/imports/manysearches.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/PHISHERS/theZoo/imports/manysearches.py" - }, - { - "nombre": "eula_handler", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/theZoo/imports/eula_handler.py", - "tipo": "python", - "descripcion": "Malware DB - the most awesome free malware database on the air Copyright (C) 2014, Yuval Nativ, Lahad Ludar, 5Fingers", - "invocar": "python3 /home/sito/COFRE/PHISHERS/theZoo/imports/eula_handler.py" - }, - { - "nombre": "winreadline", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/theZoo/imports/winreadline.py", - "tipo": "python", - "descripcion": "readline.py -- Readline Alternative for Windows", - "invocar": "python3 /home/sito/COFRE/PHISHERS/theZoo/imports/winreadline.py" - }, - { - "nombre": "muchmuchstrings", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/theZoo/imports/muchmuchstrings.py", - "tipo": "python", - "descripcion": "Malware DB - the most awesome free malware database on the air Copyright (C) 2014, Yuval Nativ, Lahad Ludar, 5Fingers", - "invocar": "python3 /home/sito/COFRE/PHISHERS/theZoo/imports/muchmuchstrings.py" - }, - { - "nombre": "db_handler", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/theZoo/imports/db_handler.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/PHISHERS/theZoo/imports/db_handler.py" - }, - { - "nombre": "prettytable", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/theZoo/imports/prettytable.py", - "tipo": "python", - "descripcion": "Copyright (c) 2009-2013, Luke Maurits All rights reserved. With contributions from: * Klein Stephane", - "invocar": "python3 /home/sito/COFRE/PHISHERS/theZoo/imports/prettytable.py" - }, - { - "nombre": "build", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/GonnaCry/src/build.py", - "tipo": "python", - "descripcion": "This directory contains the Python original code of the GonnaCry ransomware", - "invocar": "python3 /home/sito/COFRE/PHISHERS/GonnaCry/src/build.py" - }, - { - "nombre": "active_scan", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/datasploit/active_scan.py", - "tipo": "python", - "descripcion": "* Performs OSINT on a domain / email / username / phone and find out information from different sources.", - "invocar": "python3 /home/sito/COFRE/PHISHERS/datasploit/active_scan.py" - }, - { - "nombre": "config_sample", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/datasploit/config_sample.py", - "tipo": "python", - "descripcion": "added to gitignore so will not be syned", - "invocar": "python3 /home/sito/COFRE/PHISHERS/datasploit/config_sample.py" - }, - { - "nombre": "usernameOsint", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/datasploit/usernameOsint.py", - "tipo": "python", - "descripcion": "* Performs OSINT on a domain / email / username / phone and find out information from different sources.", - "invocar": "python3 /home/sito/COFRE/PHISHERS/datasploit/usernameOsint.py" - }, - { - "nombre": "osint_runner", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/datasploit/osint_runner.py", - "tipo": "python", - "descripcion": "* Performs OSINT on a domain / email / username / phone and find out information from different sources.", - "invocar": "python3 /home/sito/COFRE/PHISHERS/datasploit/osint_runner.py" - }, - { - "nombre": "domainOsint", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/datasploit/domainOsint.py", - "tipo": "python", - "descripcion": "* Performs OSINT on a domain / email / username / phone and find out information from different sources.", - "invocar": "python3 /home/sito/COFRE/PHISHERS/datasploit/domainOsint.py" - }, - { - "nombre": "datasploit_config", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/datasploit/datasploit_config.py", - "tipo": "python", - "descripcion": "* Performs OSINT on a domain / email / username / phone and find out information from different sources.", - "invocar": "python3 /home/sito/COFRE/PHISHERS/datasploit/datasploit_config.py" - }, - { - "nombre": "emailOsint", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/datasploit/emailOsint.py", - "tipo": "python", - "descripcion": "* Performs OSINT on a domain / email / username / phone and find out information from different sources.", - "invocar": "python3 /home/sito/COFRE/PHISHERS/datasploit/emailOsint.py" - }, - { - "nombre": "ipOsint", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/datasploit/ipOsint.py", - "tipo": "python", - "descripcion": "* Performs OSINT on a domain / email / username / phone and find out information from different sources.", - "invocar": "python3 /home/sito/COFRE/PHISHERS/datasploit/ipOsint.py" - }, - { - "nombre": "dep_check", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/datasploit/dep_check.py", - "tipo": "python", - "descripcion": "* Performs OSINT on a domain / email / username / phone and find out information from different sources.", - "invocar": "python3 /home/sito/COFRE/PHISHERS/datasploit/dep_check.py" - }, - { - "nombre": "datasploit", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/datasploit/datasploit.py", - "tipo": "python", - "descripcion": "* Performs OSINT on a domain / email / username / phone and find out information from different sources.", - "invocar": "python3 /home/sito/COFRE/PHISHERS/datasploit/datasploit.py" - }, - { - "nombre": "active_default_file_check", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/datasploit/active_default_file_check.py", - "tipo": "python", - "descripcion": "* Performs OSINT on a domain / email / username / phone and find out information from different sources.", - "invocar": "python3 /home/sito/COFRE/PHISHERS/datasploit/active_default_file_check.py" - }, - { - "nombre": "vault", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/datasploit/vault.py", - "tipo": "python", - "descripcion": "* Performs OSINT on a domain / email / username / phone and find out information from different sources.", - "invocar": "python3 /home/sito/COFRE/PHISHERS/datasploit/vault.py" - }, - { - "nombre": "ip_shodan", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/datasploit/ip/ip_shodan.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/PHISHERS/datasploit/ip/ip_shodan.py" - }, - { - "nombre": "ip_whois", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/datasploit/ip/ip_whois.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/PHISHERS/datasploit/ip/ip_whois.py" - }, - { - "nombre": "template", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/datasploit/ip/template.py", - "tipo": "python", - "descripcion": "Control whether the module is enabled or not", - "invocar": "python3 /home/sito/COFRE/PHISHERS/datasploit/ip/template.py" - }, - { - "nombre": "ip_virustotal", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/datasploit/ip/ip_virustotal.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/PHISHERS/datasploit/ip/ip_virustotal.py" - }, - { - "nombre": "base", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/datasploit/ip/base.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/PHISHERS/datasploit/ip/base.py" - }, - { - "nombre": "email_basic_checks", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/datasploit/emails/email_basic_checks.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/PHISHERS/datasploit/emails/email_basic_checks.py" - }, - { - "nombre": "email_pastes", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/datasploit/emails/email_pastes.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/PHISHERS/datasploit/emails/email_pastes.py" - }, - { - "nombre": "email_slideshare", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/datasploit/emails/email_slideshare.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/PHISHERS/datasploit/emails/email_slideshare.py" - }, - { - "nombre": "email_fullcontact", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/datasploit/emails/email_fullcontact.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/PHISHERS/datasploit/emails/email_fullcontact.py" - }, - { - "nombre": "email_whoismind", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/datasploit/emails/email_whoismind.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/PHISHERS/datasploit/emails/email_whoismind.py" - }, - { - "nombre": "email_scribd", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/datasploit/emails/email_scribd.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/PHISHERS/datasploit/emails/email_scribd.py" - }, - { - "nombre": "email_hacked_emails", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/datasploit/emails/email_hacked_emails.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/PHISHERS/datasploit/emails/email_hacked_emails.py" - }, - { - "nombre": "email_haveibeenpwned", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/datasploit/emails/email_haveibeenpwned.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/PHISHERS/datasploit/emails/email_haveibeenpwned.py" - }, - { - "nombre": "email_clearbit", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/datasploit/emails/email_clearbit.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/PHISHERS/datasploit/emails/email_clearbit.py" - }, - { - "nombre": "username_keybase", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/datasploit/username/username_keybase.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/PHISHERS/datasploit/username/username_keybase.py" - }, - { - "nombre": "username_gitemails", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/datasploit/username/username_gitemails.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/PHISHERS/datasploit/username/username_gitemails.py" - }, - { - "nombre": "username_usernamesearch", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/datasploit/username/username_usernamesearch.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/PHISHERS/datasploit/username/username_usernamesearch.py" - }, - { - "nombre": "username_gitscrape", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/datasploit/username/username_gitscrape.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/PHISHERS/datasploit/username/username_gitscrape.py" - }, - { - "nombre": "username_redditdetails", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/datasploit/username/username_redditdetails.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/PHISHERS/datasploit/username/username_redditdetails.py" - }, - { - "nombre": "username_twitterdetails", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/datasploit/username/username_twitterdetails.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/PHISHERS/datasploit/username/username_twitterdetails.py" - }, - { - "nombre": "username_traviscidetails", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/datasploit/username/username_traviscidetails.py", - "tipo": "python", - "descripcion": "Credits: https://github.com/int0x80/tcispy", - "invocar": "python3 /home/sito/COFRE/PHISHERS/datasploit/username/username_traviscidetails.py" - }, - { - "nombre": "username_profilepic", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/datasploit/username/username_profilepic.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/PHISHERS/datasploit/username/username_profilepic.py" - }, - { - "nombre": "username_tinder", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/datasploit/username/username_tinder.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/PHISHERS/datasploit/username/username_tinder.py" - }, - { - "nombre": "username_gituserdetails", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/datasploit/username/username_gituserdetails.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/PHISHERS/datasploit/username/username_gituserdetails.py" - }, - { - "nombre": "username_youtubedetails", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/datasploit/username/username_youtubedetails.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/PHISHERS/datasploit/username/username_youtubedetails.py" - }, - { - "nombre": "username_gitlabdetails", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/datasploit/username/username_gitlabdetails.py", - "tipo": "python", - "descripcion": "module dependencies", - "invocar": "python3 /home/sito/COFRE/PHISHERS/datasploit/username/username_gitlabdetails.py" - }, - { - "nombre": "domain_censys", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/datasploit/domain/domain_censys.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/PHISHERS/datasploit/domain/domain_censys.py" - }, - { - "nombre": "domain_emailhunter", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/datasploit/domain/domain_emailhunter.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/PHISHERS/datasploit/domain/domain_emailhunter.py" - }, - { - "nombre": "domain_dnsrecords", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/datasploit/domain/domain_dnsrecords.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/PHISHERS/datasploit/domain/domain_dnsrecords.py" - }, - { - "nombre": "domain_shodan", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/datasploit/domain/domain_shodan.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/PHISHERS/datasploit/domain/domain_shodan.py" - }, - { - "nombre": "domain_subdomains", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/datasploit/domain/domain_subdomains.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/PHISHERS/datasploit/domain/domain_subdomains.py" - }, - { - "nombre": "domain_zoomeye", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/datasploit/domain/domain_zoomeye.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/PHISHERS/datasploit/domain/domain_zoomeye.py" - }, - { - "nombre": "domain_wikileaks", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/datasploit/domain/domain_wikileaks.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/PHISHERS/datasploit/domain/domain_wikileaks.py" - }, - { - "nombre": "domain_googletracking", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/datasploit/domain/domain_googletracking.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/PHISHERS/datasploit/domain/domain_googletracking.py" - }, - { - "nombre": "domain_forumsearch", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/datasploit/domain/domain_forumsearch.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/PHISHERS/datasploit/domain/domain_forumsearch.py" - }, - { - "nombre": "domain_wappalyzer", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/datasploit/domain/domain_wappalyzer.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/PHISHERS/datasploit/domain/domain_wappalyzer.py" - }, - { - "nombre": "domain_pastes", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/datasploit/domain/domain_pastes.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/PHISHERS/datasploit/domain/domain_pastes.py" - }, - { - "nombre": "domain_checkpunkspider", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/datasploit/domain/domain_checkpunkspider.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/PHISHERS/datasploit/domain/domain_checkpunkspider.py" - }, - { - "nombre": "domain_GooglePDF", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/datasploit/domain/domain_GooglePDF.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/PHISHERS/datasploit/domain/domain_GooglePDF.py" - }, - { - "nombre": "domain_github", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/datasploit/domain/domain_github.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/PHISHERS/datasploit/domain/domain_github.py" - }, - { - "nombre": "domain_urlscanio", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/datasploit/domain/domain_urlscanio.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/PHISHERS/datasploit/domain/domain_urlscanio.py" - }, - { - "nombre": "domain_pagelinks", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/datasploit/domain/domain_pagelinks.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/PHISHERS/datasploit/domain/domain_pagelinks.py" - }, - { - "nombre": "domain_whois", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/datasploit/domain/domain_whois.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/PHISHERS/datasploit/domain/domain_whois.py" - }, - { - "nombre": "domain_history", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/datasploit/domain/domain_history.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/PHISHERS/datasploit/domain/domain_history.py" - }, - { - "nombre": ".DS_Store", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/rat-collection/10 DroidJack/.DS_Store", - "tipo": "binario", - "descripcion": "", - "invocar": "/home/sito/COFRE/PHISHERS/rat-collection/10 DroidJack/.DS_Store" - }, - { - "nombre": "SocialBox", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/SocialBox/SocialBox.sh", - "tipo": "shell", - "descripcion": "SocialBox is a Bruteforce Attack Framework [ Facebook , Gmail , Instagram ,Twitter ] , Coded By Belahsan Ouerghi", - "invocar": "bash /home/sito/COFRE/PHISHERS/SocialBox/SocialBox.sh" - }, - { - "nombre": "install-sb", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/SocialBox/install-sb.sh", - "tipo": "shell", - "descripcion": "SocialBox is a Bruteforce Attack Framework [ Facebook , Gmail , Instagram ,Twitter ] , Coded By Belahsan Ouerghi", - "invocar": "bash /home/sito/COFRE/PHISHERS/SocialBox/install-sb.sh" - }, - { - "nombre": "gemailhack", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/SocialBox/Gemail-Hack/gemailhack.py", - "tipo": "python", - "descripcion": "python script for Hack gmail account brute force", - "invocar": "python3 /home/sito/COFRE/PHISHERS/SocialBox/Gemail-Hack/gemailhack.py" - }, - { - "nombre": "Pipfile", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/king-phisher/Pipfile", - "tipo": "binario", - "descripcion": "King Phisher [![Documentation Status][doc-status]][doc-link] [![GitHub Issues][issue-status]][issue-link] [![GitHub Downloads][downloads-status]][downloads-link] [![Slack Status][slack-status]][slack-", - "invocar": "/home/sito/COFRE/PHISHERS/king-phisher/Pipfile" - }, - { - "nombre": "debug_smtp_server", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/king-phisher/tools/debug_smtp_server.py", - "tipo": "python", - "descripcion": "-*- coding: utf-8 -*- tools/debug_smtp_server.py Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are", - "invocar": "python3 /home/sito/COFRE/PHISHERS/king-phisher/tools/debug_smtp_server.py" - }, - { - "nombre": "targets_from_recon_ng", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/king-phisher/tools/targets_from_recon_ng.py", - "tipo": "python", - "descripcion": "-*- coding: utf-8 -*- tools/targets_from_recon_ng.py Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are", - "invocar": "python3 /home/sito/COFRE/PHISHERS/king-phisher/tools/targets_from_recon_ng.py" - }, - { - "nombre": "otp_enroll", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/king-phisher/tools/otp_enroll.py", - "tipo": "python", - "descripcion": "-*- coding: utf-8 -*- tools/otp_enroll.py Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are", - "invocar": "python3 /home/sito/COFRE/PHISHERS/king-phisher/tools/otp_enroll.py" - }, - { - "nombre": "certbot_wrapper", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/king-phisher/tools/certbot_wrapper.py", - "tipo": "python", - "descripcion": "-*- coding: utf-8 -*- tools/certbot_wrapper.py Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are", - "invocar": "python3 /home/sito/COFRE/PHISHERS/king-phisher/tools/certbot_wrapper.py" - }, - { - "nombre": "spf_check", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/king-phisher/tools/spf_check.py", - "tipo": "python", - "descripcion": "-*- coding: utf-8 -*- tools/spf_check.py Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are", - "invocar": "python3 /home/sito/COFRE/PHISHERS/king-phisher/tools/spf_check.py" - }, - { - "nombre": "database_console", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/king-phisher/tools/database_console.py", - "tipo": "python", - "descripcion": "-*- coding: utf-8 -*- tools/database_console.py Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are", - "invocar": "python3 /home/sito/COFRE/PHISHERS/king-phisher/tools/database_console.py" - }, - { - "nombre": "serializers", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/king-phisher/king_phisher/serializers.py", - "tipo": "python", - "descripcion": "-*- coding: utf-8 -*- king_phisher/serializers.py Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are", - "invocar": "python3 /home/sito/COFRE/PHISHERS/king-phisher/king_phisher/serializers.py" - }, - { - "nombre": "catalog", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/king-phisher/king_phisher/catalog.py", - "tipo": "python", - "descripcion": "-*- coding: utf-8 -*- king_phisher/catalog.py Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are", - "invocar": "python3 /home/sito/COFRE/PHISHERS/king-phisher/king_phisher/catalog.py" - }, - { - "nombre": "find", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/king-phisher/king_phisher/find.py", - "tipo": "python", - "descripcion": "-*- coding: utf-8 -*- king_phisher/find.py Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are", - "invocar": "python3 /home/sito/COFRE/PHISHERS/king-phisher/king_phisher/find.py" - }, - { - "nombre": "errors", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/king-phisher/king_phisher/errors.py", - "tipo": "python", - "descripcion": "-*- coding: utf-8 -*- king_phisher/errors.py Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are", - "invocar": "python3 /home/sito/COFRE/PHISHERS/king-phisher/king_phisher/errors.py" - }, - { - "nombre": "its", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/king-phisher/king_phisher/its.py", - "tipo": "python", - "descripcion": "-*- coding: utf-8 -*- king_phisher/its.py Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are", - "invocar": "python3 /home/sito/COFRE/PHISHERS/king-phisher/king_phisher/its.py" - }, - { - "nombre": "ssh_forward", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/king-phisher/king_phisher/ssh_forward.py", - "tipo": "python", - "descripcion": "-*- coding: utf-8 -*- king_phisher/ssh_forward.py Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are", - "invocar": "python3 /home/sito/COFRE/PHISHERS/king-phisher/king_phisher/ssh_forward.py" - }, - { - "nombre": "utilities", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/king-phisher/king_phisher/utilities.py", - "tipo": "python", - "descripcion": "-*- coding: utf-8 -*- king_phisher/utilities.py Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are", - "invocar": "python3 /home/sito/COFRE/PHISHERS/king-phisher/king_phisher/utilities.py" - }, - { - "nombre": "ics", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/king-phisher/king_phisher/ics.py", - "tipo": "python", - "descripcion": "-*- coding: utf-8 -*- king_phisher/ics.py Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are", - "invocar": "python3 /home/sito/COFRE/PHISHERS/king-phisher/king_phisher/ics.py" - }, - { - "nombre": "spf", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/king-phisher/king_phisher/spf.py", - "tipo": "python", - "descripcion": "-*- coding: utf-8 -*- king_phisher/spf.py Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are", - "invocar": "python3 /home/sito/COFRE/PHISHERS/king-phisher/king_phisher/spf.py" - }, - { - "nombre": "templates", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/king-phisher/king_phisher/templates.py", - "tipo": "python", - "descripcion": "-*- coding: utf-8 -*- king_phisher/templates.py Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are", - "invocar": "python3 /home/sito/COFRE/PHISHERS/king-phisher/king_phisher/templates.py" - }, - { - "nombre": "constants", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/king-phisher/king_phisher/constants.py", - "tipo": "python", - "descripcion": "-*- coding: utf-8 -*- king_phisher/constants.py Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are", - "invocar": "python3 /home/sito/COFRE/PHISHERS/king-phisher/king_phisher/constants.py" - }, - { - "nombre": "color", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/king-phisher/king_phisher/color.py", - "tipo": "python", - "descripcion": "-*- coding: utf-8 -*- king_phisher/color.py Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are", - "invocar": "python3 /home/sito/COFRE/PHISHERS/king-phisher/king_phisher/color.py" - }, - { - "nombre": "smtp_server", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/king-phisher/king_phisher/smtp_server.py", - "tipo": "python", - "descripcion": "-*- coding: utf-8 -*- king_phisher/smtp_server.py Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are", - "invocar": "python3 /home/sito/COFRE/PHISHERS/king-phisher/king_phisher/smtp_server.py" - }, - { - "nombre": "startup", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/king-phisher/king_phisher/startup.py", - "tipo": "python", - "descripcion": "-*- coding: utf-8 -*- king_phisher/startup.py Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are", - "invocar": "python3 /home/sito/COFRE/PHISHERS/king-phisher/king_phisher/startup.py" - }, - { - "nombre": "sms", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/king-phisher/king_phisher/sms.py", - "tipo": "python", - "descripcion": "-*- coding: utf-8 -*- king_phisher/sms.py Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are", - "invocar": "python3 /home/sito/COFRE/PHISHERS/king-phisher/king_phisher/sms.py" - }, - { - "nombre": "security_keys", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/king-phisher/king_phisher/security_keys.py", - "tipo": "python", - "descripcion": "-*- coding: utf-8 -*- king_phisher/security_keys.py Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are", - "invocar": "python3 /home/sito/COFRE/PHISHERS/king-phisher/king_phisher/security_keys.py" - }, - { - "nombre": "testing", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/king-phisher/king_phisher/testing.py", - "tipo": "python", - "descripcion": "-*- coding: utf-8 -*- king_phisher/testing.py Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are", - "invocar": "python3 /home/sito/COFRE/PHISHERS/king-phisher/king_phisher/testing.py" - }, - { - "nombre": "xor", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/king-phisher/king_phisher/xor.py", - "tipo": "python", - "descripcion": "-*- coding: utf-8 -*- king_phisher/xor.py Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are", - "invocar": "python3 /home/sito/COFRE/PHISHERS/king-phisher/king_phisher/xor.py" - }, - { - "nombre": "archive", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/king-phisher/king_phisher/archive.py", - "tipo": "python", - "descripcion": "-*- coding: utf-8 -*- king_phisher/archive.py Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are", - "invocar": "python3 /home/sito/COFRE/PHISHERS/king-phisher/king_phisher/archive.py" - }, - { - "nombre": "geoip", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/king-phisher/king_phisher/geoip.py", - "tipo": "python", - "descripcion": "-*- coding: utf-8 -*- king_phisher/geoip.py Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are", - "invocar": "python3 /home/sito/COFRE/PHISHERS/king-phisher/king_phisher/geoip.py" - }, - { - "nombre": "ua_parser", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/king-phisher/king_phisher/ua_parser.py", - "tipo": "python", - "descripcion": "-*- coding: utf-8 -*- king_phisher/ua_parser.py Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are", - "invocar": "python3 /home/sito/COFRE/PHISHERS/king-phisher/king_phisher/ua_parser.py" - }, - { - "nombre": "ipaddress", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/king-phisher/king_phisher/ipaddress.py", - "tipo": "python", - "descripcion": "-*- coding: utf-8 -*- king_phisher/ipaddress.py Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are", - "invocar": "python3 /home/sito/COFRE/PHISHERS/king-phisher/king_phisher/ipaddress.py" - }, - { - "nombre": "plugins", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/king-phisher/king_phisher/plugins.py", - "tipo": "python", - "descripcion": "-*- coding: utf-8 -*- king_phisher/plugins.py Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are", - "invocar": "python3 /home/sito/COFRE/PHISHERS/king-phisher/king_phisher/plugins.py" - }, - { - "nombre": "lockphish", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/lockphish/lockphish.sh", - "tipo": "shell", - "descripcion": "Coded by: github.com/kali-linux-tutorial/lockphish Twitter: twitter.com/kalilinux_in https://www.kalilinux.in Read the License before using any part from this code.", - "invocar": "bash /home/sito/COFRE/PHISHERS/lockphish/lockphish.sh" - }, - { - "nombre": "ngrok", - "carpeta": "PHISHERS", - "ruta": "/home/sito/COFRE/PHISHERS/lockphish/ngrok", - "tipo": "binario", - "descripcion": "Lockphish it's the first tool (07/04/2020) for phishing attacks on the lock screen, designed to grab Windows credentials, Android PIN and iPhone Passcode using a https link.", - "invocar": "/home/sito/COFRE/PHISHERS/lockphish/ngrok" - }, - { - "nombre": "autogen", - "carpeta": "PROTECTORS", - "ruta": "/home/sito/COFRE/PROTECTORS/cryptsetup/autogen.sh", - "tipo": "shell", - "descripcion": "Run this to generate all the initial makefiles, etc.", - "invocar": "bash /home/sito/COFRE/PROTECTORS/cryptsetup/autogen.sh" - }, - { - "nombre": "meson_dist_convert", - "carpeta": "PROTECTORS", - "ruta": "/home/sito/COFRE/PROTECTORS/cryptsetup/man/meson_dist_convert.sh", - "tipo": "shell", - "descripcion": "generates manpages from AsciiDoc files when building dist tarball run asciidoctor in parallel on `nproc` cores", - "invocar": "bash /home/sito/COFRE/PROTECTORS/cryptsetup/man/meson_dist_convert.sh" - }, - { - "nombre": "env", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/env.sh", - "tipo": "shell", - "descripcion": "\"screenshot\"", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/env.sh" - }, - { - "nombre": "ldconfig", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/ldconfig.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/ldconfig.sh" - }, - { - "nombre": "android-build", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/android-build.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/android-build.sh" - }, - { - "nombre": "wasm", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/wasm.sh", - "tipo": "shell", - "descripcion": "TODO: add support for ccache", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/wasm.sh" - }, - { - "nombre": "ref", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/ref.sh", - "tipo": "shell", - "descripcion": "> git grep R_API open.c |cut -d : -f 2- | sed -e 's, {,;,'", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/ref.sh" - }, - { - "nombre": "make-jobs.inc", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/make-jobs.inc.sh", - "tipo": "shell", - "descripcion": "Get OS and platform to decide if we need to limit memory usage during the build", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/make-jobs.inc.sh" - }, - { - "nombre": "create_r2", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/create_r2.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/create_r2.sh" - }, - { - "nombre": "filc", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/filc.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/filc.sh" - }, - { - "nombre": "menu", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/menu.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/menu.sh" - }, - { - "nombre": "hex2rapatch", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/hex2rapatch.py", - "tipo": "python", - "descripcion": "Portable python script to convert Intel hex file to rapatch", - "invocar": "python3 /home/sito/COFRE/REVERSERS/radare2/sys/hex2rapatch.py" - }, - { - "nombre": "wasi", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/wasi.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/wasi.sh" - }, - { - "nombre": "jq-r2r-js", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/jq-r2r-js.sh", - "tipo": "shell", - "descripcion": "Parse r2r JSON output to inspect test results The r2r.json file is generated by `r2r -j` and can be taken from CI Useful to find out which tests are broken, fixed, failed, or slow", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/jq-r2r-js.sh" - }, - { - "nombre": "debian", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/debian.sh", - "tipo": "shell", - "descripcion": "run this from a debian system, docker is fine :)", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/debian.sh" - }, - { - "nombre": "clone-r2-bindings", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/clone-r2-bindings.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/clone-r2-bindings.sh" - }, - { - "nombre": "clang-analyzer", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/clang-analyzer.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/clang-analyzer.sh" - }, - { - "nombre": "build-shlib", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/build-shlib.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/build-shlib.sh" - }, - { - "nombre": "ios-static", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/ios-static.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/ios-static.sh" - }, - { - "nombre": "ios-cydia32", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/ios-cydia32.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/ios-cydia32.sh" - }, - { - "nombre": "r2env", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/r2env.sh", - "tipo": "shell", - "descripcion": "Sets up env for programs that use r2 libs, and r2 is installed in a non-standard location.", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/r2env.sh" - }, - { - "nombre": "lint-assert", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/lint-assert.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/lint-assert.sh" - }, - { - "nombre": "subst", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/subst.sh", - "tipo": "shell", - "descripcion": "[ -z \"$a\" ] && a=\"r_str_chop \"", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/subst.sh" - }, - { - "nombre": "r2api", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/r2api.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/r2api.sh" - }, - { - "nombre": "translate", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/translate.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/translate.sh" - }, - { - "nombre": "check_includes", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/check_includes.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/REVERSERS/radare2/sys/check_includes.py" - }, - { - "nombre": "docker_build_alpine_image", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/docker_build_alpine_image.sh", - "tipo": "shell", - "descripcion": "Requires ~140MB of free disk space Build docker image with: $ ./sys/docker_build_alpine_image.sh", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/docker_build_alpine_image.sh" - }, - { - "nombre": "mingw32", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/mingw32.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/mingw32.sh" - }, - { - "nombre": "macos-env", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/macos-env.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/macos-env.sh" - }, - { - "nombre": "android-shell", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/android-shell.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/android-shell.sh" - }, - { - "nombre": "android-ndk-install", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/android-ndk-install.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/android-ndk-install.sh" - }, - { - "nombre": "macos-cert", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/macos-cert.sh", - "tipo": "shell", - "descripcion": "Credits to https://github.com/derekparker/delve/blob/master/scripts/gencert.sh", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/macos-cert.sh" - }, - { - "nombre": "heaptrack", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/heaptrack.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/heaptrack.sh" - }, - { - "nombre": "derizin", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/derizin.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/derizin.sh" - }, - { - "nombre": "tarball", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/tarball.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/tarball.sh" - }, - { - "nombre": "sanitize", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/sanitize.sh", - "tipo": "shell", - "descripcion": "SANITIZE=\"address leak memory undefined\" SANITIZE=\"address signed-integer-overflow\" # Faster build SANITIZE=\"-fsanitize-address-use-after-return=always\"", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/sanitize.sh" - }, - { - "nombre": "sdk", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/sdk.sh", - "tipo": "shell", - "descripcion": "Unified SDK script", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/sdk.sh" - }, - { - "nombre": "wasi-common", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/wasi-common.sh", - "tipo": "shell", - "descripcion": "Common functions for WASI build scripts", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/wasi-common.sh" - }, - { - "nombre": "android-release", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/android-release.sh", - "tipo": "shell", - "descripcion": "path to radare2-bin repo", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/android-release.sh" - }, - { - "nombre": "tiny", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/tiny.sh", - "tipo": "shell", - "descripcion": "TODO: add support for ccache", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/tiny.sh" - }, - { - "nombre": "purge", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/purge.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/purge.sh" - }, - { - "nombre": "termux", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/termux.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/termux.sh" - }, - { - "nombre": "mipsbe", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/mipsbe.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/mipsbe.sh" - }, - { - "nombre": "static", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/static.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/static.sh" - }, - { - "nombre": "profiling", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/profiling.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/profiling.sh" - }, - { - "nombre": "counters", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/counters.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/counters.sh" - }, - { - "nombre": "extras", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/extras.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/extras.sh" - }, - { - "nombre": "dist", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/dist.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/dist.sh" - }, - { - "nombre": "release-notes", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/release-notes.sh", - "tipo": "shell", - "descripcion": "This script parses the commit messages between the last 2 git tags if the last commit contains the word \"Release\", otherwise it shows all the changes between the last tag and HEAD. Commits are grouped", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/release-notes.sh" - }, - { - "nombre": "sdk-common", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/sdk-common.sh", - "tipo": "shell", - "descripcion": "Common functions for SDK building", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/sdk-common.sh" - }, - { - "nombre": "ios-simulator", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/ios-simulator.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/ios-simulator.sh" - }, - { - "nombre": "sdk-ios", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/sdk-ios.sh", - "tipo": "shell", - "descripcion": "iOS specific variables", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/sdk-ios.sh" - }, - { - "nombre": "afl", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/afl.sh", - "tipo": "shell", - "descripcion": "export AFL_USE_ASAN=1", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/afl.sh" - }, - { - "nombre": "lint", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/lint.sh", - "tipo": "shell", - "descripcion": "NAME=no preincrement/predecrement in 3rd part of for statement", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/lint.sh" - }, - { - "nombre": "build-m32", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/build-m32.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/build-m32.sh" - }, - { - "nombre": "ios-static-appstore", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/ios-static-appstore.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/ios-static-appstore.sh" - }, - { - "nombre": "ios-env", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/ios-env.sh", - "tipo": "shell", - "descripcion": "Default building in /var/jb/user prefix. use ROOTLESS=0 to rootful packaging", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/ios-env.sh" - }, - { - "nombre": "wasi-browser", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/wasi-browser.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/wasi-browser.sh" - }, - { - "nombre": "prai", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/prai.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/prai.sh" - }, - { - "nombre": "cross", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/cross.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/cross.sh" - }, - { - "nombre": "osx-pkg", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/osx-pkg.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/osx-pkg.sh" - }, - { - "nombre": "sync", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/sync.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/sync.sh" - }, - { - "nombre": "user", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/user.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/user.sh" - }, - { - "nombre": "download-artifacts", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/download-artifacts.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/download-artifacts.sh" - }, - { - "nombre": "dist-all", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/dist-all.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/dist-all.sh" - }, - { - "nombre": "update_urls", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/update_urls.sh", - "tipo": "shell", - "descripcion": "Script to update HTTP URLs to HTTPS in source files Only updates domains that are known to support HTTPS", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/update_urls.sh" - }, - { - "nombre": "ios-cydia", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/ios-cydia.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/ios-cydia.sh" - }, - { - "nombre": "shellcheck", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/shellcheck.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/shellcheck.sh" - }, - { - "nombre": "codespell", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/codespell.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/codespell.sh" - }, - { - "nombre": "wasi-api", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/wasi-api.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/wasi-api.sh" - }, - { - "nombre": "dist-bin", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/dist-bin.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/dist-bin.sh" - }, - { - "nombre": "install-rev", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/install-rev.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/install-rev.sh" - }, - { - "nombre": "build-harden", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/build-harden.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/build-harden.sh" - }, - { - "nombre": "sdk-macos", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/sdk-macos.sh", - "tipo": "shell", - "descripcion": "macOS SDK builder", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/sdk-macos.sh" - }, - { - "nombre": "wasi-env", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/wasi-env.sh", - "tipo": "shell", - "descripcion": "Detect architecture and OS for the SDK path", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/wasi-env.sh" - }, - { - "nombre": "release", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/release.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/release.sh" - }, - { - "nombre": "meson", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/meson.py", - "tipo": "python", - "descripcion": "Meson build for radare2", - "invocar": "python3 /home/sito/COFRE/REVERSERS/radare2/sys/meson.py" - }, - { - "nombre": "user-uninstall", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/user-uninstall.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/user-uninstall.sh" - }, - { - "nombre": "emscripten", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/emscripten.sh", - "tipo": "shell", - "descripcion": "TODO: add support for ccache", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/emscripten.sh" - }, - { - "nombre": "sdb_version", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/sdb_version.py", - "tipo": "python", - "descripcion": "Portable python script to read version from configure.acr", - "invocar": "python3 /home/sito/COFRE/REVERSERS/radare2/sys/sdb_version.py" - }, - { - "nombre": "tcc", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/tcc.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/tcc.sh" - }, - { - "nombre": "test-egg-shellcodes", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/test-egg-shellcodes.sh", - "tipo": "shell", - "descripcion": "Test shellcode assembly files against original C versions Usage: sys/test-egg-shellcodes.sh [path-to-sc-dir]", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/test-egg-shellcodes.sh" - }, - { - "nombre": "rebuild", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/rebuild.sh", - "tipo": "shell", - "descripcion": "Requires GNU Make, but some distros probably don't have the gmake symlink.", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/rebuild.sh" - }, - { - "nombre": "ios-libr", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/ios-libr.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/ios-libr.sh" - }, - { - "nombre": "meson-sdk", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/meson-sdk.sh", - "tipo": "shell", - "descripcion": "sys/meson.py || exit 1", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/meson-sdk.sh" - }, - { - "nombre": "zig", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/zig.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/zig.sh" - }, - { - "nombre": "msvc", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/msvc.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/msvc.sh" - }, - { - "nombre": "mingw64", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/mingw64.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/mingw64.sh" - }, - { - "nombre": "install-debs", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/sys/install-debs.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/sys/install-debs.sh" - }, - { - "nombre": "stripsyms", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/libr/stripsyms.sh", - "tipo": "shell", - "descripcion": "skip this thing. it slow downs the build too much", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/libr/stripsyms.sh" - }, - { - "nombre": "count", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/libr/count.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/libr/count.sh" - }, - { - "nombre": "bash_autocompletion", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/doc/bash_autocompletion.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/doc/bash_autocompletion.sh" - }, - { - "nombre": "dexdump", - "carpeta": "REVERSERS", - "ruta": "/home/sito/COFRE/REVERSERS/radare2/doc/dexdump.sh", - "tipo": "shell", - "descripcion": "Import DEX/Dalvik information from `dexdump` r2 -c '.!doc/dexdump.sh $FILE' classes.dex", - "invocar": "bash /home/sito/COFRE/REVERSERS/radare2/doc/dexdump.sh" - }, - { - "nombre": "CODEGUIDELINES", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/DEEPFAKE/DeepFaceLab/CODEGUIDELINES", - "tipo": "binario", - "descripcion": "", - "invocar": "/home/sito/COFRE/SNEAKERS/DEEPFAKE/DeepFaceLab/CODEGUIDELINES" - }, - { - "nombre": "THANKS", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/Gource/THANKS", - "tipo": "binario", - "descripcion": "Gource is a visualization tool for source control repositories.", - "invocar": "/home/sito/COFRE/SNEAKERS/Gource/THANKS" - }, - { - "nombre": "COPYING", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/Gource/COPYING", - "tipo": "binario", - "descripcion": "Gource is a visualization tool for source control repositories.", - "invocar": "/home/sito/COFRE/SNEAKERS/Gource/COPYING" - }, - { - "nombre": "INSTALL", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/Gource/INSTALL", - "tipo": "binario", - "descripcion": "Gource is a visualization tool for source control repositories.", - "invocar": "/home/sito/COFRE/SNEAKERS/Gource/INSTALL" - }, - { - "nombre": "svn-gource", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/Gource/contrib/svn-gource.py", - "tipo": "python", - "descripcion": "Copyright (c) 2009 Cameron Hart (cam@bitshifter.net.nz) All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following ", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/Gource/contrib/svn-gource.py" - }, - { - "nombre": "POLIS_CACOS_ACTIVISTAS", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/HACKMEETING/POLIS_CACOS_ACTIVISTAS", - "tipo": "binario", - "descripcion": "", - "invocar": "/home/sito/COFRE/SNEAKERS/HACKMEETING/POLIS_CACOS_ACTIVISTAS" - }, - { - "nombre": "automate", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/twint/automate.py", - "tipo": "python", - "descripcion": "you can change the name of each \"job\" after \"def\" if you'd like.", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/twint/automate.py" - }, - { - "nombre": "feed", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/twint/twint/feed.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/twint/twint/feed.py" - }, - { - "nombre": "verbose", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/twint/twint/verbose.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/twint/twint/verbose.py" - }, - { - "nombre": "run", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/twint/twint/run.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/twint/twint/run.py" - }, - { - "nombre": "url", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/twint/twint/url.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/twint/twint/url.py" - }, - { - "nombre": "token", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/twint/twint/token.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/twint/twint/token.py" - }, - { - "nombre": "output", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/twint/twint/output.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/twint/twint/output.py" - }, - { - "nombre": "datelock", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/twint/twint/datelock.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/twint/twint/datelock.py" - }, - { - "nombre": "user", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/twint/twint/user.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/twint/twint/user.py" - }, - { - "nombre": "format", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/twint/twint/format.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/twint/twint/format.py" - }, - { - "nombre": "get", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/twint/twint/get.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/twint/twint/get.py" - }, - { - "nombre": "__version__", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/twint/twint/__version__.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/twint/twint/__version__.py" - }, - { - "nombre": "tweet", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/twint/twint/tweet.py", - "tipo": "python", - "descripcion": "- https://github.com/x0rzkov/py-googletrans#basic-usage", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/twint/twint/tweet.py" - }, - { - "nombre": "seeker", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/seeker/seeker/seeker.py", - "tipo": "python", - "descripcion": "

", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/seeker/seeker/seeker.py" - }, - { - "nombre": "infer-web", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/Retrieval-based-Voice-Conversion-WebUI/infer-web.py", - "tipo": "python", - "descripcion": "

Retrieval-based-Voice-Conversion-WebUI

", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/Retrieval-based-Voice-Conversion-WebUI/infer-web.py" - }, - { - "nombre": "gui_v1", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/Retrieval-based-Voice-Conversion-WebUI/gui_v1.py", - "tipo": "python", - "descripcion": "

Retrieval-based-Voice-Conversion-WebUI

", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/Retrieval-based-Voice-Conversion-WebUI/gui_v1.py" - }, - { - "nombre": "venv", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/Retrieval-based-Voice-Conversion-WebUI/venv.sh", - "tipo": "shell", - "descripcion": "

Retrieval-based-Voice-Conversion-WebUI

", - "invocar": "bash /home/sito/COFRE/SNEAKERS/Retrieval-based-Voice-Conversion-WebUI/venv.sh" - }, - { - "nombre": "MIT协议暨相关引用库协议", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/Retrieval-based-Voice-Conversion-WebUI/MIT协议暨相关引用库协议", - "tipo": "binario", - "descripcion": "

Retrieval-based-Voice-Conversion-WebUI

", - "invocar": "/home/sito/COFRE/SNEAKERS/Retrieval-based-Voice-Conversion-WebUI/MIT协议暨相关引用库协议" - }, - { - "nombre": "i18n", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/Retrieval-based-Voice-Conversion-WebUI/i18n/i18n.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/Retrieval-based-Voice-Conversion-WebUI/i18n/i18n.py" - }, - { - "nombre": "scan_i18n", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/Retrieval-based-Voice-Conversion-WebUI/i18n/scan_i18n.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/Retrieval-based-Voice-Conversion-WebUI/i18n/scan_i18n.py" - }, - { - "nombre": "locale_diff", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/Retrieval-based-Voice-Conversion-WebUI/i18n/locale_diff.py", - "tipo": "python", - "descripcion": "Define the standard file name", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/Retrieval-based-Voice-Conversion-WebUI/i18n/locale_diff.py" - }, - { - "nombre": "rvc_for_realtime", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/Retrieval-based-Voice-Conversion-WebUI/tools/rvc_for_realtime.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/Retrieval-based-Voice-Conversion-WebUI/tools/rvc_for_realtime.py" - }, - { - "nombre": "infer_cli", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/Retrieval-based-Voice-Conversion-WebUI/tools/infer_cli.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/Retrieval-based-Voice-Conversion-WebUI/tools/infer_cli.py" - }, - { - "nombre": "calc_rvc_model_similarity", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/Retrieval-based-Voice-Conversion-WebUI/tools/calc_rvc_model_similarity.py", - "tipo": "python", - "descripcion": "Fill in the path of the model to be queried and the root directory of the reference models, and this script will return the similarity between the model to be queried and all reference models.", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/Retrieval-based-Voice-Conversion-WebUI/tools/calc_rvc_model_similarity.py" - }, - { - "nombre": "download_models", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/Retrieval-based-Voice-Conversion-WebUI/tools/download_models.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/Retrieval-based-Voice-Conversion-WebUI/tools/download_models.py" - }, - { - "nombre": "export_onnx", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/Retrieval-based-Voice-Conversion-WebUI/tools/export_onnx.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/Retrieval-based-Voice-Conversion-WebUI/tools/export_onnx.py" - }, - { - "nombre": "infer_batch_rvc", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/Retrieval-based-Voice-Conversion-WebUI/tools/infer_batch_rvc.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/Retrieval-based-Voice-Conversion-WebUI/tools/infer_batch_rvc.py" - }, - { - "nombre": "onnx_inference_demo", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/Retrieval-based-Voice-Conversion-WebUI/tools/onnx_inference_demo.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/Retrieval-based-Voice-Conversion-WebUI/tools/onnx_inference_demo.py" - }, - { - "nombre": "dlmodels", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/Retrieval-based-Voice-Conversion-WebUI/tools/dlmodels.sh", - "tipo": "shell", - "descripcion": "", - "invocar": "bash /home/sito/COFRE/SNEAKERS/Retrieval-based-Voice-Conversion-WebUI/tools/dlmodels.sh" - }, - { - "nombre": "app", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/Retrieval-based-Voice-Conversion-WebUI/tools/app.py", - "tipo": "python", - "descripcion": "os.system(\"wget -P cvec/ https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/hubert_base.pt\")", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/Retrieval-based-Voice-Conversion-WebUI/tools/app.py" - }, - { - "nombre": "test_wholeimage_swapmulti", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/SimSwap/test_wholeimage_swapmulti.py", - "tipo": "python", - "descripcion": "Author: Naiyuan liu", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/SimSwap/test_wholeimage_swapmulti.py" - }, - { - "nombre": "test_wholeimage_swapspecific", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/SimSwap/test_wholeimage_swapspecific.py", - "tipo": "python", - "descripcion": "Author: Naiyuan liu", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/SimSwap/test_wholeimage_swapspecific.py" - }, - { - "nombre": "download-weights", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/SimSwap/download-weights.sh", - "tipo": "shell", - "descripcion": "SimSwap: An Efficient Framework For High Fidelity Face Swapping", - "invocar": "bash /home/sito/COFRE/SNEAKERS/SimSwap/download-weights.sh" - }, - { - "nombre": "test_video_swapmulti", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/SimSwap/test_video_swapmulti.py", - "tipo": "python", - "descripcion": "Author: Naiyuan liu", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/SimSwap/test_video_swapmulti.py" - }, - { - "nombre": "predict", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/SimSwap/predict.py", - "tipo": "python", - "descripcion": "SimSwap: An Efficient Framework For High Fidelity Face Swapping", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/SimSwap/predict.py" - }, - { - "nombre": "test_wholeimage_swap_multispecific", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/SimSwap/test_wholeimage_swap_multispecific.py", - "tipo": "python", - "descripcion": "Author: Naiyuan liu", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/SimSwap/test_wholeimage_swap_multispecific.py" - }, - { - "nombre": "test_wholeimage_swapsingle", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/SimSwap/test_wholeimage_swapsingle.py", - "tipo": "python", - "descripcion": "Author: Naiyuan liu", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/SimSwap/test_wholeimage_swapsingle.py" - }, - { - "nombre": "test_one_image", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/SimSwap/test_one_image.py", - "tipo": "python", - "descripcion": "SimSwap: An Efficient Framework For High Fidelity Face Swapping", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/SimSwap/test_one_image.py" - }, - { - "nombre": "test_video_swapsingle", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/SimSwap/test_video_swapsingle.py", - "tipo": "python", - "descripcion": "Author: Naiyuan liu", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/SimSwap/test_video_swapsingle.py" - }, - { - "nombre": "test_video_swapspecific", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/SimSwap/test_video_swapspecific.py", - "tipo": "python", - "descripcion": "Author: Naiyuan liu", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/SimSwap/test_video_swapspecific.py" - }, - { - "nombre": "train", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/SimSwap/train.py", - "tipo": "python", - "descripcion": "-*- coding:utf-8 -*- Created Date: Monday December 27th 2021 Author: Chen Xuanhong Email: chenxuanhongzju@outlook.com Last Modified: Friday, 22nd April 2022 10:49:26 am", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/SimSwap/train.py" - }, - { - "nombre": "test_video_swap_multispecific", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/SimSwap/test_video_swap_multispecific.py", - "tipo": "python", - "descripcion": "SimSwap: An Efficient Framework For High Fidelity Face Swapping", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/SimSwap/test_video_swap_multispecific.py" - }, - { - "nombre": "train_options", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/SimSwap/options/train_options.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/SimSwap/options/train_options.py" - }, - { - "nombre": "test_options", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/SimSwap/options/test_options.py", - "tipo": "python", - "descripcion": "Author: Naiyuan liu", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/SimSwap/options/test_options.py" - }, - { - "nombre": "base_options", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/SimSwap/options/base_options.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/SimSwap/options/base_options.py" - }, - { - "nombre": "projected_discriminator", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/SimSwap/pg_modules/projected_discriminator.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/SimSwap/pg_modules/projected_discriminator.py" - }, - { - "nombre": "diffaug", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/SimSwap/pg_modules/diffaug.py", - "tipo": "python", - "descripcion": "Shengyu Zhao, Zhijian Liu, Ji Lin, Jun-Yan Zhu, and Song Han https://arxiv.org/pdf/2006.10738", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/SimSwap/pg_modules/diffaug.py" - }, - { - "nombre": "blocks", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/SimSwap/pg_modules/blocks.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/SimSwap/pg_modules/blocks.py" - }, - { - "nombre": "projector", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/SimSwap/pg_modules/projector.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/SimSwap/pg_modules/projector.py" - }, - { - "nombre": "face_detect_crop_single", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/SimSwap/insightface_func/face_detect_crop_single.py", - "tipo": "python", - "descripcion": "Author: Naiyuan liu", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/SimSwap/insightface_func/face_detect_crop_single.py" - }, - { - "nombre": "face_detect_crop_multi", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/SimSwap/insightface_func/face_detect_crop_multi.py", - "tipo": "python", - "descripcion": "Author: Naiyuan liu", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/SimSwap/insightface_func/face_detect_crop_multi.py" - }, - { - "nombre": "model", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/SimSwap/parsing_model/model.py", - "tipo": "python", - "descripcion": "-*- encoding: utf-8 -*-", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/SimSwap/parsing_model/model.py" - }, - { - "nombre": "resnet", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/SimSwap/parsing_model/resnet.py", - "tipo": "python", - "descripcion": "-*- encoding: utf-8 -*-", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/SimSwap/parsing_model/resnet.py" - }, - { - "nombre": "data_loader_Swapping", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/SimSwap/data/data_loader_Swapping.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/SimSwap/data/data_loader_Swapping.py" - }, - { - "nombre": "networks", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/SimSwap/models/networks.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/SimSwap/models/networks.py" - }, - { - "nombre": "fs_networks_fix", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/SimSwap/models/fs_networks_fix.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/SimSwap/models/fs_networks_fix.py" - }, - { - "nombre": "fs_model", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/SimSwap/models/fs_model.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/SimSwap/models/fs_model.py" - }, - { - "nombre": "fs_networks", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/SimSwap/models/fs_networks.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/SimSwap/models/fs_networks.py" - }, - { - "nombre": "projectionhead", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/SimSwap/models/projectionhead.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/SimSwap/models/projectionhead.py" - }, - { - "nombre": "models", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/SimSwap/models/models.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/SimSwap/models/models.py" - }, - { - "nombre": "fs_networks_512", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/SimSwap/models/fs_networks_512.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/SimSwap/models/fs_networks_512.py" - }, - { - "nombre": "projected_model", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/SimSwap/models/projected_model.py", - "tipo": "python", - "descripcion": "-*- coding:utf-8 -*- File: fs_model_fix_idnorm_donggp_saveoptim copy.py Created Date: Wednesday January 12th 2022 Author: Chen Xuanhong Email: chenxuanhongzju@outlook.com Last Modified: Saturday, 13t", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/SimSwap/models/projected_model.py" - }, - { - "nombre": "arcface_models", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/SimSwap/models/arcface_models.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/SimSwap/models/arcface_models.py" - }, - { - "nombre": "base_model", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/SimSwap/models/base_model.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/SimSwap/models/base_model.py" - }, - { - "nombre": "ui_model", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/SimSwap/models/ui_model.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/SimSwap/models/ui_model.py" - }, - { - "nombre": "pix2pixHD_model", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/SimSwap/models/pix2pixHD_model.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/SimSwap/models/pix2pixHD_model.py" - }, - { - "nombre": "save_heatmap", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/SimSwap/util/save_heatmap.py", - "tipo": "python", - "descripcion": "-*- coding:utf-8 -*- File: save_heatmap.py Created Date: Friday January 15th 2021 Author: Chen Xuanhong Email: chenxuanhongzju@outlook.com Last Modified: Wednesday, 19th January 2022 1:22:47 am", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/SimSwap/util/save_heatmap.py" - }, - { - "nombre": "util", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/SimSwap/util/util.py", - "tipo": "python", - "descripcion": "Converts a Tensor into a Numpy array", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/SimSwap/util/util.py" - }, - { - "nombre": "image_pool", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/SimSwap/util/image_pool.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/SimSwap/util/image_pool.py" - }, - { - "nombre": "html", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/SimSwap/util/html.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/SimSwap/util/html.py" - }, - { - "nombre": "logo_class", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/SimSwap/util/logo_class.py", - "tipo": "python", - "descripcion": "-*- coding:utf-8 -*- File: logo_class.py Created Date: Tuesday June 29th 2021 Author: Chen Xuanhong Email: chenxuanhongzju@outlook.com Last Modified: Monday, 11th October 2021 12:39:55 am", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/SimSwap/util/logo_class.py" - }, - { - "nombre": "visualizer", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/SimSwap/util/visualizer.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/SimSwap/util/visualizer.py" - }, - { - "nombre": "videoswap_multispecific", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/SimSwap/util/videoswap_multispecific.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/SimSwap/util/videoswap_multispecific.py" - }, - { - "nombre": "json_config", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/SimSwap/util/json_config.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/SimSwap/util/json_config.py" - }, - { - "nombre": "add_watermark", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/SimSwap/util/add_watermark.py", - "tipo": "python", - "descripcion": "from torchvision import transforms", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/SimSwap/util/add_watermark.py" - }, - { - "nombre": "videoswap", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/SimSwap/util/videoswap.py", - "tipo": "python", - "descripcion": "Author: Naiyuan liu", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/SimSwap/util/videoswap.py" - }, - { - "nombre": "plot", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/SimSwap/util/plot.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/SimSwap/util/plot.py" - }, - { - "nombre": "reverse2original", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/SimSwap/util/reverse2original.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/SimSwap/util/reverse2original.py" - }, - { - "nombre": "videoswap_specific", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/SimSwap/util/videoswap_specific.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/SimSwap/util/videoswap_specific.py" - }, - { - "nombre": "norm", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/SimSwap/util/norm.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/SimSwap/util/norm.py" - }, - { - "nombre": "cupp", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/PASSWORD_PROFILER/cupp/cupp.py", - "tipo": "python", - "descripcion": "Common User Passwords Profiler", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/PASSWORD_PROFILER/cupp/cupp.py" - }, - { - "nombre": "test_cupp", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/PASSWORD_PROFILER/cupp/test_cupp.py", - "tipo": "python", - "descripcion": "CUPP - Common User Passwords Profiler", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/PASSWORD_PROFILER/cupp/test_cupp.py" - }, - { - "nombre": "bloodcat", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/BloodCat/bloodcat.py", - "tipo": "python", - "descripcion": "███████╗ ██╗ ██╗ ██╗ ██╗ ██████╗ ██╗ ██╗ ██╗ ██████╗ ██╔════╝ ██║ ██║ ██║ ██║ ██╔════╝ ██║ ██╔╝ ███║ ╚════██╗ ███████╗ █████╗ █████", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/BloodCat/bloodcat.py" - }, - { - "nombre": "play", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/BloodCat/play.sh", - "tipo": "shell", - "descripcion": "███████╗ ██╗ ██╗ ██╗ ██╗ ██████╗ ██╗ ██╗ ██╗ ██████╗ ██╔════╝ ██║ ██║ ██║ ██║ ██╔════╝ ██║ ██╔╝ ███║ ╚════██╗ ███████╗ █████╗ █████", - "invocar": "bash /home/sito/COFRE/SNEAKERS/BloodCat/play.sh" - }, - { - "nombre": "saycheese", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/saycheese/saycheese.sh", - "tipo": "shell", - "descripcion": "coded by: github.com/thelinuxchoice/saycheese If you use any part from this code, giving me the credits. Read the Lincense!", - "invocar": "bash /home/sito/COFRE/SNEAKERS/saycheese/saycheese.sh" - }, - { - "nombre": "Ruben_garcia", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/GENTE/Ruben_garcia/Ruben_garcia", - "tipo": "binario", - "descripcion": "", - "invocar": "/home/sito/COFRE/SNEAKERS/GENTE/Ruben_garcia/Ruben_garcia" - }, - { - "nombre": "sock", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/sock_you/Sock-You/sock.sh", - "tipo": "shell", - "descripcion": "Terminal based fake identity generator.", - "invocar": "bash /home/sito/COFRE/SNEAKERS/sock_you/Sock-You/sock.sh" - }, - { - "nombre": "skiptracer", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/skiptracer/skiptracer/skiptracer.py", - "tipo": "python", - "descripcion": "!/usr/bin/env python", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/skiptracer/skiptracer/skiptracer.py" - }, - { - "nombre": "tracker", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/OPRecon/files/tracker.py", - "tipo": "python", - "descripcion": "-*- coding: utf-8 -*-", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/OPRecon/files/tracker.py" - }, - { - "nombre": "ipgeolocation", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/OPRecon/files/ipgeolocation.py", - "tipo": "python", - "descripcion": "This file is part of IPGeoLocation tool.", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/OPRecon/files/ipgeolocation.py" - }, - { - "nombre": "phoneinfoga", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/OPRecon/files/phoneinfoga.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/OPRecon/files/phoneinfoga.py" - }, - { - "nombre": "ghunt", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/GHunt/ghunt/ghunt.py", - "tipo": "python", - "descripcion": "", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/GHunt/ghunt/ghunt.py" - }, - { - "nombre": ".pyre_configuration", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/theHarv/theHarvester/.pyre_configuration", - "tipo": "binario", - "descripcion": "theHarvester is a simple to use, yet powerful tool designed to be used during the reconnaissance stage of a red
", - "invocar": "/home/sito/COFRE/SNEAKERS/theHarv/theHarvester/.pyre_configuration" - }, - { - "nombre": "theHarvester", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/theHarv/theHarvester/theHarvester.py", - "tipo": "python", - "descripcion": "Note: This script runs theHarvester", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/theHarv/theHarvester/theHarvester.py" - }, - { - "nombre": "restfulHarvest", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/theHarv/theHarvester/restfulHarvest.py", - "tipo": "python", - "descripcion": "theHarvester is a simple to use, yet powerful tool designed to be used during the reconnaissance stage of a red
", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/theHarv/theHarvester/restfulHarvest.py" - }, - { - "nombre": "infoga", - "carpeta": "SNEAKERS", - "ruta": "/home/sito/COFRE/SNEAKERS/infoga/Infoga/infoga.py", - "tipo": "python", - "descripcion": "-*- coding:utf-8 -*- @name : Infoga - Email OSINT @url : http://github.com/m4ll0k @author : Momo Outaadi (m4ll0k)", - "invocar": "python3 /home/sito/COFRE/SNEAKERS/infoga/Infoga/infoga.py" - } - ] -} \ No newline at end of file diff --git a/config/qwen3.5-4b-jarvis.Modelfile b/config/qwen3.5-4b-jarvis.Modelfile index 7b1d135..dc7074b 100644 --- a/config/qwen3.5-4b-jarvis.Modelfile +++ b/config/qwen3.5-4b-jarvis.Modelfile @@ -1,18 +1,21 @@ -# Variante de qwen3.5:4b para JARVIS: deja sitio a whisper en la tarjeta. -# -# La T1200 tiene 3717 MiB utiles. Con el reparto automatico ollama coge 2941 y -# deja 776 libres: whisper small CARGA (757) pero se mata al transcribir, cuando -# pide su pico de 839. El sintoma en la app es "Error recognizing file with -# server", que despista, porque el fichero y el servidor estan bien. -# -# Con 24 de las 32 capas en GPU el LLM ocupa 2177 y deja 1540 libres: caben los -# dos con 700 MiB de holgura. Y no cuesta velocidad — medido con tres tiradas en -# caliente, la respuesta baja de 2,71 s a 2,31 s, porque el reparto automatico -# se queda sin VRAM y acaba peleandose consigo mismo. +# Variante de qwen3.5:4b para JARVIS. # # Crear o recrear: ollama create qwen3.5:4b-jarvis -f qwen3.5-4b-jarvis.Modelfile +# +# ── PORTABILIDAD DE GPU ───────────────────────────────────────────────────── +# +# num_gpu (cuantas capas van a la tarjeta) NO se fija aqui a proposito: Ollama +# lo reparte segun la VRAM disponible, asi que el modelo funciona igual en una +# tarjeta pequeña, en una grande, o en CPU. Si lo fijas, lo atas a UNA tarjeta. +# +# Solo tiene sentido fijarlo si quieres reservar VRAM para whisper en una +# tarjeta MUY justa (p.ej. 4 GB). En ese caso, y solo ahi, descomenta y ajusta: +# +# # PARAMETER num_gpu 24 # deja ~1,5 GB para whisper en una tarjeta de 4 GB +# +# num_ctx 4096 es un contexto conservador; en una tarjeta con mas VRAM puedes +# subirlo (8192, 16384...) para que recuerde mas conversacion. FROM qwen3.5:4b -PARAMETER num_gpu 24 PARAMETER num_ctx 4096 diff --git a/docs/stack.svg b/docs/stack.svg new file mode 100644 index 0000000..a406a2b --- /dev/null +++ b/docs/stack.svg @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + + + JARVIS + asistente de voz local · todo en 127.0.0.1 · sin nube + + + + + + + + + + + OÍR + whisper.cpp + reconoce la voz + GPU si hay; si no, CPU + + + + + + + + PENSAR + Ollama + el modelo, con + tool-calling + decide y llama + herramientas + + + + + + HACER + acciones + shell + 150 órdenes del + catálogo, o un comando + + + + + + HABLAR + Piper + sintetiza la voz + o tu voz clonada + + + + + + + + + + + + SABER · RAG + tus apuntes + busca el comando que + ya has probado + + + + + CARA · PANEL + HUD web + lo que oye y hace, + y las métricas + + + + software libre (GPL-3.0) · cualquier Linux · GPU opcional (NVIDIA / AMD / CPU) + + diff --git a/install.sh b/install.sh index 2ec0bf6..a64455e 100755 --- a/install.sh +++ b/install.sh @@ -14,14 +14,28 @@ malo() { printf ' \033[31mERROR\033[0m %s\n' "$*"; } echo "JARVIS — instalacion" echo +# ── Detectar el entorno (para no asumir Debian ni NVIDIA) ─────────────────── +for g in apt dnf pacman zypper; do command -v "$g" >/dev/null && { PKG=$g; break; }; done +: "${PKG:=desconocido}" + +if command -v nvidia-smi >/dev/null 2>&1; then GPU="NVIDIA (CUDA)" +elif command -v rocminfo >/dev/null 2>&1; then GPU="AMD (ROCm)" +else GPU="ninguna → CPU"; fi + +echo "0. Entorno" +ok "gestor de paquetes: $PKG" +ok "GPU detectada: $GPU" +[ "$GPU" = "ninguna → CPU" ] && echo " (sin GPU va igual, mas lento; considera qwen3.5:2b)" +echo + # ── 1. Servicios externos (los instala el usuario; aqui solo se comprueban) ── echo "1. Servicios externos" command -v python3 >/dev/null && ok "python3 $(python3 -V 2>&1 | awk '{print $2}')" \ - || { malo "python3 no esta"; exit 1; } + || { malo "python3 no esta (instalalo con tu gestor: $PKG)"; exit 1; } command -v ollama >/dev/null && ok "ollama" \ || falta "ollama — instalalo desde https://ollama.com (es el cerebro)" command -v whisper-server >/dev/null && ok "whisper-server (STT)" \ - || falta "whisper.cpp con CUDA — compilalo; ver config/README_whisper_gpu.md" + || falta "whisper.cpp para tu plataforma ($GPU) — ver config/README_whisper_gpu.md" command -v piper >/dev/null && ok "piper (TTS)" \ || falta "piper — https://github.com/rhasspy/piper (la voz)" echo diff --git a/nucleo/cerebro/Modelfile b/nucleo/cerebro/Modelfile index 750d0cf..73f2298 100644 --- a/nucleo/cerebro/Modelfile +++ b/nucleo/cerebro/Modelfile @@ -19,8 +19,11 @@ PARAMETER presence_penalty 0.0 PARAMETER frequency_penalty 0.0 PARAMETER top_p 0.9 PARAMETER top_k 20 -# Que pare cuando acabe la respuesta, no cuando se le acabe la cuerda. +# Que pare cuando acabe la respuesta, no cuando se le acabe la cuerda. En una +# tarjeta con mas VRAM puedes subirlo (voz corta no lo necesita, pero el RAG +# agentico si agradece mas margen). PARAMETER num_predict 300 -# 24 de 32 capas en la grafica: deja sitio a whisper en los 4 GB. -PARAMETER num_gpu 24 PARAMETER num_ctx 4096 +# num_gpu NO se fija: Ollama reparte las capas segun la VRAM de tu tarjeta, asi +# el modelo va igual en una GPU pequeña, en una grande o en CPU. Solo fijalo si +# necesitas reservar VRAM a whisper en una tarjeta muy justa (4 GB): num_gpu 24.