-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Description
PS /home/ezri/htb> import-module ./nishang/nishang.psm1
Import-Module: /home/ezri/htb/nishang/nishang.psm1:24
Line |
24 | … )} | ForEach-Object {Import-Module $_.FullName -DisableNameChecking}
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| The script 'Add-ConstrainedDelegationBackdoor.ps1' cannot be run because the
| following modules that are specified by the "#requires" statements of the script are
| missing: ActiveDirectory.
Import-Module: /home/ezri/htb/nishang/nishang.psm1:24
Line |
24 | … )} | ForEach-Object {Import-Module $_.FullName -DisableNameChecking}
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| The script 'Add-ConstrainedDelegationBackdoor.ps1' cannot be run because the
| following modules that are specified by the "#requires" statements of the script are
| missing: ActiveDirectory.
WARNING: The names of some imported commands from the module 'nishang' include unapproved verbs that might make them less discoverable. To find the commands with unapproved verbs, run the Import-Module command again with the Verbose parameter. For a list of approved verbs, type Get-Verb.
WARNING: Some imported command names contain one or more of the following restricted characters: # , ( ) {{ }} [ ] & - / \ $ ^ ; : " ' < > | ? @ ` * % + = ~
PS /home/ezri/htb>