Antak108 / TopPassList

filter the passwords based on the specified criteria and store the results
Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

TopPassList

filter the passwords based on the specified criteria and store the results

Introduction

This Python script provides a solution to filter passwords based on specific criteria. It's designed to process a large list of passwords, ensuring each password meets the following requirements:

  1. Contains at least one uppercase letter.
  2. Contains at least one lowercase letter.
  3. Contains at least one digit.
  4. Contains at least one special character.
  5. Is at least 8 characters in length.

Features

Applications of the Password Filtering Script

Prerequisites

Acknowledgements

SecLists by Daniel Miessler - For providing a comprehensive set of common credentials. https://github.com/danielmiessler/SecLists/tree/master/Passwords/Common-Credentials

Installation

  1. Clone the repository to your local machine:
    
    git clone https://github.com/your_username/password-filter.git