General Information
DAT stands for Directory Analysis Tool. It's used to analyze LDAP-based directories and report on their contents. Currently it has support Microsoft Active Directory.
dat is released under the GNU General Public License (GPL) version 2, see the file 'COPYING' for more information.
The official web site is:
http://dev.mmgsecurity.com/projects/dat/
Installation
DAT requires the following other packages:
- Mono v1.1.13.6 (or greater)
- Gtk# 2.8.x
- Gnome# 2.8.x
- GtkHtml# 2.8.x
Simple installation procedure:
# tar zxvf dat-X.Y.Z.tar.gz
# cd dat-X.Y.Z
# ./configure
# make
# make install
See the file 'INSTALL' for more detailed information.
Hacking
DAT is written in C using Mono and Gtk. The source code is available from the MMG Security Subversion repository in the module dat.
$ mkdir dat
$ cd dat
$ svn co http://dev.mmgsecurity.com/src/dat/trunk
$ cd trunk
$ ./autogen.sh
$ ./configure
$ make
Bugs / Patches
Bugs/patches can be reported/submitted to http://dev.mmgsecurity.com/bugs/
