Skip to content

ShadowCL is the ultimate automated tool for crafting mail:password combolists effortlessly

Notifications You must be signed in to change notification settings

natekali/ShadowCL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo_shadowCL copie

ShadowCL 🧞

ShadowCL is the ultimate automated tool for crafting mail:password combolists effortlessly

🔥 Features

  • Automated Combolist Generation
  • Country-based Filtering & Worldwide/Mix
  • Automated Notification and Cloud Upload
  • Exclusion of Outlier Data from Wordlists
  • Comprehensive Logging Functionality

ℹ️ Prerequisites

Before running ShadowCL, make sure you install these following libraries :

  • tqdm
  • requests

You can install them by typing this following command in your terminal :
pip3 install -r requirements.txt

✅ Installation

Clone this repository to your local machine.

Open your terminal and navigate to the cloned repository.

Edit the config/config.py file with your discord webhook url and your discord user id.

Run the script by typing python3 shadowCL.py in your terminal.

Use the -h output to understand the necessary args.

Now, you can make your own configuration to generate your Combolist !

Upon completion of the script, a well-formatted Discord message will be delivered to you.

🧠 Usage

ShadowCL can be used to create authentic-looking fake combolists, this tool is fully automatic, allowing you to run multiple instances simultaneously. The possibilities are limitless, you can easily generate combolists of varying lengths from differents countries, including France, United-Kingdom, Poland, Russia, China, and USA.

😈 Usage demo

Default usage : python3 shadowCL.py

help


Generate a small combolist (100 entries) : python3 shadowCL.py -l 100 -c mix -o demo.txt

demo


Multi-instances 100K combolists generation :

  • python3 shadowCL.py -1 100000 -o 100K_UHQ_COMBOLIST.txt
  • python3 shadowCL.py -1 100000 -o 100K_UHQ_FR_COMBOLIST.txt -c fr
  • python3 shadowCL.py -1 100000 -o 100K_UHQ_UK_COMBOLIST.txt -c uk
  • python3 shadowCL.py -1 100000 -o 100K_UHQ_PL_COMBOLIST.txt -c pl

image


Discord webhook message example :

Capture d’écran 2024-02-05 à 19 58 48

👨‍💻 Author