Credentials Checker SSH/SMB is a powerful and user-friendly GUI tool designed for bulk credential verification across SSH and SMB services. With the ability to check credentials over custom ports, this tool streamlines the process of verifying username and password combinations, making it an essential addition to any security professional's toolkit.
Easily verify username and password combinations for multiple IP addresses, saving you time and effort in the credential validation process.
Credentials Checker SSH/SMB supports both SSH and SMB services, allowing you to check credentials for a wide range of systems and network shares.
You have the flexibility to specify custom ports for credential checks, making it suitable for systems that don't use the standard SSH (22) and SMB (445) ports.
The graphical user interface (GUI) provides an intuitive and user-friendly experience, making it accessible to both security experts and novices.
Generate detailed reports of the credential verification results, providing clear insights into the status of each IP address and associated credentials.
Upload a list of IP addresses and their associated username and password combinations in a user-friendly format, making bulk credential verification a breeze.
git clone "https://github.com/harshdhamaniya/credentialschecker.git"
sudo pip install -r requirements.txt
python app.py
- Web Based Application can be accessible at
http://localhost:8015/
ORhttp://127.0.0.1:8015/
- If you're hosting the application on VPS, you can access it via
http://<VPSIP Address>:8015/
Credentials Checker SSH/SMB is easy to install and runs on major operating systems. To get started, follow these steps:
- Download the tool from GitHub Releases.
- Install the tool on your system following the installation guide provided in the repository.
Once installed, launch the tool and follow these steps:
- Open the application.
- Load a list of IP addresses and associated credentials.
- Configure custom ports (if necessary).
- Start the credential verification process.
- Review the detailed report to identify successful and unsuccessful credential checks.
Credentials Checker SSH/SMB is licensed under the MIT License, ensuring that it remains open and accessible to all.