LogoQuantium

UlpCleaner

UlpCleaner is a module that helps you to clean up your ULPs (URL:Login:Password entries). It can remove duplicates, empty lines, unknown lines, and protocol prefixes.

This module is specifically designed for improving the quality of your ULP data by applying various cleaning rules.

Overview

The UlpCleaner module performs several critical functions:

  • Removes protocol prefixes from URLs
  • Eliminates known "unknown" or placeholder values
  • Removes advertising or spam entries
  • Deduplicates entries for a cleaner dataset

This module is particularly useful when you need to standardize ULP data from various sources before further processing.

Options

File or directory with url:log:pass files.

credentials.txt

Usage Guide

Follow these steps to effectively use the UlpCleaner module:

Select Source Files

Choose the file or directory containing your ULP data that needs cleaning.

Configure Cleaning Options

Select which cleaning operations to perform:

  • Enable "Remove Proto" to standardize URLs by removing protocol prefixes
  • Enable "Remove Unknown" to eliminate placeholder values
  • Enable "Remove Ads" to filter out promotional entries
  • Enable "Dedup" to eliminate duplicate entries

Execute Cleaning Process

Run the module to process your files according to the selected options.

Verify Results

Check the output directory for the cleaned files and verify the quality of the results.

Examples

http://example.com:user1:password123
https://example.com:user1:password123
example.org:UNKNOWN:UNKNOWN
t.me/promo:user123:pass456
sample.net:user2:password789
sample.net:user2:password789

Performance Consideration

When processing very large files, the deduplication feature may require significant memory. If you're working with extremely large datasets, consider using the "LowMemory" deduplication strategy in the main settings.

  • UlpExtractor - For extracting ULPs from various source formats
  • UlpSorter - For organizing ULPs by pattern

On this page