Skip to content

Commit

Permalink
Merge pull request #10 from skorov/dev
Browse files Browse the repository at this point in the history
Bumped version
  • Loading branch information
skorov authored May 20, 2020
2 parents 3a57ec8 + 092854b commit f2fa99c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ridrelay.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ def __d2b(self, a):
args = parser.parse_args()

logger.init()
print('ridrelay v1.0 - Get domain usernames by relaying low priv creds!\n')
print('ridrelay v1.1 - Get domain usernames by relaying low priv creds!\n')

logging.getLogger().setLevel(logging.INFO)
logging.getLogger('impacket.smbserver').setLevel(logging.ERROR)
Expand Down

0 comments on commit f2fa99c

Please sign in to comment.