Search Results
|
Post |
Author |
Forum |
Replies |
Views
[desc]
|
Posted |
|
|
Thread: How to find the password for a hidden partition of a single TrueCrypt file?
Post: RE: How to find the password for a hidden partitio...
best recommendation in such cases is always to try to generate a new very similar file/partition with TrueCrypt with known password (maybe even similar password compared to what expect) and try to cra... |
|
philsmd |
hashcat
|
6 |
2,676 |
07-16-2019, 08:31 PM |
|
|
Thread: How to find the password for a hidden partition of a single TrueCrypt file?
Post: RE: How to find the password for a hidden partitio...
yeah and I also do not agree that testing is a waste of time or you can save time by just asking and take everything for granted. Verify it ! check if the claim about this sector is correct by generat... |
|
philsmd |
hashcat
|
6 |
2,676 |
07-17-2019, 01:10 PM |
|
|
Thread: why does -i paremeter not working while pipe?
Post: RE: why does -i paremeter not working while pipe?
It's very easy to think about this:
you have 2 different processes
the 2 processes only communicate over the pipe
the second hashcat instance only knows that it gets some input from stdin (from an ... |
|
philsmd |
hashcat
|
2 |
2,677 |
12-02-2017, 03:35 PM |
|
|
Thread: question about brain server
Post: RE: question about brain server
what --brain-client-features do you use?
as you can see from the --help not all settings are checking all passwords:
Code:
--
- [ Brain Client Features ] -
# | Features
===+========
... |
|
philsmd |
hashcat
|
3 |
2,682 |
12-01-2018, 10:07 PM |
|
|
Thread: vmware Kernel library error
Post: RE: vmware Kernel library error
Why do you use pocl?
Why do you use hashcat within a virtual machine (vmware)?
My suggested solution is to not use VMs and to install the correct OpenCL driver for your hardware. |
|
philsmd |
hashcat
|
1 |
2,685 |
05-30-2017, 08:51 PM |
|
|
Thread: merge dictionary or not?
Post: RE: merge dictionary or not?
It makes sense if there are a lot of duplicates.
On linux you would just sort and unique the words with "sort -u"
Code:
--
sort -u wordlist_folder/* -o sort_and_uniqued.txt
--
|
|
philsmd |
hashcat
|
2 |
2,687 |
12-03-2017, 10:27 AM |
|
|
Thread: how should i crack this type of hash (sha1 & salt)
Post: RE: how should i crack this type of hash (sha1 & s...
The only way to know for sure is to have the source code (algorithm, or name and version of the platform, cms etc) that generated the hashes ... or to guess the algorithm by having at least one user f... |
|
philsmd |
hashcat
|
13 |
2,704 |
04-18-2020, 01:25 PM |
|
|
Thread: how should i crack this type of hash (sha1 & salt)
Post: RE: how should i crack this type of hash (sha1 & s...
you are NOT allowed to post hashes. read the forum rules. You will get banned by not following the rules.
As far as I understand, you are saying the algorithm is basically:
Code:
--
echo -n --7... |
|
philsmd |
hashcat
|
13 |
2,704 |
04-18-2020, 03:02 PM |
|
|
Thread: how should i crack this type of hash (sha1 & salt)
Post: RE: how should i crack this type of hash (sha1 & s...
6 dashes total = 2+2 (around salt) + 2 (after pass)
the rules only add 2 dashes, that's why I named the file append_two_dashes.txt |
|
philsmd |
hashcat
|
13 |
2,704 |
04-19-2020, 04:34 PM |
|
|
Thread: how should i crack this type of hash (sha1 & salt)
Post: RE: how should i crack this type of hash (sha1 & s...
no, the salt must be with the dashes:
[email protected]:848XXXc9e5baf34d6dba20XXX755f4984b6d77cc:--74e3c24fd83d92ea72383e9b3a4292bdfb8exxxx--
if you add users, you need to use --username to skip them.
... |
|
philsmd |
hashcat
|
13 |
2,704 |
04-19-2020, 04:11 PM |
|
|
Thread: can't supress error messages in a txt
Post: RE: can't supress error messages in a txt
you can use the --outfile (short -o) option and redirect all errors to /dev/null
Code:
--
hashcat -m 0 --show -o outfile.txt hashes.txt 2> /dev/null > /dev/null
--
on windows it's very simil... |
|
philsmd |
hashcat
|
5 |
2,706 |
05-02-2019, 02:00 PM |
|
|
Thread: Token length exception
Post: RE: Token length exception
the hash file must exist
/root/HASH/MySQL5.txt no such file . file does not exist |
|
philsmd |
hashcat
|
6 |
2,710 |
06-09-2019, 10:01 PM |
|
|
Thread: Token length exception
Post: RE: Token length exception
please make sure that the file exist.
hashcat searched for the file and didn't find it.
The file does NOT exist
maybe it's stored somewhere else or you renamed it or it has .txt.txt extension... |
|
philsmd |
hashcat
|
6 |
2,710 |
06-10-2019, 06:59 PM |
|
|
Thread: What make the hashrate so huge different?
Post: RE: What make the hashrate so huge different?
well, hccapx files as you can see here https://hashcat.net/wiki/doku.php?id=hccapx can consist of several networks/handshakes etc. if you crack several networks at the same time with -m 2500 = WPA/WPA... |
|
philsmd |
hashcat
|
4 |
2,716 |
01-15-2019, 07:05 PM |
|
|
Thread: Sip Digest MD5 syntax problem
Post: RE: Sip Digest MD5 syntax problem
1. the forum rules make it very clear that you shouldn't post hashes. it's even worse that you didn't mention the password and if you know the pass of this hash (we also do not know if the hash is man... |
|
philsmd |
hashcat
|
8 |
2,729 |
10-27-2019, 10:01 PM |
|
|
Thread: Sip Digest MD5 syntax problem
Post: RE: Sip Digest MD5 syntax problem
1. generate a hash for which you know the password
2. try to compare it with the example hash from https://hashcat.net/wiki/example_hashes (it is very similar: SIP and register method and using aster... |
|
philsmd |
hashcat
|
8 |
2,729 |
10-27-2019, 10:37 PM |
|
|
Thread: Sip Digest MD5 syntax problem
Post: RE: Sip Digest MD5 syntax problem
update: the password seems to be "1234"
the hash is using $sip$***Renia*asterisk*REGISTER*sip*192.168.0.38;transport=UDP**2bf3223e****MD5*f7b5xxx |
|
philsmd |
hashcat
|
8 |
2,729 |
10-27-2019, 10:43 PM |
|
|
Thread: Sip Digest MD5 syntax problem
Post: RE: Sip Digest MD5 syntax problem
problem solved (as per PM from sakas23).
the hashes are just:
$sip$***Renia*asterisk*REGISTER*sip*192.168.0.38;transport=UDP**2bf3223e****MD5*f7b531XXX
and
$sip$***Renia*asterisk*REGISTER*s... |
|
philsmd |
hashcat
|
8 |
2,729 |
10-28-2019, 08:52 AM |
|
|
Thread: Custom charsets for Cyrillic passwords in NTLM hashes
Post: RE: Custom charsets for Cyrillic passwords in NTLM...
just sort and unique it
Code:
--
echo -n хер | iconv -f utf8 -t utf16le | xxd -p -c 1 | sort -un | tr -d '\n'
--
|
|
philsmd |
hashcat
|
8 |
2,730 |
06-13-2019, 10:49 PM |
|
|
Thread: Custom charsets for Cyrillic passwords in NTLM hashes
Post: RE: Custom charsets for Cyrillic passwords in NTLM...
this discussion is very difficult to follow. are you using 2 forum accounts or why are you BotPass answering like it was an answer to you (but actually given to boreas). How are you related if I may a... |
|
philsmd |
hashcat
|
8 |
2,730 |
06-14-2019, 09:42 PM |