Skip to content

Commit

Permalink
fix hashes flag use
Browse files Browse the repository at this point in the history
  • Loading branch information
zblurx committed Apr 14, 2023
1 parent 979d429 commit f3c8b61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion certsync/entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def run(self):
password = self.target.password,
dc_ip = self.target.dc_ip,
do_kerberos = self.target.do_kerberos,
hashes = self.target.hashes,
hashes = self.options.hashes,
aes = self.target.aes,
remote_name = self.ca_ip_address)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "certsync"
version = "0.1.1"
version = "0.1.2"
description = "Dump NTDS with golden certificates and UnPAC the hash"
readme = "README.md"
homepage = "https://github.com/zblurx/certsync"
Expand Down

0 comments on commit f3c8b61

Please # to comment.