Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/techspence/adeleginator
A companion tool that uses ADeleg to find insecure trustee and resource delegations in Active Directory
https://github.com/techspence/adeleginator
Last synced: 12 days ago
JSON representation
A companion tool that uses ADeleg to find insecure trustee and resource delegations in Active Directory
- Host: GitHub
- URL: https://github.com/techspence/adeleginator
- Owner: techspence
- Created: 2024-03-04T03:44:52.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T20:21:42.000Z (about 2 months ago)
- Last Synced: 2024-10-12T20:44:39.493Z (26 days ago)
- Language: PowerShell
- Homepage:
- Size: 22.5 KB
- Stars: 151
- Watchers: 5
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ADeleginator
A tool to find insecure trustee and resource delegations in Active Directory```
____ ___ ____ _ ____ ____ _ _ _ ____ ___ ____ ____
|__| | \ |___ | |___ | __ | |\ | |__| | | | |__/
| | |__/ |___ |___ |___ |__] | | \| | | | |__| | \
by: Spencer Alessi @techspence v0.1Go, go ADeleginator!
.'|
| | _ _
| | (_X_)
| | |
``.|_.-"-._
|.-"""-.|
_;.-"""-.;_
_.-' _..-.-.._ '-._
';--.-(_o_I_o_)-.--;'
``. | | | | .``
``-\| | | |/-'
| | | |
| \_/ |
_.'; ._._. ;'._
_.-'`; | \ - / | ;'-.
.' : / | | | | \ '.
/ : /__ \ \___/ / __\ : ``.
/ | / '._/_\_.' \ : ``\
/ . ``---;"""""'-----``. \
/ | |() () | \
/ /| | |\ \
/ / | |() () | \ \
\ \ | ][ | | ][ | / /
\ \ ;=""====='"""'====""==; / /
|/``\ \/ |() () \/ /``\|
|_/.-'; | |`-.\_|
/ | ; : \
|__.| | |.__|
; | |
| : ;
| : |
; | |
; | ;
| : |
| | ;
| | ;
'-._ ; _.-'
``;"--.....--";``
| | | |
| | | |
| | | |
T----T T----T
_..._L____J L____J_..._
.`` "-. ``% | | %`` .-" ``.
/ \ .: :. / \
'-..___|_..=:` `:=.._|___..-'
diddle by VK
```# How to run
1. Copy `Invoke-ADeleginator.ps1` to your system or `git clone https://github.com/techspence/ADeleginator`
2. Download [ADeleg.exe](https://github.com/mtth-bfft/adeleg/releases) and place it in the same folder as `Invoke-ADeleginator`
3. Open PowerShell, navigate to the location of `Invoke-ADeleginator.ps1` and dot source it using: `. .\Invoke-ADeleginator.ps1`
4. Run with: `Invoke-ADeleginator`