# six2dez/onelistforall

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/six2dez-onelistforall).**

3,022 stars · 527 forks · Shell

## Links

- GitHub: https://github.com/six2dez/OneListForAll
- awesome-repositories: https://awesome-repositories.com/repository/six2dez-onelistforall.md

## Topics

`bugbounty` `fuzzing` `hacking` `pentesting` `web-fuzzing` `wordlist` `wordlists`

## Description

OneListForAll is a wordlist aggregation pipeline and automated dictionary publisher designed for web security assessments. It collects, cleans, and merges multiple remote text repositories to create curated sets of paths, parameters, and credentials used in web fuzzing and vulnerability discovery.

The project functions as a text data deduplication tool that filters noise and eliminates redundant entries using regular expressions and priority rules. It automates the end-to-end process of packaging these processed lists into compressed archives with cryptographic checksums and publishing them to remote version control repositories.

The system covers wide-ranging capabilities for wordlist processing, including repository synchronization, rule-based source classification, and content cleaning based on character length and whitespace trimming. It assembles these sources into consolidated master files through priority-driven deduplication and custom dictionary generation.

## Tags

### Part of an Awesome List

- [Fuzzing Wordlists](https://awesome-repositories.com/f/awesome-lists/security/fuzzing-wordlists.md) — Aggregates curated collections of payloads and patterns used for testing web security vulnerabilities. ([source](https://github.com/six2dez/OneListForAll/tree/main/Payloads))
- [Fuzzing and Wordlists](https://awesome-repositories.com/f/awesome-lists/devtools/fuzzing-and-wordlists.md) — Collects and organizes large sets of words and parameters for automated API and endpoint discovery.
- [Attack Payloads and Wordlists](https://awesome-repositories.com/f/awesome-lists/security/attack-payloads-and-wordlists.md) — Distributes curated sets of attack payloads and wordlists through automated packaging and publishing.
- [Payload Collections](https://awesome-repositories.com/f/awesome-lists/security/payload-collections.md) — Provides curated collections of paths, parameters, and credentials for security testing.
- [Vulnerability Wordlists](https://awesome-repositories.com/f/awesome-lists/security/vulnerability-wordlists.md) — Aggregated wordlist for directory and parameter discovery.

### Security & Cryptography

- [Pipeline Orchestrators](https://awesome-repositories.com/f/security-cryptography/security/utilities/wordlist-generators/pipeline-orchestrators.md) — Provides a complete automated pipeline for syncing, cleaning, and publishing security wordlists. ([source](https://github.com/six2dez/OneListForAll/blob/main/README.md))
- [Security Testing Tools](https://awesome-repositories.com/f/security-cryptography/vulnerability-assessment-testing/security-testing-auditing/security-testing-tools.md) — Optimizes the efficiency of web security scans by providing curated lists of paths and credentials.
- [Deduplicated Construction](https://awesome-repositories.com/f/security-cryptography/wordlist-generators/deduplicated-construction.md) — Merges classified source files into category-specific lists while removing duplicate entries using priority and size filters. ([source](https://github.com/six2dez/OneListForAll/blob/main/README.md))
- [Source Classification](https://awesome-repositories.com/f/security-cryptography/wordlist-generators/source-classification.md) — Assigns source files to categories based on path structures, filename keywords, and content sampling. ([source](https://github.com/six2dez/OneListForAll/blob/main/README.md))

### Data & Databases

- [Filtering and Deduplication](https://awesome-repositories.com/f/data-databases/data-processing-pipelines/data-transformation/filtering-deduplication.md) — Eliminates redundant entries across merged sources using priority rules and size-based filtering.
- [Regex Filters](https://awesome-repositories.com/f/data-databases/data-query-filters/regex-filters.md) — Removes noise and unwanted entries from text files using regular expression patterns and length constraints.
- [Dataset Aggregations](https://awesome-repositories.com/f/data-databases/dataset-aggregations.md) — Combines various curated micro-lists into comprehensive, deduplicated master files for security testing. ([source](https://github.com/six2dez/OneListForAll/blob/main/README.md))
- [List Deduplication & Synchronization](https://awesome-repositories.com/f/data-databases/list-deduplication-synchronization.md) — Eliminates redundant entries across merged sources to create optimized fuzzing lists. ([source](https://github.com/six2dez/OneListForAll#readme))

### Development Tools & Productivity

- [Wordlist Generators](https://awesome-repositories.com/f/development-tools-productivity/configuration-dictionaries/dictionary-generators/wordlist-generators.md) — Builds specialized text lists for security testing by merging multiple sources and filtering noise.
- [Dictionary Publishers](https://awesome-repositories.com/f/development-tools-productivity/package-publishing-pipelines/dictionary-publishers.md) — Automates the end-to-end process of packaging processed wordlists and publishing them to remote repositories.
- [Aggregation Pipelines](https://awesome-repositories.com/f/development-tools-productivity/remote-repository-managers/remote-content-fetchers/wordlist-repository-fetchers/aggregation-pipelines.md) — Syncs, cleans, and merges multiple remote text repositories into deduplicated security dictionaries.
- [Wordlist Content Filters](https://awesome-repositories.com/f/development-tools-productivity/wordlist-content-filters.md) — Removes noise from lists using regular expression denylists, maximum line length limits, and whitespace trimming. ([source](https://github.com/six2dez/OneListForAll#readme))
- [Pattern Publishing to Git](https://awesome-repositories.com/f/development-tools-productivity/git-repository-integrators/git-repository-integrators/pattern-publishing-to-git.md) — Commits updated dictionary files and pushes them to remote Git repositories for distribution. ([source](https://github.com/six2dez/OneListForAll/blob/main/README.md))
- [CLI Publishing Pipelines](https://awesome-repositories.com/f/development-tools-productivity/package-publishing-pipelines/cli-publishing-pipelines.md) — Provides a command-line interface to bundle wordlists into archives and push them to remote repositories. ([source](https://github.com/six2dez/OneListForAll#readme))
- [Wordlist Repository Fetchers](https://awesome-repositories.com/f/development-tools-productivity/remote-repository-managers/remote-content-fetchers/wordlist-repository-fetchers.md) — Clones multiple remote repositories to collect and merge text files into consolidated lists. ([source](https://github.com/six2dez/OneListForAll#readme))
- [Remote Repository Publishing](https://awesome-repositories.com/f/development-tools-productivity/remote-repository-publishing.md) — Automates the delivery of processed dictionaries by pushing updates directly to remote version control repositories.

### Software Engineering & Architecture

- [Rule-Based Classification Engines](https://awesome-repositories.com/f/software-engineering-architecture/rule-based-classification-engines.md) — Assigns input files to specific categories by matching filenames and content against a defined taxonomy.

### DevOps & Infrastructure

- [Distribution Package Generators](https://awesome-repositories.com/f/devops-infrastructure/package-packaging-tools/distribution-package-generators.md) — Automates the transformation of processed text lists into compressed, versioned archives for distribution. ([source](https://github.com/six2dez/OneListForAll/blob/main/README.md))
- [Single-Command Release Workflows](https://awesome-repositories.com/f/devops-infrastructure/release-automation/single-command-release-workflows.md) — Executes the entire workflow from synchronization to publishing through a single coordinated command.
