How to use hashcat on multiple pc network(master-slave configuration)
I have few PC with different hardware configurations, AMD, intel, nvidia etc. All connected to a single network. I want utilize the all the resources on the network in a master - slave configuration....
View ArticleNewbie - help please
Hi there - I am a total newbie trying to find my way around. I've never used hashcat before and am learning how to to access an itunes backup I can't remember my password for. I have watched quite a...
View ArticleCustom installation path
Hello. I'm trying to install hashcat on an HPC cluster for student research. I would like to install it to a custom path in a shared drive. Users ssh into a login node and queue jobs to be run on...
View ArticlefreeeRadius PAP
Hi, I want ask, how easy is to crack user password captured between freeradius and vpn client using PAP even when I use really strong secret password ? I attached captured RADIUS communication. (pcap...
View ArticleCustom rule for 8Track hashes
For 8Track hashes I use this command: Code:"hashcat -m 120 -a 0 8Track_hashes -j '$-$-' dictionary" Is it possible to combine this command with best64.rule like: Code:"hashcat -m 120 -a 0 hashes...
View Article-m 11300 broken in version 4.1?
Im trying to use hashcat in mode 11300 for an old darkcoin wallet, but version 4.1 doesnt find a known password for a test wallet I made, but version 3.5 does. This would not normally be a problem but...
View ArticleHashcat 4.1.0 not using AMD RX 570 & amdconfig: command not found
I'm trying install hashcat on a fresh ubuntu 18.04 installation. I'm using an AMD Radeon RX 570. Both my desktop monitors are connected to the GPU (not sure if that matters or makes a difference)....
View ArticleSave all valid password candidates
Hello, I'm trying to implement support for a file format that has barely any header information in the cleartext to check candidate password validity. Is it possible to return all of the valid...
View ArticlePass for Veracrypt file container, algorithm Twofish-Serpent
Hi guys, I have a problem: I can't find out my password for a Veracrypt File Container anymore - Nothing new for you, ok.. So the detailed problem: I use the latest Veracrypt version (Windows) v1.22...
View ArticleExtracting Hashes
Hi, I've been lurking around trying to learn how to use Hashcat and I have had some success using the actual program. The point at which I struggle is acquiring password hashes. I have found some...
View Articlekeep-guessing + rules?
Is there a way to log *all* of the rules that would have cracked a given hash? Would/should --keep-guessing and --debug-mode be combine-able? It could be quite chatty - being able to ignore ':' would...
View ArticleKernel outputting CL_UNKNOWN_ERROR
Hello, Im developing a mode for an old file format. At some point in my code, I do something like;Code:__kernel function1() { struct mytype; function2(&mytype); } function2(struct...
View ArticleHelp algoritm ExpressionEngine
ExpressionEngine 2.5.4 password salt crypt_key ________________________________ password...
View ArticleHow are hash mode numbers chosen?
I am just curious because why numbers in the first place and how do they choose them?
View ArticleSingle-mode john analog for hashcat
Hi. It seems there is no Single mode implemented in hashcat, it's a very fast mode to crack passwords using some derived data (e.g. usernames or emails) for salted hashes. And it should be very fast...
View ArticleHashcat source code compilation problem
Want to learn the hashcat, compile the windows64 version, the latest source code downloaded is always an error,as follows: Include/sort_r.h:212:7: error: implicit declaration of function ‘qsort_s’...
View ArticleCustom cracking algorithm
Hello forum members , I am new here. I was playing with hashcat and its really interesting the way it cracks a hash. I want to ask if its possible to supply hashcat with a custom written script in c...
View ArticleTelegram Desktop passcode
Hello everyone! Diving into the Telegram Desktop source code I was able to write a program that decrypts and parses the local storage. One option the client provides is to set a passcode - any string...
View ArticleWorld Biggest Noob Help With VeraCrypt
Hey guys! (and girls!) I generated a 3GB Veracrypt container file that contains important docs a couple of weeks back. Unfortunately I've forgotten the password but do remember the words I used which I...
View ArticleCustom OpenCL kernel question
Hi. I'm trying to write a custom kernel to implement algorythm like this: PHP Code:$static_salt1 =...
View Article