02-13-2019, 09:41 PM
your line breaks are still screwed. They are all \r\r\n instead of \r\n or \n
Hashcat Can't Find Password Even though its in the Dictionary
|
02-13-2019, 09:41 PM
your line breaks are still screwed. They are all \r\r\n instead of \r\n or \n
02-13-2019, 10:19 PM
02-13-2019, 10:20 PM
02-13-2019, 11:08 PM
vim autodetects the line breaks, the ^M you see is still excessive. I double-checked in a hex editor.
02-14-2019, 12:40 AM
(02-13-2019, 11:08 PM)undeath Wrote: vim autodetects the line breaks, the ^M you see is still excessive. I double-checked in a hex editor. I re-ran CUPP but in Ubuntu instead of Windows and it didn't create the ^M and that dictionary worked thankfully. I tried to use vim to find and replace all the ^M but it didn't find that pattern...
02-14-2019, 12:44 AM
^M is just how vim displays carriage return characters. In a replace you'd have to specify \r. You could also have fixed it with tr -d '\r'
02-14-2019, 01:11 AM
that worked! Thank you so much for your help! I do have a better understanding now lol
|
« Next Oldest | Next Newest »
|