RE: Search NTFS share permissions
From: Jared Ingersoll (jared_at_cswv.com)
Date: 05/20/04
- Previous message: Ken Remley: "RE: Search NTFS share permissions"
- Maybe in reply to: mailinglists_at_online.ms: "Search NTFS share permissions"
- Next in thread: mailinglists_at_online.ms: "RE: Search NTFS share permissions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
To: "'taz@hfactorx.org'" <taz@hfactorx.org>, mailinglists@online.ms Date: Thu, 20 May 2004 08:17:34 -0400
This may get a little tricky with free software, but if you're script savvy,
then the tools are at your fingertips. I personally use cygwin along with
the resource kit to solve these types of problems, but here's a start with
cygwin:
1. enumerate the domain computers with net view, redirect into text file
with awk, etc.
2. build a script that mounts default administrator drive shares (C$, D$,
etc.), change to mount point and then runs the utility "showacls.exe" from
resource kit, redirect into txt file.
3. Unmount share.
With showacls, you can list the default shares or a recursive listing of all
subdirectories (lots of info). If you're looking for a particular type of
access, you can always use grep.
Cygwin is our friend.
Jared
-----Original Message-----
From: taz@hfactorx.org [mailto:taz@hfactorx.org]
Sent: Wednesday, May 19, 2004 3:39 PM
To: mailinglists@online.ms
Cc: focus-ms@securityfocus.com
Subject: RE: Search NTFS share permissions
Not sure exactly what your looking for, but I threw together some script
files
which checks the shares of all network Windows machines and lists the share
permissions of them in a text file:
http://forum.hfactorx.org/index.php?board=37;action=display;threadid=181
Tazinator
HFX International Org.
www.hfactorx.org
-------------------------------
Hi,
currently I'm looking for tools to search NTFS share permissions (by group
or by
user).
I've been testing superCACLS (pracl) and SecurityExplorer by smallwonder.
Seems
like those tools could do what I'm looking for.
Are there any other cheap or even free tools can search share permissions?
How
about *nix/Linux tools?
--ml
---------------------------------------------------------------------------
---------------------------------------------------------------------------
---------------------------------------------------------------------------
---------------------------------------------------------------------------
---------------------------------------------------------------------------
---------------------------------------------------------------------------
- Previous message: Ken Remley: "RE: Search NTFS share permissions"
- Maybe in reply to: mailinglists_at_online.ms: "Search NTFS share permissions"
- Next in thread: mailinglists_at_online.ms: "RE: Search NTFS share permissions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|