Update README.md

This commit is contained in:
Panagiotis Chartas 2022-07-03 10:19:11 +02:00 committed by GitHub
parent 5f4583fb3a
commit 0b3faaffcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1 +1,25 @@
# psudohash
# psudohash
[![Python 3.x](https://img.shields.io/badge/python-3.x-yellow.svg)](https://www.python.org/) [![License](https://img.shields.io/badge/license-MIT-red.svg)](https://github.com/t3l3machus/psudohash/blob/main/LICENSE)
<img src="https://img.shields.io/badge/Maintained%3F-Yes-CD8335">
## Purpose
## Screenshot
![usage_example_png](https://raw.github.com/t3l3machus/psudohash/master/Screenshots/psudohash.png)
## Installation
No special requirements. Just clone the repo and make the script executable:
```
git clone https://github.com/t3l3machus/psudohash
cd ./psudohash
chmod +x psudohash.py
```
## Usage
```
./psudohash.py [-h] -w WORDS [-an LEVEL] [-nl LIMIT] [-y YEARS] [-ap VALUES] [-cpb] [-cpa] [-cpo] [-o FILENAME] [-q]
```
The help dialog [ -h, --help ] includes usage details and examples.
## Usage Tips
## Future
I'm gathering information regarding commonly used password creation patterns to enhance the tool's capabilities.