Jump to content

Password Cracking

Hello, mortals I'm trying to figure which one is more efficient at cracking, should I use john or hashcat? (If you have any other cracking software that is more effective plz let me know) I'm a noob to password cracking so please give me any advice if you have any. Thank you in advance.

Link to comment
Share on other sites

Link to post
Share on other sites

cyber criminal?

CPU: i7-2600K 4751MHz 1.44V (software) --> 1.47V at the back of the socket Motherboard: Asrock Z77 Extreme4 (BCLK: 103.3MHz) CPU Cooler: Noctua NH-D15 RAM: Adata XPG 2x8GB DDR3 (XMP: 2133MHz 10-11-11-30 CR2, custom: 2203MHz 10-11-10-26 CR1 tRFC:230 tREFI:14000) GPU: Asus GTX 1070 Dual (Super Jetstream vbios, +70(2025-2088MHz)/+400(8.8Gbps)) SSD: Samsung 840 Pro 256GB (main boot drive), Transcend SSD370 128GB PSU: Seasonic X-660 80+ Gold Case: Antec P110 Silent, 5 intakes 1 exhaust Monitor: AOC G2460PF 1080p 144Hz (150Hz max w/ DP, 121Hz max w/ HDMI) TN panel Keyboard: Logitech G610 Orion (Cherry MX Blue) with SteelSeries Apex M260 keycaps Mouse: BenQ Zowie FK1

 

Model: HP Omen 17 17-an110ca CPU: i7-8750H (0.125V core & cache, 50mV SA undervolt) GPU: GTX 1060 6GB Mobile (+80/+450, 1650MHz~1750MHz 0.78V~0.85V) RAM: 8+8GB DDR4-2400 18-17-17-39 2T Storage: HP EX920 1TB PCIe x4 M.2 SSD + Crucial MX500 1TB 2.5" SATA SSD, 128GB Toshiba PCIe x2 M.2 SSD (KBG30ZMV128G) gone cooking externally, 1TB Seagate 7200RPM 2.5" HDD (ST1000LM049-2GH172) left outside Monitor: 1080p 126Hz IPS G-sync

 

Desktop benching:

Cinebench R15 Single thread:168 Multi-thread: 833 

SuperPi (v1.5 from Techpowerup, PI value output) 16K: 0.100s 1M: 8.255s 32M: 7m 45.93s

Link to comment
Share on other sites

Link to post
Share on other sites

I think hashcat will be faster as it's CUDA accelerated.

Desktop: i9 11900k, 32GB DDR4, 4060 Ti 8GB 🙂

 

 

 

 

Link to comment
Share on other sites

Link to post
Share on other sites

i use cain and abel but thats because i used it with my ps3 and it was the only one that worked 

Link to comment
Share on other sites

Link to post
Share on other sites

10 minutes ago, Jurrunio said:

cyber criminal?

Yes, cyber criminal all the way :) That's why I posted this in a public forum.

Link to comment
Share on other sites

Link to post
Share on other sites

2 minutes ago, CryptoMatt said:

i use cain and abel but thats because i used it with my ps3 and it was the only one that worked 

I was thinking about using Cain and Abel but they discontinued it.

Link to comment
Share on other sites

Link to post
Share on other sites

2 minutes ago, coyotetracker said:

I was thinking about using Cain and Abel but they discontinued it.

rip, its been awhile since i used it so i didnt know that.

Link to comment
Share on other sites

Link to post
Share on other sites

8 minutes ago, Theguywhobea said:

I think hashcat will be faster as it's CUDA accelerated.

I think your right. From what I've researched hash cat does seem like the better option. John the ripper relies on the CPU rather than GPU.  I was just trying to confirm. I have another question? Do I need to download Kali Linux or can I download hashcat on windows.

Link to comment
Share on other sites

Link to post
Share on other sites

19 minutes ago, coyotetracker said:

I think your right. From what I've researched hash cat does seem like the better option. John the ripper relies on the CPU rather than GPU.  I was just trying to confirm. I have another question? Do I need to download Kali Linux or can I download hashcat on windows.

I haven't looked personally into that one, but in general you can install tools like that in about any of the main distros, occasionally windows but 95% of the time not. Kali just has a lot of tools like that built in, but if it doesn't you can install it. 

 

So if you already have another distro installed, just find a repo that has it

