Skip to content

Commit

Permalink
fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
LandGrey committed Jul 22, 2017
1 parent 7128f54 commit bda1f3d
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 38 deletions.
54 changes: 27 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,36 +50,36 @@ python pydictor.py
## Quick to use:
#### types of generate wordlist(14 types)and descriptions

| wordlist type | number| description |
|: ----------- :| :----:| :---------------: |
| base | 1 | basic wordlist |
| char | 2 | custom character wordlist |
| chunk | 3 | permutation and combination wordlist |
| conf | 4 | based on configuration file wordlist |
| sedb | 5 | social engineering wordlist |
| idcard | 6 | id card last 6/8 char wordlist |
| extend | 7 | extend wordlist based on rules|
| scratch | 8 | wordlist based on web pages keywords|
| passcraper | 9 | wordlist against to web admin and users |
| handle | 10 | handle the input file generate wordlist|
| uniqifer | 11 | unique the input file and generate wordlist |
| counter | 12 | word frequency count wordlist |
| combiner | 13 | combine the input file generate wordlist|
| uniqbiner | 14 | combine and unique the input file generate wordlist|
| wordlist type | number| description |
|:-------------:| :---: |:--------------------------------------------------: |
| base | 1 | basic wordlist |
| char | 2 | custom character wordlist |
| chunk | 3 | permutation and combination wordlist |
| conf | 4 | based on configuration file wordlist |
| sedb | 5 | social engineering wordlist |
| idcard | 6 | id card last 6/8 char wordlist |
| extend | 7 | extend wordlist based on rules |
| scratch | 8 | wordlist based on web pages keywords |
| passcraper | 9 | wordlist against to web admin and users |
| handle | 10 | handle the input file generate wordlist |
| uniqifer | 11 | unique the input file and generate wordlist |
| counter | 12 | word frequency count wordlist |
| combiner | 13 | combine the input file generate wordlist |
| uniqbiner | 14 | combine and unique the input file generate wordlist |

#### function and scope of support wordlist number

| function | support number | description |
|: -------- :| :-------------------------- :| :---------------------------------- :|
| len | 1 2 3 4 5 6 7 9 10 11 12 14 | lenght scope |
| head | 1 2 3 4 5 6 7 9 10 11 12 14 | add items prefix |
| tail | 1 2 3 4 5 6 7 9 10 11 12 14 | add items suffix |
| encode | 1 2 3 4 5 6 7 9 10 11 12 14 | encode the items |
| occur | 3 4 5 7 9 10 11 12 14 | filter by occur times of letter、digital、special chars |
| types | 3 4 5 7 9 10 11 12 14 | filter by types of letter、digital、special chars |
| regex | 3 4 5 7 9 10 11 12 14 | filter by regex |
| level | 5 7 9 | set the wordlist level |
| leet | 5 7 9 | 1337 mode |
| function | support number | description |
|:----------:| :--------------------------: |:-------------------------------------------------------: |
| len | 1 2 3 4 5 6 7 9 10 11 12 14 | lenght scope |
| head | 1 2 3 4 5 6 7 9 10 11 12 14 | add items prefix |
| tail | 1 2 3 4 5 6 7 9 10 11 12 14 | add items suffix |
| encode | 1 2 3 4 5 6 7 9 10 11 12 14 | encode the items |
| occur | 3 4 5 7 9 10 11 12 14 | filter by occur times of letter、digital、special chars |
| types | 3 4 5 7 9 10 11 12 14 | filter by types of letter、digital、special chars |
| regex | 3 4 5 7 9 10 11 12 14 | filter by regex |
| level | 5 7 9 | set the wordlist level |
| leet | 5 7 9 | 1337 mode |


## usage examples
Expand Down
22 changes: 11 additions & 11 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ python pydictor.py

#### 可以生成的字典类型(14种)及其说明

| 类型 | 编号 | 说明 |
|: ----------- :| :----:| :---------------: |
| 类型 | 编号 | 说明 |
|:-------------:| :---: |:----------------: |
| base | 1 | 基础字典 |
| char | 2 | 自定义字符集字典 |
| chunk | 3 | 排列组合字典 |
Expand All @@ -72,17 +72,17 @@ python pydictor.py

#### 字典类型与功能适用范围对照表

| 功能 | 适用范围(编号) | 说明 |
|: -------- :| :-------------------------- :| :------------------------------ :|
| len | 1 2 3 4 5 6 7 9 10 11 12 14 | 定义长度范围 |
| head | 1 2 3 4 5 6 7 9 10 11 12 14 | 添加字典条目前缀 |
| tail | 1 2 3 4 5 6 7 9 10 11 12 14 | 添加字典条目后缀 |
| encode | 1 2 3 4 5 6 7 9 10 11 12 14 | 对字典条目进行编码 |
| 功能 | 适用范围(编号) | 说明 |
|:----------:| :--------------------------: |:-----------------------------------: |
| len | 1 2 3 4 5 6 7 9 10 11 12 14 | 定义长度范围 |
| head | 1 2 3 4 5 6 7 9 10 11 12 14 | 添加字典条目前缀 |
| tail | 1 2 3 4 5 6 7 9 10 11 12 14 | 添加字典条目后缀 |
| encode | 1 2 3 4 5 6 7 9 10 11 12 14 | 对字典条目进行编码 |
| occur | 3 4 5 7 9 10 11 12 14 | 字母、数字、特殊字符出现次数范围筛选 |
| types | 3 4 5 7 9 10 11 12 14 | 字母、数字、特殊字符各种类数范围筛选 |
| regex | 3 4 5 7 9 10 11 12 14 | 正则筛选 |
| level | 5 7 9 | 字典级别筛选 |
| leet | 5 7 9 | 1337 模式 |
| regex | 3 4 5 7 9 10 11 12 14 | 正则筛选 |
| level | 5 7 9 | 字典级别筛选 |
| leet | 5 7 9 | 1337 模式 |


## 使用实例
Expand Down

0 comments on commit bda1f3d

Please sign in to comment.