Skip to main content

Weeman: How to Create ph!sh!ng page using weeman in termux-android.

 

Create real looking phishing page using weeman in termux.


NOTE: This article is only for an Educational purpose. Any actions or activities related to the material contained on this Website is solely your responsibility.  Misuse of the information in this website can result in criminal charges brought against the persons in question. The Authors and www.androidUNKNOWN.blogspot.com will not be held responsible in the event any criminal charges be brought against any individuals misusing the information in this website to break the law.

Requirements:

  • Termux from play store.
  • Mobile data / wifi connection.

If you don't know how to install weeman in termux click Here.

  1. First start weeman by typing ' python2 weeman.py ' .
  2. Now to know options provided by weeman just press ' enter '.
  3. Now to create a phishing page of Facebook ( you can use any website). Copy the website URL. here I am using ' https://www.facebook.com '.
  4. Now type ' set url https://www.facebook.com ' (replace it with the other url of your choice). And press enter. 
  5. Now type ' set port 8080 '(you can set any port as you need). And press ' enter '.
  6. Now type ' action_url https://www.facebook.com '(here you need to paste the url of the website where you want your target to go). And press enter.
  7. Now last step... Just type ' run '. And it will create a phishing page. (It make take 2 minutes). Once made it will give you a link like ' localhost:8080 ', just copy it use Google's url shortner or any other of your choice and send it your victim. 
  8. When your target uses that link to login it will send you the password and email/number used.
  9. It also creates a log of the victims details which is save in weeman's folder. You can access it by typing ' cat ( file name ) '.
Dont stop the weeman server else the link won't work.


For any issues please comment about it. Have a great day.

Comments

Popular posts from this blog

Figure It out : How Running Game with (Termux+Ubuntu+box86)

This is a general overview of how he did it NOTE:   This article is only for an Educational purpose. Any actions or activities related to the material contained on this Website is solely your responsibility.  Misuse of the information in this website can result in criminal charges brought against the persons in question. The Authors and  www.androidUNKNOWN.blogspot.com  will not be held responsible in the event any criminal charges be brought against any individuals misusing the information in this website to break the law. * Requirements: Install Termux  . Internet / wifi connection. * This is a general overview of how he did it.   With the Termux (terminal emulator for Android) you can't run x86 applications (including almost all games) because it's Linux for ARM processors that allows your phone to run full-fledged Linux.  * The  box86  is a translation layer that allows you to run ARM Linux x86 based applications, but it must be 32-bit , not 64-bit (I tried the 64-bit vers

How to install Ubuntu on Qemu in Termux?

Install Ubuntu on Qemu in Termux NOTE: This article is only for an Educational purpose. Any actions or activities related to the material contained on this Website is solely your responsibility.  Misuse of the information in this website can result in criminal charges brought against the persons in question. The Authors and www.androidUNKNOWN.blogspot.com will not be held responsible in the event any criminal charges be brought against any individuals misusing the information in this website to break the law. * The installation procedure is the same as installing Ubuntu on a typical computer. The only difference here is that the hardware is emulated. * Requirements: Packages: qemu-utils qemu-system-x86-64-headless (you can use a non-headless variant from x11-repo) Ubuntu iso file. Device with good amount of RAM, >= 4 GB. Enough storage space. VNC Viewer (if headless) * Create an hdd image : '  qemu-img create -f qcow2 hdd.img 8G ' *  Boot QEMU system : ' qemu-system-x86

Xerxes: Several Screenshot's Showing the Installation and use powerful DOS tool in termux-android.

  Install  and use Xerxes in termux NOTE:   This article is only for an Educational purpose. Any actions or activities related to the material contained on this Website is solely your responsibility.  Misuse of the information in this website can result in criminal charges brought against the persons in question. The  Authors  and  www.androidUNKNOWN.blogspot.com  will not be held responsible in the event any criminal charges be brought against any individuals misusing the information in this website to break the law. Requirements: Termux from play store. Mobile data / wifi connection. Before getting started with installation make sure that clang is installed in termux which can be done by typing ' pkg install clang '.  Open termux and type ' git clone https://github.com/XCHADXFAQ77X/XERXES '. Now type ' cd xerxes ' to enter the cloned directory and the type ' ls ' to view files. Now to complie it with GNU GCC complier type ' gcc xerxes.c -o xerxes &