Getting Hashfiles/Passwords from Pastebin and co. - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Misc (https://hashcat.net/forum/forum-15.html) +--- Forum: General Talk (https://hashcat.net/forum/forum-33.html) +--- Thread: Getting Hashfiles/Passwords from Pastebin and co. (/thread-1818.html) |
Getting Hashfiles/Passwords from Pastebin and co. - Chibox - 12-08-2012 Hi guys, so actually i want to know how i can get the hashes/passwords from pastebin and co sites? People on Twitter are posting always some, so anyone can help me how i can do it via bash to save these files without doin it completly by hand? I am using cygwin. Thx for ur help. RE: Getting Hashfiles/Passwords from Pastebin and co. - atom - 12-09-2012 I guess most of them wrote their own tools to do so RE: Getting Hashfiles/Passwords from Pastebin and co. - Mem5 - 12-12-2012 Retrieve the raw post example :http://nopaste.me/raw/29902733150c8aed3b6549.txt then you can do a cut -d: -f2-|sort|uniq to only retrieve the passwords and them to your dics. RE: Getting Hashfiles/Passwords from Pastebin and co. - Chibox - 12-13-2012 Well this is actually something where i can start to work with, thank you. Can u say me what this -d and -f2- functionality is? RE: Getting Hashfiles/Passwords from Pastebin and co. - epixoip - 12-13-2012 man cut |