the-useless-one / pywerview

A (partial) Python rewriting of PowerSploit's PowerView
GNU General Public License v3.0
908 stars 113 forks source link

Fall back to pycryptodome if pycryptodomex is not installed #52

Closed thesamesam closed 1 year ago

thesamesam commented 1 year ago

pycryptodomex is a compatibility wrapper for pycryptodome; the functionality and codebase is the same. Fall back to pycryptodome if pycryptodomex is not installed.

Signed-off-by: Sam James sam@gentoo.org

ThePirateWhoSmellsOfSunflowers commented 1 year ago

Good for me :+1:

:sunflower:

thesamesam commented 1 year ago

Thank you!