This project is a simple SHA1 password cracker written in Go. It attempts to crack SHA1 hashed passwords by comparing them against a list of known passwords and salts.
- Crack SHA1 hashed passwords
- Support for salted passwords
- Easy to use
-
Clone the repository:
git clone https://github.com/Sumit0x00/SHA1-Password-Cracker.git cd SHA1-Password-Cracker
-
Build the project:
go build main.go
-
Run
./main
-
Testing
go test
To crack a SHA1 hashed password, you can use the CrackSHA1Hash
function from the pass
package.
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.