UlpSorter
UlpSorter is a module for sorting url:log:pass files by pattern.
Options
Source
File or directory with url:log:pass files.
Sort
Formats for saving sorted files.
Filter
Filter for sorting.
Can be url/username/password etc.
Regex
Use regular expression for sorting.
Useful for complex filters.
Example
gmail.com|yahoo.com
will sort rows withgmail.com
andyahoo.com
and output them to one file.[\d]{4}
will sort rows with 4 digits and output them to one file.
Dedup
Delete duplicates from output files.