-
Who's Online 5 Members, 0 Anonymous, 561 Guests (See full list)
- tyazhelnikov
- kmscom
- harlan4096
- durtuno
- murat5038
-
Forum Statistics
34.4k
Total Topics194.2k
Total Posts -
Member Statistics
72198
Total Members2002
Most OnlineNewest Member
jara1969
Joined
Kaspersky Plus
Güvenlik. Performans. Gizlilik. Hepsi kullanımı kolay tek bir uygulamada.
Kaspersky Small Office Security
Küçük ölçekli işletmenizi kolayca koruyun
Kaspersky Password Manager
Parolalarınız ve belgeleriniz her zaman elinizin altında
Kaspersky Small Office Security
Unkomplizierter Schutz für kleine Unternehmen
Premiumversion
Kaspersky Safe Kids
Behalten Sie Ihre Kinder im Auge, auch wenn Sie nicht in der Nähe sind
Kaspersky VPN Secure Connection
Sicher. Privat. Außergewöhnlich schnell. So sollte Internet sein.
Kaspersky Standard
Mejora la protección con el optimizador del rendimiento del dispositivo
Kaspersky Plus
Seguridad. Rendimiento. Privacidad. Todo en una única aplicación fácil de usar.
Kaspersky Small Office Security
Proteja fácilmente su pequeña empresa
Versión premium
Kaspersky Safe Kids
Supervisa a tus hijos, incluso cuando no estés con ellos
Kaspersky Small Office Security
Protégez votre PME sans effort
Kaspersky Plus
Combina recursos de segurança, desempenho e privacidade em um aplicativo
Kaspersky Small Office Security
Proteja a sua pequena empresa sem esforço
Kaspersky Premium
Proteção completa para seus dispositivos, privacidade online e identidade
Versão Premium
Kaspersky Safe Kids
Fique de olho nas crianças, mesmo quando não estiver por perto
Kaspersky VPN Secure Connection
Segura. Privada. Excepcionalmente rápida. Como a internet deveria ser.
Kaspersky Standard
Protezione avanzata con ottimizzazione delle prestazioni dei dispositivi
Kaspersky Small Office Security
Protezione immediata delle piccole aziende
Versione premium
Kaspersky Safe Kids
Accertati che i tuoi figli siano al sicuro, anche quando non sei con loro
Kaspersky Secure Connection
Надёжное шифрование и защита данных — даже в открытых Wi Fi сетях
-
Forum
-
23
-
4
VPN блочит весь трафк на Мак
Добрый день. Обратитесь в поддержку: https://support.kaspersky.com/b2c/#contacts Ясно. Напишите в ответ на запрос об этом, пока он не закрылся. Через форум ее не решить. -
4
-
3
How to Block a Range of IP Addresses using Kaspersky Firewall?
Hello, I'm currently trying out Kaspersky's products. However, I have some doubts about CIDR . My requirement is to "block all IPv6 inbound access to my computer", so I filled in "::/0" in the "Remote Address", but it didn't work. Later, I tried filling in "2409::/16" to block IPv6 addresses starting with 2406, and this time it worked. The main issue is that "::/0" didn't work. Could you please take a look and help me? Thank you~ This function is very important to me. -
1
-
0
Kaspersky für Linux
Hallo gibt es schon Infos darüber wann in Deutschland Kaspersky für Linux zum Download angeboten wird. Gruß Astor27 -
1
C program detected as trojan?
@damian.romero Welcome. Please submit the code to Kaspersky Technical Support : https://support.kaspersky.com/b2c/#contacts- 1
-
- false positive
- windows 11
-
(and 1 more)
Tagged with:
-
1
C program detected as trojan?
i was doing some simple coding for some homework, and when i execute, i mistakenly add the wrong type of varyable when testing, asked for number, gave caracter. suddenly kasresresky detected a "trojan" on the resulting executable, and proceded to ask me for a full cleanup, i clean, whatever, but now the porgram wont work, and everytime i comple it, it just stops visual studio code from executing it, i added it to exceptions, but it may be better if the problem was solved. if its any of help, here is the c code: #include <stdio.h> int x=0,i=0,j=0; float total=0; typedef struct { char name[4][50]; int numcuenta; float calificaciones[3]; } Alumno; int main(void) { do{ puts ("cuantos alumnos deseas introducir, maximo 30: "); scanf ("%d",&x); } while (x<0||x>30); Alumno alumnos[x]; for (i=0;i<x;i++) { printf ("alumno: %d ",i+1); puts ("introduzca el primer nombre: "); scanf("%49s",&alumnos[i].name[0]); puts ("introduzca el segundo nombre: "); scanf("%49s",&alumnos[i].name[1]); puts ("introduzca el primer apellido: "); scanf("%49s",&alumnos[i].name[2]); puts ("introduzca el segundo apellido: "); scanf("%49s",&alumnos[i].name[3]); puts ("introduzca su numero de cuenta: "); scanf("%d",&alumnos[i].numcuenta); for (j=0;j<3;j++) { printf("introduzca su calaficacion en la materia %d: ",j+1); scanf ("%f",&alumnos[i].calificaciones[j]); } } for (i=0;i<x;i++) { puts ("la calificacion del alumno:"); for (j=0;j<4;j++) { printf(" %s",alumnos[i].name[j]); } printf(" %d ",alumnos[i].numcuenta); puts (" es"); for (j=0;j<3;j++) { total=total + alumnos[i].calificaciones[j]; } total=total/3; printf("%.2f \n",total); total=0; } }- false positive
- windows 11
-
(and 1 more)
Tagged with:
-