fa
Feedback
|| ᴛᴇʀᴍᴜx ʜᴀᴄᴋɪɴɢ || ᴛᴇʀᴍᴜx ᴄᴏᴍᴍᴀɴᴅ || ᴛᴇʀᴍᴜx ʜᴀᴄᴋɪɴɢ ᴛɪᴘs & ᴛʀɪᴄᴋs

|| ᴛᴇʀᴍᴜx ʜᴀᴄᴋɪɴɢ || ᴛᴇʀᴍᴜx ᴄᴏᴍᴍᴀɴᴅ || ᴛᴇʀᴍᴜx ʜᴀᴄᴋɪɴɢ ᴛɪᴘs & ᴛʀɪᴄᴋs

رفتن به کانال در Telegram

🚩 Channel was restricted by Telegram

نمایش بیشتر
اطلاعاتی وجود ندارد
مشترکین
-1024 ساعت
-307 روز
+1030 روز
آرشیو پست ها
Install TermuXBlacK Just download installer script wget https://github.com/Hax4us/TermuxBlack/raw/master/install.sh Now run b
Install TermuXBlacK Just download installer script wget https://github.com/Hax4us/TermuxBlack/raw/master/install.sh Now run bash install.sh Install Package apt install pkg_name List Of Available Packages beef-xss trape ssh-honeypot pdfcrack lemon apkmod haxRat msfpc apkmod2 dreel xerosploit Uninstall copy & paste whole command rm -f $PREFIX/etc/apt/sources.list.d/termuxblack.list && mv $PREFIX/etc/bash.bashrc.bk $PREFIX/etc/bash.bashrc && rm -f ~/.termux/colors.properties restart termux

TM-scanner is simple python script.This tool for detecting vulnerabilities in websites Installation : $ apt update && apt upgrade $ apt install git  $ apt install python2 $ apt install python $ git clone https://github.com/TechnicalMujeeb/TM-scanner $ cd TM-scanner $ chmod +x *  $ sh install.sh usage :  $ python2 tmscanner.py select your option and enter target site [example.com] ᴀʙʜɪ_ᴡʀɪᴛᴇs

INSTALLATION [Termux] : apt-get update -y apt-get upgrade -y pkg install python -y pkg install python2 -y pkg install git -y pip install lolcat git clone https://github.com/noob-hackers/ighack cd $HOME ls cd ighack ls bash setup bash ighack.sh ᴀʙʜɪ_ᴡʀɪᴛᴇs

ABOUT TOOL : Ighack is a bash based script which is officially made to test password strength of instagram account from termu
ABOUT TOOL : Ighack is a bash based script which is officially made to test password strength of instagram account from termux with bruteforce attack and. This tool works on both rooted Android device and Non-rooted Android device. ᴀʙʜɪ_ᴡʀɪᴛᴇs

Installation T-Remix Commands for termux $ termux-setup-storage $ pkg update && pkg upgrade && pkg install git -y $ git clone https://github.com/Bhaviktutorials/T-Remix $ ls $ cd T-Remix $ ls $ chmod +x * $ bash t-remix.sh ᴀʙʜɪ_ᴡʀɪᴛᴇs

What is T-Remix?? T-Remix or Termux will Help to Customise Your Termux in such a way that you will Enjoy using Termux it will
What is T-Remix?? T-Remix or Termux will Help to Customise Your Termux in such a way that you will Enjoy using Termux it will give you a morden look and we also have add a feature of password,so now you can also set Password on your Termux and protect it so no one can login in your termux in absence of you. one more feature that we have added is that you can change dollar sign and put anything you want in that place. Hope you guys like this Project,then dont forget to give it a like and stay connected for such amazing projects. ᴀʙʜɪ_ᴡʀɪᴛᴇs

Installation You can download ONIOFF by cloning the Git Repo and simply installing its requirements: - git clone https://github.com/k4m4/onioff.git - cd onioff - /onioff - pip3 install -r requirements.txt - /onioff - python3 onioff.py NOTE: In order for ONIOFF to work, Tor must be correctly configured and running. ᴀʙʜɪ_ᴡʀɪᴛᴇs

