$ Nicotine String Sorter $
Sorter Url:Log:Pass string on Golang String sorting on request and cleaning
Input string format - Url:Log:Pass
You can choose your own separator
Tool Features:
- Getting strings from a file or files in a folder
- Save as Log:Pass or Url:Log:Pass
- Sorting by request in the form of a site ( google.com ) or a keyword in a link ( google )
- Removal of duplicates is implemented via xxh3 hash
- Multithreaded sorting and simultaneous writing to files with skipping of repeated lines - readingbasesany size
- Strings are processed without storing lists of memory - low memory consumption
- Cleaningbases any size - lines are processed immediately upon reading , without loading the list into RAM
- Cleaning several databases separately or all databases into one file
- Removal invalidlines (Az / 0-9 / Special characters | 10-256 characters | UNKNOWN)
- Removal of duplicates is implemented via xxh3 hash