Skip to content
/ AoE Public

Various methods for triggering a Windows alert pop-up

Notifications You must be signed in to change notification settings

karendm/AoE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AoE

The Alert on Endpoint (AoE) repository contains a variety of scripts and source code that can be used to trigger a Windows message box.

Within each file, the <MESSAGE> placeholder should be replaced with the message that should be presented to the user and the <TITLE> placeholder should be replaced with a name for the pop-up window. The commands below assume basic execution on the target Windows host, but should be modified accordingly if used remotely or in conjunction with a C2 framework.

Executable

Compile the C++ program:

gcc aoe.cpp -o aoe.exe

Execute the EXE via Command Prompt:

aoe.exe

PowerShell

Execute the PowerShell script via PowerShell:

.\aoe.ps1

Execute the Powershell script via Command Prompt:

PowerShell -File aoe.ps1

VBScript

Execute the Visual Basic script via Command Prompt:

cscript aoe.vbs

To Do

  • CNA Script
  • Customizable Window
  • Misc

About

Various methods for triggering a Windows alert pop-up

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published