Fanboys are the worst thing to happen to the tech community World. Chief among them are Apple fanboys. 

Link to comment
Share on other sites

Link to post
Share on other sites

1 hour ago, Ginger137 said:

I haven't looked personally into that one, but in general you can install tools like that in about any of the main distros, occasionally windows but 95% of the time not. Kali just has a lot of tools like that built in, but if it doesn't you can install it. 

 

So if you already have another distro installed, just find a repo that has it

Much of the tools on kali are open source and open to all on github anyhow. You dont have to apt-get install from a repo, although it is usually more convenient. Downloading the source code from github and compiling it yourself the good old fashion way works too. 

Sudo make me a sandwich 

Link to comment
Share on other sites

Link to post
Share on other sites

Hi the coders, svp I am novice in computing, but I would want to be interested has the Cryptography and the IT security. Can you give me advice, books, sites your helpsare welcome THANK YOU

Link to comment
Share on other sites

Link to post
Share on other sites

Lol the sad reality is that a hashed password is uncrackable without a server or real military grade hardware.. the only way a hashed password can be cracked is by using a pre generated hash table (or bruteforced hashing of common passwords > which you can also get lists for).. if your breaking server to client you would need a good program that you can actually run for 3 years,,

 

Cain and able was absolute crap btw, it didn't save your alphanumeric iteration so if you dropped connection or the program closed you would have to start again from the start. maybe if you enumerated the code... idk.

 

But considering that passwords nowa days are undeniably uncrackable beyond 5 chars letters only.. your best option is to bypass, side entrances, overloading, ddos, booting and spoofing, injection.. I finder shoulder looking to be the most effective.. or *** bypassing from key loggers.

Do disagree with anything iv said here though

Link to comment
Share on other sites

Link to post
Share on other sites

On 1/13/2018 at 10:28 PM, coyotetracker said:

Hello, mortals I'm trying to figure which one is more efficient at cracking, should I use john or hashcat? (If you have any other cracking software that is more effective plz let me know) I'm a noob to password cracking so please give me any advice if you have any. Thank you in advance.

It entirely depends on what you're trying to crack.  Unless they've changed recently, jtr and hashcat are used for cracking hashes, which is completely useless if you want to crack the password to say, an encrypted zip file.

 

Now you can write generic programs/scripts that are designed to bruce-force passwords.  For instance a while back I wrote a batch file that takes a list of passwords, and tries to decrypt an encrypted 7zip file.  It was several orders of magnitude slower than commercial programs which were specifically designed to decrypt those types of archives.

 

So the best way to guess a password is to get a tailor-made program for that type of encrypted file, whether you buy one, or write it yourself.

Link to comment
Share on other sites

Link to post
Share on other sites

I for got the password to my zip file.... I still have the zip I just gave up on opening it :(

 

Link to comment
Share on other sites

Link to post
Share on other sites

Try OCLHashcat, it uses OpenCL and runs on CPUs and GPUs, additionally it is very simple to setup and use, simply download, extract and run. Note that running the program on the GPU increases performance massively , ~300x from an i5 -> R9 290.

 

Link to comment
Share on other sites

Link to post
Share on other sites

On 1/13/2018 at 9:28 PM, coyotetracker said:

Hello, mortals I'm trying to figure which one is more efficient at cracking, should I use john or hashcat? (If you have any other cracking software that is more effective plz let me know) I'm a noob to password cracking so please give me any advice if you have any. Thank you in advance.

I used aircrack-ng with the RockYou wordlist to crack this WPA/WPA2 password we got from a router handshake a few weeks ago at HackArizona.

IMG_20180113_172442.thumb.jpg.cafcc48e872e3d439f4266de793af7ac.jpg

Link to comment
Share on other sites

Link to post
Share on other sites

GPU cracking can very much be done, no server hardware necessary. Hashcat is definitely the best password cracking program available right now, it definitely seems to do some magic with the hash rates it achieves. 

 

It all comes down to hash algorithm anyway. GPU resistant algorithms will actually run better on a CPU and hashcat can do it too. 

 

But yeah, websites that don't do things properly may be hashing passwords in MD5 or SHA1 for example and those can brute force passwords of like 12 characters, even more when the character space is smaller than it should be. 

Link to comment
Share on other sites

Link to post
Share on other sites

  • 4 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×