Skip to content

GetADSILO is a Python script that queries Active Directory to list users and computers associated with authentication silos.

License

Notifications You must be signed in to change notification settings

WiseLife42/GetADSILO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

GetADSILO is a Python script that queries Active Directory to list users and computers associated with authentication silos.

The script performs the following actions:

  • Displays users with SILO applied.
  • Displays computers with SILO applied.

Installation

With source :

git clone https://github.com/WiseLife42/GetADSILO
cd GetADSILO/
pip install .

With pip :

pip install GetADSILO

Usage

# GetADSILO

usage: GetADSILO [-h] -u USERNAME -p PASSWORD -d DOMAIN --dc-host DC_HOST [--kerberos] [--ccache CCACHE] [-v]

Script to query authentication silos in Active Directory and list associated members.

options:
  -h, --help            show this help message and exit
  -u USERNAME, --username USERNAME
                        Active Directory username
  -p PASSWORD, --password PASSWORD
                        Active Directory password
  -d DOMAIN, --domain DOMAIN
                        Active Directory domain
  --dc-host DC_HOST     Domain controller hostname or IP address
  --kerberos            Use Kerberos authentication
  --ccache CCACHE       Path to Kerberos ccache file
  -v, --debug           Enable debug logging for more details

Running with user account

image

Running with user account (verbose)

image

About

GetADSILO is a Python script that queries Active Directory to list users and computers associated with authentication silos.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages