Git Product home page Git Product logo

macrophishing's Introduction

MacroPhishing

Word resources for phishing with macros. Includes "Click Enable Content" bait and decoy document deployment. The bait was created by me, but inspired by cerber ransomware document samples.

Usage

To use, open template.doc and create new macros. For the main module, paste in the code from main.vba. Then create a new Class Module named "oAppClass" or rename it to whatever, but make sure the name matches that in the main module. Paste in the code from oAppClass.vba. Add in your code to run your malware. For the decoy, put in your decoy text in the "Decoy goes here in hidden text." section. After setting the text to hidden, the second page should go away, leaving the bait. Then, select all of the decoy text, and set the font to hidden. This hides it from the user when the macro is not executed. When the macro runs, it deletes the first page (the bait), and unhides all text (displays the decoy). Then, it automatically chooses not to save the changes, so that the user does not get the "would you like to save" prompt, and the macro doesn't delete the decoy after future views. This all happens smoothly and does not require downloading or opening new instances of word. By default, once macros have been enabled for the document, it will automatically run when opened again. This has the same visual effect as if it only contains the decoy.

Demo

Demo

macrophishing's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.