Quantcast
Channel: hashcat Forum - All Forums
Viewing all 8115 articles
Browse latest View live

VeraCrypt - no idea what hash or cipher was used

$
0
0
Used VeraCrypt container for a while now, and don't remember which hash and cipher (definitely was a cascade, but don't remember which) were used when it was created.
Somehow I managed to forget a password, while having a pretty good guess on what an almost correct password is (i think I either forgot couple of letter sequence, or correct keyboard layout, or both), and I've generated a dictionary with couple of thousand combinations of password candidates.
I've started reading tutorials on Vera/TrueCrypt usage of hashcat, but it mentions that I will have to know and use correct hash-cipher combination.
When I use VeraCrypt it doesn't ask me for a hash and cipher. Should I look for another solution, or write my own app that will attempt to mount VeraCrypt through a commandline, feeding it a passwords from my dictionary, or is there a way to use hashcat without knowing hash/cipher, and without trying every possible combination manually?

XFX ATI HD 5870 Radeon graphics card 1gb, AMD, PCI-e.

$
0
0
Could i use this for hashcat, WPA2


XFX ATI HD 5870 Radeon graphics card 1gb, AMD, PCI-e.

Thats all i need to know.

Other than my PC
being a 

430watt
3.2ghz
1 core
2 gig ram
1tb harddrive
win 7

Let me know please, Im about to buy it..

cheers.

How to get admission in Best Indian Engineering and Medical colleges

$
0
0
All academic Services may be a purpose of contact for college students to succeed in universities and colleges. It empowers students by giving them up so far data on latest job trends , high faculties and supports them in admission procedure providing them steering all told necessary aspects from direction towards enrollment, academic finance, assessment, accommodation for the amount of education etc.
We perceive that education determines the career and way forward for student; thus, we tend to serve to place them within the right path thus students attain success in their educational and vocation courses like Engineering and Medical Colleges.
Some Top Engineering colleges and Universities we consult are:

BMS College of Engineering Admission
Dayananda Sagar College of Engineering Admission
MS Ramaiah Institute of Technology admission
PES Institute of Technology admission
Reva University Admission
RV College of Engineering Admission
Christ University direct admission
Dayananda sagar college of engineering direct admission
MS ramaiah institute of technology management quota
RV college of Engineering direct admission

The biggest challenge in today’s world is competition. But I would strongly feel is more than competition it’s the competence which matters more than anything else. In India we have been following the conventional method of education since decades & we have been reasonably successful in making India as better place for education. We have build a strong reputation of being one of the major education hub and one of the most preferred destinations for quality education in India.

Rajarajeswari Medical College admission
Vydehi Institute of Medical Sciences admission
MS Ramaiah Medical College Admission
and
BAMS Colleges Bangalore admission

Standard Laptop repair and Sercice center in India

$
0
0
We are the only company who can repair all models (of any make) of laptops with any problem including BGA replacements. We serve fortune 500 business, small & Mid-sized companies, to name a few HCL, IBM, WIPRO, BSNL, HAL etc. We have made a distinct mark in Laptop industry with our determination to serve our clients with quality service. We have qualified technicians who carefully diagnose the problems & have skills, great care which is needed for a perfect diagnostic & repair techniques.

We sale,repair and serve all branded desktops and laptops like:

Apple Laptop Repair in Bangalore
Dell Laptop Repair in Bangalore
HP Laptop Repair in Bangalore
Toshiba Laptop Repair in Bangalore
Laptop Service Center in Malleshwaram

We are a top multi brand professional out-of-warranty all types of gadgets care center and provide repair and services of devices like mobile phones, tablets and laptops.

We are known Tabs Repair Center in Bangalore with HCL Laptop Service Center, Aspire, TravelMate, Laptop Service Center, TravelMate, Laptop Repair, HCL laptop motherboard service repair, HCL laptop replacement of motherboard, HCL laptop screen replacement, HCL Laptop dim or flickering LED/LCD screen, TravelMate Laptop Hinges, TravelMate Laptop overheating and HCL, TravelMate Laptop booting problems. Also along with this we provide services to products like HCL, TravelMate Laptop small circuit boards, HCL, TravelMate Laptop AC adaptors, HCL, TravelMate Laptop Screen panels of LCD, HCL Optical drive upgrade and replacements, HCL Laptop screen cable replacement, HCL Laptop inverter replacement, HCL Laptop Keyboard Problems, HCL Video card or graphic chip repair etc,.

