look for these
www.acunetix.com
- what is SQL injectiion
- what is cross site scripting
google:
ie buffer overflow
ie vulnerabilities
porn sites exploit new ie flaw
proccess explorer
Advanced Diploma in Network Security - course 19022 Topic 2 - Enterprise Security Communication ------ These logs are taken while in the LAB and the classes of Network security course at Lidcombe TAFE - These logs will continue until the course is finished on Nov 2007 I. J. Alagha Network Security Logs (Lidcombe TAFE - 2007)
If installing from the source, you will need to compile and install it with the commands :
tar xvzf openssl-0.x.y.tar.gz
cd openssl-0.x.y
./Configure (or ./config in new OpenSSL versions)
make ( we have problem in this stage because of the C compiler not installed as part of OS)
make install
Install the Net::SSLeay module
To install the module, use the commands :
tar xvzf Net_SSLeay.pm-x.yy.tar.gz
cd Net_SSLeay.pm-x.yy
perl Makefile.PL
make install
If you have installed OpenSSL from the RPM, you may need to run perl Makefile.PL /usr in order to find the OpenSSL library properly.