Features
- Cross platform ( Supports Windows, Mac, Linux, Android and much more :)
- Supports a lot of sites and will continue to support more.
- Easy to make config files. Documentation is provided on the site given.
How To Use Multiple Account Checker | 28 Sites | Cross platform | On Android Device
Do note that this tool is a CLI ( command line interface) tool
This might be intimidating for some users but is not really that hard.
I will walk you through the steps to download and install this tool and show you briefly how to use it.
Downloading and installing on your android phone.
1. Download and install the TERMUX app on your android device.
2. open the app and type
pkg install git python2
This installs git and python2 to download and use the software.
Now, type.
This command downloads the program from the server.
After that is complete, type.
cd credmap
this changes into the folder where the program is located.
Use
python2 credmap -h
To run the program and display the help command.
If everything goes as expected, you will now see something similar.
Usage
To test a particular email and password on all sites, use the command
To test all sites except one, use the command
To test all sites except some, use the command
python2 credmap.py -e [email protected] -p password1234 --exclude "instagram.com, spotify.com"
To test only some sites, use the command ▪
To load a combo list, use the command ▪
python2 credmap.py --load "path/to/combolist.txt" --format "e:p"
Here "e:p" means the format is in email:password. Use "u:p" for username:password combos.
To use a proxies with combolists, use the command
python2 credmap.py --load "path/to/combolist.txt" --format "e:p" --proxy " 143.23.12.24:8080, 154.143.34.143:8080...(paste proxy list here)"
That's IT
DOWNLOAD