7Zip Hash, missing SALT? (Salt-value exception)

$
0
0
I've used 7z2hashcat to create a hash of my 7z file, however, it seems to me that the [salt] seems to come out blank.

Hash:
Code:
$7z$1$19$0$$8$9a82378...
*Note, my hash is like 200kb in size.


When I try to load my hash with hashcat 4.1.0, I get the following error:

Code:
hashcat (v4.1.0) starting...

OpenCL Platform #1: Advanced Micro Devices, Inc.
================================================
* Device #1: Hawaii, 3264/4096 MB allocatable, 44MCU
* Device #2: Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz, skipped.

Hashfile 'C:\Users\User\Desktop\hashcat\out.txt' on line 1 ($7z$1$...1b774699f4125$1059026$5d00001000): Salt-value exception
No hashes loaded.

Started: Sun Mar 18 21:25:18 2018
Stopped: Sun Mar 18 21:25:18 2018

I'm not sure what I've been doing wrong here, I've used the latest's windows build of 7z2hashcat, as well as a git cloned copy for Ubuntu. Both hash outputs seems to be exactly the same.

Appreciate anyone who can help me out.

---------------
[edit] Tested with hashcat 4.1.1 beta, and the same error:

Code:
hashcat (v4.1.0-2-g8079abff) starting...

OpenCL Platform #1: Advanced Micro Devices, Inc.
================================================
* Device #1: Hawaii, 3264/4096 MB allocatable, 44MCU
* Device #2: Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz, skipped.

Hashfile 'C:\Users\User\Desktop\hashcat\out.txt' on line 1 ($7z$1$...1b774699f4125$1059026$5d00001000): Salt-value exception
No hashes loaded.

Started: Sun Mar 18 21:55:15 2018
Stopped: Sun Mar 18 21:55:16 2018

please help me

$
0
0
new Regex("^[0-9a-zA-Z_]{6,16}");
How to generate 0-9 a-z A-Z and "-"  rule to crack  a password 
i thank  
Hashcat   -a 3  md5.txt -2 ?l?d?u -O  --increment --increment-min 6 --increment-max 16 ?2?2?2?2?2?2?2?2?2?2?2?2?2?2?2?2

Help on hashcat syntax

$
0
0
hi i have the hash password (12345678...) and salt(abcde),

so i have a file named hash.txt which contains passwordConfusedalt = 12345678...:abcde

im using

