Skip to content

Commit

Permalink
fix: typos in description
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanguy-Boisset committed Nov 15, 2024
1 parent 996b3be commit e6c56f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def __init__(self, arguments, requests_results) -> None:

self.title = "Paths to servers"
self.description = (
"Users could gain administration privileges privileges on some servers."
"Users could gain administration privileges on some servers."
)
self.interpretation = ""
self.risk = "Inadequate administration rights on computers can lead to easy privilege escalation for an attacker. With a privileged account, it is possible to perform local memory looting to find credentials for example."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def __init__(self, arguments, requests_results) -> None:

self.title = "Password requirement bypass"
self.description = "Those users have the attribute 'Password not required'. This attribute technically allows the account to accept blank password to be set and even override the password policy of the company."
self.risk = "Such misconfiguration could lead to some account having non compliant password suck as a blank or weak password and might be easier to compromise."
self.risk = "Such misconfiguration could lead to some account having non compliant password such as a blank or weak password and might be easier to compromise."
self.poa = "Ensure that this list is empty by setting the ms-DS-User-Password-Not-Required attribute to false for every user."

self.users_password_not_required = requests_results[
Expand Down

0 comments on commit e6c56f8

Please sign in to comment.