pingcastle icon indicating copy to clipboard operation
pingcastle copied to clipboard

ACL scanner

Open thaneye opened this issue 1 year ago • 2 comments

Can you enable a default execution of aclcheck scanner or at least allow the users to be added as rguments?

Currently if you execute PingCastle.exe --scanner aclcheck an extra step needed to include users.

thaneye avatar Jun 22 '23 06:06 thaneye

I would like to suggest to add the parameter --scmode-file (like smb scanner) to the code that may contain a separated list of names or SIDs one per line. If --scmode-default with an empty value is given it could switch to default (everyone, ...). Both options should skip interactive mode.

An-dir avatar Aug 02 '23 18:08 An-dir

The other way to do it, is to create a txt file with a carriage return save it. Launch the command : pingcastle --server %server_name% --scanner aclcheck < txt_file

clamoune avatar Aug 07 '23 09:08 clamoune

the alternative is to run: echo. | pingcastle --server %server_name% --scanner aclcheck Important: no space between echo and dot

vletoux avatar Jan 28 '24 18:01 vletoux