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

Version

6 | 7 | [![The-Script-2-1.png](https://i.postimg.cc/FzYyFqMB/The-Script-2-1.png)](https://postimg.cc/Pvkp26rW) 8 | 9 | --- 10 | The_Script fue la primera herramienta que desarrolle, el codigo esta poco optimizado, el codigo es bastante rudimentario, varias de sus funciones estan obsoletas y a dia de hoy no funcionan. Seguire conservando el repositorio abierto a modo recuerdo pero ya no le dare soporte. 11 | --- 12 | 13 | 14 | ## 🛠 Instalar Herramienta 🛠 15 | 16 | 1) sudo apt update && apt -y full-upgrade 17 | 18 | 2) sudo apt-get install git 19 | 20 | 3) git clone https://github.com/XDeadHackerX/The_Script.git 21 | 22 | 4) cd The_Script 23 | 24 | 5) chmod 777 the_script.sh 25 | 26 | 6) bash the_script.sh 27 | 28 | 7) Una vez dentro marcamos el Número 0 para que nos instale todas las herramientas necesarias 29 | 30 | 8) Ya podemos disfrutar de la herramienta 31 | 32 | ## 🔎 Versiones 🔎 33 | 34 |
35 | [ v1.0 ] 36 |

[#] Versión Original.

37 |
38 |
39 | [ v1.2 ] 40 |

[#] Nuevo apartado (Información de una web), Corrección de errores.

41 |
42 |
43 | [ v1.3 ] 44 |

[#] Nuevo apartado (Metadatos), Cambios en el diseño (Renovación a la hora de ver el Script y leer los apartados).

45 |
46 |
47 | [ v1.4 ] 48 |

[#] Nuevo apartado (Información de una empresa), Mejoras en el diseño, Corrección de errores.

49 |
50 |
51 | [ v1.5 ] 52 |

[#] Nuevo apartado (Escanear nuestra red), Mejoras en el apartado de (Información de una empresa), Mejoras en la eficiencia del código, Mejoras en el diseño, Cambios en el apartado (Información de una Página Web), Eliminación de apartado (Información de un número de teléfono) por su mal funcionamiento.

53 |
54 |
55 | [ v1.6 ] 56 |

[#] Nuevos apartados dentro del apartado (Información de una Persona), se agregó un apartado para extraer Información de una cuenta de Instagram, Ver donde está registrado un Email y se solucionó el sub apartado de "Buscar la URL de las redes sociales donde está registrado un Email".

57 |
58 |
59 | [ v1.7 ] 60 |

[#] Nuevo apartado (Desencriptar un fichero).

61 |
62 |
63 | [ v2.0 ] 64 |

[#] Nuevo apartado (Ataque de Diccionario a IP), nuevo sub apartado dentro de (Información sobre la tarjeta de Red + Velocidad) llamado "Tu Sistema Operativo", Muchas mejoras en el apartado (Escanear nuestra red) tales como hacer escaneos de los puertos y sus versiones, hacer un escaneo de los puertos y sus versiones, pero de los 65.535 puertos a un Host, hacer un escaneo avanzado de la Red y escanea los 65.535 puertos de cada Host y lo más importante la opción de poder protegerte a la hora de hacer escaneos.

65 |
66 |
67 | [ v2.1 ] 68 |

[#] Nuevo apartado (Tarjera de Red), dentro de esta se puede Activar y Desactivar el Modo Monitor de una Tarjeta de Red, cambiar la MAC para hacer ataques seguros, escanear Redes Wifi de los al rededores y poder ver información tal como WIFI= [BSSID, PWR, Beacons, Data, Canal, MB de tráfico, Encriptado de la Red Wifi, CIPHER, AUTH, ESSID] Usuarios de las Redes= [BSSID, STATION, PWR, Rate, Lost, Frames, Notes, Probes (Red a la que están conectados)], pequeña mejora en el menú Principal. Mejora en el Apartado (Tarjeta de Red), en el sub apartado "Escanear Wifi de los alrededores" dándote a escoger entre 3 Herramientas para hacer el Escaneo (Aircrack-ng, Bettercap, Wash). Optimización del código, mejoras visuales, solución de errores.

69 |
70 | 71 | ## ⭐☕ Creado por XDeadHackerX ☕⭐ 72 | 73 | **Si consideras que este proyecto ha sido útil, te agradecería que me apoyaras dándole una estrella a este repositorio o invitándome a un café.** 74 | 75 | [!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/XDeadHackerX) 76 | 77 | Copyright © 2022, XDeadHackerX 78 | -------------------------------------------------------------------------------- /requisitos/0.sh: -------------------------------------------------------------------------------- 1 | #!bin/bash 2 | 3 | cd requisitos 4 | 5 | sudo apt-get update 6 | 7 | sudo curl https://bootstrap.pypa.io/pip/2.7/get-pip.py -o get-pip.py && sudo python get-pip.py && sudo apt-get install python-pip 8 | 9 | sudo apt-get install python3-pip && sudo python3 get-pip.py && sudo /usr/bin/python3 -m pip install --upgrade pip 10 | 11 | sudo apt-get install curl -y 12 | sudo apt install git -y 13 | sudo apt install python3.8 -y 14 | sudo apt install python-pip -y 15 | sudo apt install python3-pip -y 16 | sudo apt install python3-pip3 -y 17 | sudo python -m pip3 install --upgrade pip 18 | sudo apt-get install cat -y 19 | sudo apt-get install hostname -y 20 | sudo curl -s https://install.speedtest.net/app/cli/install.deb.sh | sudo bash 21 | sudo apt-get install speedtest -y 22 | sudo pip install speedtest-cli 23 | sudo pip3 install holehe 24 | sudo apt-get install john -y 25 | sudo apt-get install nmap -y 26 | sudo apt-get install whatweb -y 27 | sudo apt-get install whois -y 28 | sudo apt-get install dmitry -y 29 | sudo apt-get install python3 -y 30 | sudo apt-get install exiftool -y 31 | sudo apt-get install -y netdiscover 32 | sudo pip install shodan 33 | sudo apt install aircrack-ng -y 34 | sudo apt-get install gnome-terminal -y 35 | sudo apt-get install bettercap -y 36 | sudo apt install macchanger -y 37 | 38 | 39 | sudo rm -r theHarvester 40 | 41 | sudo rm -r sherlock 42 | 43 | sudo rm -r osi.ig 44 | 45 | 46 | sudo git clone https://github.com/th3unkn0n/osi.ig.git && cd osi.ig && sudo chmod 777 requirements.txt && python3 -m pip install -r requirements.txt 47 | 48 | cd .. 49 | 50 | sudo git clone https://github.com/laramies/theHarvester.git && cd theHarvester && sudo chmod 777 requirements.txt && sudo python3 -m pip install -r requirements.txt && sudo python3 setup.py install 51 | 52 | cd .. 53 | 54 | sudo git clone https://github.com/sherlock-project/sherlock.git && cd sherlock && sudo chmod 777 requirements.txt && sudo python3 -m pip install -r requirements.txt && cd sherlock && sudo chmod 777 sherlock.py 55 | 56 | cd .. 57 | 58 | cd .. 59 | 60 | cd .. 61 | 62 | bash the_script.sh 63 | -------------------------------------------------------------------------------- /requisitos/1.sh: -------------------------------------------------------------------------------- 1 | #!bin/bash 2 | 3 | clear 4 | echo 5 | echo 6 | echo " ████████╗██╗░░██╗███████╗░██████╗░█████╗░██████╗░██╗██████╗░████████╗" 7 | echo " ╚══██╔══╝██║░░██║██╔════╝██╔════╝██╔══██╗██╔══██╗██║██╔══██╗╚══██╔══╝" 8 | echo " ░░░██║░░░███████║█████╗░░╚█████╗░██║░░╚═╝██████╔╝██║██████╔╝░░░██║░░░" 9 | echo " ░░░██║░░░██╔══██║██╔══╝░░░╚═══██╗██║░░██╗██╔══██╗██║██╔═══╝░░░░██║░░░" 10 | echo " ░░░██║░░░██║░░██║███████╗██████╔╝╚█████╔╝██║░░██║██║██║░░░░░░░░██║░░░" 11 | echo " ░░░╚═╝░░░╚═╝░░╚═╝╚══════╝╚═════╝░░╚════╝░╚═╝░░╚═╝╚═╝╚═╝░░░░░░░░╚═╝░░░" 12 | echo 13 | echo " (⌐■_■)– ︻デ═一" 14 | echo " __________________________________________________" 15 | echo " ︻デ═一 Created by: XDeadHackerX v2.1 ︻デ═一 " 16 | echo " -------------------------------------------------------------------------------------------" 17 | echo " Cualquier acción y o actividad relacionada con The_Script es únicamente su responsabilidad" 18 | echo " -------------------------------------------------------------------------------------------" 19 | echo 20 | echo 21 | echo " [*] Informacion sobre la tarjeta de Red + Velocidad" 22 | echo 23 | echo " ===============================================================================================================================" 24 | echo " ☢ Tu IP Publica es la: " `curl -s http:/ifconfig.me`" |" 25 | echo " -------------------------------------------------------------------------------------------------------------------------------" 26 | echo " ☢ Tu IP Local es la: " `hostname -I`" |" 27 | echo " -------------------------------------------------------------------------------------------------------------------------------" 28 | echo " ☢ Tu DNS: " `cat /etc/resolv.conf`" |" 29 | echo " -------------------------------------------------------------------------------------------------------------------------------" 30 | echo " ☢ Tu MAC es la: " `cat /sys/class/net/*/address` " |" 31 | echo " -------------------------------------------------------------------------------------------------------------------------------" 32 | echo " ☢ Tu Sistema Operativo: " `uname -a`" |" 33 | echo " ===============================================================================================================================" 34 | echo 35 | echo 36 | read -p " Quieres hacer una prueba de velocidad? (si/no): " opc1 37 | echo 38 | if [ $opc1 = si ] 39 | then 40 | speedtest --simple 41 | else 42 | bash the_script.sh 43 | fi 44 | echo 45 | echo " ===================" 46 | echo " 1-Volver al Menu" 47 | echo " 2-Volver a ejecutar" 48 | echo " 3-Salir" 49 | echo " ===================" 50 | echo 51 | read -p "Elige una opcion: " opc2 52 | case $opc2 in 53 | 1 ) bash the_script.sh 54 | ;; 55 | 2 ) bash requisitos/1.sh 56 | ;; 57 | 3 ) exit && clear 58 | ;; 59 | * ) echo 60 | echo "$RRPLY No es una opcion valida" 61 | esac 62 | -------------------------------------------------------------------------------- /requisitos/2.sh: -------------------------------------------------------------------------------- 1 | #!bin/bash 2 | 3 | clear 4 | echo 5 | echo 6 | echo " ████████╗██╗░░██╗███████╗░██████╗░█████╗░██████╗░██╗██████╗░████████╗" 7 | echo " ╚══██╔══╝██║░░██║██╔════╝██╔════╝██╔══██╗██╔══██╗██║██╔══██╗╚══██╔══╝" 8 | echo " ░░░██║░░░███████║█████╗░░╚█████╗░██║░░╚═╝██████╔╝██║██████╔╝░░░██║░░░" 9 | echo " ░░░██║░░░██╔══██║██╔══╝░░░╚═══██╗██║░░██╗██╔══██╗██║██╔═══╝░░░░██║░░░" 10 | echo " ░░░██║░░░██║░░██║███████╗██████╔╝╚█████╔╝██║░░██║██║██║░░░░░░░░██║░░░" 11 | echo " ░░░╚═╝░░░╚═╝░░╚═╝╚══════╝╚═════╝░░╚════╝░╚═╝░░╚═╝╚═╝╚═╝░░░░░░░░╚═╝░░░" 12 | echo 13 | echo " (⌐■_■)– ︻デ═一" 14 | echo " __________________________________________________" 15 | echo " ︻デ═一 Created by: XDeadHackerX v2.1 ︻デ═一 " 16 | echo " -------------------------------------------------------------------------------------------" 17 | echo " Cualquier acción y o actividad relacionada con The_Script es únicamente su responsabilidad" 18 | echo " -------------------------------------------------------------------------------------------" 19 | echo 20 | echo 21 | echo "[*] Informacion de una Pagina Web" 22 | echo 23 | echo " =============================================================" 24 | echo " 1º Identificar la Web y reconocer sus tecnologias"" |" 25 | echo " ------------------------------------------------------------" 26 | echo " 2º Extraer Informacion sobre el propietario del dominio/web" "|" 27 | echo " ------------------------------------------------------------" 28 | echo " 3º Todas las opciones"" |" 29 | echo " =============================================================" 30 | echo 31 | read -p " Elige una opcion: " opc1 32 | case $opc1 in 33 | 1 ) echo 34 | read -p " Dominio (Ej: web.com): " dominio 35 | echo 36 | echo 37 | echo 38 | echo 39 | echo " (x_x) Identificando la Web y reconociendo las tecnologias que utiliza (x_x)" 40 | echo 41 | echo 42 | echo "********************************************************************************************************************************" 43 | echo 44 | echo "`whatweb -v -a 3 www.$dominio`" 45 | echo 46 | echo "********************************************************************************************************************************" 47 | ;; 48 | 2 ) echo 49 | read -p " Dominio (Ej: web.com): " dominio 50 | echo 51 | echo 52 | echo 53 | echo 54 | echo " (x_x) Extrañendo Informacion sobre el propietario del dominio/web (x_x)" 55 | echo 56 | echo 57 | echo "********************************************************************************************************************************" 58 | echo 59 | echo "[*]Registry: hace referencia a la empresa que administra la lista donde se aloja un conjunto de nombres de dominio" 60 | echo "[*]Registrant: es el propietario legal del dominio" 61 | echo "[*]Registrar: hace uso de un registrador para realizar el registro" 62 | echo 63 | echo 64 | echo 65 | echo "`whois $dominio`" 66 | echo 67 | echo "********************************************************************************************************************************" 68 | ;; 69 | 3 ) echo 70 | read -p " Dominio (Ej: web.com): " dominio 71 | echo 72 | echo 73 | echo 74 | echo 75 | echo " (x_x) Identificando la Web y reconociendo las tecnologias que utiliza (x_x)" 76 | echo 77 | echo 78 | echo "********************************************************************************************************************************" 79 | echo 80 | echo "`whatweb -v -a 3 www.$dominio`" 81 | echo 82 | echo "********************************************************************************************************************************" 83 | echo 84 | echo 85 | echo 86 | echo 87 | echo " (x_x) Extrañendo Informacion sobre el propietario del dominio/web (x_x)" 88 | echo 89 | echo 90 | echo "********************************************************************************************************************************" 91 | echo 92 | echo "[*]Registry: hace referencia a la empresa que administra la lista donde se aloja un conjunto de nombres de dominio" 93 | echo "[*]Registrant: es el propietario legal del dominio" 94 | echo "[*]Registrar: hace uso de un registrador para realizar el registro" 95 | echo 96 | echo 97 | echo 98 | echo "`whois $dominio`" 99 | echo 100 | echo "********************************************************************************************************************************" 101 | ;; 102 | * ) echo 103 | echo "$RRPLY No es una opcion valida" 104 | esac 105 | echo 106 | echo " ===================" 107 | echo " 1-Volver al Menu" 108 | echo " 2-Volver a ejecutar" 109 | echo " 3-Salir" 110 | echo " ===================" 111 | echo 112 | read -p "Elige una opcion: " opc2 113 | case $opc2 in 114 | 1 ) bash the_script.sh 115 | ;; 116 | 2 ) bash requisitos/2.sh 117 | ;; 118 | 3 ) exit && clear 119 | ;; 120 | * ) echo 121 | echo "$RRPLY No es una opcion valida" 122 | esac 123 | -------------------------------------------------------------------------------- /requisitos/3.sh: -------------------------------------------------------------------------------- 1 | #!bin/bash 2 | 3 | clear 4 | echo 5 | echo 6 | echo " ████████╗██╗░░██╗███████╗░██████╗░█████╗░██████╗░██╗██████╗░████████╗" 7 | echo " ╚══██╔══╝██║░░██║██╔════╝██╔════╝██╔══██╗██╔══██╗██║██╔══██╗╚══██╔══╝" 8 | echo " ░░░██║░░░███████║█████╗░░╚█████╗░██║░░╚═╝██████╔╝██║██████╔╝░░░██║░░░" 9 | echo " ░░░██║░░░██╔══██║██╔══╝░░░╚═══██╗██║░░██╗██╔══██╗██║██╔═══╝░░░░██║░░░" 10 | echo " ░░░██║░░░██║░░██║███████╗██████╔╝╚█████╔╝██║░░██║██║██║░░░░░░░░██║░░░" 11 | echo " ░░░╚═╝░░░╚═╝░░╚═╝╚══════╝╚═════╝░░╚════╝░╚═╝░░╚═╝╚═╝╚═╝░░░░░░░░╚═╝░░░" 12 | echo 13 | echo " (⌐■_■)– ︻デ═一" 14 | echo " __________________________________________________" 15 | echo " ︻デ═一 Created by: XDeadHackerX v2.1 ︻デ═一 " 16 | echo " -------------------------------------------------------------------------------------------" 17 | echo " Cualquier acción y o actividad relacionada con The_Script es únicamente su responsabilidad" 18 | echo " -------------------------------------------------------------------------------------------" 19 | echo 20 | echo 21 | echo " [*] Informacion de una Empresa" 22 | echo 23 | echo " =========================================" 24 | echo " 1º Extraer Correos Electronicos"" |" 25 | echo " -----------------------------------------" 26 | echo " 2º Extraer Lista de Trabajadores"" |" 27 | echo " -----------------------------------------" 28 | echo " 3º Extraer todos los Dominios"" |" 29 | echo " =========================================" 30 | echo 31 | read -p " Elige una opcion: " opc 32 | case $opc in 33 | 1 ) read -p " Escibe la web de la empresa (dominio.com): " opc1 34 | sudo python3 requisitos/theHarvester/theHarvester.py -d $opc1 -l 100 -b google 35 | sudo python3 requisitos/theHarvester/theHarvester.py -d $opc1 -l 500 -b bing 36 | ;; 37 | 2 ) read -p " Escibe el nombre del archivo con su ruta (dominio.com): " opc2 38 | sudo python3 requisitos/theHarvester/theHarvester.py -d $opc2 -l 100 -b linkedin 39 | ;; 40 | 3 ) read -p " Escibe el nombre del archivo con su ruta (dominio.com): " opc3 41 | sudo python3 requisitos/theHarvester/theHarvester.py -d $opc3 -l 500 -b dnsdumpster 42 | sudo python3 requisitos/theHarvester/theHarvester.py -d $opc3 -l 500 -b bufferoverun 43 | ;; 44 | * ) echo 45 | echo "$RRPLY No es una opcion valida" 46 | esac 47 | echo 48 | echo " ===================" 49 | echo " 1-Volver al Menu" 50 | echo " 2-Volver a ejecutar" 51 | echo " 3-Salir" 52 | echo " ===================" 53 | echo 54 | read -p " Elige una opcion: " opc4 55 | case $opc4 in 56 | 1 ) bash the_script.sh 57 | ;; 58 | 2 ) bash requisitos/3.sh 59 | ;; 60 | 3 ) exit && clear 61 | ;; 62 | * ) echo 63 | echo "$RRPLY No es una opcion valida" 64 | esac 65 | -------------------------------------------------------------------------------- /requisitos/4.sh: -------------------------------------------------------------------------------- 1 | #!bin/bash 2 | 3 | clear 4 | echo 5 | echo 6 | echo " ████████╗██╗░░██╗███████╗░██████╗░█████╗░██████╗░██╗██████╗░████████╗" 7 | echo " ╚══██╔══╝██║░░██║██╔════╝██╔════╝██╔══██╗██╔══██╗██║██╔══██╗╚══██╔══╝" 8 | echo " ░░░██║░░░███████║█████╗░░╚█████╗░██║░░╚═╝██████╔╝██║██████╔╝░░░██║░░░" 9 | echo " ░░░██║░░░██╔══██║██╔══╝░░░╚═══██╗██║░░██╗██╔══██╗██║██╔═══╝░░░░██║░░░" 10 | echo " ░░░██║░░░██║░░██║███████╗██████╔╝╚█████╔╝██║░░██║██║██║░░░░░░░░██║░░░" 11 | echo " ░░░╚═╝░░░╚═╝░░╚═╝╚══════╝╚═════╝░░╚════╝░╚═╝░░╚═╝╚═╝╚═╝░░░░░░░░╚═╝░░░" 12 | echo 13 | echo " (⌐■_■)– ︻デ═一" 14 | echo " __________________________________________________" 15 | echo " ︻デ═一 Created by: XDeadHackerX v2.1 ︻デ═一 " 16 | echo " -------------------------------------------------------------------------------------------" 17 | echo " Cualquier acción y o actividad relacionada con The_Script es únicamente su responsabilidad" 18 | echo " -------------------------------------------------------------------------------------------" 19 | echo 20 | echo 21 | echo " [*] Encontrar Redes Sociales" 22 | echo 23 | echo " ============================================================================" 24 | echo " 1º Informacion sobre una cuenta de Instagram (100% de Efectividad)"" |" 25 | echo " ----------------------------------------------------------------------------" 26 | echo " 2º Ver donde esta registrado un Email (95% de Efectividad)"" |" 27 | echo " ----------------------------------------------------------------------------" 28 | echo " 3º Buscar la URL de las redes sociales donde esta registrado un Email (50%)"" |" 29 | echo " ============================================================================" 30 | echo 31 | read -p " Elige una opcion: " opc1 32 | case $opc1 in 33 | 1 ) read -p " Escribe el nombre de la cuenta de Instagram del Objetivo : " info 34 | echo 35 | cd requisitos/osi.ig && sudo python3 main.py -u $info 36 | cd .. 37 | cd .. 38 | ;; 39 | 2 ) read -p " Escribe el Correo Electronico del Objetivo [Gmail, Yahoo, Outlook] : " info 40 | echo 41 | sudo holehe --only-used $info 42 | ;; 43 | 3 ) echo " Pon uno de los siguientes datos del Objetivo [Nombre completo o Correo electrónico o Nick o Número de Teléfono o Red Social]" 44 | echo 45 | sleep 2 46 | sudo bash requisitos/userrecon.sh $info 47 | echo 48 | echo "[*] Los .txt con la informacion substraida se encuentra en la ruta (the_script/$info.txt)" 49 | ;; 50 | * ) echo 51 | echo "$RRPLY No es una opcion valida" 52 | esac 53 | echo 54 | echo " ===================" 55 | echo " 1-Volver al Menu" 56 | echo " 2-Volver a ejecutar" 57 | echo " 3-Salir" 58 | echo " ===================" 59 | echo 60 | read -p "Elige una opcion: " opc2 61 | case $opc2 in 62 | 1 ) bash the_script.sh 63 | ;; 64 | 2 ) bash requisitos/4.sh 65 | ;; 66 | 3 ) exit && clear 67 | ;; 68 | * ) echo 69 | echo "$RRPLY No es una opcion valida" 70 | esac 71 | -------------------------------------------------------------------------------- /requisitos/5.sh: -------------------------------------------------------------------------------- 1 | #!bin/bash 2 | 3 | clear 4 | echo 5 | echo 6 | echo " ████████╗██╗░░██╗███████╗░██████╗░█████╗░██████╗░██╗██████╗░████████╗" 7 | echo " ╚══██╔══╝██║░░██║██╔════╝██╔════╝██╔══██╗██╔══██╗██║██╔══██╗╚══██╔══╝" 8 | echo " ░░░██║░░░███████║█████╗░░╚█████╗░██║░░╚═╝██████╔╝██║██████╔╝░░░██║░░░" 9 | echo " ░░░██║░░░██╔══██║██╔══╝░░░╚═══██╗██║░░██╗██╔══██╗██║██╔═══╝░░░░██║░░░" 10 | echo " ░░░██║░░░██║░░██║███████╗██████╔╝╚█████╔╝██║░░██║██║██║░░░░░░░░██║░░░" 11 | echo " ░░░╚═╝░░░╚═╝░░╚═╝╚══════╝╚═════╝░░╚════╝░╚═╝░░╚═╝╚═╝╚═╝░░░░░░░░╚═╝░░░" 12 | echo 13 | echo " (⌐■_■)– ︻デ═一" 14 | echo " __________________________________________________" 15 | echo " ︻デ═一 Created by: XDeadHackerX v2.1 ︻デ═一 " 16 | echo " -------------------------------------------------------------------------------------------" 17 | echo " Cualquier acción y o actividad relacionada con The_Script es únicamente su responsabilidad" 18 | echo " -------------------------------------------------------------------------------------------" 19 | echo 20 | echo 21 | echo " [*] Ataque de Diccionario a IP" 22 | echo 23 | echo " ===================================================" 24 | echo " 1º Si sabes el usuario pero no la Contraseña"" |" 25 | echo " ---------------------------------------------------" 26 | echo " 2º No sabes el usuario pero si la Contraseña"" |" 27 | echo " ---------------------------------------------------" 28 | echo " 3º No sabes el usuario ni la Contraseña"" |" 29 | echo " ===================================================" 30 | echo 31 | read -p " Elige una opcion: " opc 32 | case $opc in 33 | 1 ) read -p " Escribe la ip (Ej: 192.168.1.10): " ip 34 | read -p " Escribe el puerto (Ej: 80): " puerto 35 | read -p " Escribe el usuario (Ej: admin): " usr 36 | read -p " Pon la ruta del Diccionario (Ej: /home/kali/Wordlists/pass.txt): " dicc 37 | hydra -s $puerto -l $usr -P $dicc $ip http-get / -f -V 38 | ;; 39 | 2 ) read -p " Escribe la ip (Ej: 192.168.1.10): " ip 40 | read -p " Escribe el puerto (Ej: 80): " puerto 41 | read -p " Escribe la Contraseña (Ej: admin): " pass 42 | read -p " Pon la ruta del Diccionario (Ej: /home/kali/Wordlists/usr.txt): " dicc 43 | hydra -s $puerto -L $dicc -p $pass $ip http-get / -f -V 44 | ;; 45 | 3 ) read -p " Escribe la ip (Ej: 192.168.1.10): " ip 46 | read -p " Escribe el puerto (Ej: 80): " puerto 47 | read -p " Pon la ruta del Diccionario del usuario (Ej: /home/kali/Wordlists/usr.txt): " dicc1 48 | read -p " Pon la ruta del Diccionario de la Contraseña (Ej: /home/kali/Wordlists/pass.txt): " dicc2 49 | hydra -s $puerto -L $dicc1 -P $dicc2 $ip http-get / -f -V 50 | ;; 51 | * ) echo 52 | echo "$RRPLY No es una opcion valida" 53 | esac 54 | echo 55 | echo " ===================" 56 | echo " 1-Volver al Menu" 57 | echo " 2-Volver a ejecutar" 58 | echo " 3-Salir" 59 | echo " ===================" 60 | echo 61 | read -p " Elige una opcion: " opc2 62 | case $opc2 in 63 | 1 ) bash the_script.sh 64 | ;; 65 | 2 ) bash requisitos/5.sh 66 | ;; 67 | 3 ) exit && clear 68 | ;; 69 | * ) echo 70 | echo "$RRPLY No es una opcion valida" 71 | esac 72 | -------------------------------------------------------------------------------- /requisitos/6.sh: -------------------------------------------------------------------------------- 1 | #!bin/bash 2 | 3 | clear 4 | echo 5 | echo 6 | echo " ████████╗██╗░░██╗███████╗░██████╗░█████╗░██████╗░██╗██████╗░████████╗" 7 | echo " ╚══██╔══╝██║░░██║██╔════╝██╔════╝██╔══██╗██╔══██╗██║██╔══██╗╚══██╔══╝" 8 | echo " ░░░██║░░░███████║█████╗░░╚█████╗░██║░░╚═╝██████╔╝██║██████╔╝░░░██║░░░" 9 | echo " ░░░██║░░░██╔══██║██╔══╝░░░╚═══██╗██║░░██╗██╔══██╗██║██╔═══╝░░░░██║░░░" 10 | echo " ░░░██║░░░██║░░██║███████╗██████╔╝╚█████╔╝██║░░██║██║██║░░░░░░░░██║░░░" 11 | echo " ░░░╚═╝░░░╚═╝░░╚═╝╚══════╝╚═════╝░░╚════╝░╚═╝░░╚═╝╚═╝╚═╝░░░░░░░░╚═╝░░░" 12 | echo 13 | echo " (⌐■_■)– ︻デ═一" 14 | echo " __________________________________________________" 15 | echo " ︻デ═一 Created by: XDeadHackerX v2.1 ︻デ═一 " 16 | echo " -------------------------------------------------------------------------------------------" 17 | echo " Cualquier acción y o actividad relacionada con The_Script es únicamente su responsabilidad" 18 | echo " -------------------------------------------------------------------------------------------" 19 | echo 20 | echo 21 | echo " [*] Desencriptar un fichero" 22 | echo 23 | echo " ====================================================" 24 | echo " 1º Desencriptar un .ZIP mediante Fuerza Bruta"" |" 25 | echo " ----------------------------------------------------" 26 | echo " 2º Desencriptar un .ZIP mediante un Diccionario"" |" 27 | echo " ----------------------------------------------------" 28 | echo " 3º Desencriptar un .RAR mediante Fuerza Bruta"" |" 29 | echo " ----------------------------------------------------" 30 | echo " 4º Desencriptar un .RAR mediante un Diccionario"" |" 31 | echo " ----------------------------------------------------" 32 | echo " 5º Desencriptar un Fichero mediante Fuerza Bruta"" |" 33 | echo " ----------------------------------------------------" 34 | echo " 6º Desencriptar un Fichero mediante un Diccionario"" |" 35 | echo " ====================================================" 36 | echo 37 | echo 38 | read -p " Elige una opcion: " opc 39 | case $opc in 40 | 1 ) echo 41 | read -p " Pon la ruta del .ZIP: " fich 42 | echo 43 | echo "=======================================================================================" 44 | cd requisitos 45 | echo 46 | sudo zip2john $fich > hash.txt 47 | sudo john hash.txt 48 | echo 49 | echo "---------------------------------------------------" 50 | echo "↓ La Contraseña se mostrará así--> :contraseña: ↓" 51 | echo "---------------------------------------------------" 52 | echo 53 | sudo john hash.txt --show 54 | echo 55 | echo "=======================================================================================" 56 | echo 57 | cd .. 58 | ;; 59 | 2 ) echo 60 | read -p " Pon la ruta del .ZIP: " fich 61 | read -p " Pon la ruta del Diccionario: " dicc 62 | echo 63 | echo "=======================================================================================" 64 | cd requisitos 65 | echo 66 | sudo zip2john $fich > hash.txt 67 | sudo john --wordlist=$dicc hash.txt 68 | sudo john hash.txt 69 | echo 70 | echo "---------------------------------------------------" 71 | echo "↓ La Contraseña se mostrará así--> :contraseña: ↓" 72 | echo "---------------------------------------------------" 73 | echo 74 | sudo john hash.txt --show 75 | echo 76 | echo "=======================================================================================" 77 | echo 78 | cd .. 79 | ;; 80 | 3 ) echo 81 | read -p " Pon la ruta del .RAR: " fich 82 | echo 83 | echo "=======================================================================================" 84 | cd requisitos 85 | echo 86 | sudo rar2john $fich > hash.txt 87 | sudo john hash.txt 88 | echo 89 | echo "---------------------------------------------------" 90 | echo "↓ La Contraseña se mostrará así--> :contraseña: ↓" 91 | echo "---------------------------------------------------" 92 | echo 93 | sudo john hash.txt --show 94 | echo 95 | echo "=======================================================================================" 96 | echo 97 | cd .. 98 | ;; 99 | 4 ) echo 100 | read -p " Pon la ruta del .RAR: " fich 101 | read -p " Pon la ruta del Diccionario: " dicc 102 | echo 103 | echo "=======================================================================================" 104 | cd requisitos 105 | echo 106 | sudo rar2john $fich > hash.txt 107 | sudo john --wordlist=$dicc hash.txt 108 | sudo john hash.txt 109 | echo 110 | echo "---------------------------------------------------" 111 | echo "↓ La Contraseña se mostrará así--> :contraseña: ↓" 112 | echo "---------------------------------------------------" 113 | echo 114 | sudo john hash.txt --show 115 | echo 116 | echo "=======================================================================================" 117 | echo 118 | cd .. 119 | ;; 120 | 5 ) echo 121 | read -p " Pon la ruta del Fichero: " fich 122 | echo 123 | echo "=======================================================================================" 124 | cd requisitos 125 | sudo john $fich 126 | echo 127 | echo "---------------------------------------------------" 128 | echo "↓ La Contraseña se mostrará así--> :contraseña: ↓" 129 | echo "---------------------------------------------------" 130 | echo 131 | sudo john hash.txt --show 132 | echo 133 | echo "=======================================================================================" 134 | echo 135 | cd .. 136 | ;; 137 | 6 ) echo 138 | read -p " Pon la ruta del Fichero: " fich 139 | read -p " Pon la ruta del Diccionario: " dicc 140 | echo 141 | echo "=======================================================================================" 142 | cd requisitos 143 | sudo john --wordlist=$dicc $fich 144 | echo 145 | echo "---------------------------------------------------" 146 | echo "↓ La Contraseña se mostrará así--> :contraseña: ↓" 147 | echo "---------------------------------------------------" 148 | echo 149 | sudo john hash.txt --show 150 | echo 151 | echo "=======================================================================================" 152 | echo 153 | cd .. 154 | ;; 155 | * ) echo 156 | echo "$RRPLY No es una opcion valida" 157 | esac 158 | echo 159 | echo " ===================" 160 | echo " 1-Volver al Menu" 161 | echo " 2-Volver a ejecutar" 162 | echo " 3-Salir" 163 | echo " ===================" 164 | echo 165 | read -p " Elige una opcion: " opc2 166 | case $opc2 in 167 | 1 ) bash the_script.sh 168 | ;; 169 | 2 ) bash requisitos/6.sh 170 | ;; 171 | 3 ) exit && clear 172 | ;; 173 | * ) echo 174 | echo "$RRPLY No es una opcion valida" 175 | esac 176 | -------------------------------------------------------------------------------- /requisitos/7.sh: -------------------------------------------------------------------------------- 1 | #!bin/bash 2 | 3 | clear 4 | echo 5 | echo 6 | echo " ████████╗██╗░░██╗███████╗░██████╗░█████╗░██████╗░██╗██████╗░████████╗" 7 | echo " ╚══██╔══╝██║░░██║██╔════╝██╔════╝██╔══██╗██╔══██╗██║██╔══██╗╚══██╔══╝" 8 | echo " ░░░██║░░░███████║█████╗░░╚█████╗░██║░░╚═╝██████╔╝██║██████╔╝░░░██║░░░" 9 | echo " ░░░██║░░░██╔══██║██╔══╝░░░╚═══██╗██║░░██╗██╔══██╗██║██╔═══╝░░░░██║░░░" 10 | echo " ░░░██║░░░██║░░██║███████╗██████╔╝╚█████╔╝██║░░██║██║██║░░░░░░░░██║░░░" 11 | echo " ░░░╚═╝░░░╚═╝░░╚═╝╚══════╝╚═════╝░░╚════╝░╚═╝░░╚═╝╚═╝╚═╝░░░░░░░░╚═╝░░░" 12 | echo 13 | echo " (⌐■_■)– ︻デ═一" 14 | echo " __________________________________________________" 15 | echo " ︻デ═一 Created by: XDeadHackerX v2.1 ︻デ═一 " 16 | echo " -------------------------------------------------------------------------------------------" 17 | echo " Cualquier acción y o actividad relacionada con The_Script es únicamente su responsabilidad" 18 | echo " -------------------------------------------------------------------------------------------" 19 | echo 20 | echo 21 | echo " [*] Escanear nuestra red" 22 | echo 23 | echo " =============================================================" 24 | echo " 1º Ver los Host conectados a la Red (Muy Rapido)"" |" 25 | echo " -------------------------------------------------------------" 26 | echo " 2º Informacion puertos y sus versiones de un Host (Rapido)"" |" 27 | echo " -------------------------------------------------------------" 28 | echo " 3º Escaneo avanzado de los 65535 puertos (Intermedio)"" |" 29 | echo " -------------------------------------------------------------" 30 | echo " 4º Informacion puertos y sus versiones de una Red (Lento)"" |" 31 | echo " =============================================================" 32 | echo 33 | read -p " Elige una opcion: " opc1 34 | case $opc1 in 35 | 1 ) read -p " Escribe la Ip de Red (192.168.1.0 o 192.168.0.0): " opc2 36 | read -p " Quieres ver el trafico de forma continua? (y/n): " opc3 37 | echo 38 | if [ $opc3 = y ] 39 | then 40 | netdiscover -r $opc2/24 41 | else 42 | netdiscover -r $opc2/24 -P 43 | fi 44 | echo 45 | ;; 46 | 2 ) read -p " Escribe la Ip del Dispositivo/Host (Ej: 192.168.1.10): " opc3 47 | echo 48 | echo " ==========================================" 49 | echo " 1º-Normal (Rapido)"" |" 50 | echo " ------------------------------------------" 51 | echo " 2º-Normal y con guardado (Rapido)"" |" 52 | echo " ------------------------------------------" 53 | echo " 3º-Modo Seguro (Mas Lento)"" |" 54 | echo " ------------------------------------------" 55 | echo " 4º-Modo Seguro y con guardado (Mas Lento)"" |" 56 | echo " ==========================================" 57 | echo 58 | read -p " Elige una opcion: " opc4 59 | case $opc4 in 60 | 1 ) echo 61 | sudo nmap -sV -O $opc3 62 | echo 63 | ;; 64 | 2 ) echo 65 | sudo nmap -sV -O -oN $opc3.txt $opc3 66 | echo 67 | echo 68 | echo "///////////////////////////////////////////////////////" 69 | echo "El .txt se a guardado en /The_Script/$opc3.txt" 70 | echo "///////////////////////////////////////////////////////" 71 | ;; 72 | 3 ) echo 73 | sudo nmap -sV -O -Pn -sS -D 142.250.200.78,$opc3,40.76.4.15 --spoof-mac 0 $opc3 74 | echo 75 | ;; 76 | 4 ) echo 77 | sudo nmap -sV -O -Pn -oN $opc3.txt -sS -D 142.250.200.78,$opc3,40.76.4.15 --spoof-mac 0 $opc3 78 | echo 79 | echo 80 | echo "///////////////////////////////////////////////////////" 81 | echo "El .txt se a guardado en /The_Script/$opc3.txt" 82 | echo "///////////////////////////////////////////////////////" 83 | ;; 84 | * ) echo 85 | echo "$RRPLY No es una opcion valida" 86 | esac 87 | ;; 88 | 3 ) read -p " Escribe la Ip del Dispositivo/Host (Ej: 192.168.1.10): " opc5 89 | echo 90 | echo " ==========================================" 91 | echo " 1º-Normal (Rapido)"" |" 92 | echo " ------------------------------------------" 93 | echo " 2º-Normal y con guardado (Rapido)"" |" 94 | echo " ------------------------------------------" 95 | echo " 3º-Modo Seguro (Mas Lento)"" |" 96 | echo " ------------------------------------------" 97 | echo " 4º-Modo Seguro y con guardado (Mas Lento)"" |" 98 | echo " ==========================================" 99 | echo 100 | read -p " Elige una opcion: " opc6 101 | case $opc6 in 102 | 1 ) echo 103 | sudo nmap -sV -O -p "*" $opc5 104 | echo 105 | ;; 106 | 2 ) echo 107 | sudo nmap -sV -O -p "*" -oN $opc5.txt $opc5 108 | echo 109 | echo 110 | echo "///////////////////////////////////////////////////////" 111 | echo "El .txt se a guardado en /The_Script/$opc5.txt" 112 | echo "///////////////////////////////////////////////////////" 113 | ;; 114 | 3 ) echo 115 | sudo nmap -sV -O -p "*" -Pn -sS -D 142.250.200.78,$opc5,40.76.4.15 --spoof-mac 0 $opc5 116 | echo 117 | ;; 118 | 4 ) echo 119 | sudo nmap -sV -O -p "*" -Pn -oN $opc5.txt -sS -D 142.250.200.78,$opc5,40.76.4.15 --spoof-mac 0 $opc5 120 | echo 121 | echo 122 | echo "///////////////////////////////////////////////////////" 123 | echo "El .txt se a guardado en /The_Script/$opc5.txt" 124 | echo "///////////////////////////////////////////////////////" 125 | ;; 126 | * ) echo 127 | echo "$RRPLY No es una opcion valida" 128 | esac 129 | ;; 130 | 4 ) read -p " Escribe la Ip del router (192.168.1.0 o 192.168.0.0): " opc7 131 | echo 132 | echo " ==========================================" 133 | echo " 1º-Normal (Rapido)"" |" 134 | echo " ------------------------------------------" 135 | echo " 2º-Normal y con guardado (Rapido)"" |" 136 | echo " ------------------------------------------" 137 | echo " 3º-Modo Seguro (Mas Lento)"" |" 138 | echo " ------------------------------------------" 139 | echo " 4º-Modo Seguro y con guardado (Mas Lento)"" |" 140 | echo " ==========================================" 141 | echo 142 | read -p " Elige una opcion: " opc8 143 | case $opc8 in 144 | 1 ) echo 145 | sudo nmap -v -sV -O -p "*" $opc7/24 146 | echo 147 | ;; 148 | 2 ) echo 149 | sudo nmap -v -sV -O -p "*" -oN $opc7.txt $opc7/24 150 | echo 151 | echo 152 | echo "///////////////////////////////////////////////////////" 153 | echo "El .txt se a guardado en /The_Script/$opc7.txt" 154 | echo "///////////////////////////////////////////////////////" 155 | ;; 156 | 3 ) echo 157 | sudo nmap -v -sV -O -p "*" -Pn -sS -D 142.250.200.78,$opc7,40.76.4.15 --spoof-mac 0 $opc7 158 | echo 159 | ;; 160 | 4 ) echo 161 | sudo nmap -v -sV -O -p "*" -Pn -oN $opc7.txt -sS -D 142.250.200.78,$opc7,40.76.4.15 --spoof-mac 0 $opc7 162 | echo 163 | echo 164 | echo "///////////////////////////////////////////////////////" 165 | echo "El .txt se a guardado en /The_Script/$opc7.txt" 166 | echo "///////////////////////////////////////////////////////" 167 | ;; 168 | * ) echo 169 | echo "$RRPLY No es una opcion valida" 170 | esac 171 | ;; 172 | * ) echo 173 | echo "$RRPLY No es una opcion valida" 174 | esac 175 | echo 176 | echo " ===================" 177 | echo " 1-Volver al Menu" 178 | echo " 2-Volver a ejecutar" 179 | echo " 3-Salir" 180 | echo " ===================" 181 | echo 182 | read -p " Elige una opcion: " opc9 183 | case $opc9 in 184 | 1 ) bash the_script.sh 185 | ;; 186 | 2 ) bash requisitos/7.sh 187 | ;; 188 | 3 ) exit && clear 189 | ;; 190 | * ) echo 191 | echo "$RRPLY No es una opcion valida" 192 | esac 193 | 194 | 195 | -------------------------------------------------------------------------------- /requisitos/8.sh: -------------------------------------------------------------------------------- 1 | #!bin/bash 2 | 3 | clear 4 | echo 5 | echo 6 | echo " ████████╗██╗░░██╗███████╗░██████╗░█████╗░██████╗░██╗██████╗░████████╗" 7 | echo " ╚══██╔══╝██║░░██║██╔════╝██╔════╝██╔══██╗██╔══██╗██║██╔══██╗╚══██╔══╝" 8 | echo " ░░░██║░░░███████║█████╗░░╚█████╗░██║░░╚═╝██████╔╝██║██████╔╝░░░██║░░░" 9 | echo " ░░░██║░░░██╔══██║██╔══╝░░░╚═══██╗██║░░██╗██╔══██╗██║██╔═══╝░░░░██║░░░" 10 | echo " ░░░██║░░░██║░░██║███████╗██████╔╝╚█████╔╝██║░░██║██║██║░░░░░░░░██║░░░" 11 | echo " ░░░╚═╝░░░╚═╝░░╚═╝╚══════╝╚═════╝░░╚════╝░╚═╝░░╚═╝╚═╝╚═╝░░░░░░░░╚═╝░░░" 12 | echo 13 | echo " (⌐■_■)– ︻デ═一" 14 | echo " __________________________________________________" 15 | echo " ︻デ═一 Created by: XDeadHackerX v2.1 ︻デ═一 " 16 | echo " -------------------------------------------------------------------------------------------" 17 | echo " Cualquier acción y o actividad relacionada con The_Script es únicamente su responsabilidad" 18 | echo " -------------------------------------------------------------------------------------------" 19 | echo 20 | echo 21 | echo " [*] Tarjera de Red" 22 | echo 23 | echo " ===========================================================" 24 | echo " 1º Configuracion Tajeta de Red (Modo Monitor/Seguridad)"" |" 25 | echo " -----------------------------------------------------------" 26 | echo " 2º Ver estado de la Tarjeta de Red"" |" 27 | echo " -----------------------------------------------------------" 28 | echo " 3º Escanear Wifi de los alrededores (Informacion avanzada)""|" 29 | echo " -----------------------------------------------------------" 30 | echo " 4º Escanear dispositivos conectados a un Wifi Ajeno"" |" 31 | echo " ===========================================================" 32 | echo 33 | read -p " Elige una opcion: " opc 34 | case $opc in 35 | 1 ) echo 36 | echo " ===================================================" 37 | echo " 1º Activar Modo Monitor + Seguridad"" |" 38 | echo " ---------------------------------------------------" 39 | echo " 2º Desactivar Modo Monitor, Mac y restablecerla"" |" 40 | echo " ===================================================" 41 | echo 42 | read -p " Elige una opcion: " opc 43 | case $opc in 44 | 1 ) echo 45 | sudo airmon-ng 46 | echo 47 | read -p "[*] Escribe la Interfaz de la Tarjeta de Red (Ej: wlan0): " interfaz 48 | read -p "[*] Cortar la salida a internet para evitar futuros errores? (y/n): " opc2 49 | echo 50 | if [ $opc2 = y ] 51 | then 52 | sudo airmon-ng check kill >/dev/null 53 | else 54 | echo "OK" 55 | fi 56 | sudo ifconfig $interfaz promisc >/dev/null 57 | sudo airmon-ng start $interfaz >/dev/null 58 | echo "=======================" 59 | echo "Activando Modo Monitor" 60 | echo "=======================" 61 | echo "--->"" |" 62 | sleep 1 63 | echo "-------->"" |" 64 | sleep 1 65 | echo "--------------->"" |" 66 | sleep 1 67 | echo "--------------------->""|" 68 | echo "=======================" 69 | sudo airmon-ng 70 | echo 71 | read -p "[*] Escribe la Interfaz de la Tarjeta de Red en modo Monitor (Ej: wlan0mon o wlan0): " interfaz2 72 | echo 73 | sudo ifconfig $interfaz2 promisc >/dev/null 74 | sudo ifconfig $interfaz2 down >/dev/null 75 | sudo macchanger -a $interfaz2 >/dev/null 76 | sudo ifconfig $interfaz2 up >/dev/null 77 | echo "=======================" 78 | echo " Activando Modo Seguro" 79 | echo "=======================" 80 | echo "--->"" |" 81 | sleep 1 82 | echo "-------->"" |" 83 | sleep 1 84 | echo "--------------->"" |" 85 | sleep 1 86 | echo "--------------------->""|" 87 | echo "=======================" 88 | clear 89 | echo 90 | echo "==============================================================================" 91 | echo " LISTO" 92 | echo "==============================================================================" 93 | echo 94 | sudo iwconfig 95 | echo "==============================================================================" 96 | sleep 1 97 | ;; 98 | 2 ) echo 99 | read -p "Escribe la Interfaz de la Tarjeta de Red (Ej: wlan0): " interfaz 100 | read -p "Escribe la Interfaz de la Tarjeta de Red en modo Monitor (Ej: wlan0mon o wlan0): " interfaz2 101 | echo 102 | echo "[#] Desactivando Ataque y Protocolos" 103 | echo 104 | sudo ifconfig $interfaz2 down >/dev/null 105 | sudo macchanger -p $interfaz2 >/dev/null 106 | sudo ifconfig $interfaz2 up >/dev/null 107 | sudo ifconfig $interfaz2 -promisc >/dev/null 108 | sudo airmon-ng stop $interfaz2 >/dev/null 109 | sudo ifconfig $interfaz -promisc >/dev/null 110 | sudo systemctl restart NetworkManager.service >/dev/null 111 | echo "==============================" 112 | echo " Desactivando" 113 | echo "Ataque/Modo Monitor/Seguridad" 114 | echo "==============================" 115 | echo "-------->"" |" 116 | sleep 1 117 | echo "--------------->"" |" 118 | sleep 1 119 | echo "---------------------->"" |" 120 | sleep 1 121 | echo "---------------------------->""|" 122 | echo "==============================" 123 | clear 124 | echo 125 | echo "==============================================================================" 126 | echo " LISTO" 127 | echo "==============================================================================" 128 | echo 129 | sudo iwconfig 130 | echo "==============================================================================" 131 | sleep 1 132 | ;; 133 | * ) echo 134 | echo "$RRPLY No es una opcion valida" 135 | esac 136 | ;; 137 | 2 ) echo 138 | echo "==============================================================================" 139 | echo " Estado Tarjeta" 140 | echo "==============================================================================" 141 | sudo airmon-ng 142 | echo "------------------------------------------------------------------------------" 143 | sudo iwconfig 144 | echo "==============================================================================" 145 | ;; 146 | 3 ) echo 147 | sudo airmon-ng 148 | read -p "Escribe la Interfaz de la Tarjeta de Red en modo Monitor (Ej: wlan0mon o wlan0): " interfaz2 149 | echo 150 | echo "===========================" 151 | echo "[1] Escaner con Aircrack-ng" 152 | echo "[2] Escaner con Bettercap" 153 | echo "[3] Escaner con Wash" 154 | echo "===========================" 155 | echo 156 | read -p "Elige una opcion: " opc4 157 | case $opc4 in 158 | 1 ) echo 159 | sudo airodump-ng $interfaz2 --band abg 160 | ;; 161 | 2 ) echo 162 | sudo bettercap -iface $interfaz2 -eval 'set ticker.commands "clear; wifi.show"; wifi.recon on; ticker on' 163 | ;; 164 | 3 ) echo 165 | sudo wash -2 -5 -a -i $interfaz2 166 | ;; 167 | * ) echo 168 | echo "$RRPLY No es una opcion valida" 169 | esac 170 | ;; 171 | 4 ) echo 172 | sudo airmon-ng 173 | read -p "Escribe la Interfaz de la Tarjeta de Red en modo Monitor (Ej: wlan0mon o wlan0): " interfaz2 174 | echo 175 | sudo wash -2 -5 -a -i $interfaz2 176 | read -p "[*] Copia el BSSID del Wifi Objetivo y pegelo a continuacion: " bssid 177 | read -p "[*] Copia el Canal (Ch) del Wifi Objetivo y pegelo a continuacion: " ch 178 | echo 179 | sleep 1 180 | echo "Listo" 181 | echo "Pulse Ctrl + c para finalizar el Scaneo" 182 | sleep 3 183 | sudo airodump-ng -c $ch --bssid $bssid $interfaz2 --band abg 184 | ;; 185 | * ) echo 186 | echo "$RRPLY No es una opcion valida" 187 | esac 188 | echo 189 | echo " ===================" 190 | echo " 1-Volver al Menu" 191 | echo " 2-Volver a ejecutar" 192 | echo " 3-Salir" 193 | echo " ===================" 194 | echo 195 | read -p " Elige una opcion: " opc2 196 | case $opc2 in 197 | 1 ) bash the_script.sh 198 | ;; 199 | 2 ) bash requisitos/8.sh 200 | ;; 201 | 3 ) exit && clear 202 | ;; 203 | * ) echo 204 | echo "$RRPLY No es una opcion valida" 205 | esac 206 | -------------------------------------------------------------------------------- /requisitos/9.sh: -------------------------------------------------------------------------------- 1 | #!bin/bash 2 | 3 | clear 4 | echo 5 | echo 6 | echo " ████████╗██╗░░██╗███████╗░██████╗░█████╗░██████╗░██╗██████╗░████████╗" 7 | echo " ╚══██╔══╝██║░░██║██╔════╝██╔════╝██╔══██╗██╔══██╗██║██╔══██╗╚══██╔══╝" 8 | echo " ░░░██║░░░███████║█████╗░░╚█████╗░██║░░╚═╝██████╔╝██║██████╔╝░░░██║░░░" 9 | echo " ░░░██║░░░██╔══██║██╔══╝░░░╚═══██╗██║░░██╗██╔══██╗██║██╔═══╝░░░░██║░░░" 10 | echo " ░░░██║░░░██║░░██║███████╗██████╔╝╚█████╔╝██║░░██║██║██║░░░░░░░░██║░░░" 11 | echo " ░░░╚═╝░░░╚═╝░░╚═╝╚══════╝╚═════╝░░╚════╝░╚═╝░░╚═╝╚═╝╚═╝░░░░░░░░╚═╝░░░" 12 | echo 13 | echo " (⌐■_■)– ︻デ═一" 14 | echo " __________________________________________________" 15 | echo " ︻デ═一 Created by: XDeadHackerX v2.1 ︻デ═一 " 16 | echo " -------------------------------------------------------------------------------------------" 17 | echo " Cualquier acción y o actividad relacionada con The_Script es únicamente su responsabilidad" 18 | echo " -------------------------------------------------------------------------------------------" 19 | echo 20 | echo 21 | echo " [*] Metadatos" 22 | echo 23 | echo " =========================================" 24 | echo " 1º Extraer Metadatos de un fichero"" |" 25 | echo " -----------------------------------------" 26 | echo " 2º Eliminar Metadatos de un fichero"" |" 27 | echo " -----------------------------------------" 28 | echo " 3º Eliminar Metadatos de un directorio"" |" 29 | echo " =========================================" 30 | echo 31 | read -p " Elige una opcion: " opc 32 | case $opc in 33 | 1 ) read -p " Escibe el nombre del archivo con su ruta (/home/kali/Escritorio/Prueba.png): " meta 34 | sudo exiftool -v -s -G $meta 35 | ;; 36 | 2 ) read -p " Escibe el nombre del archivo con su ruta (/home/kali/Escritorio/Prueba.png): " meta 37 | sudo exiftool -r -overwrite_original -all= $meta 38 | ;; 39 | 3 ) read -p " Escibe el nombre del archivo con su ruta (/home/kali/Escritorio/prueba/): " meta 40 | sudo exiftool -r -overwrite_original -all= $meta 41 | ;; 42 | * ) echo 43 | echo "$RRPLY No es una opcion valida" 44 | esac 45 | echo 46 | echo " ===================" 47 | echo " 1-Volver al Menu" 48 | echo " 2-Volver a ejecutar" 49 | echo " 3-Salir" 50 | echo " ===================" 51 | echo 52 | read -p " Elige una opcion: " opc1 53 | case $opc1 in 54 | 1 ) bash the_script.sh 55 | ;; 56 | 2 ) bash requisitos/9.sh 57 | ;; 58 | 3 ) exit && clear 59 | ;; 60 | * ) echo 61 | echo "$RRPLY No es una opcion valida" 62 | esac 63 | -------------------------------------------------------------------------------- /requisitos/The_Script_2.1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XDeadHackerX/The_Script/0c305086b0a5430fb6f90f670c68f1fe6535ca1a/requisitos/The_Script_2.1.PNG -------------------------------------------------------------------------------- /requisitos/userrecon.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # UserRecon v1.0 3 | # Author: @thelinuxchoice 4 | # https://github.com/thelinuxchoice/usercheck 5 | 6 | trap 'printf "\n";partial;exit 1' 2 7 | 8 | banner() { 9 | 10 | 11 | 12 | printf " \e[1;92m.-\"\"\"\"-. \e[0m\n" 13 | printf " \e[1;92m/ \ \e[0m\n" 14 | printf "\e[1;77m _ _ ____ \e[0m\e[1;92m/_ _\ \e[0m\n" 15 | printf "\e[1;77m | | | |___ ___ _ __| _ \ ___ ___ ___ _ __ \e[0m\e[1;92m// \ / \\ \e[0m\n" 16 | printf "\e[1;77m | | | / __|/ _ \ '__| |_) / _ \/ __/ _ \| '_ \ \e[0m\e[1;92m|\__\ /__/| \e[0m\n" 17 | printf "\e[1;77m | |_| \__ \ __/ | | _ < __/ (_| (_) | | | | \e[0m\e[1;92m\ || / \e[0m\n" 18 | printf "\e[1;77m \___/|___/\___|_| |_| \_\___|\___\___/|_| |_| \e[0m\e[1;92m\ / \e[0m\n" 19 | printf " \e[1;92mv1.0, Author: @thelinuxchoice\e[0m \e[1;92m\ __ / \e[0m\n" 20 | printf " \e[1;92m'.__.' \e[0m\n" 21 | 22 | 23 | 24 | } 25 | 26 | partial() { 27 | 28 | if [[ -e $username.txt ]]; then 29 | printf "\e[1;92m[\e[0m\e[1;77m*\e[0m\e[1;92m] Saved:\e[0m\e[1;77m %s.txt\n" $username 30 | fi 31 | 32 | 33 | } 34 | 35 | scanner() { 36 | 37 | read -p $'\e[1;92m[\e[0m\e[1;77m?\e[0m\e[1;92m] Input Username:\e[0m ' username 38 | 39 | if [[ -e $username.txt ]]; then 40 | printf "\e[1;92m[\e[0m\e[1;77m*\e[0m\e[1;92m] Removing previous file:\e[0m\e[1;77m %s.txt" $username 41 | rm -rf $username.txt 42 | fi 43 | printf "\n" 44 | printf "\e[1;92m[\e[0m\e[1;77m*\e[0m\e[1;92m] Checking username\e[0m\e[1;77m %s\e[0m\e[1;92m on: \e[0m\n" $username 45 | 46 | ## INSTAGRAM 47 | 48 | check_insta=$(curl -s -H "Accept-Language: en" "https://www.instagram.com/$username" -L | grep -o 'The link you followed may be broken'; echo $?) 49 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] Instagram: \e[0m" 50 | 51 | if [[ $check_insta == *'1'* ]]; then 52 | printf "\e[1;92m Found!\e[0m https://www.instagram.com/%s\n" $username 53 | printf "https://www.instagram.com/%s\n" $username > $username.txt 54 | elif [[ $check_insta == *'0'* ]]; then 55 | printf "\e[1;93mNot Found!\e[0m\n" 56 | fi 57 | 58 | ## Facebook 59 | 60 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] Facebook: \e[0m" 61 | check_face=$(curl -s "https://www.facebook.com/$username" -L -H "Accept-Language: en" | grep -o 'not found'; echo $?) 62 | 63 | 64 | if [[ $check_face == *'1'* ]]; then 65 | printf "\e[1;92m Found!\e[0m https://www.facebook.com/%s\n" $username 66 | printf "https://www.facebook.com/%s\n" $username >> $username.txt 67 | elif [[ $check_face == *'0'* ]]; then 68 | printf "\e[1;93mNot Found!\e[0m\n" 69 | fi 70 | 71 | ## TWITTER 72 | 73 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] Twitter: \e[0m" 74 | check_twitter=$(curl -s "https://www.twitter.com/$username" -L -H "Accept-Language: en" | grep -o 'page doesn’t exist'; echo $?) 75 | 76 | 77 | if [[ $check_twitter == *'1'* ]]; then 78 | printf "\e[1;92m Found!\e[0m https://www.twitter.com/%s\n" $username 79 | printf "https://www.twitter.com/%s\n" $username >> $username.txt 80 | elif [[ $check_twitter == *'0'* ]]; then 81 | printf "\e[1;93mNot Found!\e[0m\n" 82 | fi 83 | 84 | ## YOUTUBE 85 | 86 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] YouTube: \e[0m" 87 | check_youtube=$(curl -s "https://www.youtube.com/$username" -L -H "Accept-Language: en" | grep -o 'Not Found'; echo $?) 88 | 89 | 90 | if [[ $check_youtube == *'1'* ]]; then 91 | printf "\e[1;92m Found!\e[0m https://www.youtube.com/%s\n" $username 92 | printf "https://www.youtube.com/%s\n" $username >> $username.txt 93 | elif [[ $check_youtube == *'0'* ]]; then 94 | printf "\e[1;93mNot Found!\e[0m\n" 95 | fi 96 | 97 | ## BLOGGER 98 | 99 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] Blogger: \e[0m" 100 | check=$(curl -s "https://$username.blogspot.com" -L -H "Accept-Language: en" -i | grep -o 'HTTP/2 404'; echo $?) 101 | 102 | 103 | if [[ $check == *'1'* ]]; then 104 | printf "\e[1;92m Found!\e[0m https://%s.blogspot.com\n" $username 105 | printf "https://%s.blogspot.com\n" $username >> $username.txt 106 | elif [[ $check == *'0'* ]]; then 107 | printf "\e[1;93mNot Found!\e[0m\n" 108 | fi 109 | 110 | ## GLOOGLE PLUS 111 | 112 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] GooglePlus: \e[0m" 113 | check=$(curl -s "https://plus.google.com/+$username/posts" -L -H "Accept-Language: en" -i | grep -o 'HTTP/2 404' ; echo $?) 114 | 115 | 116 | if [[ $check == *'1'* ]]; then 117 | printf "\e[1;92m Found!\e[0m https://plus.google.com/+%s/posts\n" $username 118 | printf "https://plus.google.com/+%s/posts\n" $username >> $username.txt 119 | elif [[ $check == *'0'* ]]; then 120 | printf "\e[1;93mNot Found!\e[0m\n" 121 | fi 122 | 123 | ## REDDIT 124 | 125 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] Reddit: \e[0m" 126 | check1=$(curl -s -i "https://www.reddit.com/user/$username" -H "Accept-Language: en" -L --user-agent '"Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.3) Gecko/20010801"' | head -n1 | grep -o 'HTTP/2 404' ; echo $?) 127 | 128 | if [[ $check1 == *'0'* ]] ; then 129 | printf "\e[1;93mNot Found!\e[0m\n" 130 | elif [[ $check1 == *'1'* ]]; then 131 | 132 | printf "\e[1;92m Found!\e[0m https://www.reddit.com/user/%s\n" $username 133 | printf "https://www.reddit.com/user/%s\n" $username >> $username.txt 134 | fi 135 | 136 | ## WORDPRESS 137 | 138 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] Wordpress: \e[0m" 139 | check1=$(curl -s -i "https://$username.wordpress.com" -H "Accept-Language: en" -L --user-agent '"Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.3) Gecko/20010801"' | grep -o 'Do you want to register' ; echo $?) 140 | 141 | if [[ $check1 == *'0'* ]] ; then 142 | printf "\e[1;93mNot Found!\e[0m\n" 143 | elif [[ $check1 == *'1'* ]]; then 144 | 145 | printf "\e[1;92m Found!\e[0m https://%s.wordpress.com\n" $username 146 | printf "https://%s.wordpress.com\n" $username >> $username.txt 147 | fi 148 | 149 | ## PINTEREST 150 | 151 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] Pinterest: \e[0m" 152 | check1=$(curl -s -i "https://www.pinterest.com/$username" -H "Accept-Language: en" -L --user-agent '"Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.3) Gecko/20010801"' | grep -o '?show_error' ; echo $?) 153 | 154 | if [[ $check1 == *'0'* ]] ; then 155 | printf "\e[1;93mNot Found!\e[0m\n" 156 | elif [[ $check1 == *'1'* ]]; then 157 | 158 | printf "\e[1;92m Found!\e[0m https://www.pinterest.com/%s\n" $username 159 | printf "https://www.pinterest.com/%s\n" $username >> $username.txt 160 | fi 161 | 162 | ## GITHUB 163 | 164 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] GitHub: \e[0m" 165 | check1=$(curl -s -i "https://www.github.com/$username" -H "Accept-Language: en" -L --user-agent '"Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.3) Gecko/20010801"' | grep -o '404 Not Found' ; echo $?) 166 | 167 | if [[ $check1 == *'0'* ]] ; then 168 | printf "\e[1;93mNot Found!\e[0m\n" 169 | elif [[ $check1 == *'1'* ]]; then 170 | 171 | printf "\e[1;92m Found!\e[0m https://www.github.com/%s\n" $username 172 | printf "https://www.github.com/%s\n" $username >> $username.txt 173 | fi 174 | 175 | ## TUMBLR 176 | 177 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] Tumblr: \e[0m" 178 | check1=$(curl -s -i "https://$username.tumblr.com" -H "Accept-Language: en" -L --user-agent '"Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.3) Gecko/20010801"' | grep -o 'HTTP/2 404' ; echo $?) 179 | 180 | if [[ $check1 == *'0'* ]] ; then 181 | printf "\e[1;93mNot Found!\e[0m\n" 182 | elif [[ $check1 == *'1'* ]]; then 183 | 184 | printf "\e[1;92m Found!\e[0m https://%s.tumblr.com\n" $username 185 | printf "https://%s.tumblr.com\n" $username >> $username.txt 186 | fi 187 | 188 | ## FLICKR 189 | 190 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] Flickr: \e[0m" 191 | check1=$(curl -s -i "https://www.flickr.com/people/$username" -H "Accept-Language: en" -L --user-agent '"Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.3) Gecko/20010801"' | grep -o 'Not Found' ; echo $?) 192 | 193 | if [[ $check1 == *'0'* ]] ; then 194 | printf "\e[1;93mNot Found!\e[0m\n" 195 | elif [[ $check1 == *'1'* ]]; then 196 | 197 | printf "\e[1;92m Found!\e[0m https://www.flickr.com/photos/%s\n" $username 198 | printf "https://www.flickr.com/photos/%s\n" $username >> $username.txt 199 | fi 200 | 201 | ## STEAM 202 | 203 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] Steam: \e[0m" 204 | check1=$(curl -s -i "https://steamcommunity.com/id/$username" -H "Accept-Language: en" -L --user-agent '"Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.3) Gecko/20010801"' | grep -o 'The specified profile could not be found' ; echo $?) 205 | 206 | if [[ $check1 == *'0'* ]] ; then 207 | printf "\e[1;93mNot Found!\e[0m\n" 208 | elif [[ $check1 == *'1'* ]]; then 209 | 210 | printf "\e[1;92m Found!\e[0m https://steamcommunity.com/id/%s\n" $username 211 | printf "https://steamcommunity.com/id/%s\n" $username >> $username.txt 212 | fi 213 | 214 | ## VIMEO 215 | 216 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] Vimeo: \e[0m" 217 | check1=$(curl -s -i "https://vimeo.com/$username" -H "Accept-Language: en" -L --user-agent '"Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.3) Gecko/20010801"' | grep -o '404 Not Found' ; echo $?) 218 | 219 | if [[ $check1 == *'0'* ]] ; then 220 | printf "\e[1;93mNot Found!\e[0m\n" 221 | elif [[ $check1 == *'1'* ]]; then 222 | 223 | printf "\e[1;92m Found!\e[0m https://vimeo.com/%s\n" $username 224 | printf "https://vimeo.com/%s\n" $username >> $username.txt 225 | fi 226 | 227 | 228 | ## DISQUS 229 | 230 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] Disqus: \e[0m" 231 | check1=$(curl -s -i "https://disqus.com/$username" -H "Accept-Language: en" -L --user-agent '"Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.3) Gecko/20010801"' | grep -o '404 NOT FOUND' ; echo $?) 232 | 233 | if [[ $check1 == *'0'* ]] ; then 234 | printf "\e[1;93mNot Found!\e[0m\n" 235 | elif [[ $check1 == *'1'* ]]; then 236 | 237 | printf "\e[1;92m Found!\e[0m https://disqus.com/%s\n" $username 238 | printf "https://disqus.com/%s\n" $username >> $username.txt 239 | fi 240 | 241 | ## MEDIUM 242 | 243 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] Medium: \e[0m" 244 | check1=$(curl -s -i "https://medium.com/@$username" -H "Accept-Language: en" -L | grep -o 'HTTP/2 404' ; echo $?) 245 | 246 | if [[ $check1 == *'0'* ]] ; then 247 | printf "\e[1;93mNot Found!\e[0m\n" 248 | elif [[ $check1 == *'1'* ]]; then 249 | 250 | printf "\e[1;92m Found!\e[0m https://medium.com/@%s\n" $username 251 | printf "https://medium.com/@%s\n" $username >> $username.txt 252 | fi 253 | 254 | ## DEVIANTART 255 | 256 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] DeviantART: \e[0m" 257 | check1=$(curl -s -i "https://$username.deviantart.com" -H "Accept-Language: en" -L | grep -o 'HTTP/2 404' ; echo $?) 258 | 259 | if [[ $check1 == *'0'* ]] ; then 260 | printf "\e[1;93mNot Found!\e[0m\n" 261 | elif [[ $check1 == *'1'* ]]; then 262 | 263 | printf "\e[1;92m Found!\e[0m https://%s.deviantart.com\n" $username 264 | printf "https://%s.deviantart.com\n" $username >> $username.txt 265 | fi 266 | 267 | ## VK 268 | 269 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] VK: \e[0m" 270 | check1=$(curl -s -i "https://vk.com/$username" -H "Accept-Language: en" -L | grep -o 'HTTP/2 404' ; echo $?) 271 | 272 | if [[ $check1 == *'0'* ]] ; then 273 | printf "\e[1;93mNot Found!\e[0m\n" 274 | elif [[ $check1 == *'1'* ]]; then 275 | 276 | printf "\e[1;92m Found!\e[0m https://vk.com/%s\n" $username 277 | printf "https://vk.com/%s\n" $username >> $username.txt 278 | fi 279 | 280 | ## About.me 281 | 282 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] About.me: \e[0m" 283 | check1=$(curl -s -i "https://about.me/$username" -H "Accept-Language: en" -L | grep -o 'HTTP/2 404' ; echo $?) 284 | 285 | if [[ $check1 == *'0'* ]] ; then 286 | printf "\e[1;93mNot Found!\e[0m\n" 287 | elif [[ $check1 == *'1'* ]]; then 288 | 289 | printf "\e[1;92m Found!\e[0m https://about.me/%s\n" $username 290 | printf "https://about.me/%s\n" $username >> $username.txt 291 | fi 292 | 293 | 294 | ## Imgur 295 | 296 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] Imgur: \e[0m" 297 | check1=$(curl -s -i "https://imgur.com/user/$username" -H "Accept-Language: en" -L | grep -o 'HTTP/2 404' ; echo $?) 298 | 299 | if [[ $check1 == *'0'* ]] ; then 300 | printf "\e[1;93mNot Found!\e[0m\n" 301 | elif [[ $check1 == *'1'* ]]; then 302 | 303 | printf "\e[1;92m Found!\e[0m https://imgur.com/user/%s\n" $username 304 | printf "https://imgur.com/user/%s\n" $username >> $username.txt 305 | fi 306 | 307 | ## FlipBoard 308 | 309 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] Flipboard: \e[0m" 310 | check1=$(curl -s -i "https://flipboard.com/@$username" -H "Accept-Language: en" -L | grep -o 'HTTP/2 404' ; echo $?) 311 | 312 | if [[ $check1 == *'0'* ]] ; then 313 | printf "\e[1;93mNot Found!\e[0m\n" 314 | elif [[ $check1 == *'1'* ]]; then 315 | 316 | printf "\e[1;92m Found!\e[0m https://flipboard.com/@%s\n" $username 317 | printf "https://flipboard.com/@%s\n" $username >> $username.txt 318 | fi 319 | 320 | ## SlideShare 321 | 322 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] SlideShare: \e[0m" 323 | check1=$(curl -s -i "https://slideshare.net/$username" -H "Accept-Language: en" -L | grep -o 'HTTP/2 404' ; echo $?) 324 | 325 | if [[ $check1 == *'0'* ]] ; then 326 | printf "\e[1;93mNot Found!\e[0m\n" 327 | elif [[ $check1 == *'1'* ]]; then 328 | 329 | printf "\e[1;92m Found!\e[0m https://slideshare.net/%s\n" $username 330 | printf "https://slideshare.net/%s\n" $username >> $username.txt 331 | fi 332 | 333 | ## Fotolog 334 | 335 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] Fotolog: \e[0m" 336 | check1=$(curl -s -i "https://fotolog.com/$username" -H "Accept-Language: en" -L | grep -o 'HTTP/2 404' ; echo $?) 337 | 338 | if [[ $check1 == *'0'* ]] ; then 339 | printf "\e[1;93mNot Found!\e[0m\n" 340 | elif [[ $check1 == *'1'* ]]; then 341 | 342 | printf "\e[1;92m Found!\e[0m https://fotolog.com/%s\n" $username 343 | printf "https://fotolog.com/%s\n" $username >> $username.txt 344 | fi 345 | 346 | 347 | ## Spotify 348 | 349 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] Spotify: \e[0m" 350 | check1=$(curl -s -i "https://open.spotify.com/user/$username" -H "Accept-Language: en" -L | grep -o 'HTTP/2 404' ; echo $?) 351 | 352 | if [[ $check1 == *'0'* ]] ; then 353 | printf "\e[1;93mNot Found!\e[0m\n" 354 | elif [[ $check1 == *'1'* ]]; then 355 | 356 | printf "\e[1;92m Found!\e[0m https://open.spotify.com/user/%s\n" $username 357 | printf "https://open.spotify.com/user/%s\n" $username >> $username.txt 358 | fi 359 | 360 | ## MixCloud 361 | 362 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] MixCloud: \e[0m" 363 | check1=$(curl -s -i "https://www.mixcloud.com/$username" -H "Accept-Language: en" -L | grep -o 'error-message' ; echo $?) 364 | 365 | if [[ $check1 == *'0'* ]] ; then 366 | printf "\e[1;93mNot Found!\e[0m\n" 367 | elif [[ $check1 == *'1'* ]]; then 368 | 369 | printf "\e[1;92m Found!\e[0m https://www.mixcloud.com/%s\n" $username 370 | printf "https://www.mixcloud.com/%s\n" $username >> $username.txt 371 | fi 372 | 373 | ## Scribd 374 | 375 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] Scribd: \e[0m" 376 | check1=$(curl -s -i "https://www.scribd.com/$username" -H "Accept-Language: en" -L | grep -o 'show_404' ; echo $?) 377 | 378 | if [[ $check1 == *'0'* ]] ; then 379 | printf "\e[1;93mNot Found!\e[0m\n" 380 | elif [[ $check1 == *'1'* ]]; then 381 | 382 | printf "\e[1;92m Found!\e[0m https://www.scribd.com/%s\n" $username 383 | printf "https://www.scribd.com/%s\n" $username >> $username.txt 384 | fi 385 | 386 | ## Badoo 387 | 388 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] Badoo: \e[0m" 389 | check1=$(curl -s -i "https://www.badoo.com/en/$username" -H "Accept-Language: en" -L | grep -o '404 Not Found' ; echo $?) 390 | 391 | if [[ $check1 == *'0'* ]] ; then 392 | printf "\e[1;93mNot Found!\e[0m\n" 393 | elif [[ $check1 == *'1'* ]]; then 394 | 395 | printf "\e[1;92m Found!\e[0m https://www.badoo.com/en/%s\n" $username 396 | printf "https://www.badoo.com/en/%s\n" $username >> $username.txt 397 | fi 398 | 399 | # Patreon 400 | 401 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] Patreon: \e[0m" 402 | check1=$(curl -s -i "https://www.patreon.com/$username" -H "Accept-Language: en" -L | grep -o 'HTTP/2 404' ; echo $?) 403 | 404 | if [[ $check1 == *'0'* ]] ; then 405 | printf "\e[1;93mNot Found!\e[0m\n" 406 | elif [[ $check1 == *'1'* ]]; then 407 | 408 | printf "\e[1;92m Found!\e[0m https://www.patreon.com/%s\n" $username 409 | printf "https://www.patreon.com/%s\n" $username >> $username.txt 410 | fi 411 | 412 | ## BitBucket 413 | 414 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] BitBucket: \e[0m" 415 | check1=$(curl -s -i "https://bitbucket.org/$username" -H "Accept-Language: en" -L | grep -o 'HTTP/2 404' ; echo $?) 416 | 417 | if [[ $check1 == *'0'* ]] ; then 418 | printf "\e[1;93mNot Found!\e[0m\n" 419 | elif [[ $check1 == *'1'* ]]; then 420 | 421 | printf "\e[1;92m Found!\e[0m https://bitbucket.org/%s\n" $username 422 | printf "https://bitbucket.org/%s\n" $username >> $username.txt 423 | fi 424 | 425 | ## DailyMotion 426 | 427 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] DailyMotion: \e[0m" 428 | check1=$(curl -s -i "https://www.dailymotion.com/$username" -H "Accept-Language: en" -L | grep -o '404 Not Found' ; echo $?) 429 | 430 | if [[ $check1 == *'0'* ]] ; then 431 | printf "\e[1;93mNot Found!\e[0m\n" 432 | elif [[ $check1 == *'1'* ]]; then 433 | 434 | printf "\e[1;92m Found!\e[0m https://www.dailymotion.com/%s\n" $username 435 | printf "https://www.dailymotion.com/%s\n" $username >> $username.txt 436 | fi 437 | 438 | ## Etsy 439 | 440 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] Etsy: \e[0m" 441 | check1=$(curl -s -i "https://www.etsy.com/shop/$username" -H "Accept-Language: en" -L | grep -o 'HTTP/2 404' ; echo $?) 442 | 443 | if [[ $check1 == *'0'* ]] ; then 444 | printf "\e[1;93mNot Found!\e[0m\n" 445 | elif [[ $check1 == *'1'* ]]; then 446 | 447 | printf "\e[1;92m Found!\e[0m https://www.etsy.com/shop/%s\n" $username 448 | printf "https://www.etsy.com/shop/%s\n" $username >> $username.txt 449 | fi 450 | 451 | ## CashMe 452 | 453 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] CashMe: \e[0m" 454 | check1=$(curl -s -i "https://cash.me/$username" -H "Accept-Language: en" -L | grep -o '404 Not Found'; echo $?) 455 | 456 | if [[ $check1 == *'0'* ]] ; then 457 | printf "\e[1;93mNot Found!\e[0m\n" 458 | elif [[ $check1 == *'1'* ]]; then 459 | 460 | printf "\e[1;92m Found!\e[0m https://cash.me/%s\n" $username 461 | printf "https://cash.me/%s\n" $username >> $username.txt 462 | fi 463 | 464 | ## Behance 465 | 466 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] Behance: \e[0m" 467 | check1=$(curl -s -i "https://www.behance.net/$username" -H "Accept-Language: en" -L | grep -o '404 Not Found'; echo $?) 468 | 469 | if [[ $check1 == *'0'* ]] ; then 470 | printf "\e[1;93mNot Found!\e[0m\n" 471 | elif [[ $check1 == *'1'* ]]; then 472 | 473 | printf "\e[1;92m Found!\e[0m https://www.behance.net/%s\n" $username 474 | printf "https://www.behance.net/%s\n" $username >> $username.txt 475 | fi 476 | 477 | ## GoodReads 478 | 479 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] GoodReads: \e[0m" 480 | check1=$(curl -s -i "https://www.goodreads.com/$username" -H "Accept-Language: en" -L | grep -o '404 Not Found' ; echo $?) 481 | 482 | if [[ $check1 == *'0'* ]] ; then 483 | printf "\e[1;93mNot Found!\e[0m\n" 484 | elif [[ $check1 == *'1'* ]]; then 485 | 486 | printf "\e[1;92m Found!\e[0m https://www.goodreads.com/%s\n" $username 487 | printf "https://www.goodreads.com/%s\n" $username >> $username.txt 488 | fi 489 | 490 | ## Instructables 491 | 492 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] Instructables: \e[0m" 493 | check1=$(curl -s -i "https://www.instructables.com/member/$username" -H "Accept-Language: en" -L | grep -o '404 NOT FOUND' ; echo $?) 494 | 495 | if [[ $check1 == *'0'* ]] ; then 496 | printf "\e[1;93mNot Found!\e[0m\n" 497 | elif [[ $check1 == *'1'* ]]; then 498 | 499 | printf "\e[1;92m Found!\e[0m https://www.instructables.com/member/%s\n" $username 500 | printf "https://www.instructables.com/member/%s\n" $username >> $username.txt 501 | fi 502 | 503 | ## KeyBase 504 | 505 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] Keybase: \e[0m" 506 | check1=$(curl -s -i "https://keybase.io/$username" -H "Accept-Language: en" -L | grep -o '404 Not Found' ; echo $?) 507 | 508 | if [[ $check1 == *'0'* ]] ; then 509 | printf "\e[1;93mNot Found!\e[0m\n" 510 | elif [[ $check1 == *'1'* ]]; then 511 | 512 | printf "\e[1;92m Found!\e[0m https://keybase.io/%s\n" $username 513 | printf "https://keybase.io/%s\n" $username >> $username.txt 514 | fi 515 | 516 | ## Kongregate 517 | 518 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] Kongregate: \e[0m" 519 | check1=$(curl -s -i "https://kongregate.com/accounts/$username" -H "Accept-Language: en" -L | grep -o '404 Not Found' ; echo $?) 520 | 521 | if [[ $check1 == *'0'* ]] ; then 522 | printf "\e[1;93mNot Found!\e[0m\n" 523 | elif [[ $check1 == *'1'* ]]; then 524 | 525 | printf "\e[1;92m Found!\e[0m https://kongregate.com/accounts/%s\n" $username 526 | printf "https://kongregate.com/accounts/%s\n" $username >> $username.txt 527 | fi 528 | 529 | ## Livejournal 530 | 531 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] LiveJournal: \e[0m" 532 | check1=$(curl -s -i "https://$username.livejournal.com" -H "Accept-Language: en" -L | grep -o '404 Not Found' ; echo $?) 533 | 534 | if [[ $check1 == *'0'* ]] ; then 535 | printf "\e[1;93mNot Found!\e[0m\n" 536 | elif [[ $check1 == *'1'* ]]; then 537 | 538 | printf "\e[1;92m Found!\e[0m https://%s.livejournal.com\n" $username 539 | printf "https://%s.livejournal.com\n" $username >> $username.txt 540 | fi 541 | 542 | ## AngelList 543 | 544 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] AngelList: \e[0m" 545 | check1=$(curl -s -i "https://angel.co/$username" -H "Accept-Language: en" -L | grep -o '404 Not Found' ; echo $?) 546 | 547 | if [[ $check1 == *'0'* ]] ; then 548 | printf "\e[1;93mNot Found!\e[0m\n" 549 | elif [[ $check1 == *'1'* ]]; then 550 | 551 | printf "\e[1;92m Found!\e[0m https://angel.co/%s\n" $username 552 | printf "https://angel.co/%s\n" $username >> $username.txt 553 | fi 554 | 555 | ## Last.fm 556 | 557 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] last.fm: \e[0m" 558 | check1=$(curl -s -i "https://last.fm/user/$username" -H "Accept-Language: en" -L | grep -o 'HTTP/2 404' ; echo $?) 559 | 560 | if [[ $check1 == *'0'* ]] ; then 561 | printf "\e[1;93mNot Found!\e[0m\n" 562 | elif [[ $check1 == *'1'* ]]; then 563 | 564 | printf "\e[1;92m Found!\e[0m https://last.fm/user/%s\n" $username 565 | printf "https://last.fm/user/%s\n" $username >> $username.txt 566 | fi 567 | 568 | ## Dribbble 569 | 570 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] Dribbble: \e[0m" 571 | check1=$(curl -s -i "https://dribbble.com/$username" -H "Accept-Language: en" -L | grep -o 'HTTP/2 404' ; echo $?) 572 | 573 | if [[ $check1 == *'0'* ]] ; then 574 | printf "\e[1;93mNot Found!\e[0m\n" 575 | elif [[ $check1 == *'1'* ]]; then 576 | 577 | printf "\e[1;92m Found!\e[0m https://dribbble.com/%s\n" $username 578 | printf "https://dribbble.com/%s\n" $username >> $username.txt 579 | fi 580 | 581 | ## Codecademy 582 | 583 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] Codecademy: \e[0m" 584 | check1=$(curl -s -i "https://www.codecademy.com/$username" -H "Accept-Language: en" -L | grep -o 'HTTP/2 404' ; echo $?) 585 | 586 | if [[ $check1 == *'0'* ]] ; then 587 | printf "\e[1;93mNot Found!\e[0m\n" 588 | elif [[ $check1 == *'1'* ]]; then 589 | 590 | printf "\e[1;92m Found!\e[0m https://www.codecademy.com/%s\n" $username 591 | printf "https://www.codecademy.com/%s\n" $username >> $username.txt 592 | fi 593 | 594 | ## Gravatar 595 | 596 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] Gravatar: \e[0m" 597 | check1=$(curl -s -i "https://en.gravatar.com/$username" -H "Accept-Language: en" -L | grep -o 'HTTP/2 404' ; echo $?) 598 | 599 | if [[ $check1 == *'0'* ]] ; then 600 | printf "\e[1;93mNot Found!\e[0m\n" 601 | elif [[ $check1 == *'1'* ]]; then 602 | 603 | printf "\e[1;92m Found!\e[0m https://en.gravatar.com/%s\n" $username 604 | printf "https://en.gravatar.com/%s\n" $username >> $username.txt 605 | fi 606 | 607 | ## Pastebin 608 | 609 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] Pastebin: \e[0m" 610 | check1=$(curl -s -i "https://pastebin.com/u/$username" -H "Accept-Language: en" -L --user-agent '"Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.3) Gecko/20010801"' | grep -o 'location: /index' ; echo $?) 611 | 612 | if [[ $check1 == *'0'* ]] ; then 613 | printf "\e[1;93mNot Found!\e[0m\n" 614 | elif [[ $check1 == *'1'* ]]; then 615 | 616 | printf "\e[1;92m Found!\e[0m https://pastebin.com/u/%s\n" $username 617 | printf "https://pastebin.com/u/%s\n" $username >> $username.txt 618 | fi 619 | 620 | ## Foursquare 621 | 622 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] Foursquare: \e[0m" 623 | check1=$(curl -s -i "https://foursquare.com/$username" -H "Accept-Language: en" -L | grep -o '404 Not Found' ; echo $?) 624 | 625 | if [[ $check1 == *'0'* ]] ; then 626 | printf "\e[1;93mNot Found!\e[0m\n" 627 | elif [[ $check1 == *'1'* ]]; then 628 | 629 | printf "\e[1;92m Found!\e[0m https://foursquare.com/%s\n" $username 630 | printf "https://foursquare.com/%s\n" $username >> $username.txt 631 | fi 632 | 633 | ## Roblox 634 | 635 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] Roblox: \e[0m" 636 | check1=$(curl -s -i "https://www.roblox.com/user.aspx?username=$username" -H "Accept-Language: en" -L | grep -o '404 Not Found' ; echo $?) 637 | 638 | if [[ $check1 == *'0'* ]] ; then 639 | printf "\e[1;93mNot Found!\e[0m\n" 640 | elif [[ $check1 == *'1'* ]]; then 641 | 642 | printf "\e[1;92m Found!\e[0m https://www.roblox.com/user.aspx?username=%s\n" $username 643 | printf "https://www.roblox.com/user.aspx?username=%s\n" $username >> $username.txt 644 | fi 645 | 646 | ## Gumroad 647 | 648 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] Gumroad: \e[0m" 649 | check1=$(curl -s -i "https://www.gumroad.com/$username" -H "Accept-Language: en" -L | grep -o '404 Not Found' ; echo $?) 650 | 651 | if [[ $check1 == *'0'* ]] ; then 652 | printf "\e[1;93mNot Found!\e[0m\n" 653 | elif [[ $check1 == *'1'* ]]; then 654 | 655 | printf "\e[1;92m Found!\e[0m https://www.gumroad.com/%s\n" $username 656 | printf "https://www.gumroad.com/%s\n" $username >> $username.txt 657 | fi 658 | 659 | ## Newgrounds 660 | 661 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] Newgrounds: \e[0m" 662 | check1=$(curl -s -i "https://$username.newgrounds.com" -H "Accept-Language: en" -L | grep -o 'HTTP/2 404 ' ; echo $?) 663 | 664 | if [[ $check1 == *'0'* ]] ; then 665 | printf "\e[1;93mNot Found!\e[0m\n" 666 | elif [[ $check1 == *'1'* ]]; then 667 | 668 | printf "\e[1;92m Found!\e[0m https://%s.newgrounds.com\n" $username 669 | printf "https://%s.newgrounds.com\n" $username >> $username.txt 670 | fi 671 | 672 | ## Wattpad 673 | 674 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] Wattpad: \e[0m" 675 | check1=$(curl -s -i "https://www.wattpad.com/user/$username" -H "Accept-Language: en" -L | grep -o 'HTTP/2 404 ' ; echo $?) 676 | 677 | if [[ $check1 == *'0'* ]] ; then 678 | printf "\e[1;93mNot Found!\e[0m\n" 679 | elif [[ $check1 == *'1'* ]]; then 680 | 681 | printf "\e[1;92m Found!\e[0m https://www.wattpad.com/user/%s\n" $username 682 | printf "https://www.wattpad.com/user/%s\n" $username >> $username.txt 683 | fi 684 | 685 | ## Canva 686 | 687 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] Canva: \e[0m" 688 | check1=$(curl -s -i "https://www.canva.com/$username" -H "Accept-Language: en" -L | grep -o 'HTTP/2 404 ' ; echo $?) 689 | 690 | if [[ $check1 == *'0'* ]] ; then 691 | printf "\e[1;93mNot Found!\e[0m\n" 692 | elif [[ $check1 == *'1'* ]]; then 693 | 694 | printf "\e[1;92m Found!\e[0m https://www.canva.com/%s\n" $username 695 | printf "https://www.canva.com/%s\n" $username >> $username.txt 696 | fi 697 | 698 | ## CreativeMarket 699 | 700 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] CreativeMarket: \e[0m" 701 | check1=$(curl -s -i "https://creativemarket.com/$username" -H "Accept-Language: en" -L | grep -o '404eef72' ; echo $?) 702 | 703 | if [[ $check1 == *'0'* ]] ; then 704 | printf "\e[1;93mNot Found!\e[0m\n" 705 | elif [[ $check1 == *'1'* ]]; then 706 | 707 | printf "\e[1;92m Found!\e[0m https://creativemarket.com/%s\n" $username 708 | printf "https://creativemarket.com/%s\n" $username >> $username.txt 709 | fi 710 | 711 | ## Trakt 712 | 713 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] Trakt: \e[0m" 714 | check1=$(curl -s -i "https://www.trakt.tv/users/$username" -H "Accept-Language: en" -L | grep -o 'HTTP/2 404 ' ; echo $?) 715 | 716 | if [[ $check1 == *'0'* ]] ; then 717 | printf "\e[1;93mNot Found!\e[0m\n" 718 | elif [[ $check1 == *'1'* ]]; then 719 | 720 | printf "\e[1;92m Found!\e[0m https://www.trakt.tv/users/%s\n" $username 721 | printf "https://www.trakt.tv/users/%s\n" $username >> $username.txt 722 | fi 723 | 724 | ## 500px 725 | 726 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] 500px: \e[0m" 727 | check1=$(curl -s -i "https://500px.com/$username" -H "Accept-Language: en" -L | grep -o '404 Not Found' ; echo $?) 728 | 729 | if [[ $check1 == *'0'* ]] ; then 730 | printf "\e[1;93mNot Found!\e[0m\n" 731 | elif [[ $check1 == *'1'* ]]; then 732 | 733 | printf "\e[1;92m Found!\e[0m https://500px.com/%s\n" $username 734 | printf "https://500px.com/%s\n" $username >> $username.txt 735 | fi 736 | 737 | ## Buzzfeed 738 | 739 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] Buzzfeed: \e[0m" 740 | check1=$(curl -s -i "https://buzzfeed.com/$username" -H "Accept-Language: en" -L | grep -o 'HTTP/2 404' ; echo $?) 741 | 742 | if [[ $check1 == *'0'* ]] ; then 743 | printf "\e[1;93mNot Found!\e[0m\n" 744 | elif [[ $check1 == *'1'* ]]; then 745 | 746 | printf "\e[1;92m Found!\e[0m https://buzzfeed.com/%s\n" $username 747 | printf "https://buzzfeed.com/%s\n" $username >> $username.txt 748 | fi 749 | 750 | ## TripAdvisor 751 | 752 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] TripAdvisor: \e[0m" 753 | check1=$(curl -s -i "https://tripadvisor.com/members/$username" -H "Accept-Language: en" -L | grep -o 'HTTP/2 404' ; echo $?) 754 | 755 | if [[ $check1 == *'0'* ]] ; then 756 | printf "\e[1;93mNot Found!\e[0m\n" 757 | elif [[ $check1 == *'1'* ]]; then 758 | 759 | printf "\e[1;92m Found!\e[0m https://tripadvisor.com/members/%s\n" $username 760 | printf "https://tripadvisor.com/members/%s\n" $username >> $username.txt 761 | fi 762 | 763 | ## HubPages 764 | 765 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] HubPages: \e[0m" 766 | check1=$(curl -s -i "https://$username.hubpages.com" -H "Accept-Language: en" -L | grep -o 'HTTP/2 404' ; echo $?) 767 | 768 | if [[ $check1 == *'0'* ]] ; then 769 | printf "\e[1;93mNot Found!\e[0m\n" 770 | elif [[ $check1 == *'1'* ]]; then 771 | 772 | printf "\e[1;92m Found!\e[0m https://%s.hubpages.com/\n" $username 773 | printf "https://%s.hubpages.com/\n" $username >> $username.txt 774 | fi 775 | 776 | ## Contently 777 | 778 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] Contently: \e[0m" 779 | check1=$(curl -s -i "https://$username.contently.com" -H "Accept-Language: en" -L | grep -o '404 Not Found' ; echo $?) 780 | 781 | if [[ $check1 == *'0'* ]] ; then 782 | printf "\e[1;93mNot Found!\e[0m\n" 783 | elif [[ $check1 == *'1'* ]]; then 784 | 785 | printf "\e[1;92m Found!\e[0m https://%s.contently.com\n" $username 786 | printf "https://%s.contently.com\n" $username >> $username.txt 787 | fi 788 | 789 | ## Houzz 790 | 791 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] Houzz: \e[0m" 792 | check1=$(curl -s -i "https://houzz.com/user/$username" -H "Accept-Language: en" -L | grep -o 'an error has occurred' ; echo $?) 793 | 794 | if [[ $check1 == *'0'* ]] ; then 795 | printf "\e[1;93mNot Found!\e[0m\n" 796 | elif [[ $check1 == *'1'* ]]; then 797 | 798 | printf "\e[1;92m Found!\e[0m https://houzz.com/user/%s\n" $username 799 | printf "https://houzz.com/user/%s\n" $username >> $username.txt 800 | fi 801 | 802 | ## blip.fm 803 | 804 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] blip.fm: \e[0m" 805 | check1=$(curl -s -i "https://blip.fm/$username" -H "Accept-Language: en" -L | grep -o '404 Not Found' ; echo $?) 806 | 807 | if [[ $check1 == *'0'* ]] ; then 808 | printf "\e[1;93mNot Found!\e[0m\n" 809 | elif [[ $check1 == *'1'* ]]; then 810 | 811 | printf "\e[1;92m Found!\e[0m https://blip.fm/%s\n" $username 812 | printf "https://blip.fm/%s\n" $username >> $username.txt 813 | fi 814 | 815 | ## Wikipedia 816 | 817 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] Wikipedia: \e[0m" 818 | check1=$(curl -s -i "https://www.wikipedia.org/wiki/User:$username" -H "Accept-Language: en" -L | grep -o 'HTTP/2 404' ; echo $?) 819 | 820 | if [[ $check1 == *'0'* ]] ; then 821 | printf "\e[1;93mNot Found!\e[0m\n" 822 | elif [[ $check1 == *'1'* ]]; then 823 | 824 | printf "\e[1;92m Found!\e[0m https://www.wikipedia.org/wiki/User:%s\n" $username 825 | printf "https://www.wikipedia.org/wiki/User:%s\n" $username >> $username.txt 826 | fi 827 | 828 | ## HackerNews 829 | 830 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] HackerNews: \e[0m" 831 | check1=$(curl -s -i "https://news.ycombinator.com/user?id=$username" -H "Accept-Language: en" -L | grep -o 'No such user' ; echo $?) 832 | 833 | if [[ $check1 == *'0'* ]] ; then 834 | printf "\e[1;93mNot Found!\e[0m\n" 835 | elif [[ $check1 == *'1'* ]]; then 836 | 837 | printf "\e[1;92m Found!\e[0m https://news.ycombinator.com/user?id=%s\n" $username 838 | printf "https://news.ycombinator.com/user?id=%s\n" $username >> $username.txt 839 | fi 840 | 841 | ## CodeMentor 842 | 843 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] CodeMentor: \e[0m" 844 | check1=$(curl -s -i "https://www.codementor.io/$username" -H "Accept-Language: en" -L | grep -o 'HTTP/2 404\|404 Not Found' ; echo $?) 845 | 846 | if [[ $check1 == *'0'* ]] ; then 847 | printf "\e[1;93mNot Found!\e[0m\n" 848 | elif [[ $check1 == *'1'* ]]; then 849 | 850 | printf "\e[1;92m Found!\e[0m https://www.codementor.io/%s\n" $username 851 | printf "https://www.codementor.io/%s\n" $username >> $username.txt 852 | fi 853 | 854 | ## ReverbNation 855 | 856 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] ReverbNation: \e[0m" 857 | check1=$(curl -s -i "https://www.reverbnation.com/$username" -H "Accept-Language: en" -L | grep -o 'HTTP/2 404\|404 Not Found' ; echo $?) 858 | 859 | if [[ $check1 == *'0'* ]] ; then 860 | printf "\e[1;93mNot Found!\e[0m\n" 861 | elif [[ $check1 == *'1'* ]]; then 862 | 863 | printf "\e[1;92m Found!\e[0m https://www.reverbnation.com/%s\n" $username 864 | printf "https://www.reverbnation.com/%s\n" $username >> $username.txt 865 | fi 866 | 867 | ## Designspiration 65 868 | 869 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] Designspiration: \e[0m" 870 | check1=$(curl -s -i "https://www.designspiration.net/$username" -H "Accept-Language: en" -L | grep -o 'HTTP/2 404\|404 Not Found' ; echo $?) 871 | 872 | if [[ $check1 == *'0'* ]] ; then 873 | printf "\e[1;93mNot Found!\e[0m\n" 874 | elif [[ $check1 == *'1'* ]]; then 875 | 876 | printf "\e[1;92m Found!\e[0m https://www.designspiration.net/%s\n" $username 877 | printf "https://www.designspiration.net/%s\n" $username >> $username.txt 878 | fi 879 | 880 | ## Bandcamp 881 | 882 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] Bandcamp: \e[0m" 883 | check1=$(curl -s -i "https://www.bandcamp.com/$username" -H "Accept-Language: en" -L | grep -o 'HTTP/2 404\|404 Not Found' ; echo $?) 884 | 885 | if [[ $check1 == *'0'* ]] ; then 886 | printf "\e[1;93mNot Found!\e[0m\n" 887 | elif [[ $check1 == *'1'* ]]; then 888 | 889 | printf "\e[1;92m Found!\e[0m https://www.bandcamp.com/%s\n" $username 890 | printf "https://www.bandcamp.com/%s\n" $username >> $username.txt 891 | fi 892 | 893 | 894 | ## ColourLovers 895 | 896 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] ColourLovers: \e[0m" 897 | check1=$(curl -s -i "https://www.colourlovers.com/love/$username" -H "Accept-Language: en" -L | grep -o 'HTTP/2 404\|404 Not Found' ; echo $?) 898 | 899 | if [[ $check1 == *'0'* ]] ; then 900 | printf "\e[1;93mNot Found!\e[0m\n" 901 | elif [[ $check1 == *'1'* ]]; then 902 | 903 | printf "\e[1;92m Found!\e[0m https://www.colourlovers.com/love/%s\n" $username 904 | printf "https://www.colourlovers.com/love/%s\n" $username >> $username.txt 905 | fi 906 | 907 | 908 | ## IFTTT 909 | 910 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] IFTTT: \e[0m" 911 | check1=$(curl -s -i "https://www.ifttt.com/p/$username" -H "Accept-Language: en" -L | grep -o 'HTTP/2 404\|404 Not Found' ; echo $?) 912 | 913 | if [[ $check1 == *'0'* ]] ; then 914 | printf "\e[1;93mNot Found!\e[0m\n" 915 | elif [[ $check1 == *'1'* ]]; then 916 | 917 | printf "\e[1;92m Found!\e[0m https://www.ifttt.com/p/%s\n" $username 918 | printf "https://www.ifttt.com/p/%s\n" $username >> $username.txt 919 | fi 920 | 921 | ## Ebay 922 | 923 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] Ebay: \e[0m" 924 | check1=$(curl -s -i "https://www.ebay.com/usr/$username" -H "Accept-Language: en" -L | grep -o 'HTTP/2 404\|404 Not Found\|eBay Profile - error' ; echo $?) 925 | 926 | if [[ $check1 == *'0'* ]] ; then 927 | printf "\e[1;93mNot Found!\e[0m\n" 928 | elif [[ $check1 == *'1'* ]]; then 929 | 930 | printf "\e[1;92m Found!\e[0m https://www.ebay.com/usr/%s\n" $username 931 | printf "https://www.ebay.com/usr/%s\n" $username >> $username.txt 932 | fi 933 | 934 | ## Slack 935 | 936 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] Slack: \e[0m" 937 | check1=$(curl -s -i "https://$username.slack.com" -H "Accept-Language: en" -L | grep -o 'HTTP/2 404\|404 Not Found' ; echo $?) 938 | 939 | if [[ $check1 == *'0'* ]] ; then 940 | printf "\e[1;93mNot Found!\e[0m\n" 941 | elif [[ $check1 == *'1'* ]]; then 942 | 943 | printf "\e[1;92m Found!\e[0m https://%s.slack.com\n" $username 944 | printf "https://%s.slack.com\n" $username >> $username.txt 945 | fi 946 | 947 | ## OkCupid 948 | 949 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] OkCupid: \e[0m" 950 | check1=$(curl -s -i "https://www.okcupid.com/profile/$username" -H "Accept-Language: en" -L | grep -o 'HTTP/2 404\|404 Not Found' ; echo $?) 951 | 952 | if [[ $check1 == *'0'* ]] ; then 953 | printf "\e[1;93mNot Found!\e[0m\n" 954 | elif [[ $check1 == *'1'* ]]; then 955 | 956 | printf "\e[1;92m Found!\e[0m https://www.okcupid.com/profile/%s\n" $username 957 | printf "https://www.okcupid.com/profile/%s\n" $username >> $username.txt 958 | fi 959 | 960 | ## Trip 961 | 962 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] Trip: \e[0m" 963 | check1=$(curl -s -i "https://www.trip.skyscanner.com/user/$username" -H "Accept-Language: en" -L | grep -o 'HTTP/2 404\|404 Not Found\|HTTP/2 410' ; echo $?) 964 | 965 | if [[ $check1 == *'0'* ]] ; then 966 | printf "\e[1;93mNot Found!\e[0m\n" 967 | elif [[ $check1 == *'1'* ]]; then 968 | 969 | printf "\e[1;92m Found!\e[0m https://www.trip.skyscanner.com/user/%s\n" $username 970 | printf "https://www.trip.skyscanner.com/user/%s\n" $username >> $username.txt 971 | fi 972 | 973 | ## Ello 974 | 975 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] Ello: \e[0m" 976 | check1=$(curl -s -i "https://ello.co/$username" -H "Accept-Language: en" -L | grep -o 'HTTP/2 404\|404 Not Found' ; echo $?) 977 | 978 | if [[ $check1 == *'0'* ]] ; then 979 | printf "\e[1;93mNot Found!\e[0m\n" 980 | elif [[ $check1 == *'1'* ]]; then 981 | 982 | printf "\e[1;92m Found!\e[0m https://ello.co/%s\n" $username 983 | printf "https://ello.co/%s\n" $username >> $username.txt 984 | fi 985 | 986 | ## Tracky 987 | 988 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] Tracky: \e[0m" 989 | check1=$(curl -s -i "https://tracky.com/user/$username" -H "Accept-Language: en" -L | grep -o 'profile:username' ; echo $?) 990 | 991 | if [[ $check1 == *'1'* ]] ; then 992 | printf "\e[1;93mNot Found!\e[0m\n" 993 | elif [[ $check1 == *'0'* ]]; then 994 | 995 | printf "\e[1;92m Found!\e[0m https://tracky.com/~%s\n" $username 996 | printf "https://tracky.com/~%s\n" $username >> $username.txt 997 | fi 998 | 999 | ## Tripit 1000 | 1001 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] Tripit: \e[0m" 1002 | check1=$(curl -s -i "https://www.tripit.com/people/$username#/profile/basic-info" -H "Accept-Language: en" -L | grep -o 'location: https://www.tripit.com/home' ; echo $?) 1003 | 1004 | if [[ $check1 == *'0'* ]] ; then 1005 | printf "\e[1;93mNot Found!\e[0m\n" 1006 | elif [[ $check1 == *'1'* ]]; then 1007 | 1008 | printf "\e[1;92m Found!\e[0m https://www.tripit.com/people/%s#/profile/basic-info\n" $username 1009 | printf "https://www.tripit.com/people/%s#/profile/basic-info\n" $username >> $username.txt 1010 | fi 1011 | 1012 | ## Basecamp 1013 | 1014 | printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] Basecamp: \e[0m" 1015 | check1=$(curl -s -i "https://$username.basecamphq.com/login" -H "Accept-Language: en" -L | grep -o 'HTTP/2 404\|404 Not Found' ; echo $?) 1016 | 1017 | if [[ $check1 == *'0'* ]] ; then 1018 | printf "\e[1;93mNot Found!\e[0m\n" 1019 | elif [[ $check1 == *'1'* ]]; then 1020 | 1021 | printf "\e[1;92m Found!\e[0m https://%s.basecamphq.com/login\n" $username 1022 | printf "https://%s.basecamphq.com/login\n" $username >> $username.txt 1023 | 1024 | fi 1025 | partial 1026 | } 1027 | banner 1028 | scanner 1029 | 1030 | -------------------------------------------------------------------------------- /the_script.sh: -------------------------------------------------------------------------------- 1 | #!bin/bash 2 | 3 | clear 4 | echo 5 | echo 6 | echo " ████████╗██╗░░██╗███████╗░██████╗░█████╗░██████╗░██╗██████╗░████████╗" 7 | echo " ╚══██╔══╝██║░░██║██╔════╝██╔════╝██╔══██╗██╔══██╗██║██╔══██╗╚══██╔══╝" 8 | echo " ░░░██║░░░███████║█████╗░░╚█████╗░██║░░╚═╝██████╔╝██║██████╔╝░░░██║░░░" 9 | echo " ░░░██║░░░██╔══██║██╔══╝░░░╚═══██╗██║░░██╗██╔══██╗██║██╔═══╝░░░░██║░░░" 10 | echo " ░░░██║░░░██║░░██║███████╗██████╔╝╚█████╔╝██║░░██║██║██║░░░░░░░░██║░░░" 11 | echo " ░░░╚═╝░░░╚═╝░░╚═╝╚══════╝╚═════╝░░╚════╝░╚═╝░░╚═╝╚═╝╚═╝░░░░░░░░╚═╝░░░" 12 | echo 13 | echo " (⌐■_■)– ︻デ═一" 14 | echo " __________________________________________________" 15 | echo " ︻デ═一 Created by: XDeadHackerX v2.1 ︻デ═一 " 16 | echo " -------------------------------------------------------------------------------------------" 17 | echo " Cualquier acción y o actividad relacionada con The_Script es únicamente su responsabilidad" 18 | echo " -------------------------------------------------------------------------------------------" 19 | echo 20 | echo 21 | echo " [*] Elige una de las siguientes opciones: " 22 | echo " ---------------------------------------------------------------------------------------------" 23 | echo " 0º Instalar requisitos (Marcar la 1º vez) " 24 | echo " 1º Informacion sobre la tarjeta de Red + Velocidad (Toda la Informacion necesaria) " 25 | echo " 2º Informacion de una Pagina Web (Info Tecnologias y del Propietario) " 26 | echo " 3º Informacion de una Empresa (Emails/Trabajadores/Dominios) " 27 | echo " 4º Informacion de una Persona (Instagram/Email/Nick) " 28 | echo " 5º Ataque de Diccionario a IP (Extraer Usuario y Contraseña IP) " 29 | echo " 6º Desencriptar un fichero (Desencriptar un .zip, .rar, fichero)" 30 | echo " 7º Escanear nuestra red (Ver los host conectados) " 31 | echo " 8º Tarjera de Red (Configuracion y utilidades) " 32 | echo " 9º Metadatos (Extraerlos y o eliminarlos) " 33 | echo " 10º ☢Salir☢ (Salir del programa) " 34 | echo " ---------------------------------------------------------------------------------------------" 35 | echo 36 | read -p " [*] Elige una opcion: " opc 37 | case $opc in 38 | 0 ) bash requisitos/0.sh 39 | ;; 40 | 1 ) bash requisitos/1.sh 41 | ;; 42 | 2 ) bash requisitos/2.sh 43 | ;; 44 | 3 ) bash requisitos/3.sh 45 | ;; 46 | 4 ) bash requisitos/4.sh 47 | ;; 48 | 5 ) bash requisitos/5.sh 49 | ;; 50 | 6 ) bash requisitos/6.sh 51 | ;; 52 | 7 ) bash requisitos/7.sh 53 | ;; 54 | 8 ) bash requisitos/8.sh 55 | ;; 56 | 9 ) bash requisitos/9.sh 57 | ;; 58 | 10 ) exit 59 | ;; 60 | * ) echo 61 | echo "$RRPLY No es una opcion valida" 62 | sleep 3 63 | bash the_script.sh 64 | esac 65 | --------------------------------------------------------------------------------