HOW TO DOWNLOAD PYPHISHER IN KALI LINUX
* git clone https://github.com/KasRoudra/PyPhisher.git *ls *cd Pyphisher *ls *pythone3 pyphisher.py PyPhisher [√] Description : Ultimate phishing tool in python. Includes popular websites like facebook, twitter, instagram, github, reddit, gmail and many others. [+] Installation Install dependencies (git, python, php ssh) For Debian (Ubuntu, Kali-Linux, Parrot) sudo apt install git python3 php openssh-client -y For Arch (Manjaro) sudo pacman -S git python3 php openssh --noconfirm For Redhat(Fedora) sudo dnf install git python3 php openssh -y For Termux pkg install git python3 php openssh -y Clone this repository git clone https://github.com/KasRoudra/PyPhisher Enter the directory cd PyPhisher Install all modules pip3 install -r files/requirements.txt Run the tool python3 pyphisher.py Or, directly run wget https://raw.githubusercontent.com/KasRoudra/PyPhisher/main/pyphisher.py && python3 pyphisher.py Pip pip3 ins...