Skip to main content

One post tagged with "HTML Application (HTA)"

An HTA is a type of Windows application that uses HTML and scripting languages like VBScript or JScript for user interface design and logic implementation. Unlike traditional HTML documents, HTAs can interact with the operating system, providing a more interactive and robust experience. They are often used for creating custom tools, utilities, and even malware delivery mechanisms.

View All Tags

THM | Weaponization

· 19 min read

Red Teaming | Weaponization | Summary:

The room focuses on alternative scripting techniques used by red teamers to execute payloads in a Windows environment.

Since many organizations restrict or monitor the execution of .exe files, this room explores other methods, including Windows Script Host, HTML Applications, Visual Basic Applications, and PowerShell.

The goal is to learn and practice these techniques, which are commonly used by attackers to bypass security controls and execute malicious code.