awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
six2dez avatar

six2dez/OneListForAll

0
View on GitHub↗
3,022 stars·527 forks·Shell·22 views

OneListForAll

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.

Features

  • Fuzzing Wordlists - Aggregates curated collections of payloads and patterns used for testing web security vulnerabilities.
  • Pipeline Orchestrators - Provides a complete automated pipeline for syncing, cleaning, and publishing security wordlists.
  • Fuzzing and Wordlists - Collects and organizes large sets of words and parameters for automated API and endpoint discovery.
  • Attack Payloads and Wordlists - Distributes curated sets of attack payloads and wordlists through automated packaging and publishing.
  • Payload Collections - Provides curated collections of paths, parameters, and credentials for security testing.
  • Filtering and Deduplication - Eliminates redundant entries across merged sources using priority rules and size-based filtering.
  • Regex Filters - Removes noise and unwanted entries from text files using regular expression patterns and length constraints.
  • Dataset Aggregations - Combines various curated micro-lists into comprehensive, deduplicated master files for security testing.
  • List Deduplication & Synchronization - Eliminates redundant entries across merged sources to create optimized fuzzing lists.
  • Wordlist Generators - Builds specialized text lists for security testing by merging multiple sources and filtering noise.
  • Dictionary Publishers - Automates the end-to-end process of packaging processed wordlists and publishing them to remote repositories.
  • Aggregation Pipelines - Syncs, cleans, and merges multiple remote text repositories into deduplicated security dictionaries.
  • Wordlist Content Filters - Removes noise from lists using regular expression denylists, maximum line length limits, and whitespace trimming.
  • Security Testing Tools - Optimizes the efficiency of web security scans by providing curated lists of paths and credentials.
  • Deduplicated Construction - Merges classified source files into category-specific lists while removing duplicate entries using priority and size filters.
  • Rule-Based Classification Engines - Assigns input files to specific categories by matching filenames and content against a defined taxonomy.
  • Pattern Publishing to Git - Commits updated dictionary files and pushes them to remote Git repositories for distribution.
  • CLI Publishing Pipelines - Provides a command-line interface to bundle wordlists into archives and push them to remote repositories.
  • Wordlist Repository Fetchers - Clones multiple remote repositories to collect and merge text files into consolidated lists.
  • Remote Repository Publishing - Automates the delivery of processed dictionaries by pushing updates directly to remote version control repositories.
  • Distribution Package Generators - Automates the transformation of processed text lists into compressed, versioned archives for distribution.
  • Single-Command Release Workflows - Executes the entire workflow from synchronization to publishing through a single coordinated command.
  • Source Classification - Assigns source files to categories based on path structures, filename keywords, and content sampling.
  • Wordlists - Aggregated wordlist for various security testing tasks.
  • Payloads and Fuzzing - Comprehensive wordlists for web fuzzing.
  • Vulnerability Wordlists - Aggregated wordlist for directory and parameter discovery.

Star history

Star history chart for six2dez/onelistforallStar history chart for six2dez/onelistforall

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does six2dez/onelistforall do?

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.

What are the main features of six2dez/onelistforall?

The main features of six2dez/onelistforall are: Fuzzing Wordlists, Pipeline Orchestrators, Fuzzing and Wordlists, Attack Payloads and Wordlists, Payload Collections, Filtering and Deduplication, Regex Filters, Dataset Aggregations.

What are some open-source alternatives to six2dez/onelistforall?

Open-source alternatives to six2dez/onelistforall include: danielmiessler/seclists — SecLists is a centralized library of security assessment data designed to support vulnerability discovery and… thekingofduck/fuzzdicts — fuzzDicts is a repository of curated wordlists and dictionaries designed for web application fuzzing. It provides… fuzzdb-project/fuzzdb — fuzzdb is a collection of datasets designed for web application penetration testing and dynamic fuzzing. It provides a… bo0om/fuzz.txt — Potentially dangerous files. assetnote/wordlists. pdm-project/pdm — PDM is a Python package manager, dependency resolver, and build tool designed to create reproducible environments. It…

Open-source alternatives to OneListForAll

Similar open-source projects, ranked by how many features they share with OneListForAll.
  • danielmiessler/seclistsdanielmiessler avatar

    danielmiessler/SecLists

    71,596View on GitHub↗

    SecLists is a centralized library of security assessment data designed to support vulnerability discovery and penetration testing. It functions as a comprehensive repository of wordlists, payloads, and testing methodologies used to audit software, firmware, and internet-connected hardware for technical vulnerabilities. The project distinguishes itself through a standardized taxonomy and a language-agnostic data format, which allows security tools to predictably ingest and utilize its assets regardless of the underlying programming environment. By decoupling raw testing data from execution log

    PHP
    View on GitHub↗71,596
  • thekingofduck/fuzzdictsTheKingOfDuck avatar

    TheKingOfDuck/fuzzDicts

    8,355View on GitHub↗

    fuzzDicts is a repository of curated wordlists and dictionaries designed for web application fuzzing. It provides collections of strings and payloads used to discover hidden files, subdomains, and security vulnerabilities. The project includes specialized libraries for different security testing vectors, such as dictionaries for common request and cookie parameters, lists of common subdomain prefixes, and collections of passwords and default vendor credentials for brute-force testing. It also maintains a security payload library containing character sequences used to identify flaws like SQL i

    Pythondirectoryfuzz-testingfuzzer
    View on GitHub↗8,355
  • fuzzdb-project/fuzzdbfuzzdb-project avatar

    fuzzdb-project/fuzzdb

    8,819View on GitHub↗

    fuzzdb is a collection of datasets designed for web application penetration testing and dynamic fuzzing. It provides a fuzzing payload dictionary, a resource discovery wordlist, and a fault injection dataset containing corrupted Unicode, null bytes, and escape codes to trigger application crashes and logic errors. The project includes a security filter bypass list featuring polyglots and encoded strings to evade web application firewalls and input validation filters. It also provides a comprehensive web application penetration testing dataset specifically for identifying flaws such as cross-s

    PHP
    View on GitHub↗8,819
  • assetnote/wordlistsassetnote avatar

    assetnote/wordlists

    1,611View on GitHub↗
    CSSbruteforcebruteforce-wordlistcontent-discovery
    View on GitHub↗1,611
  • See all 30 alternatives to OneListForAll→