Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
cake committed Oct 8, 2023
1 parent 7000038 commit b749047
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 390 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
brawler.deb
README.md.backup
*.backup
3 changes: 2 additions & 1 deletion brawler.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ def crack_wp(self):
try:

attempt = self.wp_login_attempt(passwords=passwords, passwd=passwd, password=password)

debug(attempt)

if SUCCESS in attempt:
Expand Down Expand Up @@ -351,7 +352,7 @@ def main():
"""The function which runs the entire application"""

# Create an argument parser
parser = ArgumentParser(description="A command line tool to brute force common web servers.")
parser = ArgumentParser(description="A command line tool to brute force common web servers and applications.")

# Add arguments
parser.add_argument('-v', '--version', action="store_true", help="Display the application's version information",)
Expand Down
Loading

0 comments on commit b749047

Please sign in to comment.