shape
Status: n/a
Joined: Thu, 21 May 2015
Posts: 36
Team:
Reputation: 17
Offline
|
Thu, 02 May 2019 @ 21:12:14
Any tool that can able me to copy the pot results to a dic? clean, whitout hash salts..
|
shape
Status: n/a
Joined: Thu, 21 May 2015
Posts: 36
Team:
Reputation: 17
Offline
|
Thu, 02 May 2019 @ 21:34:47
This one dont works very well, it leave salts.. https://github.com/beardache/pot2dict
|
freeroute
Moderator
Status: Trusted
Joined: Sat, 16 Jul 2016
Posts: 3746
Team:
Reputation: 10537
Online
|
Thu, 02 May 2019 @ 21:58:35
You can try this command: https://paste.hashkiller.co.uk/VY0YMGLE Not perfect, but works with most of popular hash types.
XMPP: freeroute@xmpp.jp General rules | Paid section rules
|
shad0
Status: Member
Joined: Sun, 21 Jun 2015
Posts: 590
Team:
Reputation: 1413
Online
|
Thu, 02 May 2019 @ 22:21:42
Here's an 'awk' example. https://paste.hashkiller.co.uk/xHAaBN6L
|
shad0
Status: Member
Joined: Sun, 21 Jun 2015
Posts: 590
Team:
Reputation: 1413
Online
|
Fri, 03 May 2019 @ 19:09:26
Oops. Correction here. https://paste.hashkiller.co.uk/85XWRmVP (I omitted the 'print' verb in error)
|
pasnger57
Status: Member
Joined: Tue, 11 Sep 2018
Posts: 398
Team:
Reputation: 185
Online
|
Fri, 03 May 2019 @ 20:30:24
speaking of hashcat pot file my is growing in size and was wonder if i should share it ?
|
shape
Status: n/a
Joined: Thu, 21 May 2015
Posts: 36
Team:
Reputation: 17
Offline
|
Fri, 03 May 2019 @ 22:28:42
Thank you guys, special thanks to UncleJay how teach me how works the regular expresions with notepad++, i applied same logic to sed and it works for my potfile, i finally have a clean wordlist from the pot, for all others members this is the script: https://paste.hashkiller.co.uk/iVAPzZa7 note: you may have to add more sed regular expresions for diferent hashes i only have 8 different hash types in my potfile, and they are hundrers.. I will update the list with time 
|