Accueil > > > SCANNER D'IP
SCANNER D'IP
Information sur la source
Description
Ce programe scane une plage d'ip et cherche dans celle ci quel son celle qui otorise une connection par le port 21 (FTP) en temps qu'anonymous.
Source
- #include <stdio.h>
- #include <stdlib.h>
- #include <windows.h>
- #include <Wininet.h>
-
- HINTERNET internet_ok;
- HANDLE thboot;
- int tmp,tmp2,tmp3,tmp4,tmp5,nb;
- char ftp_ip[16];
- char ftp_ip2[16];
- char ftp_ip3[16];
- char ftp_ip4[16];
- char ftp_ip5[16];
-
- conint()
- {
- internet_ok = InternetOpen("", 1, "", "", 0);
- if ( internet_ok == NULL )
- {
- printf("Impossible de se connecter a internet.\n");
- return(1);
- } else
- {
- printf("Connection a internet Reussi.\n");
- return(0);
- }
- }
-
- DWORD WINAPI conftp(LPVOID ftp_ipnb_tmp)
- {
- char * ftp_ipnb = (char*) ftp_ipnb_tmp;
- HINTERNET ftp_ok;
- char ftp_ip_bis[16];
-
- if (!strcmp(ftp_ipnb,"1"))
- {
- strcpy(ftp_ip_bis,ftp_ip);
- tmp=0;
- }else if (!strcmp(ftp_ipnb,"2"))
- {
- strcpy(ftp_ip_bis,ftp_ip2);
- tmp2=0;
- }else if (!strcmp(ftp_ipnb,"3"))
- {
- strcpy(ftp_ip_bis,ftp_ip3);
- tmp3=0;
- }else if (!strcmp(ftp_ipnb,"4"))
- {
- strcpy(ftp_ip_bis,ftp_ip4);
- tmp4=0;
- }else if (!strcmp(ftp_ipnb,"5"))
- {
- strcpy(ftp_ip_bis,ftp_ip5);
- tmp5=0;
- }else
- {
- nb--;
- printf("ERREUR");
- system("pause");
- return(0);
- }
-
- ftp_ok = InternetConnect ( internet_ok, ftp_ip_bis, 21, "anonymous", "aze@aze.com", INTERNET_SERVICE_FTP, 0, 0);
- if ( ftp_ok == NULL )
- {
- //DWORD errorCode = GetLastError();
- //printf("Impossible de se connecter au FTP(%d).\n",errorCode);
- //printf("Impossible : %d\n",errorCode);
- nb--;
- return(1);
- } else
- {
- printf("\t\t\t\t%s\n",ftp_ip_bis);
- nb--;
- InternetCloseHandle(ftp_ok);
- return(0);
- }
- }
-
- main()
- {
- DWORD deb, fin;
- int d1,d2,d3,d4,f1,f2,f3,f4,tmp_tmp;
-
- if (conint() == 1) //connection a internet
- return(1);
-
- printf("Scan de l'ip : ");
- scanf("%d.%d.%d.%d",&d1,&d2,&d3,&d4);
- printf("A l'ip : ");
- scanf("%d.%d.%d.%d",&f1,&f2,&f3,&f4);
- printf("\nScan de d'ip %d.%d.%d.%d a l'ip %d.%d.%d.%d :\n",d1,d2,d3,d4,f1,f2,f3,f4);
- deb = GetTickCount(); // debut du crono //
- if (d1!=f1)
- {
- for(;d1<=f1;d1++)
- {
- for(;d2<256;d2++)
- {
- for(;d3<256;d3++)
- {
- for(;d4<256;d4++)
- {
- while(tmp_tmp == 0)
- {
- while (nb>800)
- sleep(500);
- if (tmp == 0)
- {
- tmp=tmp_tmp=1;
- sprintf(ftp_ip,"%d.%d.%d.%d",d1,d2,d3,d4);
- nb++;
- while((thboot = CreateThread(NULL, 0, conftp , &"1", 0, NULL)) == NULL);
- }else if (tmp2 == 0)
- {
- tmp2=tmp_tmp=1;
- sprintf(ftp_ip2,"%d.%d.%d.%d",d1,d2,d3,d4);
- nb++;
- while((thboot = CreateThread(NULL, 0, conftp , &"2", 0, NULL)) == NULL);
- }else if (tmp3 == 0)
- {
- tmp3=tmp_tmp=1;
- sprintf(ftp_ip3,"%d.%d.%d.%d",d1,d2,d3,d4);
- nb++;
- while((thboot = CreateThread(NULL, 0, conftp , &"3", 0, NULL)) == NULL);
- }else if (tmp4 == 0)
- {
- tmp4=tmp_tmp=1;
- sprintf(ftp_ip4,"%d.%d.%d.%d",d1,d2,d3,d4);
- nb++;
- while((thboot = CreateThread(NULL, 0, conftp , &"4", 0, NULL)) == NULL);
- }else if (tmp5 == 0)
- {
- tmp5=tmp_tmp=1;
- sprintf(ftp_ip5,"%d.%d.%d.%d",d1,d2,d3,d4);
- nb++;
- while((thboot = CreateThread(NULL, 0, conftp , &"5", 0, NULL)) == NULL);
- } else
- sleep(1);
- }
- tmp_tmp = 0;
-
- }
- d4=0;
- }
- d3=0;
- }
- d2=0;
- }
- }
-
- if (d2!=f2)
- {
- for(;d2<=f2;d2++)
- {
- for(;d3<256;d3++)
- {
- for(;d4<256;d4++)
- {
- while(tmp_tmp == 0)
- {
- while (nb>800)
- sleep(500);
- if (tmp == 0)
- {
- tmp=tmp_tmp=1;
- sprintf(ftp_ip,"%d.%d.%d.%d",f1,d2,d3,d4);
- nb++;
- while((thboot = CreateThread(NULL, 0, conftp , &"1", 0, NULL)) == NULL);
- }else if (tmp2 == 0)
- {
- tmp2=tmp_tmp=1;
- sprintf(ftp_ip2,"%d.%d.%d.%d",f1,d2,d3,d4);
- nb++;
- while((thboot = CreateThread(NULL, 0, conftp , &"2", 0, NULL)) == NULL);
- }else if (tmp3 == 0)
- {
- tmp3=tmp_tmp=1;
- sprintf(ftp_ip3,"%d.%d.%d.%d",f1,d2,d3,d4);
- nb++;
- while((thboot = CreateThread(NULL, 0, conftp , &"3", 0, NULL)) == NULL);
- }else if (tmp4 == 0)
- {
- tmp4=tmp_tmp=1;
- sprintf(ftp_ip4,"%d.%d.%d.%d",f1,d2,d3,d4);
- nb++;
- while((thboot = CreateThread(NULL, 0, conftp , &"4", 0, NULL)) == NULL);
- }else if (tmp5 == 0)
- {
- tmp5=tmp_tmp=1;
- sprintf(ftp_ip5,"%d.%d.%d.%d",f1,d2,d3,d4);
- nb++;
- while((thboot = CreateThread(NULL, 0, conftp , &"5", 0, NULL)) == NULL);
- } else
- sleep(1);
- }
- tmp_tmp = 0;
- }
- d4=0;
- }
- d3=0;
- }
- }
-
- if (d3!=f3)
- {
- for(;d3<=f3;d3++)
- {
- for(;d4<256;d4++)
- {
- while(tmp_tmp == 0)
- {
- while (nb>800)
- sleep(500);
- if (tmp == 0)
- {
- tmp=tmp_tmp=1;
- sprintf(ftp_ip,"%d.%d.%d.%d",f1,f2,d3,d4);
- nb++;
- while((thboot = CreateThread(NULL, 0, conftp , &"1", 0, NULL)) == NULL);
- }else if (tmp2 == 0)
- {
- tmp2=tmp_tmp=1;
- sprintf(ftp_ip2,"%d.%d.%d.%d",f1,f2,d3,d4);
- nb++;
- while((thboot = CreateThread(NULL, 0, conftp , &"2", 0, NULL)) == NULL);
- }else if (tmp3 == 0)
- {
- tmp3=tmp_tmp=1;
- sprintf(ftp_ip3,"%d.%d.%d.%d",f1,f2,d3,d4);
- nb++;
- while((thboot = CreateThread(NULL, 0, conftp , &"3", 0, NULL)) == NULL);
- }else if (tmp4 == 0)
- {
- tmp4=tmp_tmp=1;
- sprintf(ftp_ip4,"%d.%d.%d.%d",f1,f2,d3,d4);
- nb++;
- while((thboot = CreateThread(NULL, 0, conftp , &"4", 0, NULL)) == NULL);
- }else if (tmp5 == 0)
- {
- tmp5=tmp_tmp=1;
- sprintf(ftp_ip5,"%d.%d.%d.%d",f1,f2,d3,d4);
- nb++;
- while((thboot = CreateThread(NULL, 0, conftp , &"5", 0, NULL)) == NULL);
- } else
- sleep(1);
- }
- tmp_tmp = 0;
- }
- d4=0;
- }
- }
-
- if (d4!=f4)
- {
- for(;d4<=f4;d4++)
- {
- while(tmp_tmp == 0)
- {
- while (nb>800)
- sleep(500);
- if (tmp == 0)
- {
- tmp=tmp_tmp=1;
- sprintf(ftp_ip,"%d.%d.%d.%d",f1,f2,f3,d4);
- nb++;
- while((thboot = CreateThread(NULL, 0, conftp , &"1", 0, NULL)) == NULL);
- }else if (tmp2 == 0)
- {
- tmp2=tmp_tmp=1;
- sprintf(ftp_ip2,"%d.%d.%d.%d",f1,f2,f3,d4);
- nb++;
- while((thboot = CreateThread(NULL, 0, conftp , &"2", 0, NULL)) == NULL);
- }else if (tmp3 == 0)
- {
- tmp3=tmp_tmp=1;
- sprintf(ftp_ip3,"%d.%d.%d.%d",f1,f2,f3,d4);
- nb++;
- while((thboot = CreateThread(NULL, 0, conftp , &"3", 0, NULL)) == NULL);
- }else if (tmp4 == 0)
- {
- tmp4=tmp_tmp=1;
- sprintf(ftp_ip4,"%d.%d.%d.%d",f1,f2,f3,d4);
- nb++;
- while((thboot = CreateThread(NULL, 0, conftp , &"4", 0, NULL)) == NULL);
- }else if (tmp5 == 0)
- {
- tmp5=tmp_tmp=1;
- sprintf(ftp_ip5,"%d.%d.%d.%d",f1,f2,f3,d4);
- nb++;
- while((thboot = CreateThread(NULL, 0, conftp , &"5", 0, NULL)) == NULL);
- } else
- sleep(1);
- }
- tmp_tmp = 0;
- }
- }
- fin = GetTickCount(); // debut du crono //
- printf("Tout les thread lancer en %d Ms\n",fin-deb);
- while(nb!=0)
- sleep(500);
- fin = GetTickCount(); // debut du crono //
- printf("Scan fini en %d Ms\n",fin-deb);
- system("PAUSE");
- }
#include <stdio.h>
#include <stdlib.h>
#include <windows.h>
#include <Wininet.h>
HINTERNET internet_ok;
HANDLE thboot;
int tmp,tmp2,tmp3,tmp4,tmp5,nb;
char ftp_ip[16];
char ftp_ip2[16];
char ftp_ip3[16];
char ftp_ip4[16];
char ftp_ip5[16];
conint()
{
internet_ok = InternetOpen("", 1, "", "", 0);
if ( internet_ok == NULL )
{
printf("Impossible de se connecter a internet.\n");
return(1);
} else
{
printf("Connection a internet Reussi.\n");
return(0);
}
}
DWORD WINAPI conftp(LPVOID ftp_ipnb_tmp)
{
char * ftp_ipnb = (char*) ftp_ipnb_tmp;
HINTERNET ftp_ok;
char ftp_ip_bis[16];
if (!strcmp(ftp_ipnb,"1"))
{
strcpy(ftp_ip_bis,ftp_ip);
tmp=0;
}else if (!strcmp(ftp_ipnb,"2"))
{
strcpy(ftp_ip_bis,ftp_ip2);
tmp2=0;
}else if (!strcmp(ftp_ipnb,"3"))
{
strcpy(ftp_ip_bis,ftp_ip3);
tmp3=0;
}else if (!strcmp(ftp_ipnb,"4"))
{
strcpy(ftp_ip_bis,ftp_ip4);
tmp4=0;
}else if (!strcmp(ftp_ipnb,"5"))
{
strcpy(ftp_ip_bis,ftp_ip5);
tmp5=0;
}else
{
nb--;
printf("ERREUR");
system("pause");
return(0);
}
ftp_ok = InternetConnect ( internet_ok, ftp_ip_bis, 21, "anonymous", "aze@aze.com", INTERNET_SERVICE_FTP, 0, 0);
if ( ftp_ok == NULL )
{
//DWORD errorCode = GetLastError();
//printf("Impossible de se connecter au FTP(%d).\n",errorCode);
//printf("Impossible : %d\n",errorCode);
nb--;
return(1);
} else
{
printf("\t\t\t\t%s\n",ftp_ip_bis);
nb--;
InternetCloseHandle(ftp_ok);
return(0);
}
}
main()
{
DWORD deb, fin;
int d1,d2,d3,d4,f1,f2,f3,f4,tmp_tmp;
if (conint() == 1) //connection a internet
return(1);
printf("Scan de l'ip : ");
scanf("%d.%d.%d.%d",&d1,&d2,&d3,&d4);
printf("A l'ip : ");
scanf("%d.%d.%d.%d",&f1,&f2,&f3,&f4);
printf("\nScan de d'ip %d.%d.%d.%d a l'ip %d.%d.%d.%d :\n",d1,d2,d3,d4,f1,f2,f3,f4);
deb = GetTickCount(); // debut du crono //
if (d1!=f1)
{
for(;d1<=f1;d1++)
{
for(;d2<256;d2++)
{
for(;d3<256;d3++)
{
for(;d4<256;d4++)
{
while(tmp_tmp == 0)
{
while (nb>800)
sleep(500);
if (tmp == 0)
{
tmp=tmp_tmp=1;
sprintf(ftp_ip,"%d.%d.%d.%d",d1,d2,d3,d4);
nb++;
while((thboot = CreateThread(NULL, 0, conftp , &"1", 0, NULL)) == NULL);
}else if (tmp2 == 0)
{
tmp2=tmp_tmp=1;
sprintf(ftp_ip2,"%d.%d.%d.%d",d1,d2,d3,d4);
nb++;
while((thboot = CreateThread(NULL, 0, conftp , &"2", 0, NULL)) == NULL);
}else if (tmp3 == 0)
{
tmp3=tmp_tmp=1;
sprintf(ftp_ip3,"%d.%d.%d.%d",d1,d2,d3,d4);
nb++;
while((thboot = CreateThread(NULL, 0, conftp , &"3", 0, NULL)) == NULL);
}else if (tmp4 == 0)
{
tmp4=tmp_tmp=1;
sprintf(ftp_ip4,"%d.%d.%d.%d",d1,d2,d3,d4);
nb++;
while((thboot = CreateThread(NULL, 0, conftp , &"4", 0, NULL)) == NULL);
}else if (tmp5 == 0)
{
tmp5=tmp_tmp=1;
sprintf(ftp_ip5,"%d.%d.%d.%d",d1,d2,d3,d4);
nb++;
while((thboot = CreateThread(NULL, 0, conftp , &"5", 0, NULL)) == NULL);
} else
sleep(1);
}
tmp_tmp = 0;
}
d4=0;
}
d3=0;
}
d2=0;
}
}
if (d2!=f2)
{
for(;d2<=f2;d2++)
{
for(;d3<256;d3++)
{
for(;d4<256;d4++)
{
while(tmp_tmp == 0)
{
while (nb>800)
sleep(500);
if (tmp == 0)
{
tmp=tmp_tmp=1;
sprintf(ftp_ip,"%d.%d.%d.%d",f1,d2,d3,d4);
nb++;
while((thboot = CreateThread(NULL, 0, conftp , &"1", 0, NULL)) == NULL);
}else if (tmp2 == 0)
{
tmp2=tmp_tmp=1;
sprintf(ftp_ip2,"%d.%d.%d.%d",f1,d2,d3,d4);
nb++;
while((thboot = CreateThread(NULL, 0, conftp , &"2", 0, NULL)) == NULL);
}else if (tmp3 == 0)
{
tmp3=tmp_tmp=1;
sprintf(ftp_ip3,"%d.%d.%d.%d",f1,d2,d3,d4);
nb++;
while((thboot = CreateThread(NULL, 0, conftp , &"3", 0, NULL)) == NULL);
}else if (tmp4 == 0)
{
tmp4=tmp_tmp=1;
sprintf(ftp_ip4,"%d.%d.%d.%d",f1,d2,d3,d4);
nb++;
while((thboot = CreateThread(NULL, 0, conftp , &"4", 0, NULL)) == NULL);
}else if (tmp5 == 0)
{
tmp5=tmp_tmp=1;
sprintf(ftp_ip5,"%d.%d.%d.%d",f1,d2,d3,d4);
nb++;
while((thboot = CreateThread(NULL, 0, conftp , &"5", 0, NULL)) == NULL);
} else
sleep(1);
}
tmp_tmp = 0;
}
d4=0;
}
d3=0;
}
}
if (d3!=f3)
{
for(;d3<=f3;d3++)
{
for(;d4<256;d4++)
{
while(tmp_tmp == 0)
{
while (nb>800)
sleep(500);
if (tmp == 0)
{
tmp=tmp_tmp=1;
sprintf(ftp_ip,"%d.%d.%d.%d",f1,f2,d3,d4);
nb++;
while((thboot = CreateThread(NULL, 0, conftp , &"1", 0, NULL)) == NULL);
}else if (tmp2 == 0)
{
tmp2=tmp_tmp=1;
sprintf(ftp_ip2,"%d.%d.%d.%d",f1,f2,d3,d4);
nb++;
while((thboot = CreateThread(NULL, 0, conftp , &"2", 0, NULL)) == NULL);
}else if (tmp3 == 0)
{
tmp3=tmp_tmp=1;
sprintf(ftp_ip3,"%d.%d.%d.%d",f1,f2,d3,d4);
nb++;
while((thboot = CreateThread(NULL, 0, conftp , &"3", 0, NULL)) == NULL);
}else if (tmp4 == 0)
{
tmp4=tmp_tmp=1;
sprintf(ftp_ip4,"%d.%d.%d.%d",f1,f2,d3,d4);
nb++;
while((thboot = CreateThread(NULL, 0, conftp , &"4", 0, NULL)) == NULL);
}else if (tmp5 == 0)
{
tmp5=tmp_tmp=1;
sprintf(ftp_ip5,"%d.%d.%d.%d",f1,f2,d3,d4);
nb++;
while((thboot = CreateThread(NULL, 0, conftp , &"5", 0, NULL)) == NULL);
} else
sleep(1);
}
tmp_tmp = 0;
}
d4=0;
}
}
if (d4!=f4)
{
for(;d4<=f4;d4++)
{
while(tmp_tmp == 0)
{
while (nb>800)
sleep(500);
if (tmp == 0)
{
tmp=tmp_tmp=1;
sprintf(ftp_ip,"%d.%d.%d.%d",f1,f2,f3,d4);
nb++;
while((thboot = CreateThread(NULL, 0, conftp , &"1", 0, NULL)) == NULL);
}else if (tmp2 == 0)
{
tmp2=tmp_tmp=1;
sprintf(ftp_ip2,"%d.%d.%d.%d",f1,f2,f3,d4);
nb++;
while((thboot = CreateThread(NULL, 0, conftp , &"2", 0, NULL)) == NULL);
}else if (tmp3 == 0)
{
tmp3=tmp_tmp=1;
sprintf(ftp_ip3,"%d.%d.%d.%d",f1,f2,f3,d4);
nb++;
while((thboot = CreateThread(NULL, 0, conftp , &"3", 0, NULL)) == NULL);
}else if (tmp4 == 0)
{
tmp4=tmp_tmp=1;
sprintf(ftp_ip4,"%d.%d.%d.%d",f1,f2,f3,d4);
nb++;
while((thboot = CreateThread(NULL, 0, conftp , &"4", 0, NULL)) == NULL);
}else if (tmp5 == 0)
{
tmp5=tmp_tmp=1;
sprintf(ftp_ip5,"%d.%d.%d.%d",f1,f2,f3,d4);
nb++;
while((thboot = CreateThread(NULL, 0, conftp , &"5", 0, NULL)) == NULL);
} else
sleep(1);
}
tmp_tmp = 0;
}
}
fin = GetTickCount(); // debut du crono //
printf("Tout les thread lancer en %d Ms\n",fin-deb);
while(nb!=0)
sleep(500);
fin = GetTickCount(); // debut du crono //
printf("Scan fini en %d Ms\n",fin-deb);
system("PAUSE");
}
Conclusion
Si vous avez des idéés pour acceleré le programe, n'esiter pas a le dir pour que je puisse l'updater. Elle scanne actuellement 2805 IP en 87Sec.
Historique
- 04 septembre 2004 21:43:09 :
- Ferme le HANDLE si le scanner arrive a ce connecter a une ip. Merci a aardman pour me l'avoir fait remarquer
- 05 septembre 2004 15:31:04 :
- 1) Rectification du cas ou la creation du thread echou, ce qui créé une boucle infini. Merci a NitRic pour me l'avoir fait remarquer.
2) Déplacement de l'attente "while(tmp == 1);" avent la création du thread au lieu d’après ce qui a pour cause d’accélère très légèrement la rapidité du programme.
- 06 septembre 2004 15:33:28 :
- Augmentate la rapidité du programe, il scan maintenent 4 foi plus rapidement qu'avent.
- 04 novembre 2004 17:22:18 :
- + rapide
- gourmand
Sources du même auteur
Sources de la même categorie
Commentaires et avis
|
Derniers Blogs
IMAGINE CUP 2012, MAKE A SIGN EN FINALEIMAGINE CUP 2012, MAKE A SIGN EN FINALE par junarnoalg
Voilà qui est fait, la nouvelle est officielle ! L'équipe belge "Make a Sign" va au pays des kangourous défendre son projet dans la catégorie Software Design. http://www.imaginecup.com/CompetitionsContent/Competition/WorldwideFinalists.aspx V...
Cliquez pour lire la suite de l'article par junarnoalg KINECT 1.5 IS OUT !KINECT 1.5 IS OUT ! par Vko
La version 1.5 du Kinect For Microsoft vient tout juste de sortir ! Plein de nouveautés: Tracking de squelette en Near Mode Détection en position assise Détection faciale avec un SDK dédié Documentation et des guideline (enfin) Un out...
Cliquez pour lire la suite de l'article par Vko LES ACTUALITéS DE LA SEMAINE SUR C2I.FR (14 MAI - 20 MAI) LES ACTUALITéS DE LA SEMAINE SUR C2I.FR (14 MAI - 20 MAI) par richardc
Mise à jour des Web API du 14 Mai
Réservez dès maintenant votre journée du 20 juin pour le Windows Azure Dev Camp 2012 à Paris
Mise à jour de Team Foundation Service
MechCommander 2 sur Windows 8
Entity Framework 5 Release Candidate e...
Cliquez pour lire la suite de l'article par richardc REACTIVE EXTENSIONS : CONSOMMER DES SERVICES AVEC RX PARTIE 3, LES PIèGES à éVITERREACTIVE EXTENSIONS : CONSOMMER DES SERVICES AVEC RX PARTIE 3, LES PIèGES à éVITER par Groc
Une mauvaise utilisation de rx lors de l'écriture d'une couche d'accès à des services peut conduire à des cas embarassants avec des erreurs mal gérées, des appels qui ne partent lorsqu'ils le devraient, et même des résultats incorrects . le tout nuis...
Cliquez pour lire la suite de l'article par Groc SHAREPOINT BLOG SITE, PROBLèME D'ARCHIVESSHAREPOINT BLOG SITE, PROBLèME D'ARCHIVES par junarnoalg
Dernièrement, nous avons migré le site
myTIC
vers un nouveau serveur SharePoint 2010. Dans les contenus que nous vouloins récupérer, nous avions un certain nombre de blogs.
Nous avons utilisé les commandes Power...
Cliquez pour lire la suite de l'article par junarnoalg
Forum
MATRICE TEMPLATEMATRICE TEMPLATE par hjr2610
Cliquez pour lire la suite par hjr2610 RE : SAC A DOS RE : SAC A DOS par hadjkaddour
Cliquez pour lire la suite par hadjkaddour
Logiciels
sDEVIS-FACTURES vlPRO (8.1.0.3)SDEVIS-FACTURES VLPRO (8.1.0.3)sDEVIS-FACTURES vlPRO a été mis au point pour les particuliers, créateurs, entrepreneurs, artisa... Cliquez pour télécharger sDEVIS-FACTURES vlPRO 974 Application Server (12.2.4.6)974 APPLICATION SERVER (12.2.4.6)Développez de puissantes applications dans un environnement de 'cloud computing', clusterisé, séc... Cliquez pour télécharger 974 Application Server vPicture (1.4.2.1)VPICTURE (1.4.2.1)Avec vPicture, hébergez vos images facilement et rapidement.
vPicture est un utilitaire simple, ... Cliquez pour télécharger vPicture Easy-Planning (2.2.1.6)EASY-PLANNING (2.2.1.6)Easy-Planning permet de créer des plannings sous la représentation de diagrammes et est adapté au... Cliquez pour télécharger Easy-Planning COM-BACKUP (2.0)COM-BACKUP (2.0)
COM-BACKUP est un logiciel de sauvegarde qui permet de planifier les sauvegardes de vos dossiers ...
Cliquez pour télécharger COM-BACKUP
|