PyPhisher: Difference between revisions
Appearance
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 |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{Note|The articles, tutorial and demo provided on Hackers Terminal is for informational and educational purpose only, and for those who’re willing and curious to know and learn about Ethical Hacking, Security and Penetration Testing. Any time the word “Hacking” that is used on this site shall be regarded as Ethical Hacking.}} | |||
[[File:Screenshot from 2022-07-27 08-42-25.png|thumb|Fitur PyPhiser]] | |||
==Installation== | ==Installation== | ||
Install primary dependencies (git and python) | Install primary dependencies (git and python) | ||
====For Debian==== | ====For Debian==== | ||
sudo apt install git python -y | |||
====For Arch==== | ====For Arch==== | ||
sudo pacman -S git python --noconfirm | |||
====For Fedora==== | ====For Fedora==== | ||
sudo yum install git python -y | |||
====For Termux==== | ====For Termux==== | ||
pkg install git python -y | |||
===Clone this repository=== | ===Clone this repository=== | ||
git clone <nowiki>https://github.com/KasRoudra/PyPhisher</nowiki> | |||
===Enter the directory=== | ===Enter the directory=== | ||
cd PyPhisher | |||
===Run the tool=== | ===Run the tool=== | ||
python3 pyphisher.py | |||
==Source== | ==Source== | ||
| Line 27: | Line 31: | ||
__NOINDEX__ | __NOINDEX__ | ||
[[Category:Software]] | |||
[[Category:Linux]] | |||
__NOTOC__ | |||
Latest revision as of 08:49, 27 July 2022
| Note: | The articles, tutorial and demo provided on Hackers Terminal is for informational and educational purpose only, and for those who’re willing and curious to know and learn about Ethical Hacking, Security and Penetration Testing. Any time the word “Hacking” that is used on this site shall be regarded as Ethical Hacking. |

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