This project is intended for educational purposes only. Do not use this tool for any malicious activities. The authors are not responsible for any misuse of the provided code.
A simple but effective phishing attack simulation solution.
- Python 3.x
 - pip (Python package installer)
 - Virtualenv (recommended)
 
- Clone the repository
 
git clone https://github.com/subnetmasked/Phishing-simulation.git
cd Phishing-simulation- Create and activate a virtual environment
 
python3 -m venv venv
source venv/bin/activate- Install the required packages
 
pip install -r requirements.txt- Run the application
 
python3 app.py- Open your browser and navigate to 
http://localhost:5000 
- Open the application in your browser.
 - Enter a username and password in the login form.
 - Click the 
Loginbutton. - The submitted data will be stored in data.csv.
 
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
- Fork the repository
 - Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a pull request
 
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.
If you have any questions or suggestions, feel free to contact me at subnetmasked@cock.li. My PGP key is available here.