Get Mystery Box with random crypto!

How To Create Pishing Links in Termux Termux is an android t | TECHGIANTS™©

How To Create Pishing Links in Termux

Termux is an android terminal emulator, this application is accessible on android to allow the user to execute and install Linux packages (shell, c++, c, python, ruby, perl, java and much more) to the device for use. This app DOES NOT require root and has alot of potential to the right user.

Setting up Termux

1. Once you have downloaded and installed Termux, you will first need to update the basic packages, to do this write out the following command and press enter
* pkg update && pkg upgrade
2. Once the update has finished you will have a prompt (y/n) type y and press enter.
3. Once the update has completed you will want to install Github, this will allow you to install packages directly from github in a simple command. To install git, type the following command:
* apt install git
4. Sweet! Now you got github installed, we now need to install python packages for basic reading of scripts. Write the following commands:
* apt install python
* apt install python2 // These are different variations.
* apt install python3
5. Now we want to give termux access to our storage, to do this we will need to write out the following command:
* termux-setup-storage - be sure to prese ALLOW if any dialogue box pops up asking for permission.
6. If all went well you have created a basic installation of Termux, to check that your storage is now accessible type the following command:
* cd storage // This will cd (change directory) into your phones storage.
7. To list the information in your storage type ls

Creating the links
1. Right now that the basics are complete we can now get to creating a phisher from your android device. To get started write out the following command.

*DO THESE STEPS ONE BY ONE AFTER EACH COMPLETION*

* pip install lolcat - installs lolcat
* git clone https://github.com/noob-hackers/mrphish // it downloads mrphish directly from github
* ls // lists your current directory to point at a specific directory
* cd mrphish // changes directory to mrphish
* ls
* bash setup // initiates setup
* bash mrphish

2. Once its all loaded up follow the on screen instructions.
3. Start attack > select category > write your weblink (obs not Facebook.com and shit) press enter, grab your link and paste it to the victim.
4. Leave your session in termux running and wait until enter their details.

There you have it, making phishing links

@TechGiatsKE