Posts

Showing posts from February, 2019

Install metasploit in Android without root.

Image
Install Metasploit In Android First you have to download an app called termux in your Android phone click this link to download :  https://goo.gl/NVYRmR Steps to install Metasploit in termux are as follows: Step 1 - copy and paste this command in termux   curl -LO https://raw.githubusercontent.com/Hax4us/Metasploit_termux/master/metasploit.sh Like this Step 2 - Type   chmod 777 metasploit.sh Like this   Step - 3 Type   ./metasploit.sh Like this Now wait for sometime it will take about 20 min for installing keep your internet connection on. DISCLAIMER : Hacking without permission is illegal. I am not responsible for any illigal activities made by you. This tool is provided by hax4us so don't forget to subscribe their YouTube channel.

How to install kali nethunter in Android without root

Image
Hi guys Welcome to CyberWipe Yes it is possible to install kali nethunter in Android without root.  Just follow the following simple steps or watch the above video☝️ Steps-  Open termux app Set directory to home ( cd $HOME ) Now type pkg update and hit enter Now install curl by executing pkg install curl Now copy and paste this command -  curl -LO https://raw.githubusercontent.com/Hax4us/Nethunter-In-Termux/master/kalinethunter Now give permission to the script- chmod +x kali nethunter Now execute the script- ./kalinethunter .       It will start download and extracting process. It will consume 140mb (approx) After that just type startkali to start it. Now copy and paste these two lines-  wget https://http.kali.org/kali/pool/main/k/kali-archive-keyring/kali-archive-keyring_2018.1_all.deb  apt install ./kali-archive-keyring_2018.1_all.deb Also check out hax4us because he has provided this script-