Jump to content

PyPhisher: Difference between revisions

From Wiki
Created page with "==Installation== Install primary dependencies (git and python) ====For Debian==== $ sudo apt install git python -y ====For Arch==== $ sudo pacman -S git python --noconfirm ====For Fedora==== $ sudo yum install git python -y ====For Termux==== $ pkg install git python -y ===Clone this repository=== $git clone https://github.com/KasRoudra/PyPhisher ===Enter the directory=== $ cd PyPhisher ===Run the tool=== $ python3 pyphisher.py ==Source== *[https://hakin9...."
 
No edit summary
Line 3: Line 3:
Install primary dependencies (git and python)
Install primary dependencies (git and python)
====For Debian====
====For Debian====
  $ sudo apt install git python -y
  sudo apt install git python -y


====For Arch====
====For Arch====
  $ sudo pacman -S git python --noconfirm
  sudo pacman -S git python --noconfirm


====For Fedora====
====For Fedora====
  $ sudo yum install git python -y
  sudo yum install git python -y


====For Termux====
====For Termux====
  $ pkg install git python -y
  pkg install git python -y


===Clone this repository===
===Clone this repository===
  $git clone https://github.com/KasRoudra/PyPhisher
  git clone <nowiki>https://github.com/KasRoudra/PyPhisher</nowiki>


===Enter the directory===
===Enter the directory===
  $ cd PyPhisher
  cd PyPhisher


===Run the tool===
===Run the tool===
  $ python3 pyphisher.py
  python3 pyphisher.py


==Source==
==Source==
Line 27: Line 27:


__NOINDEX__
__NOINDEX__
[[Category:Software]]
[[Category:Linux]]

Revision as of 08:40, 27 July 2022

Installation

Install primary dependencies (git and python)

For Debian

sudo apt install git python -y

For Arch

sudo pacman -S git python --noconfirm

For Fedora

sudo yum install git python -y

For Termux

pkg install git python -y

Clone this repository

git clone https://github.com/KasRoudra/PyPhisher

Enter the directory

cd PyPhisher

Run the tool

python3 pyphisher.py

Source