https://github.com/carlosgrillet/permuter
BruteForce tool
https://github.com/carlosgrillet/permuter
brute-force cracking easy-to-use passwod permutation-algorithms pyhton
Last synced: 9 months ago
JSON representation
BruteForce tool
- Host: GitHub
- URL: https://github.com/carlosgrillet/permuter
- Owner: carlosgrillet
- Created: 2017-07-27T07:09:30.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2024-11-17T03:20:00.000Z (over 1 year ago)
- Last Synced: 2024-11-17T04:20:04.843Z (over 1 year ago)
- Topics: brute-force, cracking, easy-to-use, passwod, permutation-algorithms, pyhton
- Language: Python
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Permuter
Permuter is a tool written in python that allows you to create a passwords lists based on personal data about a person, like the name, born date, id, pet name, any data that can be used to create a password permuting these data to generate a password list. This, like any password maker for BruteForce, may fail. So be smart and patient :).
### How to use?
To use this tool you only need to have basic data of a person, and then follow the next steps.
### Install
```
$ git clone https://github.com/carlosgrillet/permuter.git
$ cd permuter
$ pip install -r requirements.txt
```
### Usage
```
Usage: pyhton permuter.py [data 1] [data 2] [data 3] [data 4]... [data n]
______
(_____ \ _
_____) )____ ____ ____ _ _ _| |_ _____ ____
| ____/ ___ |/ ___) \| | | (_ _) ___ |/ ___)
| | | ____| | | | | | |_| | | |_| ____| |
|_| |_____)_| |_|_|_|____/ \__)_____)_|
Carlos Grillet
Version 0.3
[?]Add special chars[ - _ . ! ][y/n]:
[?]Generate only passwords greater than 8 chars?[y/n]:
[+]Num of items to be permuted: n
[+]Num of possible permutations: p
[!]Creating file of passwords
[!]File locate in: ~/permuter/passw.txt
[!]Writing...
[!]File save successfully
```
### Example:
```bash
python permuter.py --help
```
```bash
python permuter.py first_name last_name born_date
```