-
Notifications
You must be signed in to change notification settings - Fork 58
Recon Modules Local
Displays the current systems name
[WheresMyImplant.Recon]::ComputerName()
rundotnetdll32.exe WheresMyImplant.dll,WheresMyImplant,Recon,ComputerName
Displays the current systems domain name
[WheresMyImplant.Recon]::DomainName()
rundotnetdll32.exe WheresMyImplant.dll,WheresMyImplant,Recon,DomainName
Queries WMI for registered Antivirus Product. This may require Administrative privileges.
[WheresMyImplant.Recon]::AntivirusProduct()
rundotnetdll32.exe WheresMyImplant.dll,WheresMyImplant,Recon,AntivirusProduct
Queries WMI for information about the current operating system.
[WheresMyImplant.Recon]::OSInfo()
rundotnetdll32.exe WheresMyImplant.dll,WheresMyImplant,Recon,OSInfo
Queries WMI for information currently mapped network drives.
[WheresMyImplant.Recon]::MappedDrives()
rundotnetdll32.exe WheresMyImplant.dll,WheresMyImplant,Recon,MappedDrives
Displays the currently running processes on the system.
[WheresMyImplant.Recon]::TaskList()
rundotnetdll32.exe WheresMyImplant.dll,WheresMyImplant,Recon,TaskList