All Projects → tomcarver16 → Adsearch

tomcarver16 / Adsearch

A tool to help query AD via the LDAP protocol

Programming Languages

csharp
926 projects

Projects that are alternatives of or similar to Adsearch

Pgtyped
pgTyped - Typesafe SQL in TypeScript
Stars: ✭ 1,734 (+1165.69%)
Mutual labels:  query
Actionpacks
Public PowerShell script gallery for ScriptRunner.
Stars: ✭ 118 (-13.87%)
Mutual labels:  active-directory
Query String
Manipulate query strings
Stars: ✭ 128 (-6.57%)
Mutual labels:  query
Laravel Cacheable
Rinvex Cacheable is a granular, intuitive, and fluent caching system for eloquent models. Simple, but yet powerful, plug-n-play with no hassle.
Stars: ✭ 107 (-21.9%)
Mutual labels:  query
Influxdb Ui
🐎 A simple UI for InfluxDB
Stars: ✭ 117 (-14.6%)
Mutual labels:  query
Container Query
A PostCSS plugin and Javascript runtime combination, which allows you to write container queries in your CSS the same way you would write media queries.
Stars: ✭ 119 (-13.14%)
Mutual labels:  query
Ts3admin.class
The ts3admin.class is a powerful api for communication with Teamspeak 3 Servers from your website! Your creativity knows no bounds!
Stars: ✭ 103 (-24.82%)
Mutual labels:  query
Bonobo Git Server
Bonobo Git Server for Windows is a web application you can install on your IIS and easily manage and connect to your git repositories. Go to homepage for release and more info.
Stars: ✭ 1,693 (+1135.77%)
Mutual labels:  active-directory
Adfs2
Multi Vagrant environment with Active Directory
Stars: ✭ 117 (-14.6%)
Mutual labels:  active-directory
Lucenenet
Apache Lucene.NET
Stars: ✭ 1,704 (+1143.8%)
Mutual labels:  query
Ts3 Nodejs Library
TeamSpeak 3 Server Query Library supports SSH and RAW Query
Stars: ✭ 110 (-19.71%)
Mutual labels:  query
Psadhealth
A toolkit of AD specific health checks that you can run in your environment to ensure your Active Directory is running optimally.
Stars: ✭ 114 (-16.79%)
Mutual labels:  active-directory
Mq Scss
Extremely powerful Sass media query mixin. Allows you to create almost any media query you can imagine.
Stars: ✭ 122 (-10.95%)
Mutual labels:  query
Dllpasswordfilterimplant
DLL Password Filter Implant with Exfiltration Capabilities
Stars: ✭ 107 (-21.9%)
Mutual labels:  active-directory
Gojsonq
A simple Go package to Query over JSON/YAML/XML/CSV Data
Stars: ✭ 1,790 (+1206.57%)
Mutual labels:  query
Active Directory Exploitation Cheat Sheet
A cheat sheet that contains common enumeration and attack methods for Windows Active Directory.
Stars: ✭ 1,392 (+916.06%)
Mutual labels:  active-directory
Vue Screen
Reactive screen size and media query states for VueJS
Stars: ✭ 120 (-12.41%)
Mutual labels:  query
Minimalistic Offensive Security Tools
A repository of tools for pentesting of restricted and isolated environments.
Stars: ✭ 135 (-1.46%)
Mutual labels:  active-directory
Pg Monitor
💻 Events monitor for pg-promise
Stars: ✭ 132 (-3.65%)
Mutual labels:  query
Ldflex
A JavaScript DSL for querying Linked Data on the Web
Stars: ✭ 123 (-10.22%)
Mutual labels:  query

ADSearch

A tool written for cobalt-strike's execute-assembly command that allows for more efficent querying of AD.

Key Features

  • List all Domain Admins
  • Custom LDAP Search
  • Connect to LDAPS Servers
  • Output JSON data from AD instances
  • Retrieve custom attributes from a generic query (i.e. All computers)

Usage

ADSearch 1.0.0.0
Copyright c  2020
USAGE:
Query Active Directory remotely or locally:
  ADSearch --domain ldap.example.com --password AdminPass1 --username admin --users

  -f, --full          If set will show all attributes for the returned item.

  -o, --output        File path to output the results to.

  --json              (Default: false) Output results in json format.

  --supress-banner    When set banner will be disabled.

  -G, --groups        Enumerate and return all groups from AD.

  -U, --users         Enumerate and return all users from AD.

  -C, --computers     Enumerate and return all computers joined to the AD.

  -S, --spns          Enumerate and return all SPNS from AD.

  --attributes        (Default: cn) Attributes to be returned from the results in csv format.

  -s, --search        Perform a custom search on the AD server.

  --domain-admins     Attempt to retreive all Domain Admin accounts.

  -u, --username      Attempts to authenticate to AD with the given username.

  -p, --password      Attempts to authenticate to AD with the given password.

  -h, --hostname      If set will attempt a remote bind to the hostname. This option requires the domain option to be set to a valid DC on the hostname. Will allow an IP address to be used as well.

  -p, --port          (Default: 636) If set will attempt a remote bind to the port based on the IP.

  -d, --domain        The domain controller we are connecting to in the FQDN format. If left blank then all other connection options are ignored and the lookups are done locally.

  --insecure          (Default: false) If set will communicate over port 389 and not use SSL

  --help              Display this help screen.

  --version           Display version information.

Screenshots

Display all SPNs

Display all SPNs

Display all users

Display all Users

Get custom attributes back from custom search

Display results with custom attributes

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].