-
Sub issues
- [ ] #1627 (Incremental)
- [ ] #1628 (Rules)
- [ ] #1629 (Mask)
- [ ] #1631 (FMT_UTF16)
- [x] #1641 (external)
- [ ] #1642 (wordlist)
- [x] Subsets mode
- [ ] non…
-
The dictionary provided by default with this program is very small. For enhanced security, it would be better to replace or augment this dictionary with one that has at least ten to fifteen thousand …
-
请问子类继承 AhoCorasickDoubleArrayTrie,能否重写某些方法,实现匹配时忽略一些特定字符,例如标点符号?
```kotlin
val acdat = CustomizeAhoCorasickDoubleArrayTrie()
acdat.build(mapOf("hello" to "hello"))
val wordList = acdat.parseTe…
-
I have error "separator unmatched" when trying to use handshake hccapx with hashcat mode 22000
I generated the file using my own access point.
Output:
```
PS F:\hashcat-6.2.4> hashcat -m 22000…
-
To test the orthography profiles, we need to make sure that there are no empty morphemes in the data, which may result, if a segmented word starts with a `+` or ends with it or has two `+` one after t…
-
Given two words (beginWord and endWord), and a dictionary's word list, find the length of shortest transformation sequence from beginWord to endWord, such that:
Only one letter can be changed at a ti…
-
Version: v6.2.6-439-g9b9664967 (and others)
These combinator attack commands that use a single `-j` rule that appends a space:
`hashcat -a 1 /path/to/file1 /path/to/file2 -j '$ ' --outfile /oth…
-
In the **quanteda** package we have some [non-English language vignettes](https://github.com/quanteda/quanteda/tree/master/vignettes/pkgdown) but only in the `vignettes/pkgdown` folder. Previously (la…
-
After running `./brew.sh`, bash-completion errors occur.
``` bash
-bash: declare: -A: invalid option
declare: usage: declare [-afFirtx] [-p] [name[=value] ...]
-bash: complete: -D: invalid option
co…
-
Under Use in README.md you wrote "Kerbrute has three main commands:" but you list four.
bruteuser - Bruteforce a single user's password from a wordlist
bruteforce - Read username:password co…