Skip to content

pywerview v0.7.1

Compare
Choose a tag to compare
@ThePirateWhoSmellsOfSunflowers ThePirateWhoSmellsOfSunflowers released this 20 Nov 12:30
· 1 commit to master since this release

Features

  • get-netpki: returns a list of all the pKIEnrollmentService objects.
  • get-netcerttmpl: returns a list of all the pKICertificateTemplate objects. This function implements the --caname CA-NAME flag to only retrieve certificates for this certificate authority.

Modifications

  • get-netdomaintrust now displays the SID of the trusted domain
  • NetRequester object has now a _resolve_sid() function.
  • pywerview now requires impacket db71504
  • _get_netfqdn in LDAPRequester now uses anonymous bind and root DSE to retrieve the fqdn
  • code refactoring within requester.py

Bug fix

  • Fixed an infinite recursion when using TLS and a wrong password (by @jsherwood0)