Skip to content

emmanuelrz04/Cyber-SocAnalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

125 Commits
 
 
 
 
 
 

Repository files navigation

Project: Phishing Email and Contaminated PDF Simulation


Index


Project Description

This project is an educational demonstration about digital security, created to present:

  • How phishing scams work (fake Nubank email)
  • How malicious files can be disguised as PDFs
  • The importance of checking sources before clicking on links or attachments
  • Practical examples of social engineering

WARNING: |⚠️| This project is 100% educational and contains no real malware. All examples are controlled simulations.


Project Objective

This project demonstrates how phishing techniques and file disguise strategies can be used to mislead users. The goal is to analyze these techniques in a controlled and ethical environment, helping to understand how social engineering exploits user behavior in digital environments.


Requirements

Python FPDF2 PyInstaller VS Code Resource Hacker

- programming language: python
- dependencies: fpdf2 and pyinstaller
- IDE: Visual Studio Code
- Icon editor: Resource Hacker

Project Output

The project generates:

  • A simulated phishing email example
  • A disguised executable file example (for demonstration)
  • Supporting documentation analyzing the attack flow and technique

Additional Documentation

For deeper technical analysis, see:

  • docs/Real-world_Example.md
  • docs/Real-world_Example/

Authors

Emmanuel Araujo


LinkedIn

Email

Francisco de Assis Lemos da Silva Junior


LinkedIn

Email

Maria Eduarda Araujo de Azevedo


LinkedIn

Email

Maxiliano Oliveira Silva


LinkedIn

Email


Folder Structure

📂 Cyber-SocAnalysis/
│
├── 📂 Docs/
│   │
│   ├── 📂 Generic_Examples/
│   │   ├── 🖼️ email1.png
│   │   ├── 🖼️ email2.png
│   │   └── 🖼️ email3.png
│   │
│   ├── 📂 Real-world_Example/
│   │   ├── 📄 Fake_Pdf.pdf.exe
│   │   ├── 📄 VirusPdf.py
│   │   └── 📄 emailnubank
│   │
│   ├── 📄 Generic_Example.md
│   └── 📄 Real-world_Example.md
│
├── 📄 README.md
└── 📄 README_PT-BR.md                

Releases

No releases published

Packages

 
 
 

Contributors