Skip to content

Commit

Permalink
Quartz sync: Apr 3, 2024, 3:37 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
opfuchs committed Apr 3, 2024
1 parent 5465f0e commit fe172f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/AD and Azure AD/Expired passwords.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ smbpasswd -r <target> -U '<user>'
python3 smbpasswd.py <user>:<password>@<target> -newpass <new_password>
```

NOTE: To get this to work without needing a NULL SMB session, unlike the interactive version, if you vale valid creds, modify the code to have your creds at the following lines:
NOTE: To get this to work without needing a NULL SMB session, unlike the interactive version, if you have valid creds, modify the code to have your creds at the following lines:

```python
if anonymous:
Expand Down

0 comments on commit fe172f8

Please sign in to comment.