Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[addtool] PassMute #1249

Closed
piyush-security opened this issue May 18, 2023 · 2 comments
Closed

[addtool] PassMute #1249

piyush-security opened this issue May 18, 2023 · 2 comments
Labels
enhancement New feature or request refused

Comments

@piyush-security
Copy link

[link]
https://github.com/HITH-Hackerinthehouse/PassMute
[/link]

[tags]
password-generator, password, mutation
[/tags]

[short_descr]
PassMute - A Password Trasmutation/Mutator tool
[/short_descr]

[long_descr]
This is a command-line tool written in Python that applies one or more transmutation rules to a given password or a list of passwords read from one or more files. The tool can be used to generate transformed passwords for security testing or research purposes. Also, while you doing pentesting it will be very useful tool for you to brute force the passwords!!

How Passmute can also help to secure our passwords more?
PassMute can help to generate strong and complex passwords by applying different transformation rules to the input password. However, password security also depends on other factors such as the length of the password, randomness, and avoiding common phrases or patterns.

The transformation rules include:
[+] reverse: reverses the password string
[+] uppercase: converts the password to uppercase letters
[+] lowercase: converts the password to lowercase letters
[+] swapcase: swaps the case of each letter in the password
[+] capitalize: capitalizes the first letter of the password
[+] leet: replaces some letters in the password with their leet equivalents
[+] strip: removes all whitespace characters from the password

The tool can also write the transformed passwords to an output file and run the transformation process in parallel using multiple threads.

[/long_descr]

[image]
image

[/image]

[image]
image
[/image]

@gwen001
Copy link
Owner

gwen001 commented May 18, 2023

Issue correctly handled, tool is waiting for human validation.

@gwen001 gwen001 added the enhancement New feature or request label May 18, 2023
@gwen001
Copy link
Owner

gwen001 commented May 22, 2023

Tool has been refused by the team, feel free to get in touch if you have any question.

Thank you!

@gwen001 gwen001 closed this as completed May 22, 2023
@gwen001 gwen001 added wontfix This will not be worked on and removed enhancement New feature or request labels May 22, 2023
@gwen001 gwen001 added enhancement New feature or request refused and removed wontfix This will not be worked on labels Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request refused
Projects
None yet
Development

No branches or pull requests

2 participants