feat(wordlists): Add BIP 39 wordlist (#67)
This commit is contained in:
1
tools/make_json.py
vendored
1
tools/make_json.py
vendored
@@ -7,6 +7,7 @@ import re
|
|||||||
|
|
||||||
|
|
||||||
keywords = {
|
keywords = {
|
||||||
|
"Bip": "BIP",
|
||||||
"Sql": "SQL",
|
"Sql": "SQL",
|
||||||
"Jsp": "JSP",
|
"Jsp": "JSP",
|
||||||
"Lfi": "LFI",
|
"Lfi": "LFI",
|
||||||
|
|||||||
1
tools/make_readme.py
vendored
1
tools/make_readme.py
vendored
@@ -5,6 +5,7 @@ import os
|
|||||||
import re
|
import re
|
||||||
|
|
||||||
keywords = {
|
keywords = {
|
||||||
|
"Bip": "BIP,
|
||||||
"Sql": "SQL",
|
"Sql": "SQL",
|
||||||
"Jsp": "JSP",
|
"Jsp": "JSP",
|
||||||
"Lfi": "LFI",
|
"Lfi": "LFI",
|
||||||
|
|||||||
2048
wordlists/miscellaneous/bip_39.txt
vendored
Normal file
2048
wordlists/miscellaneous/bip_39.txt
vendored
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user