Search Results
|
Post |
Author |
Forum
[desc]
|
Replies |
Views |
Posted |
|
|
Thread: Ubuntu 16.04 LTS NVIDIA Setup Guide
Post: RE: Ubuntu 16.04 LTS NVIDIA Setup Guide
maybe it's just a problem of communication, but you must make sure that you use all the steps
nvidia-xconfig
sed
nvidia-settings
(and eventually also nvidia-smi to set the power limit)
also see... |
|
philsmd |
User Contributions
|
21 |
33,865 |
11-08-2017, 11:26 PM |
|
|
Thread: Cracking TACACS+ with hashcat
Post: RE: Cracking TACACS+ with hashcat
This is very interesting information and a nice find about how to best filter out "wrong results".
Good job.
Thanks for the research.
I must admit that I didn't have much to do with tacacs+ so ... |
|
philsmd |
User Contributions
|
1 |
6,737 |
11-30-2017, 04:06 PM |
|
|
Thread: 7z2hashcat
Post: RE: 7z2hashcat
The original 7-zip file (*.7z) is not needed to recover the password.
But the entire output of 7z2hashcat is needed (the whole hash).
Yes, as mentioned here: https://github.com/philsmd/7z2hashcat#... |
|
philsmd |
User Contributions
|
28 |
70,367 |
11-21-2017, 12:30 PM |
|
|
Thread: Hashcat piping doesn't work (WPA/2)
Post: RE: Hashcat piping doesn't work (WPA/2)
First of all, hccapx is the only hash format hashcat accepts since a long time for -m 2500 = WPA/WPA2 hashes. The hccap format is no more supported with latest versions of hashcat.
Your mask: "?l... |
|
philsmd |
User Contributions
|
4 |
6,411 |
05-11-2018, 03:48 PM |
|
|
Thread: Colliding password protected MS office 97-2003 documents
Post: RE: Colliding password protected MS office 97-2003...
you could for instance just decrypt/open the file (I already mentioned how to do this with libreoffice here: https://hashcat.net/forum/thread-7216-post-39498.html#pid39498) |
|
philsmd |
User Contributions
|
36 |
134,711 |
05-25-2018, 02:33 PM |
|
|
Thread: Password Manager .rfp file analysis
Post: Password Manager .rfp file analysis
Some days ago I was privately (via PMs) contacted by a hashcat user and they asked if I knew if hashcat could deal with database files from RoboForm (a seemingly well-known and often recommended passw... |
|
philsmd |
User Contributions
|
1 |
4,515 |
06-06-2018, 06:47 AM |
|
|
Thread: good wordlist
Post: RE: good wordlist
hmm, interesting.
but the site looks quite bad/fishy. "tested on neighbours Wi-Fi", bitcoin address, "must-have", big password list to download (let me explain below)....
and back to the topic,... |
|
philsmd |
User Contributions
|
2 |
4,253 |
12-19-2018, 11:02 AM |
|
|
Thread: Hashcat brain RAM-limited version
Post: RE: Hashcat brain RAM-limited version
hashcat --help
--brain-client-features
- [ Brain Client Features ] -
# | Features
===+========
1 | Send hashed passwords
2 | Send attack positions
3 | Send hashed passwords and att... |
|
philsmd |
User Contributions
|
3 |
3,230 |
03-10-2019, 12:39 PM |
|
|
Thread: nano syntax highlighting masks
Post: RE: nano syntax highlighting masks
interesting. thanks for the contribution.
... but I think your syntax rules do not catch all cases see:
1. https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_mask_files
2. https://hashcat.n... |
|
philsmd |
User Contributions
|
2 |
2,218 |
05-28-2019, 07:42 PM |
|
|
Thread: ASP.NET Identity Framework script
Post: RE: ASP.NET Identity Framework script
Thanks !
this is actually quite a strange way to encode the hashes, but it's not the first time we see some format like this ;)
In theory we could add a "module" (that just does the parsing and ... |
|
philsmd |
User Contributions
|
1 |
2,171 |
07-26-2019, 04:37 AM |
|
|
Thread: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...
it should also work with just adding -S to the command line |
|
philsmd |
User Contributions
|
648 |
487,321 |
01-12-2020, 07:10 PM |
|
|
Thread: LastPass new App hash extraction explanation
Post: LastPass new App hash extraction explanation
Thanks to @Chick3nman, I came to the attention that LastPass has a new native App and is NOT directly using the browser extension architecture on macOS anymore, see:
https://www.theverge.com/2020/1/2... |
|
philsmd |
User Contributions
|
0 |
858 |
05-07-2020, 09:44 AM |
|
|
Thread: Maskuni : a standalone mask generator with unicode support
Post: RE: Maskgen : a standalone mask generator with uni...
interesting. but the name of the tool is a little bit confusing because we always use maskgen for the hcmask generation tool of PACK (https://github.com/iphelix/pack/). That's very confusing, because ... |
|
philsmd |
User Contributions
|
3 |
1,130 |
06-03-2020, 08:54 AM |
|
|
Thread: Generator of fortune
Post: RE: Generator of fortune
what's going on here? one (actually 2) completely new forum accounts without any previous posts suddently talking about a tool with very strange description and furthermore a tool that was already con... |
|
philsmd |
User Contributions
|
8 |
2,022 |
06-15-2020, 11:06 AM |
|
|
Thread: Keyspace List for WPA on Default Routers
Post: RE: Keyspace List for WPA on Default Routers
why don't you just simple use the .exe file within that repo (yeah, I agree it's very bad to put executable files into source code repositories, but maybe this is a proof that users really have a hard... |
|
philsmd |
User Contributions
|
182 |
305,385 |
07-02-2020, 06:15 PM |
|
|
Thread: howto: convert btcrecover bc: hashes to hashcat hash format
Post: howto: convert btcrecover bc: hashes to hashcat ha...
Recently an user contacted me via forum PM on how to convert a "bc:" hash extracted by btcrecover from a bitcoin wallet (wallet.dat) to the format that hashcat supports:
Code:
--
-m 11300 = Bitcoi... |
|
philsmd |
User Contributions
|
0 |
344 |
08-30-2020, 11:51 AM |
|
|
Thread: No NVidia compatible platform found
Post: RE: No NVidia compatible platform found
I don't think that lspci will be involved in any way, but you might check if libcuda.so and libnvidia*.so* are available.
Also checking nvidia-settings on linux systems could be useful.
See also:
mod... |
|
philsmd |
Very old oclHashcat-lite Support
|
9 |
26,683 |
03-08-2013, 06:50 PM |
|
|
Thread: No NVidia compatible platform found
Post: RE: No NVidia compatible platform found
The nvidia modules are not loaded correctly. They will create (automatically) the /dev/nvidia* devices, that are needed (by the libcuda and/or libnvidia, both? I am no expert).
For sure the module is ... |
|
philsmd |
Very old oclHashcat-lite Support
|
9 |
26,683 |
03-08-2013, 07:41 PM |
|
|
Thread: Cracking Android Pattern Hash
Post: RE: Cracking Android Pattern Hash
Hi budabob07,
I don't think that there is something special w/ the pattern hashes... Maybe the only thing that you could argue is that they are (ALSO) special insecure...
I mean, it is correct that t... |
|
philsmd |
Very old oclHashcat-lite Support
|
5 |
21,750 |
03-24-2013, 01:31 PM |
|
|
Thread: nVidia GEFORCE 520M driver install
Post: RE: nVidia GEFORCE 520M driver install
I would suggest you upgrade to the newest release of your distro, i.e. The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) linux.
After that download the nvidia drivers from the NV site. You th... |
|
philsmd |
Very old oclHashcat-lite Support
|
9 |
19,934 |
04-30-2013, 09:39 AM |