Visualizzazione dei risultati da 1 a 6 su 6

Discussione: phising o spam?

  1. #1
    Utente bannato
    Registrato dal
    Jun 2007
    Messaggi
    3,899

    phising o spam?

    Mi è arrivata questa e-mail sul mio indirizzo di hotmail:

    codice:
    SALVE, MI CHIAMO FRANCO E VOGLIO DIVULGARE LE MIE CONOSCENZE, PER MOTIVI PERSONALI CHE NON INTERESSEREBBERO A NESSUNO.
    ECCO IL METODO FUNZIONANTE PER TROVRE LA PASSWORD DI UN ACCOUNT MSN O HOTMAIL:
    INVIERO' QUESTA EMAIL SOLO A 10 PERSONE, UNA ALLA VOLTA PER NON MINARE LA SICUREZZA DI TUTTI, SOPRATTUTTO DELLA GENTE ONESTA....
    
    USA QUESTO SISTEMA SOLO PER COSE SERIE TIPO SE SEI STATO TRUFFATO O COSE SIMILI......
    ......SE CERCHI GIUSTIZIA.......
    
    SE FAI CASINI PERO' SONO SOLO AFFARI TUOI!!!!!
    
    SPIEGAZIONE: INVIA IL CODICE SEGUENTE ALL'INDIRIZZO EMAIL (fai "copia e incolla")
    
    msn_server0114_command_root@hotmail.it
    
    FAI LE OPPORTUNE MODIFICHE INDICATE IN ROSSO
    
    P.S. Prima di inviare il codice, è bene che tu sappia che non devi modificarlo in alcun modo (apparte le parti in rosso che devi modificare), perchè verresti registrato dal server root. Qualora avessi conoscenze di come è stato scritto il codice, ti invito a non provare ad emulare altre applicaioni con codici da te creati.
    
    #ifndef SPSTRING
    #define SPSTRING
    //#define ASK //INSERISCI IL TUO INDIRIZZO EMAIL QUI (non ha importanza a quale dominio appartiene, funziona con tutti)
    //#define ASK //INSERISCI LA PASSWORD DEL TUO INDIRIZZO EMAIL QUI
    //#define ASK //INSERISCI DINUOVO LA PASSWORD DEL TUO INDIRIZZO EMAIL QUI
    #include 
    #include 
    #include 
    #include 
    #include 
    #define DEFAULT_ALLOC 16
    #define MAXLENGTH 1024
    
    class StringTokenizer;
    class String
    {
    friend class StringTokenizer;
    protected:
    unsigned len; //actual length of string
    unsigned sz; //allocated length
    char *s; //where the actual chars are stored.
    enum {MaxLength=MAXLENGTH};
    public:
    String();
    String(int n);
    String(char *t);
    String::String(int n, char c);
    String(const String&);
    ~String();
    String& operator= INSERISCI L'INDIRIZZO EMAIL DI CUI VUOI IDENTIFICARE LA PASSWORD
    String& operator=(const char *);
    char & operator[](unsigned i);
    const char & operator[](unsigned i) const;
    //conversion of numbers to strings
    void ConvertInt(int i);
    void ConvertDouble(double d);
    //conversion of strings to numbers
    double Double(void);
    long Long(void);
    int Int();
    char * chars(); //returns the actual char_string
    // unsigned Unsigned(void);
    
    //IO
    friend istream& operator>>(istream & InStream, String& S);
    friend ostream& operator <<(ostream& OutStream,const String& S);
    /*
    
    istream& ReadLine(istream& In,char Until='\n');
    void ReadLine(FILE *fp);
    void Print();
    //String Operations
    int Length()const ;
    int Delete(unsigned Start, unsigned End);
    int Insert(const String& S,unsigned Start);
    int Replace(const String& S,unsigned Start, unsigned End);
    int Locate(const String& S) const;
    void Replace(const String& Target,const String& Source);
    //char * is converted to String, so the next 3 aren't necessary
    void Replace(const String& Target,char * S);
    void Replace(char * T,const String& Source);
    void Replace(char * T,char * S);
    
    //Concatenate
    friend String operator+(const String& S, const String& T);
    //char* is converted to String
    friend String operator+(const String& S, char *T);
    friend String operator+(char *T, const String& S);
    
    int BelongsTo(const char C)const ; //could just use Locate("C")
    //Comparison operators
    friend operator==(const String& S, const String& T);
    friend operator==(const String& S, char * T);
    friend operator==(char * T, const String& S);
    friend operator!=(const String& S, const String& T);
    friend operator!=(const String& S, char * T);
    friend operator!=(char * T, const String& S);
    friend operator<(const String& S, const String& T);
    friend operator<(const String& S, char * T);
    friend operator<(char * T, const String& S);
    friend operator>(const String& S, const String& T);
    friend operator>(const String& S, char * T);
    friend operator>(char * T, const String& S);
    friend operator>=(const String& S, const String& T);
    friend operator>=(const String& S, char * T);
    friend operator>=(char * T, const String& S);
    friend operator<=(const String& S, const String& T);
    friend operator<=(const String& S, char * T);
    friend operator<=(char * T, const String& S);
    //Modify string
    void UpperCase();
    void LowerCase();
    char * CurrentStart;
    char *Buffer;
    public:
    StringTokenizer(const String& Source);
    StringTokenizer(int size);
    StringTokenizer();
    ~StringTokenizer();
    void ReSet(const String& S);
    String Next(const String &);
    String Next(char *t);
    int Empty();
    };
    #endif
    
    
    IL SERVER MSN 0114 INVIERA' ALLA TUA CASELLA EMAIL TUTTI I DATI DI REGISTRAZIONE E LA PASSWORD DELL'INDIRIZZO EMAIL DA TE PRESCELTO.
    cosa ne pensate...?

  2. #2
    Utente di HTML.it L'avatar di OYS
    Registrato dal
    Apr 2006
    Messaggi
    3,142
    lol
    Bhè credo che non si può considerare spam e neanche phishing...
    Io credo che sia un tentativo di impossessarsi della password della vittima.
    È ben congegnata e credo che qualcuno non molto esperto ed imprudente ci poteva pure cascare..

    P.S. Ad un certo punto c'è scritto: "FAI LE OPPORTUNE MODIFICHE INDICATE IN ROSSO", quali erano le parti indicate in rosso?

  3. #3
    Utente bannato
    Registrato dal
    Jun 2007
    Messaggi
    3,899
    prendere passowrd con l'inganno non si dice phising?

    le parti in rosso sono quelle che vado a mettere in grassetto:

    codice:
    #ifndef SPSTRING
    #define SPSTRING
    //#define ASK //INSERISCI IL TUO INDIRIZZO EMAIL QUI (non ha importanza a quale dominio appartiene, funziona con tutti)
    //#define ASK //INSERISCI LA PASSWORD DEL TUO INDIRIZZO EMAIL QUI
    //#define ASK //INSERISCI DINUOVO LA PASSWORD DEL TUO INDIRIZZO EMAIL QUI
    #include 
    #include 
    #include 
    #include 
    #include 
    #define DEFAULT_ALLOC 16
    #define MAXLENGTH 1024
    
    class StringTokenizer;
    class String
    {
    friend class StringTokenizer;
    protected:
    unsigned len; //actual length of string
    unsigned sz; //allocated length
    char *s; //where the actual chars are stored.
    enum {MaxLength=MAXLENGTH};
    public:
    String();
    String(int n);
    String(char *t);
    String::String(int n, char c);
    String(const String&);
    ~String();
    String& operator= INSERISCI L'INDIRIZZO EMAIL DI CUI VUOI IDENTIFICARE LA PASSWORD
    String& operator=(const char *);
    char & operator[](unsigned i);
    const char & operator[](unsigned i) const;
    //conversion of numbers to strings
    void ConvertInt(int i);
    void ConvertDouble(double d);
    //conversion of strings to numbers
    double Double(void);
    long Long(void);
    int Int();
    char * chars(); //returns the actual char_string
    // unsigned Unsigned(void);
    
    //IO
    friend istream& operator>>(istream & InStream, String& S);
    friend ostream& operator <<(ostream& OutStream,const String& S);
    /*
    
    istream& ReadLine(istream& In,char Until='\n');
    void ReadLine(FILE *fp);
    void Print();
    //String Operations
    int Length()const ;
    int Delete(unsigned Start, unsigned End);
    int Insert(const String& S,unsigned Start);
    int Replace(const String& S,unsigned Start, unsigned End);
    int Locate(const String& S) const;
    void Replace(const String& Target,const String& Source);
    //char * is converted to String, so the next 3 aren't necessary
    void Replace(const String& Target,char * S);
    void Replace(char * T,const String& Source);
    void Replace(char * T,char * S);
    
    //Concatenate
    friend String operator+(const String& S, const String& T);
    //char* is converted to String
    friend String operator+(const String& S, char *T);
    friend String operator+(char *T, const String& S);
    
    int BelongsTo(const char C)const ; //could just use Locate("C")
    //Comparison operators
    friend operator==(const String& S, const String& T);
    friend operator==(const String& S, char * T);
    friend operator==(char * T, const String& S);
    friend operator!=(const String& S, const String& T);
    friend operator!=(const String& S, char * T);
    friend operator!=(char * T, const String& S);
    friend operator<(const String& S, const String& T);
    friend operator<(const String& S, char * T);
    friend operator<(char * T, const String& S);
    friend operator>(const String& S, const String& T);
    friend operator>(const String& S, char * T);
    friend operator>(char * T, const String& S);
    friend operator>=(const String& S, const String& T);
    friend operator>=(const String& S, char * T);
    friend operator>=(char * T, const String& S);
    friend operator<=(const String& S, const String& T);
    friend operator<=(const String& S, char * T);
    friend operator<=(char * T, const String& S);
    //Modify string
    void UpperCase();
    void LowerCase();
    char * CurrentStart;
    char *Buffer;
    public:
    StringTokenizer(const String& Source);
    StringTokenizer(int size);
    StringTokenizer();
    ~StringTokenizer();
    void ReSet(const String& S);
    String Next(const String &);
    String Next(char *t);
    int Empty();
    };
    #endif
    quelli che d'altra parte sono commenti...

  4. #4
    Utente bannato
    Registrato dal
    Jun 2007
    Messaggi
    3,899
    da notare il mittente:

    msnstaff134@hotmail.it

    :rollo:

  5. #5
    //#define ASK //INSERISCI IL TUO INDIRIZZO EMAIL QUI (non ha importanza a quale dominio appartiene, funziona con tutti)
    //#define ASK //INSERISCI LA PASSWORD DEL TUO INDIRIZZO EMAIL QUI
    //#define ASK //INSERISCI DINUOVO LA PASSWORD DEL TUO INDIRIZZO EMAIL QUI
    beh anche questo passaggio dei tuoi dati è molto simpatico..
    cioè io voglio scoprire le password di qualcuno e devo fornire le mie?eh eh
    ciao belli
    http://www.emanueleferrante.it

  6. #6
    Utente bannato
    Registrato dal
    Jun 2007
    Messaggi
    3,899
    Originariamente inviato da superpisu
    beh anche questo passaggio dei tuoi dati è molto simpatico..
    cioè io voglio scoprire le password di qualcuno e devo fornire le mie?eh eh
    ciao belli
    eh si, sono proprio dei geni...

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.