Update README.md

This commit is contained in:
Panagiotis Chartas 2022-07-05 11:57:30 +02:00 committed by GitHub
parent 729ec3af29
commit 1ea322ed97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ psudohash is a password list generator for orchestrating brute force attacks. It
System administrators and employees tend to use the Company's name (or a subset of the name) as password for Wi-Fi access points, network devices and application or even domain accounts. With the company's name as input and the most basic options, psudohash will produce a wordlist with all possible character substitutions, char-case variations and more. Take a look at the following example:
![usage_example_png](https://raw.github.com/t3l3machus/psudohash/master/Screenshots/micro-example.png)
The script includes a basic character substitution schema. You can add/modify character substitution patterns by editing the source and following the data structure presented below (default):
The script includes a basic character substitution schema. You can add/modify character substitution patterns by editing the source and following the data structure logic presented below (default):
```
transformations = [
{'a' : '@'},