Skip to content

Commit

Permalink
Re-add prints for each URL
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnfoo authored Aug 20, 2020
1 parent ea68232 commit c7f1a6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ntlmrecon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ def main():
wordlist = INTERNAL_WORDLIST
# Identify all URLs with web servers running
for record in records:
print(colored("[+] Brute-forcing {} endpoints on {}".format(len(wordlist), record), "yellow"))
all_combos = []
for word in wordlist:
if word.startswith('/'):
Expand Down

0 comments on commit c7f1a6a

Please sign in to comment.