Skip to content

Commit

Permalink
Update eternalromance.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kyeh0 authored Feb 21, 2018
1 parent 1cdb906 commit 8d76047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eternalromance.py
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,7 @@ def service_exec(conn, cmd):
rpcsvc.disconnect()

if len(sys.argv) < 5:
print("{} <IP> <Username> <SecretType:Secret> \"<Shell_Command>\"".format(sys.argv[0]))
print("{} <IP> <Username> <SecretType:Secret>(SecretType can be nthash or password) \"<Shell_Command>\"".format(sys.argv[0]))
sys.exit(1)


Expand Down

0 comments on commit 8d76047

Please sign in to comment.