kgolawski

Results 51 comments of kgolawski

@chenxuuu even `--identify` option returns valid module. ``` $ hashcat --identify 2.rar.hash The following hash-mode match the structure of your input hash: # | Name | Category ======+=====================================================+====================================== 23800 |...

Add Hashcat as [git submodule](https://git-scm.com/book/en/v2/Git-Tools-Submodules).

Just create file `uncracked_hashes.txt` and store your hashes there. I do not exactly know why do you want to save uncracked hashes in potfile - entries saved in potfile are...

The bot doesn't remove the reaction (even after bookmark was sent and we react again and again), is it okay too?

> The user is encouraged to protect his wallet with a password of minimum 8 characters. According to this - `module_pw_min` shouldn't returns `8`? https://github.com/hashcat/hashcat/blob/1bbf9a68a0d967450725e1d5b4752733aef1fc34/src/modules/module_29800.c#L480 MetaMask walllet module example. https://github.com/hashcat/hashcat/blob/06bd5a44fbd2bdc153dbecfcf40657dd318012e6/src/modules/module_26600.c#L107-L112

@cristian-ciobanu In 2.x versions you could specify the full path of Qemu binary. ![Qemu binary full path](https://github.com/GNS3/gns3-gui/assets/10523774/200529ff-c03d-438f-85ec-2b98f8869891) As you can see I am using `/usr/local/bin` with custom build instead of...

It doesn't need to be a drop down list - I can pick a binary from some file-system picker (I don't know the name of that dialog window) or I...

Essentially, the problem is that `Padding` is treated as... well, padding. https://github.com/secdev/scapy/blob/0708e6743cb4ef119c74725bb99047edfb66f66d/scapy/packet.py#L751-L761 The `ICMPExtensionHeader.do_build` method returns data before `Padding.build_padding` does. https://github.com/secdev/scapy/blob/0708e6743cb4ef119c74725bb99047edfb66f66d/scapy/packet.py#L1941-L1953 Take a look at this simple example. ```pycon >>>...

Excellent, thank you @gpotter2! I am waiting for merge.

Are you sure that it is 10400? https://github.com/hashcat/hashcat/blob/a46c9cb812df82ed6fe7d1294fff60ec10759776/src/modules/module_10400.c#L219 It looks more like 25400, since you have `$pdf$4*4`, not `$pdf$1*2`. https://github.com/hashcat/hashcat/blob/a46c9cb812df82ed6fe7d1294fff60ec10759776/src/modules/module_25400.c#L353-L354 When I tried with 25400 I got different error. ```...