Kali Nathalie

Results 3 comments of Kali Nathalie

> ```ts > toString() { > try{ > return this.isNull() ? "null" : this.method("ToString", 0).invoke().content ?? "null"; > } > finally{ > return "Failed to get value" > } >...

Try 1.03 version. The 1.04 version is broken for both chrome and Firefox. @Qwokka Please fix this, is the new version.

I solved it in that way. ``` --- a/sprayhound/modules/ldapconnection.py +++ b/sprayhound/modules/ldapconnection.py @@ -120,7 +120,53 @@ def get_users(self, dispatcher, users=None, disabled=True): filters = ["(objectClass=User)"] if users: if len(users) == 1: filters.append("(samAccountName={})".format(users[0].lower()))...