mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-25 06:00:40 +00:00
Merge pull request #427 from HexPandaa/patch-7
Fix typo in Pentesting Kerberos
This commit is contained in:
commit
23d45d1721
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ Get the [**official PEASS & HackTricks swag**](https://peass.creator-spring.com)
|
||||||
## Basic Information
|
## Basic Information
|
||||||
|
|
||||||
Firstly, Kerberos is an authentication protocol, not authorization. In other words, it allows to identify each user, who provides a secret password, however, it does not validates to which resources or services can this user access.\
|
Firstly, Kerberos is an authentication protocol, not authorization. In other words, it allows to identify each user, who provides a secret password, however, it does not validates to which resources or services can this user access.\
|
||||||
Kerberos is used in Active Directory. In this platform, Kerberos provides information about the privileges of each user, but it is responsability of each service to determine if the user has access to its resources.
|
Kerberos is used in Active Directory. In this platform, Kerberos provides information about the privileges of each user, but it is the responsability of each service to determine if the user has access to its resources.
|
||||||
|
|
||||||
**Default Port:** 88/tcp/udp
|
**Default Port:** 88/tcp/udp
|
||||||
|
|
||||||
|
@ -56,7 +56,7 @@ Entry_1:
|
||||||
Description: Notes for Kerberos
|
Description: Notes for Kerberos
|
||||||
Note: |
|
Note: |
|
||||||
Firstly, Kerberos is an authentication protocol, not authorization. In other words, it allows to identify each user, who provides a secret password, however, it does not validates to which resources or services can this user access.
|
Firstly, Kerberos is an authentication protocol, not authorization. In other words, it allows to identify each user, who provides a secret password, however, it does not validates to which resources or services can this user access.
|
||||||
Kerberos is used in Active Directory. In this platform, Kerberos provides information about the privileges of each user, but it is responsability of each service to determine if the user has access to its resources.
|
Kerberos is used in Active Directory. In this platform, Kerberos provides information about the privileges of each user, but it is the responsability of each service to determine if the user has access to its resources.
|
||||||
|
|
||||||
https://book.hacktricks.xyz/pentesting/pentesting-kerberos-88
|
https://book.hacktricks.xyz/pentesting/pentesting-kerberos-88
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue