Thursday 26 September 2019

How To Install Termux In Sdcard , Is It Really Possible ?

14 comments

Hey guys, I know you are here because you want to install your little hackbox in sdcard. But unfortunately it's not possible.l :(





So why did I created this post ?

Because many of you guys are crawling Google to know the trick and I am here to stop your time wast crawling. You deserve the truth.

Well why is it not possible ?

It's because your sdcard is mounted as FAT with noexec flag ( noexec means no execution ) which prevents execution of any file or binary. But in older versions of android like lolipop we can remount our sdcard without noexec flag but remember that it will only work in some old devices but wait ..  why it will not work in new devices and Android versions ? It's because of the new protected file system i.e FUSE. Just search it on Google and you will get it.

Conclusion

It's not possible to install termux in sdcard , at least it's true for new devices and Android versions.

Read More

Sunday 22 September 2019

Best Tmux-Bunch Alternative : Apkmod ( A New Project From Hax4Us )

10 comments
Hax4Us.com
Well guys i know Tmux-Bunch is awesome , actually it was :(.
But wait , it's not end of the earth and I am here with a new way to decompile, recompile and ( the hot feature ) bind payloads.

So let's come to the point now ;)

Requirements :




Installation Steps :
  • First goto home directory cd $HOME
  • Get the setup script wget https://raw.githubusercontent.com/Hax4us/Apkmod/master/setup.sh
  • Execute the script  sh setup.sh
  • Now you can execute command apkmod
Read More

Sunday 15 September 2019

Install YCM or YouCompleteMe in Termux

4 comments
Hax4Us.com
Hey GeeKs I hope you are doing great and I am here to make your day more great :)

So if you are a coder and a big fan of terminal then I am damn sure you don't use bulky IDE's for your coding work but yes I know IDE's have cool features like auto completion , debugging etc. But who said we can't have these features in our terminal ;)

Requirements :




Steps to be followed :
  • Install YouCompleteMe Plug-In in vim. If you have it already then great , otherwise follow recording ( given below )
  • Now we will have to compile or build YouCompleteMe libraries in order to make it workable. For compiling , paste commands one by one 
  • You will have to create a conf file in your working directory ( root of your source tree) which is required by YCM to know the language in which you are writing your program 
  • Now we have ycm installed properly now you can test it by easily creating a .C file or program and see magic like my recording.
Tips :

  • Use Ctrl+Space for Auto-Completion 
  • For exit , Press ESC then two times Z in capital
  • You will have to create separate conf files for your different projects.


Read More

Saturday 14 September 2019

How To Install A Plug-in Manager For Vim in Termux

2 comments
Hax4Us.com
Hey guys, Wassap ? Well I am bored with my old friend "Vim". So I decided to make it more fancy and cool , just like any IDE.

Trust me I can ;)

Vim is a simple editor until you install an plugin. Yes there are thousands of plugins available but installing or removing of various types of plugins and maintaining them are very complex task so I decided to hire a buttler, and his name is Vim-Plug
In short , it can easily install or remove your plugins and can do various types of cool things with vim.
Installation Steps :





  •  Download plug.vim curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
  • That's it , Seriously ? Yes it is installed now.
Now what ? We have to create a file ".vimrc" in home directory , where we will give our commands to our butler.

Steps to setup vimrc file

  • First create or edit vimrc vim ~/.vimrc
  • And now it's time to see and follow recording ( given below )
  • That's it :)
But wait ... Where is my fancy vim now :/ well you will have to install plug-in using Vim-Plug and for that you can follow given post where I will make my boring vim "A Super C IDE".

Read More

Wednesday 2 January 2019

How To Create Your Own APT Repository In Termux

19 comments
Hax4Us
Hey guys wasup 😉 today we will see that how can we create our own repository in termux. So let's start ...

So just download my package and enjoy :)

Package Includes :-



  • One video tutorial 
  • Required Tool / Deb Package ( this tool is not officially available yet )
  • Bash Script ( which will automate all boring steps for you )
  • Thats it guys ;)
Want to connect with me ?
  • You can join WhatsApp Group , msg me "ADD" at 8800404950 
  • Follow me on Instagram , ID is Hax4us
  • Second Instagram ID is dcent_07 ( this I'd is not for Techy things so if you are following me for your techy questions so don't follow on this account thnx :) ) but yes if you want to be my friend then you can follow.
  • Facebook Page https://Facebook.com/Hax4us
Happy Termux :)
Read More