Author |
Message |
Daytonaboy
Status: n/a
Joined: Sat, 19 May 2012
Posts: 55
Team:
Reputation: 10
Offline
|
Fri, 07 Sep 2018 @ 02:49:29
1$/LwY.nnw$rqmE.9u4KF6jQqDlXM1N90 Its not MD5? How i can decrypt that. Anyone can tell me? Have a nice day!
|
|
|
InfiniteAttack
Status: Member
Joined: Tue, 10 Jul 2018
Posts: 534
Team: [TeamName]
Reputation: 510
Offline
|
Fri, 07 Sep 2018 @ 04:49:41
Daytonaboy said: 1$/LwY.nnw$rqmE.9u4KF6jQqDlXM1N90 Its not MD5? How i can decrypt that. Anyone can tell me? Have a nice day!
its md5crypt, mode 500 $1$/LwY.nnw$rqmE.9u4KF6jQqDlXM1N90:ally22 have a nice day too 
Please +rep if I helped you. :) Discord: InfiniteAttack#3970 - Contact for Private Hash Cracking (fees vary) BTC: 3NdvitNs3HhAkAUwRtqreGChJf38Q6V3VK ETH: 0xca0883Fd3FE3f8Bd5a96528Ca9C2Fe607901CEA0
|
|
|
Daytonaboy
Status: n/a
Joined: Sat, 19 May 2012
Posts: 55
Team:
Reputation: 10
Offline
|
Fri, 07 Sep 2018 @ 05:13:23
Thank you Bro . Do you know how i decrypt that?
|
|
|
InfiniteAttack
Status: Member
Joined: Tue, 10 Jul 2018
Posts: 534
Team: [TeamName]
Reputation: 510
Offline
|
Fri, 07 Sep 2018 @ 05:17:41
Daytonaboy said: Thank you Bro . Do you know how i decrypt that?
Yea, you were just missing the first "$", then after fixing the hash running a simple wordlist should work.
Please +rep if I helped you. :) Discord: InfiniteAttack#3970 - Contact for Private Hash Cracking (fees vary) BTC: 3NdvitNs3HhAkAUwRtqreGChJf38Q6V3VK ETH: 0xca0883Fd3FE3f8Bd5a96528Ca9C2Fe607901CEA0
|
|
|
Daytonaboy
Status: n/a
Joined: Sat, 19 May 2012
Posts: 55
Team:
Reputation: 10
Offline
|
Fri, 07 Sep 2018 @ 05:20:59
Ah okay nice and where i can running a simple Wordlist. Ty for your Help
|
|
|
InfiniteAttack
Status: Member
Joined: Tue, 10 Jul 2018
Posts: 534
Team: [TeamName]
Reputation: 510
Offline
|
Fri, 07 Sep 2018 @ 05:30:10
You can find some good wordlists here: https://github.com/berzerk0/Probable-Wordlists Even rockyou.txt has "ally22". The command you would use would look like this: hashcat64.exe -m 500 -a 0 hash.txt wordlist.txt
Please +rep if I helped you. :) Discord: InfiniteAttack#3970 - Contact for Private Hash Cracking (fees vary) BTC: 3NdvitNs3HhAkAUwRtqreGChJf38Q6V3VK ETH: 0xca0883Fd3FE3f8Bd5a96528Ca9C2Fe607901CEA0
|
|
|
Daytonaboy
Status: n/a
Joined: Sat, 19 May 2012
Posts: 55
Team:
Reputation: 10
Offline
|
Sat, 08 Sep 2018 @ 22:20:24
Hey thank you for Help. I have hashcat64.exe. I have the same line like you. its Take so Long Time and dont Work i think. I write the Hash md5 Unix Like this in the hash.txt "1$/LwY.nnw$rqmE.9u4KF6jQqDlXM1N90" And Run Hashcat64.exe -m500 -a0 -o hash.txt wordlist.txt. Anything false maybe?
|
|
|
-DDNK-
Status: Elite
Joined: Fri, 11 Nov 2016
Posts: 1837
Team:
Reputation: 4410
Online
|
Sat, 08 Sep 2018 @ 22:27:01
Daytonaboy said: Hey thank you for Help. I have hashcat64.exe. I have the same line like you. its Take so Long Time and dont Work i think. I write the Hash md5 Unix Like this in the hash.txt "1$/LwY.nnw$rqmE.9u4KF6jQqDlXM1N90" And Run Hashcat64.exe -m500 -a0 -o hash.txt wordlist.txt. Anything false maybe? $1$/LwY.nnw$rqmE.9u4KF6jQqDlXM1N90:ally22You forgot the "$" before the hash.
BTC: 39PGVvde8PxeA8HwcF1rHWv2HDtPdQnzNe XMPP: s1b4ea12@xmpp.jp
|
|
|
InfiniteAttack
Status: Member
Joined: Tue, 10 Jul 2018
Posts: 534
Team: [TeamName]
Reputation: 510
Offline
|
Sat, 08 Sep 2018 @ 22:27:10
Daytonaboy said: Hey thank you for Help. I have hashcat64.exe. I have the same line like you. its Take so Long Time and dont Work i think. I write the Hash md5 Unix Like this in the hash.txt "1$/LwY.nnw$rqmE.9u4KF6jQqDlXM1N90" And Run Hashcat64.exe -m500 -a0 -o hash.txt wordlist.txt. Anything false maybe? You didn't fix the hash like I said. MD5 (UNIX) hashes start like "$1$", you didn't add the first "$".
Please +rep if I helped you. :) Discord: InfiniteAttack#3970 - Contact for Private Hash Cracking (fees vary) BTC: 3NdvitNs3HhAkAUwRtqreGChJf38Q6V3VK ETH: 0xca0883Fd3FE3f8Bd5a96528Ca9C2Fe607901CEA0
|
|
|
InfiniteAttack
Status: Member
Joined: Tue, 10 Jul 2018
Posts: 534
Team: [TeamName]
Reputation: 510
Offline
|
Sat, 08 Sep 2018 @ 22:28:05
-DDNK- said: Daytonaboy said: Hey thank you for Help. I have hashcat64.exe. I have the same line like you. its Take so Long Time and dont Work i think. I write the Hash md5 Unix Like this in the hash.txt "1$/LwY.nnw$rqmE.9u4KF6jQqDlXM1N90" And Run Hashcat64.exe -m500 -a0 -o hash.txt wordlist.txt. Anything false maybe? $1$/LwY.nnw$rqmE.9u4KF6jQqDlXM1N90:ally22 You forgot the "$" before the hash. Scroll up. ._.
Please +rep if I helped you. :) Discord: InfiniteAttack#3970 - Contact for Private Hash Cracking (fees vary) BTC: 3NdvitNs3HhAkAUwRtqreGChJf38Q6V3VK ETH: 0xca0883Fd3FE3f8Bd5a96528Ca9C2Fe607901CEA0
|
|
|
-DDNK-
Status: Elite
Joined: Fri, 11 Nov 2016
Posts: 1837
Team:
Reputation: 4410
Online
|
Sat, 08 Sep 2018 @ 22:31:31
InfiniteAttack said: -DDNK- said: Daytonaboy said: Hey thank you for Help. I have hashcat64.exe. I have the same line like you. its Take so Long Time and dont Work i think. I write the Hash md5 Unix Like this in the hash.txt "1$/LwY.nnw$rqmE.9u4KF6jQqDlXM1N90" And Run Hashcat64.exe -m500 -a0 -o hash.txt wordlist.txt. Anything false maybe? $1$/LwY.nnw$rqmE.9u4KF6jQqDlXM1N90:ally22 You forgot the "$" before the hash. Scroll up. ._. My apologies father, please forgive my apology crack king.
BTC: 39PGVvde8PxeA8HwcF1rHWv2HDtPdQnzNe XMPP: s1b4ea12@xmpp.jp
|
|
|
Daytonaboy
Status: n/a
Joined: Sat, 19 May 2012
Posts: 55
Team:
Reputation: 10
Offline
|
Sat, 08 Sep 2018 @ 22:37:56
But i dont have the rockyou.txt. i have only hashcat Programm hashcat64.exe. Thank you dir help it is not self evident  Sorry Bro in hash.txt i fixed the $. Do you find a fail im my Line -m500 -a0 -o hash.txt Wordlist.txt?
|
|
|
InfiniteAttack
Status: Member
Joined: Tue, 10 Jul 2018
Posts: 534
Team: [TeamName]
Reputation: 510
Offline
|
Sat, 08 Sep 2018 @ 22:42:34
Daytonaboy said: But i dont have the rockyou.txt. i have only hashcat Programm hashcat64.exe. Thank you dir help it is not self evident  Sorry Bro in hash.txt i fixed the $. Do you find a fail im my Line -m500 -a0 -o hash.txt Wordlist.txt? Take out the "-o". Also, what is in Wordlist.txt?
Please +rep if I helped you. :) Discord: InfiniteAttack#3970 - Contact for Private Hash Cracking (fees vary) BTC: 3NdvitNs3HhAkAUwRtqreGChJf38Q6V3VK ETH: 0xca0883Fd3FE3f8Bd5a96528Ca9C2Fe607901CEA0
|
|
|
Daytonaboy
Status: n/a
Joined: Sat, 19 May 2012
Posts: 55
Team:
Reputation: 10
Offline
|
Sat, 08 Sep 2018 @ 22:49:05
Ah okay. I though when i start the Line the Code in hash.txt decrypt the Hash and the Password is in the wordlist.
|
|
|
Clav17
Status: Cracker
Joined: Sun, 01 May 2016
Posts: 643
Team:
Reputation: 545
Offline
|
Sat, 08 Sep 2018 @ 22:53:24
Are you trolling ? I'm not sure, but if you're not, I +repped InfiniteAttack for his involvment helping you (btw add a "thank you" to your last post would be great)
|
|
|
Daytonaboy
Status: n/a
Joined: Sat, 19 May 2012
Posts: 55
Team:
Reputation: 10
Offline
|
Sat, 08 Sep 2018 @ 22:58:02
Nope its my First time sorry. I rly though the Line decrypt the Hash in hash.txt and the Password is in the wordlist.txt
|
|
|
InfiniteAttack
Status: Member
Joined: Tue, 10 Jul 2018
Posts: 534
Team: [TeamName]
Reputation: 510
Offline
|
Sat, 08 Sep 2018 @ 23:02:45
Daytonaboy said: Nope its my First time sorry. I rly though the Line decrypt the Hash in hash.txt and the Password is in the wordlist.txt Works?
Please +rep if I helped you. :) Discord: InfiniteAttack#3970 - Contact for Private Hash Cracking (fees vary) BTC: 3NdvitNs3HhAkAUwRtqreGChJf38Q6V3VK ETH: 0xca0883Fd3FE3f8Bd5a96528Ca9C2Fe607901CEA0
|
|
|
Daytonaboy
Status: n/a
Joined: Sat, 19 May 2012
Posts: 55
Team:
Reputation: 10
Offline
|
Sat, 08 Sep 2018 @ 23:10:07
Nope. I have nothing in wordlist. Is that right when i download rockyou.txt rename this in wordlist.txt put this in the hashcat folder and start the Line hashcat64.exe -m500 -a0 hash.txt wordlist.txt and then it works? Sorry im Not a Troll Just the First time. I need to learn IT. Thank you for Help and your time.
|
|
|
InfiniteAttack
Status: Member
Joined: Tue, 10 Jul 2018
Posts: 534
Team: [TeamName]
Reputation: 510
Offline
|
Sat, 08 Sep 2018 @ 23:12:46
Daytonaboy said: Nope. I have nothing in wordlist. Is that right when i download rockyou.txt rename this in wordlist.txt put this in the hashcat folder and start the Line hashcat64.exe -m500 -a0 hash.txt wordlist.txt and then it works? Sorry im Not a Troll Just the First time. I need to learn IT. Thank you for Help and your time. Correct, or change the command to "rockyou.txt" in place of "wordlist.txt". No problem, I like that you're trying to learn how to instead of just posting a hash.
Please +rep if I helped you. :) Discord: InfiniteAttack#3970 - Contact for Private Hash Cracking (fees vary) BTC: 3NdvitNs3HhAkAUwRtqreGChJf38Q6V3VK ETH: 0xca0883Fd3FE3f8Bd5a96528Ca9C2Fe607901CEA0
|
|
|
Daytonaboy
Status: n/a
Joined: Sat, 19 May 2012
Posts: 55
Team:
Reputation: 10
Offline
|
Sat, 08 Sep 2018 @ 23:18:39
Wow nice it was so difficult to understand. I download rockyou.txt now and Test it. Thank you very much!!
|
|
|
Daytonaboy
Status: n/a
Joined: Sat, 19 May 2012
Posts: 55
Team:
Reputation: 10
Offline
|
Sun, 09 Sep 2018 @ 00:01:03
Okay i downloaded the rockyou.txt i put this in my hashcat folder. I start console and type the line. The console show me a error message: "rockyou.txt: No such File or directory" I have 2 Screenshots maybe its easier to find the fail. Screenshot from the Hashcat Folder, the console and the rockyou.txt document. Sorry i though its works 100% now, buts then come this error message.
|
Attachments: |
Login to view attachments. |
|
|
Daytonaboy
Status: n/a
Joined: Sat, 19 May 2012
Posts: 55
Team:
Reputation: 10
Offline
|
Sun, 09 Sep 2018 @ 00:01:25
The Console Screenshot
|
Attachments: |
Login to view attachments. |
|
|
InfiniteAttack
Status: Member
Joined: Tue, 10 Jul 2018
Posts: 534
Team: [TeamName]
Reputation: 510
Offline
|
Sun, 09 Sep 2018 @ 01:00:02
You renamed the "rockyou.txt" into rockyou.txt, so now the file name is "rockyou.txt.txt" because you don't have extensions showing for all files. To fix it you can rename it "rockyou" and then enable file extensions in the names.
Please +rep if I helped you. :) Discord: InfiniteAttack#3970 - Contact for Private Hash Cracking (fees vary) BTC: 3NdvitNs3HhAkAUwRtqreGChJf38Q6V3VK ETH: 0xca0883Fd3FE3f8Bd5a96528Ca9C2Fe607901CEA0
|
|
|
Daytonaboy
Status: n/a
Joined: Sat, 19 May 2012
Posts: 55
Team:
Reputation: 10
Offline
|
Sun, 09 Sep 2018 @ 02:15:25
Wow thank you. I think its works now. Its finish. How can i find the cracked password now? Or i need one more text document "cracked.txt"?
|
|
|
InfiniteAttack
Status: Member
Joined: Tue, 10 Jul 2018
Posts: 534
Team: [TeamName]
Reputation: 510
Offline
|
Sun, 09 Sep 2018 @ 02:29:54
Daytonaboy said: Wow thank you. I think its works now. Its finish. How can i find the cracked password now? Or i need one more text document "cracked.txt"? Inside of the hashcat installation folder there will be a file called "hashcat.potfile" where it defaults to store cracked hashes. If you want to output to a separate file add on the end of the command "-o "filename/path". An example would be: hashcat64.exe -m 500 -a 0 hashes.txt wordlist.txt -o cracked.txt
Please +rep if I helped you. :) Discord: InfiniteAttack#3970 - Contact for Private Hash Cracking (fees vary) BTC: 3NdvitNs3HhAkAUwRtqreGChJf38Q6V3VK ETH: 0xca0883Fd3FE3f8Bd5a96528Ca9C2Fe607901CEA0
|
|
|
Daytonaboy
Status: n/a
Joined: Sat, 19 May 2012
Posts: 55
Team:
Reputation: 10
Offline
|
Sun, 09 Sep 2018 @ 02:54:56
Okay i finished my first md5 unix hash $1$/LwY.nnw$rqmE.9u4KF6jQqDlXM1N90:ally22 =) It is possivle to decrypt all of this hashes 400+?
My second Hash $1$x7RknFD1$afLgTojEVEmoNyzNu7lT40 dont work i send you the screenshot. Why this doesnt work? Maybe this password is not on this wordlist? Is that the reason?
|
Attachments: |
Login to view attachments. |
|
|
InfiniteAttack
Status: Member
Joined: Tue, 10 Jul 2018
Posts: 534
Team: [TeamName]
Reputation: 510
Offline
|
Sun, 09 Sep 2018 @ 02:57:52
Yes, you need a better wordlist and/or to use rules.
Please +rep if I helped you. :) Discord: InfiniteAttack#3970 - Contact for Private Hash Cracking (fees vary) BTC: 3NdvitNs3HhAkAUwRtqreGChJf38Q6V3VK ETH: 0xca0883Fd3FE3f8Bd5a96528Ca9C2Fe607901CEA0
|
|
|
Daytonaboy
Status: n/a
Joined: Sat, 19 May 2012
Posts: 55
Team:
Reputation: 10
Offline
|
Sun, 09 Sep 2018 @ 03:38:40
Okay. I test something.
You helped me yesterday to hash this code "$1$G/NRvcNi$0L6rE5hO6CQ3CJjKQmj2c1" its : phanom123 So i startet my rockyou worldist, cant find anything. Okay maybe you had other wordlist. I write in my "rockyou" Wordlist manually the word "phanom123" and save it and start new run but it dont works? Did i missunderstand something?
|
|
|
Daytonaboy
Status: n/a
Joined: Sat, 19 May 2012
Posts: 55
Team:
Reputation: 10
Offline
|
Sun, 09 Sep 2018 @ 03:46:40
I mean if i made my own wordlist and write in this wordlist "lol123" does it work to search for only this password from the 400 hashes?
|
|
|
InfiniteAttack
Status: Member
Joined: Tue, 10 Jul 2018
Posts: 534
Team: [TeamName]
Reputation: 510
Offline
|
Sun, 09 Sep 2018 @ 04:58:40
Daytonaboy said: I mean if i made my own wordlist and write in this wordlist "lol123" does it work to search for only this password from the 400 hashes? Yes. Every line in the wordlist will be tested against every hash in the hash file. I didn't use rockyou.txt I used a different wordlist.
Please +rep if I helped you. :) Discord: InfiniteAttack#3970 - Contact for Private Hash Cracking (fees vary) BTC: 3NdvitNs3HhAkAUwRtqreGChJf38Q6V3VK ETH: 0xca0883Fd3FE3f8Bd5a96528Ca9C2Fe607901CEA0
|
|
|