Skip to content

Commit

Permalink
enhancement: Add credentials check in Users module (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
owalid authored Aug 9, 2024
1 parent 6c01937 commit e6eab9b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions smbclientng/modules/Users.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@ class Users(Module):
"checks": {
"ShareX": "/{users_directory}/{user}/Documents/ShareX/Screenshots/"
}
},
"credentials": {
"name": "Credentials",
"checks": {
"Aws": "/{users_directory}/{user}/.aws/",
"GCP": "/{users_directory}/{user}/AppData/Roaming/gcloud",
"Ssh": "/{users_directory}/{user}/.ssh/"
}
}
}

Expand Down

0 comments on commit e6eab9b

Please sign in to comment.