Skip to content

A package for password cracking built with Rust.

Notifications You must be signed in to change notification settings

AmonRayfa/euclid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EUCLID

Version: 1.0.0 Published: 10/01/2024 Latest update: 06/05/2024 Description: This is a cross-platform program that uses a customizable brute force method to crack passwords.

Instructions

Windows

Verify that the execution policy is set to Unrestricted or Bypass (Set-ExecutionPolicy Unrestricted or Set-ExecutionPolicy RemoteSigned) and run the script (. .\script.ps1). Or, execute the script with the -ExecutionPolicy Bypass parameter (powershell.exe -ExecutionPolicy Bypass -File .\script.ps1).

macOS

None yet.

Linux

None yet.

Remarks

If you use the admin-crack task, make sure that the euclid directory is in a folder that the target user can access.

About

A package for password cracking built with Rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages