Thursday 4 January 2018

How To Make Own Deb Package In Termux (Part-1)

44 comments
Hello Guys, Welcome To Hax4Us


Yes, Termux is built on users' contributions. Termux is an open source application; And there are many benefits. The source code is hosted at GithubTermux-app is the repository for the actual App. Changes to the user interface and terminal emulator can be made here. The termux-packagesrepository is where the apt repository of Termux is located. You can modify and add packages here.

Can I Create My Own Deb Package ?

Yes , you can ! Firstly you will have to open termux and execute this command apt install termux-create-package then you can use this command for more info termux-create-package -h 

It is very easy to create deb files for termux by termux-create-package and if you want to learn more clearly about that you can goto link given below ;)




Make deb package Part-2
Read More

Wednesday 15 November 2017

Bind Payload With Any Apk In Android Using Tmux-Bunch

78 comments
Hello Guys, Welcome To Hax4Us


[ NOTE ] Tmux-Bunch is unstable now try best alternative of Tmux-Bunch => Apkmod ( Click Here )

yes ye possible hai..hum apne TERMUX me TMUX-BUNCH install kr sakte hai and payload bind kr skte hai ,
..without rooted phone...!!

Tmux-Bunch is a tool created by me to provide great features of apktool and payload binding in Termux.

Requirements :-
  • Termux App (Obvious)
  • Metasploit installed
  • Must Be My Subscriber😂
To Aapko Kuch khaas ni krna hai , only mere steps follow karne hai & koi bhi error aata hai to group me screenshot de sakte hai





For Installation Instructions 
Click Here

For Reference You Can Watch My Demo Video (Link is given below)


I hope ye tutorial aapko acha laga hoga..!!

Plz comment karna mat bhoolna ...aapke bhai ki izzat ka sawal hai..😂

Note :- I will not be responsible for any kind of illegal activity done by you And if you are facing any problem... You can ask me
Read More

Saturday 2 September 2017

INSTALL KALI-NETHUNTER WITHOUT ROOT USING TERMUX

116 comments
Hello Guys, Welcome To Hax4Us


Yes , ye possible hai..hum apne TERMUX me KALI-NETHUNTER install kr sakte hai
..without rooted phone...!!

Requirements :-
  • Termux App (Obvious)
  • Must Be My Subscriber😂
To Aapko Kuch khaas ni krna hai , only mere steps follow karne hai & koi bhi error aata hai to group me screenshot de sakte hai

Steps :-



  1. Open Termux & execute :- apt update && apt upgrade
  2. Goto Home :- cd $HOME
  3. Download my script :- curl -LO https://raw.githubusercontent.com/Hax4us/Nethunter-In-Termux/master/kalinethunter
  4. Give execution permission by executing :- chmod +x kalinethunter
  5. Now execute my script :- ./kalinethunter
  6. After Process Complete , you can execute : startkali
  7. Last step to get keys but remember you will have to execute this command in Nethunter not in Termux apt-key adv --keyserver hkp://keys.gnupg.net --recv-keys 7D8D0BF6

I hope ye tutorial aapko acha laga hoga..!!

Plz comment karna mat bhoolna ...aapke bhai ki izzat ka sawal hai..😂

Note :- This is not universally tested so it may be install in your phone or not ...just try your luck...!! And if you are facing any problem...Open Issue In Github :)
Read More

Tuesday 8 August 2017

INSTALL JAVA IN YOUR TERMUX 😱 THEN INSTALL APKTOOL

16 comments
Hello Guys, Welcome To Hax4Us





Update :- Now java 9 can be installed in termux without root click here for guide 

Yes , ye possible hai..hum apne TERMUX me java install kar sakte hai..and ye bahut badi achievement hai....bcz now we can also install apktool....can decompile and recompile process.


Requirements :-
  • Phone Must Be Rooted (SuperSu Recommended)
  • Termux App (Obvious)
  • Must Be My Subscriber😂
To Aapko Kuch khaas ni krna hai , only mere steps follow karne hai & koi bhi error aata hai to group me screenshot de sakte hai

Steps :-
  1. Download & Install Apktool App (Click Here)
  2. Download Java File (Click Here)
  3. Open TERMUX App & install *tsu* package (how to install ?) Just execute this command :- apt install tsu
  4. Remember you can use Termux-Sudo instead of tsu...
  5. Now Assuming tsu is installed and then type this command :- tsu -p
  6. Then type this command :- mount -o remount,rw /system
  7. Then copy downloaded Java file in your system/bin folder by executing this command & remembered me ye assume kar raha hu ki Aapne Java File ko Chrome se download kiya hai Jo download folder me hai :- cp /sdcard/Download/java /system/bin
  8. Then change permission :- chmod 777 /system/bin/java
  9. Then remount system in r/o mode :- mount -o remount,ro /system
  10. Now you can type this command for Java :- java
  11. And to check your java version :- java -version

Next tutorial me hum apktool install karenge so...I hope ye tutorial aapko acha laga hoga

Plz comment karna mat bhoolna ...aapke bhai ki izzat ka sawal hai..😂

Note :- Uppar di gayi sabhi commands ko aap one by one type karenge & you can type each command manually or can copy & paste in TERMUX.
Read More