PANEL USKO Panel | PHP | [2000+] User Destekler

Admin

Kurucu Admin
Katılım
22 Ara 2020
Mesajlar
492
Çözümler
1
Tepkime puanı
14,007
Puanları
160
Konum
Kütahya
Web
ko-yardim.com
usko-ko-yardim.jpg
Merhabalar arkadaşlar,

USKO Panel, güzel duruyor. Güvenlik paketi ile beraber sizlere sunuyoruz.

Güvenliğiniz için;
/cgi-bin/printenv.pl
/phpinfo.php

bu dosyaları silin.

string değişkenlere addslashes uygulansa bile sql açığından faydalanılabilir, ve daha bir çok yerde sql koruması eksik,
/core/destek-cevap.php de

Kod:
PHP:
<?php
$ticketid=$_GET["tid"];
$tickets = odbc_exec($conn,"select AccountID from TICKET_CENTER where ID='".$ticketid."'");
benzeri

Kod:
PHP:
function sql_injection_check(){
$badwords = Array("--",";","'",'"',"INSERT", "DROP", "SELECT", "UPDATE", "DELETE", "drop", "insert", "select", "update", "delete", "WHERE", "where","exec","EXEC","procedure","PROCEDURE");

foreach($_REQUEST as $value) {
foreach($badwords as $word) {
if(substr_count($value, $word)) {
exit();
}
}
}
}
sql_injection_check();

bunu da /config/db.php

en alta ekleyin.


İndirme Linki:

Rar Şifresi:
 
Son düzenleme:

cwcw

KY Üye
Katılım
21 Ocak 2021
Mesajlar
2
Tepkime puanı
0
Puanları
61
tnxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
 

rudrax01

KY Üye
Katılım
1 Ocak 2021
Mesajlar
54
Tepkime puanı
5
Puanları
68
Ekli dosyayı görüntüle 234
Hello friends,

USKO Panel looks good. We present it to you with the security package.

For your safety;
/cgi-bin/printenv.pl
/phpinfo.php

delete these files.

sql vulnerability can be exploited even if addslashes is applied to string variables , and sql protection is missing in many other places,
at /core/support-answer.php

Kod:
PHP:
<?php
$ticketid=$_GET["tid"];
$tickets = odbc_exec($conn,"select AccountID from TICKET_CENTER where ID='".$ticketid."'");
like

Kod:
PHP:
function sql_injection_check(){
$badwords = Array("--",";","'",'"',"INSERT", "DROP", "SELECT", "UPDATE", "DELETE", "drop", "insert", "select", "update", "delete", "WHERE", "where","exec","EXEC","procedure","PROCEDURE");

foreach($_REQUEST as $value) {
foreach($badwords as $word) {
if(substr_count($value, $word)) {
exit();
}
}
}
}
sql_injection_check();

You can also do this /config/db.php

add at the bottom.


Download link:
*** Hidden text: cannot be quoted. ***


RAR Password:
*** Hidden text: cannot be quoted. ***
sdf
 

simsekcafe

KY Uzman Üye
KY YardımSever
Katılım
24 Eki 2021
Mesajlar
212
Çözümler
2
Tepkime puanı
9
Puanları
48

eiriess

KY Üye
Katılım
23 Mar 2022
Mesajlar
10
Tepkime puanı
0
Puanları
31
Ekli dosyayı görüntüle 234
Merhabalar arkadaşlar,

USKO Panel, güzel duruyor. Güvenlik paketi ile beraber sizlere sunuyoruz.

Güvenliğiniz için;
/cgi-bin/printenv.pl
/phpinfo.php

bu dosyaları silin.

string değişkenlere addslashes uygulansa bile sql açığından faydalanılabilir, ve daha bir çok yerde sql koruması eksik,
/core/destek-cevap.php de

Kod:
PHP:
<?php
$ticketid=$_GET["tid"];
$tickets = odbc_exec($conn,"select AccountID from TICKET_CENTER where ID='".$ticketid."'");
benzeri

Kod:
PHP:
function sql_injection_check(){
$badwords = Array("--",";","'",'"',"INSERT", "DROP", "SELECT", "UPDATE", "DELETE", "drop", "insert", "select", "update", "delete", "WHERE", "where","exec","EXEC","procedure","PROCEDURE");

foreach($_REQUEST as $value) {
foreach($badwords as $word) {
if(substr_count($value, $word)) {
exit();
}
}
}
}
sql_injection_check();

bunu da /config/db.php

en alta ekleyin.


İndirme Linki:
*** Gizli metin: alıntı yapılamaz. ***


Rar Şifresi:
*** Gizli metin: alıntı yapılamaz. ***
bir sürü panel denedim
 
Reklam