knavesec / CredMaster

Refactored & improved CredKing password spraying tool, uses FireProx APIs to rotate IP addresses, stay anonymous, and beat throttling
939 stars 124 forks source link

NameError: name 'random' is not defined #5

Closed jsarkisian closed 3 years ago

jsarkisian commented 3 years ago

After closing issue #3, I pulled the latest code and now have a new error:

image

Thanks!

jsarkisian commented 3 years ago

Found issue for fix:

plugins/o365/__init__.py was missing import random at top

Everything now works as expected once adding that

knavesec commented 3 years ago

Catching everything I see! Fixed in latest commit, appreciate it!