Abuse Melding

Je hebt een klacht over de onderstaande posting:

06-01-2011, 23:12 door Anoniem

Voor mensen die zich vervelen: broncode van het programma'tje zelf ergens sha1.h vandaan googlen #include <stdio.h> #include <getopt.h> #include "sha1.h" #define SHA1Init SHA1Reset #define SHA1Update SHA1Input #define SHA1Final SHA1Result #define SHA1_CTX SHA1Context typedef unsigned char u8; typedef unsigned int u32; #define SERIAL_LENGTH 12 #define MAX_SSID_OCTETS 6 #define DEFAULT_KEY_SIZE 5 const u8 charTable[]="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"; const u8 hexTable[]="0123456789ABCDEF"; u8 serial[13]={'C','P','0',0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00}; #define hexmsb(x)(hexTable[((x & 0xf0) >> 4)]) #define hexlsb(x)(hexTable[ (x & 0x0f)]) void usage(char **argv) { fprintf(stdout,"\n\tUso: %s [ -i <ssid octets> ] [ -o <output file> ]\n" "\n\t -i : Los octetos hexadecimales del SSID del router Thomson" "\n\t -o : Especificar el fichero de salida para las posibles claves" "\n\t -v : ...

Beschrijf je klacht (Optioneel):

captcha