Skip to content

Commit

Permalink
Update wisper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellsender01 authored Apr 3, 2021
1 parent 01d8b61 commit 252b4e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wisper.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
{Style.RESET_ALL}""")

parser = ArgumentParser(epilog=f"Example: {argv[0]} 192.168.101.14 admin P@$$w0rd123",description="Wisper helps to maintain access to windows machine and have some other cool features like UAC Disabe,Firewall Disable,Dumping Credentials,etc.")
parser = ArgumentParser(epilog=f"Example: {argv[0]} 192.168.101.14 admin P@$$w0rd123",description="Wisper helps to maintain access to windows machine and have some other cool features like UAC Disable,Firewall Disable,Dumping Credentials,etc.")
parser.add_argument('-t','--target',dest="target",help='Target To Exploit')
parser.add_argument('-p','--password',dest="password",help='Password To Login')
parser.add_argument('-u','--user',dest="user",help='Username To Login')
Expand Down

0 comments on commit 252b4e6

Please sign in to comment.