Skip to main content

One post tagged with "Windows Script Host (WSH)"

WSH is a Windows component that allows running scripts written in various languages like VBScript and JScript. It provides an environment for executing scripts, making it easier to automate tasks and manage systems. WSH is often used in administrative scripts for tasks such as file management, network operations, and system configurations.

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.