diff --git a/README.md b/README.md index 7b028db..17f28c5 100644 --- a/README.md +++ b/README.md @@ -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' : '@'},