Welcome to the Automated Phishing Campaigns Using AI project! This repository contains tools and scripts to automate phishing campaigns leveraging AI.
├── __pycache__/
├── instance/
├── templates/
├── app.py
├── getphishinggmail.py
├── phishdet.py
├── phishdetect.modelfile
├── phishgen.modelfile
├── recipients.csv
├── recipients.txt
├── scrapy.py
- app.py: Main application script to run the automation.
- getphishinggmail.py: Script to generate phishing emails using AI.
- phishdet.py: Phishing detection script.
- phishdetect.modelfile: Model file for phishing detection.
- phishgen.modelfile: Model file for phishing email generation.
- recipients.csv: CSV file containing recipients' email addresses.
- recipients.txt: Text file containing additional recipients' email addresses.
- scrapy.py: Script for web scraping to gather data for phishing.
- Python 3.6+
- Required Python packages (listed in
requirements.txt)
-
Clone the repository:
git clone https://github.com/your-username/automated-phishing-campaigns.git cd automated-phishing-campaigns -
Install the required packages:
pip install -r requirements.txt
- Prepare your recipients list in
recipients.csvorrecipients.txt. - Run the main application:
python app.py
- Use
getphishinggmail.pyto generate phishing emails:python getphishinggmail.py
- Detect phishing emails with
phishdet.py:python phishdet.py
- Automated Phishing Email Generation: Leverage AI to create convincing phishing emails.
- Phishing Detection: Identify phishing emails using trained models.
- Recipient Management: Easily manage your target list with CSV and TXT files.
- Web Scraping: Gather data for creating realistic phishing scenarios.
This project is for educational and research purposes only. Misuse of this tool can lead to serious legal consequences. Use responsibly and only with explicit permission.
Contributions are welcome! Please open an issue or submit a pull request for any improvements or new features. contributers :- khan Saad Maqsood Ahmed Mariyam Pankhania Sameer Mohammed Khan
khan Saad Maqsood Ahmed Mariyam Pankhania Sameer Mohammed Khan
This project is licensed under the MIT License. See the LICENSE file for details.
For any queries or support, please contact khansaad Mariyam Shaukat Pankhania .
Thank you for checking out our project! We hope you find it useful for your research and educational purposes. 🚀