🌰 An onion url inspector for inspecting deep web links. A simple tool - written in pure python - for inspecting Deep Web URLs (or onions).

Use ApkTool in Termux : Apk Tool is Really and Advance tool and it offers a lot of features but in this post, i am gonna show you basics like Compiling and Decompiling apks with Termux. Decompile apk with Termux : You First need an App in termux to decompile it, and you can always share apks from your internal storage to termux to decompile it or you can even decompile them in your internet storage by changing the directory. And you can also use Termux-Browser to download an apk straight in termux. apktool d Yourappname.apk ᴀʙʜɪ_ᴡʀɪᴛᴇs

Step 1: Before installing any Tool we will First Upgrade all of our Preinstalled packages in termux so that when we use Apk-Tool we won't face any issue. To Upgrade packages in Termux, we will use the below command. - apt update && apt upgrade -y Step 2: Now since this Project is Hosted on Github we need to install Git in termux so that we can Download the project from the Github Repository. Just paste the below command and the Git package will be installed in no time. - pkg install git -y Step 3: The Git Package is installed in termux perfectly so and now we can Clone the Project from the Github repository. For that, we will use the Git clone command. You can see the command Below. - git clone https://github.com/Lexiie/Termux-Apktool Step 4: Now we have to change the Directory to the ApkTool folder, We can use Cd command for that, If you don't know about the cd command it is Highly suggested for you to read This post [ Termux all Basic Commands For Beginners ]. Just type the below command in Termux and press Enter. - cd Termux-Apktool Step 5: Now here if you type ls you will see a .deb file It is a Debian File and you just have to install it in your termux. For that, you just have to paste the below command in termux. - dpkg -i apktool_2.3.4_all.deb Step 6: Everything is done, and you just have to check if the Termux-Apktool is Perfectly installed in your Termux or not. Just type apktool in termux and if it is showing output like the below image that means Termux Apk-Tool is installed in your System. apktool

For decompiling apk you will get a different application for Different Operating System but If you wanna decompile an application in termux you need to install ApkTool In termux. Apk Tool will allow you to compile applications in termux. You can also use nano to edit files in termux and you can also decompile in termux using ApkTool. Its a good tool for all the people who are interested in making moded apps by using Apktool in Termux. Since making a mod of games is a Vast topic I am only gonna show you basics but if you really interested then you can always learn it from the internet. ᴀʙʜɪ_ᴡʀɪᴛᴇs

What is ApkTool in Termux? You have probably seen Moded apps (like moded Version of subways surfer) where you get 999999 coin
What is ApkTool in Termux? You have probably seen Moded apps (like moded Version of subways surfer) where you get 999999 coins from the start. Those games are created by People who Make Mod of games To make money ( Technically it is not Legal). So To make those Mods People use Apk Decompiler Tools that allow them to access individual part of application files, and then they make changes in the code (Like changing the initial starting money/points from 0 to 9999999) and after Recomiling the files into and APK they make and Moded App. ᴀʙʜɪ_ᴡʀɪᴛᴇs

💿 Installation 💿 apt update && apt upgrade apt install python python2 git jq pip2 install requests mechanize git clone https://github.com/Err0r-ICA/Brutegram cd Brutegram bash Brutegram ᴀʙʜɪ_ᴡʀɪᴛᴇs

💥 Brutegram 💥 Instagram Multi-Bruteforce (⚠️ currently under updating ⚠️)
💥 Brutegram 💥 Instagram Multi-Bruteforce (⚠️ currently under updating ⚠️)

​​HOW TO PERFORM DDOS ATTACK AS YOU'RE DOING IT VIA BOTNET Do this only on Linux distr.: 🔹apt update && apt upgrade 🔹git clone https://github.com/epsylon/ufonet.git 🔹cd ufonet 🔹pip3 install GeoIP 🔹pip3 install python-geoip 🔹pip3 install pygeoip 🔹pip3 install requests 🔹pip3 install pycrypto 🔹pip3 install pycurl 🔹pip3 install whois 🔹pip3 install scapy-python3 🔹chmod + x setup.py 🔹chmod + x ufonet 🔹python3 ufonet --download-zombies 🔹python3 ufonet -i sitehere ⚠️This is for educational and fun purposes only ᴀʙʜɪ_ᴡʀɪᴛᴇs

