How to install and use Credmap in Termux No Root

What is CredMap?



CredMap serves as a specialized credential mapper, empowering users to test specified credentials across various platforms. Imagine having the login details for a victim's Gmail account and wondering if those credentials grant access to their other social media profiles. CredMap emerges as the optimal solution for such inquiries.

How to install and use Credmap in Termux No Root- 2020

In today's digital age, with every new website sign-up comes the need for a unique username and password. However, many users often resort to reusing familiar credentials across platforms. This practice poses a security risk. If one possesses a victim's credentials from a single social media platform, there's a potential vulnerability across other platforms they might be using.

Navigating numerous websites to test these credentials can be tedious, given the vast expanse of the internet. Enter CredMap: a credential mapper that streamlines this process. Simply input the username and password, and CredMap will systematically attempt logins across multiple platforms, presenting a concise list of successful access points.

NOTE: This post is only for educational purpose. I and this site do not support any criminal activity. If you are doing any sort of misuse of this information This site is not responsible for that. THIS SITE ONLY SUPPORT ETHICAL HACKING.



How to Install CredMap on Termux?

Step 1:
Update and upgrade the termux So that we will not get errors while installing the Wishfish tool.
apt update && apt upgrade
Press N if ask about the version.

How to install and use Credmap in Termux No Root- 2020

Step 2:
This command will install the git package which will allow us to download projects from the GitHub Repository.
pkg install git python python2 
How to install and use Credmap in Termux No Root- 2020
(While installing if it is asking do you wanna Continue just press y and enter.)

Step 3:
Cloning the CredMap Tool from the GitHub repository.
git clone https://github.com/lightos/credmap.git
How to install and use Credmap in Termux No Root- 2020

Step 4:
Change directory to CredMap, If you don't know basic commands of termux then its highly recommended to check out this blog:[termux all basic command].
cd credmap

How to install and use Credmap in Termux No Root- 2020
Step 5:
Now allow permissions to all the files in the credmap folder. 
chmod +x *
How to install and use Credmap in Termux No Root- 2020


How to Use CredMap on Termux?

Basic Run:

To Run The CreadMap you can use the below command , please make sure to change the username and password with the victim's credentials in below command.
python2 credmap.py --email MAIL --password PASSWORD
EXAMPLE:  python2 credmap.py --email barneystinson007@gmail.com --password 12345678

How to install and use Credmap in Termux No Root- 2020



With Username and password:

Use Username and password to try on each website to find hackable accounts.
python2 credmap.py --username USERNAME --password PASSWORD
EXAMPLE:python2 credmap.py --username barneystinson007 --password 12345678


Advance Search:

You can include all 3 arguments in command in order to get maximum result.
python2 credmap.py --email MAIL --username USERNAME --password PASSWORD 
EXAMPLE:  python2 credmap.py --email barneystinson007@gmail.com --username barneystinson007 --password 12345678

How to install and use Credmap in Termux No Root- 2020



Conclusion:

This tool is similar to sherlock, sherlock allows you to search for a particular username on all social media, forums and even sites. This tool is great if you already have some data about the victim. You can also use proxy in order to hide your identity while gathering information . if you want, I can include that part in this blog.if you have any problem while installing you can comment down below, thanks for reading.

Post a Comment

2 Comments

  1. What about the proxy u mentioned

    ReplyDelete
  2. Please tell how to use proxy in order to hide our identity

    ReplyDelete