Skip to content

Commit

Permalink
updated help
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechromancer committed Sep 7, 2020
1 parent 9742d15 commit 9dcb8a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trevorspray.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def main(options):

if __name__ == '__main__':

parser = argparse.ArgumentParser(description='Sprays O365 and can round-robin through SSH proxies')
parser = argparse.ArgumentParser(description='Have fun spraying O365 through SSH proxies')

parser.add_argument('-e', '--emails', nargs='+', required=True, help='Emails(s) and/or file(s) filled with emails')
parser.add_argument('-p', '--passwords', nargs='+', required=True, help='Password(s) that will be used to perform the password spray')
Expand Down

0 comments on commit 9dcb8a7

Please sign in to comment.