Wednesday, July 8, 2009
Wednesday, June 24, 2009
Intel Parallelism Tool kit
Intel has launched an all in one parallelism tool kit for the Microsoft visual studio C/C++ developer life cycle.
Chillax,
Praveen
Tuesday, October 28, 2008
How to test CSRF vulnarabilities
- Look for areas in your application that will perform an action on the user's behalf, using their security context, in response to an HTTP GET request.
- Create a URL address for the malicious action to be performed. For example: http://malicious.com/[action]
- Create an email that contains HTML that references that URL address. For example, the img tag could be used
- Log into a valid testing account as the "victim".
- After successfully authentication has occurred, click on the malicious testing link in the email that was previously created.
- Observe the results. If the web server executed the request contained within the malicious email, a CSRF vulnerability was found!
This test makes use of the fact that the resources were available via the HTTP GET request. POST requests can also be vulnerable to CSRF, but these requests must be done using a scripting language that will auto-submit a form that includes the malicious tags.
One of the common mistakes that users make is that the CSRF attack will take advantage of the fact that many users forget to logout of web applications when they are finished using them. Doing this doesn't give the web applications a chance to clear their session IDs or other types of session information from the cookie, allowing the CSRF attack to be successful even when the user is not actively browsing vulnerable websites.
Please refer this link for more details http://www.owasp.org/index.php/CSRF
Cross Site Request Forgery attack CSRF
Monday, October 20, 2008
VSTS 2010 new tools
Enjoy
Thursday, September 4, 2008
State Of Art New Generation Browser From Google

Beta version is available for the public.You can down load the beta version using this Link GooglChromeBeta .
Wednesday, September 3, 2008
Internet Explorer 8 New Genration Browser from Microsoft

Microsoft has launched the latest version of InternetExplorer ,IE 8 . This one will be " Faster,Easier and Safer than ever......" says Microsoft...
The key features include WebSlices,Accelerators,Search Suggestions,Smart Screen Filter,Compatibility View and In Private browsing.
Beta version of IE8 is available for the public. You can down load it using this link ClickHereFor IE8 Beta
Enjoy,
Praveen
Wednesday, July 23, 2008
Microsoft Tester Center Website
Microsoft announced a new web site focused on software testing, Tester Center. This is a great resource not only for those who are focusing in software testing, but also for developers. Developers that know how to test is valuable, just like testers who know how to code.
Enjoy