JustForFun
Search
⌃K
Hello World
Random Research Area
What is this AREA?
Phishing with MS Office Docs
Malware Analysis & Development
AppSecNotes
3rd Party Recon with Javascript - Part1
DAV Methods and Old Features
API Security Notes
OSEP Preperation Notes
OSEP Journey Begin!
Basics and More
Payload Types (Staged vs. Non-Staged)
File Smuggling with HTML & JS
VBA Basics
Basic Phishing Macro Creation Tricks
Somethings and Past
HackTheBox Lab – Invite Code Write-Up
OSCP Yolculuğum
VulnHub – SkyTower CTF Walkthrough
Markdown Syntax
Web Uygulama Güvenliği Ve Güvenli Kod Geliştirme LYK-2014 Notlarım
Yalnızca Eğlenmek İçin
Powered By GitBook

Basic Phishing Macro Creation Tricks

  • Redundancy is important! So, use DocumetOpen() and AutoOpen() when you write your Macros.
    • ​https://docs.microsoft.com/en-us/office/vba/api/word.document.open​
    • ​https://docs.microsoft.com/en-us/office/vba/word/concepts/customizing-word/auto-macros​
  • You can use Workbook_Open() if you want to execute anything when Excel starts.
  • If you write an Excel Macro absolutely use the Auto_Open() function to catch macro execution in the beginning.
  • Use .docm or .doc extension. New .docx extension doesn't store macros.
​
OSEP Preperation Notes - Previous
VBA Basics
Next - Somethings and Past
HackTheBox Lab – Invite Code Write-Up
Last modified 2yr ago
Copy link