From 12274c98fdebe98c7a7284914436a472ed469aed Mon Sep 17 00:00:00 2001 From: ItsIgnacioPortal <5990@protonmail.com> Date: Sat, 22 Mar 2025 20:16:08 -0300 Subject: [PATCH] chore(wordlist): Renamed pwdb password wordlists This'll make it so when the filenames in the Common-Credentials directory are sorted alphabetically, the pwdb password wordlists will also be sorted by number of passwords --- Passwords/Common-Credentials/{ignis-1K.txt => Pwdb_top-1000.txt} | 0 .../Common-Credentials/{ignis-10K.txt => Pwdb_top-10000.txt} | 0 .../Common-Credentials/{ignis-100K.txt => Pwdb_top-100000.txt} | 0 .../Common-Credentials/{ignis-1M.txt => Pwdb_top-1000000.txt} | 0 .../Common-Credentials/{ignis-10M.txt => Pwdb_top-10000000.txt} | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename Passwords/Common-Credentials/{ignis-1K.txt => Pwdb_top-1000.txt} (100%) rename Passwords/Common-Credentials/{ignis-10K.txt => Pwdb_top-10000.txt} (100%) rename Passwords/Common-Credentials/{ignis-100K.txt => Pwdb_top-100000.txt} (100%) rename Passwords/Common-Credentials/{ignis-1M.txt => Pwdb_top-1000000.txt} (100%) rename Passwords/Common-Credentials/{ignis-10M.txt => Pwdb_top-10000000.txt} (100%) diff --git a/Passwords/Common-Credentials/ignis-1K.txt b/Passwords/Common-Credentials/Pwdb_top-1000.txt similarity index 100% rename from Passwords/Common-Credentials/ignis-1K.txt rename to Passwords/Common-Credentials/Pwdb_top-1000.txt diff --git a/Passwords/Common-Credentials/ignis-10K.txt b/Passwords/Common-Credentials/Pwdb_top-10000.txt similarity index 100% rename from Passwords/Common-Credentials/ignis-10K.txt rename to Passwords/Common-Credentials/Pwdb_top-10000.txt diff --git a/Passwords/Common-Credentials/ignis-100K.txt b/Passwords/Common-Credentials/Pwdb_top-100000.txt similarity index 100% rename from Passwords/Common-Credentials/ignis-100K.txt rename to Passwords/Common-Credentials/Pwdb_top-100000.txt diff --git a/Passwords/Common-Credentials/ignis-1M.txt b/Passwords/Common-Credentials/Pwdb_top-1000000.txt similarity index 100% rename from Passwords/Common-Credentials/ignis-1M.txt rename to Passwords/Common-Credentials/Pwdb_top-1000000.txt diff --git a/Passwords/Common-Credentials/ignis-10M.txt b/Passwords/Common-Credentials/Pwdb_top-10000000.txt similarity index 100% rename from Passwords/Common-Credentials/ignis-10M.txt rename to Passwords/Common-Credentials/Pwdb_top-10000000.txt