26 February 2007 | 18,137 views

ADTool – Active Directory Domain Listing Tool

Want to Learn Penetration Testing

ADtool is a neat tool to help you list all the machines that are part of an Active Directory driven domain or network.

It is intended to help pentesters and admins in their day to day work, there are some other tools that can accomplish the work for listing domain servers, but unfortunately all other tools are GUI based, which makes it difficult to script actions based on the ouput and is difficult to export a list of machines.

So this tool is for the work day to day, when you need to get a simple and easy to use list of all machines in a domain.

ADtool doesn’t need any special membership, or user in the desired domain, just be connected on the same network, and information will come to you!.

Usage example. ADtool.exe domain -parameters [-o:file.txt]
Usage example. ADtool.exe mydomain -vwSDmn [-o:listing.txt]

You can download ADTool here:

ADTool BETA 1.0

Post to Twitter Post to Facebook Post to Google Buzz Post to Delicious Post to Digg Post to Reddit Post to StumbleUpon






Recent in Hacking Tools:
- Arachni v0.4 Released – High-Performance (Open Source) Web Application Security Scanner Framework
- Patator – Multi Purpose Brute Forcing Tool
- MySQLPasswordAuditor – Free MySQL Audit/Password Recovery & Cracking Tool

Related Posts:
- ADN – Win32 Active Directory Navigator
- FTPXerox v1.0 – FTP File Transfer Sniffer
- DNSenum – Domain Information Gathering Tool

Most Read in Hacking Tools:
- Top 15 Security/Hacking Tools & Utilities - 1,630,866 views
- Brutus Password Cracker – Download brutus-aet2.zip AET2 - 899,232 views
- wwwhack 1.9 – Download wwwhack19.zip Web Hacking Tool - 505,323 views

Advertise on Darknet


4 Responses to “ADTool – Active Directory Domain Listing Tool”

  1. Sir Henry 26 February 2007 at 6:02 pm Permalink

    Only problem with this executable is that it doesn’t parse hyphenated domains correctly resulting in a runtime error. Other than that, this is cool. Thanks!

  2. Darknet 27 February 2007 at 4:25 am Permalink

    Sir Henry: Ah that’s interesting, I’ll try and let author know and see if he can come out with a fix.

  3. Anonymous reader 27 February 2007 at 6:14 pm Permalink

    csvde.exe – a tool that comes with Microsoft AD administration pack, ADAM – will do this as well. In fact, it will return any object class, users included.

  4. Venkatesh Selvaraju 4 May 2009 at 9:28 am Permalink

    “net view” one other built-in utility which should let you lists all computer accounts part of a domain.

    Syntax: net view /domain:domainname

    E.g: net view /domain:darket.corp.com