hashcat -m 10 -a 0 hash.txt /my/wordlist
-m 10 for (md5($pass.$salt)

and im getting line-length exception error. did i make any mistake? Thanks!!!

Known password construction

$
0
0
Hi,

If I know that the password format is:

1 upper case
1 special character
1 number
minimum 10 characters 

So I do not want to submit candidate passwords unless they meet that criteria.

What combination of rules/masks would I use.

Thanks in advance.

Pause Certain Devices

$
0
0
Is it possible to only pause 1 GPU out of 2? I would like to have one run 24/7 but pause the other when I actually want to use my PC. Is this even possible? Thanks

Having hashcat check certain websites for known hashes

$
0
0
Hello,

Just wondering if anyone thought this would be a good idea.   Normally, when I have an NTLM hash or an LM hash to crack, I'll hit the web first and search a couple websites that have databases with literally over a trillion known hashes.


What do you guys think if hashcat where to have the option of checking these websites before attempting to crack a hash, to see if it was already cracked, and if it wasn't, if someone did successfully crack a hash, then to submit it to the website?

Just a thought.

Thanks!

AMD benchmark

$
0
0
Hai to all & admin

i have a question 
AMD RX vega 56 & RX vega 64...  hashcat benchmark WPA2 Same or differences????

how can I set the mask to a md5 hash result of itself?

$
0
0
md5(abcd[salt])=0efa706032b161be6802d5ae093a97cd
what we know is the [salt] consists of 32 characters ( 0123456789abcdef ), seems like a md5 hash.
now I want crack this salt,
if I try to do this:
Code:
hashcat64 md5_hash.txt -m 0 -a 3 abcd?h?h?h?h?h?h?h?h?h?h?h?h?h?h?h?h?h?h?h?h?h?h?h?h?h?h?h?h?h?h?h?h
I think it's impossible.


Sometime the [salt] was created by md5(a simple str),
in fact, in this case, the [salt] is md5(simple) = 8dbdda48fb8748d6746f1965824e966a


So, my question is, how can I set the mask to a md5 hash result of itself?
suck as...
hashcat64 md5_hash.txt -m 0 -a 3 abcd[md5(?s?s?s?s?s?s)]

How do you get the hash from a PDF?

$
0
0
Before you point me to pdf2hashcat.py, hear me out.

I tried this with a PDF file that I have, and the problem is that it returns this error:


Code:
b.pdf : Could not find /ID tag

It's a password-protected PDF that you can't read without entering the password.

The metadata I get from ExifTool is pasted below. 

Code:
ExifTool Version Number         : 10.88
File Name                       : b.pdf
Directory                       : .
File Size                       : 913 kB
File Modification Date/Time     : 2018:03:31 21:08:54+09:00
File Access Date/Time           : 2018:03:31 21:08:58+09:00
File Creation Date/Time         : 2018:03:31 21:08:54+09:00
File Permissions                : rw-rw-rw-
File Type                       : PDF
File Type Extension             : pdf
MIME Type                       : application/pdf
PDF Version                     : 1.7
Linearized                      : No
Encryption                      : Standard V4.4 (128-bit)
User Access                     : Print, Modify, Copy, Annotate, Fill forms, Extract, Assemble, Print high-res
Warning                         : Document is password protected (use Password option)

I can't even get through the first hurdle of getting the hash for the password. Is there any way around this?

Multiple Handshake in a file.

$
0
0
Hello,

I have a question about Hashcat,

If i have a cap file with multiple handshake,
Its possible to launch a tread of hashcat wich will try one per one to found the password ?

For example :
wpa.cap -> contain 5 handshake,
used tool cap2hccapx to convert the .cap file to a .cap2hccapx without option.
And launch a Hashcat thread with this .cap2hccapx.
Hashcat will try all handshake ?  or just the first ?

And, how its possible to open a cap2hccapx file ? for see what is content.


Thanks alot !

Radeon HD 5770 - No open Cl found ??? (Half Answerd)

$
0
0
Hi, i recently purchased a Radeon HD 5770 for hashcat use, 

After reading up on the forums i found that i could run this graphics card and that it would work on hashcat also.

I am still convinced this graphics card will work, because of other people running the same card with the same issue i have RESOLVED.

Basically, when i run hashcat in GPU o get the following error


No OPENcl Device found...







BUT My system is showing it with opencl 2.0.4.0



So there should be no issues,



However my system info does not display any openCl either



Iv read up on more threads and find that this is a resolvable issue if i can get the OpenCl rekognized by hashcat.



I find this problem will also occure with other programs not finding the openCl



So i need to sort this out.



Does anybody have any idea of what i should do.



Iv been advised to run hascat 3.2 . which i did.



Still same error.



Is there some sort of tweaking or driver required to make it OpenCl compatible or sumthing.



Here is the link from a guy who had the same card with the same issue..(He resolved it)


undefined
slyexe undefined 
Junior Member
undefinedundefined

Posts: 31
Threads: 0
Joined: Nov 2017


Only issue with using OLD Hardware is that your support will be limited. I use to run a 5770 HD prior to my 1070 and had no issues with it. I was able to get ~38-44K h/s for WPA2 on Hashcat 3.20 from my recollection. However, the newest rendition of hashcat may throw errors as it is not OpenCL compliant, so you may need toggle a few parameters to get it to work. Also, using older HCCAP format in older hashcat versions has the possibility of "missing" the correct key just for your knowledge. I have not encounter this issue, but that was the reason for the upgrade to HCCAPX.

Good luck on your venture!

Computer Specs

------------------------------------------------------------------------------------------------------------------


Graphics Card Manufacturer - Powered by AMD
Graphics Chipset - AMD Radeon HD 5700 Series
Device ID - 68B8
Vendor ID - 1002
SubSystem ID - 200B
SubSystem Vendor ID - 1787
Revision ID - 00
Bus Type - PCI Express 2.0
Current Bus Settings - Not Available
BIOS Version - 012.016.000.000
BIOS Part Number - 113-SBSM2G01-00R-01
BIOS Date - 2009/12/12 00:30
Memory Size - 1024 MB
Memory Type - GDDR5
Memory Clock - 1200 MHz
Core Clock - 850 MHz
Total Memory Bandwidth - 76 GByte/s
2D Driver File Path - /REGISTRY/MACHINE/SYSTEM/ControlSet001/Control/Class/{4d36e968-e325-11ce-bfc1-08002be10318}/0002

Radeon Settings Version - 2016.0226.1531.27895
Driver Packaging Version - 15.301.1901-160226a-318064E
Provider - Advanced Micro Devices, Inc.
2D Driver Version - 8.1.1.1533
Direct3D® Version - 9.14.10.1171
OpenGL® Version - 6.14.10.13417
OpenCL™ Version - 2.0.4.0
AMD Mantle Version - 9.1.10.99
AMD Mantle API Version - Not Available
AMD Audio Driver Version - 7.12.0.7723



Computer
Dell Inc. Dimension XPS
  • System Manufacturer Dell Inc.
  • System Model Dimension XPS
  • System Type Desktop
  • Motherboard Manufacturer Dell Inc.
  • Motherboard Product 0U7084
  • BIOS Version UNKNOWN
  • SMBIOS Version 2.3
Operating System
Microsoft Windows 7 Ultimate (32-bit)
  • OS Build 6.1.7601
  • Locale English (United Kingdom)
  • Windows Directory D:\Windows
  • System Directory D:\Windows\system32
  • .NET Framework Versions 2.0.50727.5420, 3.0.30729.5420, 3.5.30729.5420, 4.0.0.0, 4.7.02558
  • Default Internet Browser Internet Explorer 11.0.9600.17843
  • Installed Internet Browsers Firefox Developer Edition, Google Chrome, Internet Explorer 11.0.9600.17843
Processor
Intel® Pentium® 4 CPU 3.20GHz
  • Manufacturer GenuineIntel
  • Description x86 Family 15 Model 3 Stepping 4
  • Architecture x86
  • # of Cores 1
  • Current Clock Speed 3192 MHz
  • Current Voltage 1.9
  • Level 2 Cache 1024 Kb
  • Level 3 Cache 0 Kb
  • Processor Id BFEBFBFF00000F34
  • Revision 772
  • Availability Running at full power
  • Search support for 'Intel® Pentium® 4 3.20GHz'
Graphics
AMD Radeon HD 5700 Series
  • Adapter Compatibility Advanced Micro Devices, Inc.
  • Video Processor AMD Radeon Graphics Processor (0x68B8)
  • Resolution 1440 x 900
  • Bits Per Pixel 32
  • Number of Colors 4294967296
  • Refresh Rate - Current 60 Hz
  • Refresh Rate - Maximum 60 Hz
  • Refresh Rate - Minimum 59 Hz
  • Driver Provider Advanced Micro Devices, Inc.
  • Driver Version 15.301.1901.0
  • Driver Date 2/26/2016
  • Adapter DAC Type Internal DAC(400MHz)
  • Adapter RAM 1.00 GB
  • Availability Running at full power
  • Status This device is working properly.
  • Location PCI bus 1, device 0, function 0
  • Device Id PCI\VEN_1002&DEV_68B8&SUBSYS_200B1787&REV_00\4&701F2C4&0&0008

----------------------------------------------------------------------------------------------------------------------

Mode 3 works but not 0

$
0
0
Trying to crack a 7z file I forgot the password for.

Got a hash from it, and successfully tested brute force on it for 1 and 2 character combos:

hashcat64 -m 11600 -a 3 freeze.hash ?a?a --increment --status

now want to try a dictionary attack.

hashcat64 -m 11600 -a 0 freeze.hash rockyou.txt --status

So, this starts up the same way, and I get status updates every 10s or so, and it's saying 89 H/s..

But, progress just sits at 0, and the H/s slowly drops over time.

What's going on?


Session..........: hashcat
Status...........: Running
Hash.Type........: 7-Zip
Hash.Target......: $7z$2$19$0$$8$fe48db35b6811e440000000000000000$1763...188$0b
Time.Started.....: Tue Apr 03 14:28:50 2018 (2 mins, 45 secs)
Time.Estimated...: Thu Apr 05 11:55:07 2018 (1 day, 21 hours)
Guess.Base.......: File (rockyou.txt)
Guess.Queue......: 1/1 (100.00%)
Speed.Dev.#3.....:       88 H/s (33.56ms) @ Accel:64 Loops:16 Thr:768 Vec:1
Recovered........: 0/1 (0.00%) Digests, 0/1 (0.00%) Salts
Progress.........: 0/14344384 (0.00%)
Rejected.........: 0/0 (0.00%)
Restore.Point....: 0/14344384 (0.00%)
Candidates.#3....: 123456 -> Dominic1
HWMon.Dev.#3.....: Temp: 47c Fan: 39%

[s]tatus [p]ause [b]ypass [c]heckpoint [q]uit =>

Session..........: hashcat
Status...........: Running
Hash.Type........: 7-Zip
Hash.Target......: $7z$2$19$0$$8$fe48db35b6811e440000000000000000$1763...188$0b
Time.Started.....: Tue Apr 03 14:28:50 2018 (2 mins, 56 secs)
Time.Estimated...: Thu Apr 05 11:53:10 2018 (1 day, 21 hours)
Guess.Base.......: File (rockyou.txt)
Guess.Queue......: 1/1 (100.00%)
Speed.Dev.#3.....:       88 H/s (33.56ms) @ Accel:64 Loops:16 Thr:768 Vec:1
Recovered........: 0/1 (0.00%) Digests, 0/1 (0.00%) Salts
Progress.........: 0/14344384 (0.00%)
Rejected.........: 0/0 (0.00%)
Restore.Point....: 0/14344384 (0.00%)
Candidates.#3....: 123456 -> Dominic1
HWMon.Dev.#3.....: Temp: 47c Fan: 39%

[s]tatus [p]ause [b]ypass [c]heckpoint [q]uit =>
Session..........: hashcat
Status...........: Running
Hash.Type........: 7-Zip
Hash.Target......: $7z$2$19$0$$8$fe48db35b6811e440000000000000000$1763...188$0b
Time.Started.....: Tue Apr 03 14:28:50 2018 (3 mins, 29 secs)
Time.Estimated...: Thu Apr 05 11:48:08 2018 (1 day, 21 hours)
Guess.Base.......: File (rockyou.txt)
Guess.Queue......: 1/1 (100.00%)
Speed.Dev.#3.....:       88 H/s (33.55ms) @ Accel:64 Loops:16 Thr:768 Vec:1
Recovered........: 0/1 (0.00%) Digests, 0/1 (0.00%) Salts
Progress.........: 0/14344384 (0.00%)
Rejected.........: 0/0 (0.00%)
Restore.Point....: 0/14344384 (0.00%)
Candidates.#3....: 123456 -> Dominic1
HWMon.Dev.#3.....: Temp: 47c Fan: 39%

[s]tatus [p]ause [b]ypass [c]heckpoint [q]uit =>

Quick, i think its working, sum1 please check

$
0
0
I think iv finally got this working..

No problems with the open Cl

And its checking hashes.

Can you please look at this image and tell me how it looks.

Cheers in advance.

.png   hashcatdoneit.png (Size: 46.42 KB / Downloads: 4)

Truecrypted USB, almost there, tweaking help requested

$
0
0
Hello! thanks in advance for reading.
I am working on decrypting a Truecrypted USB key whose password is only half known to me. I was able to crack a test USB key encrypted with TC using hybrid (+mask) attack, so I know I'm on the right track. As for the target USB key, I have come up with the following command:

Code:
./hashcat64.bin -m 6211 -a 7 -1 ?l?d?u ../liveHash/cryptodisk_sdc1.dd ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1 password.txt --increment --increment-min 3

notes: password.txt only has one line and that is the half of the password I do know. increment min to 3 as I've made it there thus far in testing.

My questions:
  • is there a faster way to run this?
  • Is it at all possible to feed the mask portion from a dictionary? I'm reasonably certain the missing half of the password will be in the form of english words, probably lowercase and maybe with a some numbers (likely at the end), but those are all truly unknowns. Likewise, length is unknown.
  • I am pre-pending in this case and will move on to appending if that fails, unless there is a way to do both at once efficiently?
  • in the event a different TC algorithm was used, is it at all possible to set multiple algos for the -m option?

I don't have decent hardware at home (have just tested on my laptop), so I'm looking to invest in something that will allow me to run this efficiently, but I did want to reach out and see if I've at least got the right command for the job at this stage.

Cheers, and thanks again for looking!

Michel

Which corresponding global settings file do you need to modify?

$
0
0
The default is too many special symbols. According to our country's password setting habits, some special symbols are not available at all. How can we remove some special symbols from global settings? Which corresponding global settings file do you need to modify?

Which corresponding global settings file do you need to modify?

$
0
0
The default is too many special symbols. According to our country's password setting habits, some special symbols are not available at all. How can we remove some special symbols from global settings? Which corresponding global settings file do you need to modify?

For example“ ^&* () €+| ” as these special symbols, we don't use or very few people here. How can we remove this part of the special symbol through a global file?
Viewing all 8115 articles
Browse latest View live