Skip to content

It scans all computer in a given OU for the vulnerable dbutil_2_3.sys file and remove it.

License

Notifications You must be signed in to change notification settings

Kinsiinoo/PoshDellDBUtil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PoshDellDBUtil - 0.2.0

Scan and removal module/tool for DSA-2021-088 / CVE-2021-21551.

It scans all computer in a given OU for the vulnerable dbutil_2_3.sys file and remove it.

Syntax

Invoke-PoshDDClean [-ComputerOU] <string> [[-Clean]]  [<CommonParameters>]

Usage

Scan mode:

Invoke-PoshDDClean -ComputerOU "OU=Computers,OU=xx,DC=xx,DC=xx,DC=xx"

Scan and Clean mode:

Invoke-PoshDDClean -ComputerOU "OU=Computers,OU=xx,DC=xx,DC=xx,DC=xx" -Clean

Known issues

  • #1 $Clean variable

Note

Use at your own risk!

I'm NOT responsible for any damage caused by this program!

Changelog

0.2.0: Fixed a bug where the code did not pass the $Clean variable to Invoke-Command (st#pid mistake 🙃 )

License

PoshDellDBUtil is licensed under the MIT License.