Sponsored
Exploiting Tools

Chalumeau – A GUI Based Credential Dumping

Hey Folks, in this tutorial we are going to talk about an interesting tool called “Chalumeau“. This may be necessary for those who are not familiar with the command line as it provides us (GUI) interface to dump credentials from the victim machine. From the owner we found out it is based on powershell and python. It provides us with a command which is executed on powershell or cmd and as soon as we execute the command, it dumps all the credentials such as : chrome, firefox, saved password, administrator etc from the victim machine. Lets talk about the main features of this tool.

  • Extract Password List
  • Dashboard Reporting & Web Interface
  • Parsing Mimikatz
  • Write your own Payloads
  • In-Memory execution
  • Dumping Tickets

Lets take a look 🙂 !!

Installation

The installation is quite simple and for the installation first we need to download this tool from the github and after complete the downloading we will go to the directory and give executable permission of the “install.sh” and execute the file.

git clone https://github.com/cyberstruggle/chalumeau.git
cd chalumeau/
chmod +x install.sh
sudo ./install.sh

As you can see that it gives us the username and password of the login page as soon as we complete the installation.

By executing this file we can host this tool on our localhost machine as given below. If the installation is successful, it will give us the host file location, which we need to open on the browser and enter the credentials initially provided by this tool.

bash start.sh

After doing all this the interface of this tool will appear on the browser as shown below image.

Start Dumping

Now we are ready to dump the credentials from the victim machine just we need to click on “start dumping” button.

After clicking on the button it gives us two options, first is powsershell and second is cmd, both will do the same thing but we have to choose one of the two so we will copy the cmd command.

After copying the command we will execute it at the cmd prompt and return to the kali machine.

Wooo 🙂 Here you can see that we successfully obtained 22 credentials from the target machine by executing only one command.

We can see the window logon credentials with the help of which we can control the target system.

To get all the credentials we will go to the machine section and click on View option.

Combine everything like Google, Firefox, Edge, it gives us 22 credentials in total which are really amazing.

There is no need if you want to share or save those credentials as it gives us the download option from where we can download all the credentials in TXT file format.

About the Author
Shubham Goyal Certified Ethical Hacker, information security analyst, penetration tester and researcher. Can be Contact on Linkedin.
Sponsored

Recent Posts

Termux Cheat Sheet for Hackers

Hey Folks :) !! In this article, we present the "Termux Cheat Sheet for Hackers"…

1 month ago

Cracking the X-Factor in Cybersecurity: How Humans are Protecting the Systems?

Amid the rapid advancement of technology, the significance of human involvement in cybersecurity frequently goes…

8 months ago

Cariddi – Hidden Endpoint Finder for Bug Hunting

Hey Folks, we are back today after such a long break, but don't worry we…

2 years ago

API Security Testing 101: Know Everything About API Security Testing!

The security of your API should be one of the top priorities of companies. Without…

2 years ago

7 Best Tools for Web Penetration Testing: Comprehensive Details

Hey Folks, In today's business world, it is essential to have an online presence. However,…

2 years ago

Cyber Security Audits: Everything You Need to Know About It

Hey Folks, Is your business prepared in case of a cyber attack? Many companies don't…

2 years ago
Sponsored

This website uses cookies.