Request ID | Description | Submitter | Status |
---|---|---|---|
62 | Cross reference without source list. Assign as many dictionaries as you want and remove duplicate entries across all files, leaving only one occurence of particulat word in one file (first seen) and not merging into one file. Example: list1: 1,2,3 list2: 1,5,6 list3: 2,4,5 === after processing === list1: 1,2,3 list2: 5,6 list3: 4 | d2 | Pending |
61 | Configuration option for assigning CPU threads for processing. Currently there is none (or I didn't notice it). It would be nice to have an option to assign some (not all) of your available CPU threads. | d2 | Pending |
60 | Configurable option for storing temporary files. Imagine we have a huge src list and you want to speed up its processing by creating RAMdisk for every temporary/helper files. Risk: any power loss on client side will wipe your data, but that's acceptable risk I'd say. | d2 | Pending |
59 | GPU accelerated operations for sorting/merging etc. | d2 | Pending |
58 | Convert a HEX encoded to ASCII and vice versa | Pending | |
57 | Rule Tool. A more automated way for the user to make rules. Allow user to select word list, select type of rule to make ( as available now ). New part is to ask user for the number of most frequent rules to save, automate the rest of the process. So user can select a list, rule type and tell ULM to save the top 1000 rules to a text file, for example. | Hash-IT | Pending |
56 | After using Frequency Analysis it is hard to sort most common rule because numbers are sorted in an odd way. 100: 1018: 10196: 1019: 101: 134: 13556: Can the "sort and remove duplicates" sort numbers in a numeric way rather than alphabetic way ? So the above would be sorted... 100: 101: 134: 1018: 1019: 10196: 13556: | Hash-IT | Pending |
55 | in hashing section put brypt hash mode please | crazynou | Pending |
54 | in hashing section put brypt hash mode please | bcrypt | Pending |
53 | ULM-GUI Could the sort option in ULM-GUI have the ability to sort case IN-sensitive please ? Also retain how it does it now. Thank you. | Hash-IT | Pending |
52 | SortLM, Could SortLM be able to sort by length please ? Short to long or long to short. Thank you. :) | Hash-IT | Pending |
51 | SortLM Could SortLM have the option to sort by case IN-sensitive please ? Also retain how it does it now. Thanks. :) | Hash-IT | Pending |
50 | Would it be possible to implement the ability to delete defined character and not just only to remap it by another. Thanks. | Pending | |
49 | Mac executable and/or native OSX command line version? Awesome work, thanks. | Pending | |
48 | RegEx: In the RegEx tool can I suggest the "Output Other" is greyed out when user selects the "Replace" option ? Thank you. | Hash-IT | Pending |
47 | in "Line Tools" - Can you change the: Keep if line contains (text) Remove if line contains (text) Options to be able to allow multiple words. For instance I might want to remove or keep any and all lines that contain the words: dog hat fog thetrumpet As it stands now the feature only allows to keep or remove all lines that contain 1 word, so out of that list I would only be able to keep or remove lines that have the word "dog" in them, and then I would have to repeat the process using the remainder of the words. Thanks! | Dee | Pending |
46 | separe word families 3 letters, 4 letters 5 letters, 6 leters, 8 letters, 9 letters, 10 leters, | [email protected] | Pending |
45 | Add a cleanup rules featrure to ULM to remove broken rules. It can be foudn in hashcat-utils. You could also give more options to it fore example only a limited lenght or only append rules. | CLeanup Rules | Pending |
44 | Hi, Can you add this item:hash and hash:pass >> item:pass to your tool ? Here is an example: http://hashes.org/tools.php?tool=list_merge | Sorting | Approved |
43 | In RegEx tool could we please have a feature where the user can have an option to output BOTH matched and unmatched items to separate text files during the same process ? Thank you. :) | Hash-IT | Approved |