Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tw1sm committed Mar 27, 2023
1 parent 4424ef7 commit 1f003fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bofhound/parsers/brc4_ldap_sentinel.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# If field is empty, DO NOT WRITE IT TO FILE!

class Brc4LdapSentinelParser():
# BRC4 LDAP Sentinel currently only queries attributes=["*""] and objectClass
# BRC4 LDAP Sentinel currently only queries attributes=["*"] and objectClass
# is always the top result. May need to be updated in the future.
START_BOUNDARY = '[+] objectclass :'
END_BOUNDARY = '+-------------------------------------------------------------------+'
Expand Down Expand Up @@ -115,4 +115,4 @@ def _is_start_boundary_line(line):
def _is_end_boundary_line(line):
if line == Brc4LdapSentinelParser.END_BOUNDARY:
return True
return False
return False

0 comments on commit 1f003fc

Please sign in to comment.