Skip to content

Recon Modules Local

Alexander edited this page Oct 17, 2018 · 1 revision

Computer Name

Overview

Displays the current systems name

PowerShell

[WheresMyImplant.Recon]::ComputerName()

rundotnetdll32

rundotnetdll32.exe WheresMyImplant.dll,WheresMyImplant,Recon,ComputerName

Computer Domain

Overview

Displays the current systems domain name

PowerShell

[WheresMyImplant.Recon]::DomainName()

rundotnetdll32

rundotnetdll32.exe WheresMyImplant.dll,WheresMyImplant,Recon,DomainName

Antivirus

Overview

Queries WMI for registered Antivirus Product. This may require Administrative privileges.

PowerShell

[WheresMyImplant.Recon]::AntivirusProduct()

rundotnetdll32

rundotnetdll32.exe WheresMyImplant.dll,WheresMyImplant,Recon,AntivirusProduct

OSInfo

Overview

Queries WMI for information about the current operating system.

PowerShell

[WheresMyImplant.Recon]::OSInfo()

rundotnetdll32

rundotnetdll32.exe WheresMyImplant.dll,WheresMyImplant,Recon,OSInfo

Mapped Drives

Overview

Queries WMI for information currently mapped network drives.

PowerShell

[WheresMyImplant.Recon]::MappedDrives()

rundotnetdll32

rundotnetdll32.exe WheresMyImplant.dll,WheresMyImplant,Recon,MappedDrives

Tasklist

Overview

Displays the currently running processes on the system.

PowerShell

[WheresMyImplant.Recon]::TaskList()

rundotnetdll32

rundotnetdll32.exe WheresMyImplant.dll,WheresMyImplant,Recon,TaskList