⚠️PROBLEMS WITH METASPLOIT INSTALLATIONS❔ 🛡This metasploit use Ruby v3 and have available option "-x" to embed apk files [METHOD 1] apt install wget -y wget https://raw.githubusercontent.com/ivam3/i-Haklab/master/.set/to-install/metasploit-framework_6.1.39_all.deb apt install ./metasploit-framework_6.1.39_all.deb rm metasploit-framework_6.1.39_all.deb [METHOD 2] Going to : https://ivam3-termux-pkg.loca.lt/ And download file .deb and execute it by : $ apt install ./name-of-file.deb And deleted it $ rm -rf name-of-file.deb Credit : @Myhurthearts ᴀʙʜɪ_ᴡʀɪᴛᴇs

Installation Download the latest release and unpack it in the desired location. Please remember to use 7z x when unpacking the archive from the command line to ensure full file paths remain intact. Usage/Help Please refer to the Hashcat Wiki and the output of --help for usage information and general help. A list of frequently asked questions may also be found here. The Hashcat Forum also contains a plethora of information. Contributing Contributions are welcome and encouraged, provided your code is of sufficient quality. Before submitting a pull request, please ensure your code adheres to the following requirements: Licensed under MIT license, or dedicated to the public domain (BSD, GPL, etc. code is incompatible) Adheres to gnu99 standard Compiles cleanly with no warnings when compiled with -W -Wall -std=gnu99 Uses Allman-style code blocks & indentation Uses 2-spaces as the indentation or a tab if it's required (for example: Makefiles) Uses lower-case function and variable names Avoids the use of ! and uses positive conditionals wherever possible (e.g., if (foo == 0) instead of if (!foo), and if (foo) instead of if (foo != 0)) Use code like array[index + 0] if you also need to do array[index + 1], to keep it aligned You can use GNU Indent to help assist you with the style requirements: indent -st -bad -bap -sc -bl -bli0 -ncdw -nce -cli0 -cbi0 -pcs -cs -npsl -bs -nbc -bls -blf -lp -i2 -ts2 -nut -l1024 -nbbo -fca -lc1024 -fc1 Your pull request should fully describe the functionality you are adding/removing or the problem you are solving. Regardless of whether your patch modifies one line or one thousand lines, you must describe what has prompted and/or motivated the change. Solve only one problem in each pull request. If you're fixing a bug and adding a new feature, you need to make two separate pull requests. If you're fixing three bugs, you need to make three separate pull requests. If you're adding four new features, you need to make four separate pull requests. So on, and so forth. If your patch fixes a bug, please be sure there is an issue open for the bug before submitting a pull request. If your patch aims to improve performance or optimize an algorithm, be sure to quantify your optimizations and document the trade-offs, and back up your claims with benchmarks and metrics. In order to maintain the quality and integrity of the hashcat source tree, all pull requests must be reviewed and signed off by at least two board members before being merged. The project lead has the ultimate authority in deciding whether to accept or reject a pull request. Do not be discouraged if your pull request is rejected! Happy Cracking! ᴀʙʜɪ_ᴡʀɪᴛᴇs

hashcat hashcat is the world's fastest and most advanced password recovery utility, supporting five unique modes of attack for over 300 highly-optimized hashing algorithms. hashcat currently supports CPUs, GPUs, and other hardware accelerators on Linux, Windows, and macOS, and has facilities to help enable distributed password cracking.

Commix (short for [comm]and [i]njection e[x]ploiter) is an open source penetration testing tool, written by Anastasios Stasin
Commix (short for [comm]and [i]njection e[x]ploiter) is an open source penetration testing tool, written by Anastasios Stasinopoulos (@ancst), that automates the detection and exploitation of command injection vulnerabilities. Installation: You can download commix on any platform by cloning the official Git repository : $ git clone https://github.com/commixproject/commix.git commix Alternatively, you can download the latest tarball or zipball. Note: Python (version 2.6, 2.7 or 3.x) is required for running commix. Usage To get a list of all options and switches use: $ python commix.py -h ᴀʙʜɪ_ᴡʀɪᴛᴇs