the-useless-one / pywerview

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

Fall back to pycryptodome if pycryptodomex is not installed #52

Closed thesamesam closed 2 years ago

thesamesam commented 2 years 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 2 years ago

Good for me :+1:

:sunflower:

thesamesam commented 2 years ago

Thank you!