Breaking News

Friday, 4 September 2020

How to install and use Credmap in Termux No Root

 

How to install and use Credmap in Termux No Root

What is CredMap?



CredMap is a Credential mapper that allows you to login in on multiple websites using specified credentials. Let's say you have login credentials of victims Gmail account and you want to find out, is it possible to log in on other social media accounts using the same credentials. Then Credmap will be the best tool for this job.


Nowadays we create a new account on every new website and it requires a username and password to log in, maximum users use the same username and password they are using on other social media accounts which means if we have victims credentials of any social media account it is possible to hack their other accounts too.

It is time-consuming to go on every website and try to log in, because there are a lot of platforms on the internet. Credmap is a credential mapper where you can specify the username and password and it will try to log in on multiple social media accounts and give you a list of websites where it gets positive results.

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.





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 

(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



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

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




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




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.

Related Posts:

  • Hack CCTV Cameras Using Termux - 2020  Hack CCTV Cameras Using Termux - 2020We are living in the world of IOT (internet of things). No matter where you go you will find CCTV cameras. Any CCTV camera which is connected to the internet can be accessed using m… Read More
  • How to install Termux-Games Script 🎮📑 - 2020 How to install Termux-Games Script 🎮📑 - 2020So I have posted an article on how you can play games in termux where I have given a list of games on how you can download them in your termux and which command you have to use t… Read More
  • How to install Lazy Script in Termux - 2020  How to install Lazy Script in Termux - 2020In this post, I am going to tell you about a termux tool that is specially made for beginners.Termux lazy script is a tool created by technical Mujeeb on GitHub that allows yo… Read More
  • How to Play Music in Termux 🎧- 2020  How to Play Music in Termux 🎧- 2020In this post, You are going to learn how you can play music in termux and it will show the timing of the song as well as I will be able to play in the background. There are multiple … Read More
  • Parrot-OS Shell Command-Line in Termux - 2020  Parrot-OS Shell Command-Line in Termux - 2020In This Post, you are going to learn how you can make your termux to look like Parrot os without Installing Anything on termux.When we use Termux we see $ before the cursor … Read More

0 comments:

Post a Comment

'; (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })();
'; (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })();