Posts

HOW TO DOWNLOAD PYPHISHER IN KALI LINUX

Image
* 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...

HOW TO DOWNLOAD ZPHISHER IN KALI LINUX

Image
  Uses and Features of Zphisher: Zphisher is open source tool. Zphisher is a tool of Kali Linux. Zphisher is used in Phishing attacks. Zphisher tool is a very simple and easy tool. Zphisher tool is a very simple and easy tool. Zphisher is written in bash language. Zphisher tool is a lightweight tool. This does not take extra space. Zphisher is written in bash language. Zphisher creates phishing pages for more than 30 websites. Zphisher creates phishing pages of popular sites such as Facebook, Instagram, Google, Snapchat, Github, Yahoo, Protonmail, Spotify, Netflix, LinkedIn, WordPress, Origin, Steam, Microsoft, etc Installation: Step 1:  To install the tool first move to the desktop and then install the tool using the following commands. git clone git://github.com/htr-tech/zphisher.git cd zphisher bash zphisher.sh Full Tutorial Is On YouTube Link

How To Download Python3 And pip Kali Liunx

Image
  Installation On Kali Linux Install python3 Using apt-get Update apt database with  apt-get  using the following command. sudo apt-get update Copy After updating apt database, We can install  python3  using  apt-get  by running the following command: sudo apt-get -y install python3 Copy Install python3 Using apt Update apt database with  apt  using the following command. sudo apt update Copy After updating apt database, We can install  python3  using  apt  by running the following command: sudo apt -y install python3 Copy Install python3 Using aptitude If you want to follow this method, you might need to install  aptitude  first since aptitude is usually not installed by default on Kali Linux. Update apt database with  aptitude  using the following command. sudo aptitude update Copy After updating apt database, We can install  python3  using  aptitude  by running the fol...