Update README.md
This commit is contained in:
parent
729ec3af29
commit
1ea322ed97
@ -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:
|
||||

|
||||
|
||||
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' : '@'},
|
||||
|
Loading…
x
Reference in New Issue
Block a user