PyPhisher 网络钓鱼工具

安装:
安装依赖项 (git, python, php ssh)

For Debian (Ubuntu, Kali-Linux, Parrot)
sudo apt install git python3 php openssh-client -y

对于 Arch (Manjaro)
sudo pacman -S git python3 php openssh --noconfirm

对于 Redhat(Fedora)
sudo dnf install git python3 php openssh -y

对于 Termux
pkg install git python3 php openssh -y

克隆此存储库:
git clone https://github.com/KasRoudra/PyPhisher

输入目录:
cd PyPhisher

安装所有模块:
pip3 install -r files/requirements.txt

运行该工具:
python3 pyphisher.py

测试使用,遵守所在地法律法规。 @jixiu
 
 
Back to Top