From aba28649edee23705277c999751b5ac88a9398f0 Mon Sep 17 00:00:00 2001 From: Peda V Murukutla <1680742+vmvmpvm@users.noreply.github.com> Date: Sat, 1 Jun 2019 20:30:03 -0400 Subject: [PATCH] added subinacl subinacl is a tool from Microsoft Windows Resource Kits --- bucket/subinacl.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 bucket/subinacl.json diff --git a/bucket/subinacl.json b/bucket/subinacl.json new file mode 100644 index 0000000000..6c3d41f8dc --- /dev/null +++ b/bucket/subinacl.json @@ -0,0 +1,12 @@ +{ + "homepage": "https://www.microsoft.com/en-us/download/details.aspx?id=23510", + "description": "SubInACL is a command-line tool that enables administrators to obtain security information about files, registry keys, and services, and transfer this information from user to user, from local or global group to group, and from domain to domain.", + "version": "5.2.3790.1180", + "url": "https://download.microsoft.com/download/1/7/d/17d82b72-bc6a-4dc8-bfaa-98b37b22b367/subinacl.msi#dl.7z", + "hash": "56d0678ba79303f141c2962babba53dfb87205467284e35047cc13ffa720f6c6", + "bin": "subinacl.exe", + "checkver": { + "url": "https://www.microsoft.com/en-us/download/details.aspx?id=23510", + "regex": "
([\\d.]+)
" + } +}