-
Notifications
You must be signed in to change notification settings - Fork 6
/
config.ini
95 lines (72 loc) · 2.37 KB
/
config.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
################################################################################
# Nepali Custom Password Generator (NCPG) #
# Generate common weak nepali password #
# This is configuration file of NCPG. #
# #
# -Edit the settings according to your wish. #
# -Replace 'true' with 'false' if you dont want to use the functions. #
# #
################################################################################
[PASSWORD LENGTH]
# Set the minimum and maximum length of password to be generated.
minimum length = 8
maximum length = 15
[APPEND]
# These words will be added at the end of passwords. Only for dictionary mode.
append = 123,1234,12345,@123,@1234,@12345
[APPEND INTERACTIVE]
# These words will be added at the end of passwords. Only for interactive mode.
append = 2070,2071,2072,2073,2074,2075,2076,123,1234,12345,@123,@1234,@12345
[REPLACE]
# Replace alphabet characters with special characters. Eg; password => p@$$w0rd
a = @
c = c
h = h
i = i
l = l
o = 0
s = $
[LEET]
# leet mode. Eg; password => p455w0rd
a = 4
i = 1
e = 3
t = 7
o = 0
s = 5
g = 9
z = 2
[SPECIAL CHARACTERS]
# These characters will be included in the wordlists.
chars = !,@,'#',$,%%,&,*
[RANDOM NUMBERS]
# Add ramdom numbers from and to. Only for interactive mode not for dictionary mode.
from = 0
to = 100
[RANDOM NUMBERS2]
# Add ramdom numbers from and to. Only for dictionary mode not for interactive mode.
from = 0
to = 10
[DICTIONARIES]
# Dictionaries to be included in the wordlists.
nepali_names = true
nepali_castes = true
nepali_places = true
[CASES]
# Cases of wordlists. Only for dictionary mode not for interactive mode.
# lower case = true by default
title case = true
upper case = true
[PHONE NUMBERS]
# Ncell numbers starts with 980 / 981 / 982
# Nameste commonly known as NTC numbers starts with 984 / 985 / 986
# Sky numbers starts with 974 / 975
# Smart Cell numbers starts with 961 / 988
# UTL numbers starts with 972
# Hello mobile or Nepal Satellite Telecom starts with 963
Ncell = true
Namaste = false
Sky = false
Smart Cell = false
UTL = false
Hello Mobile = false