Skip to content

Commit

Permalink
fixed errors that can occur when copying tickets from Cobalt Strike
Browse files Browse the repository at this point in the history
  • Loading branch information
xan7r committed Jul 26, 2016
1 parent 567e7eb commit 33f5519
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoKirbi2hashcat.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ def main():

ticketsFile = open(ticketsFileName, 'r')
ticketsFileString = ticketsFile.read().replace('\n','')
ticketsFileString = ticketsFileString.replace('[+] received output:','')

ticketArray, labelArray, failedTicketLabelArray = parseTickets(ticketsFileString)

Expand Down

0 comments on commit 33f5519

Please sign in to comment.