SQL Injection: The Security Dread
SQL injection (SQLI) is considered one of the top 10 web application vulnerabilities of 2007 and 2010 by the Open Web Application Security Project. In 2013, SQLI was rated the number one attack on the OWASP top ten.
Creating dynamic fields with typo3 powermail 2.x
With the new upgrade to powermial 2.x , It has become more complicated to create custom/dynamic fields in powermail 2.x . But with “Create from TypoScript” option, this point is now considerably easier to implement.
CHARLES: Web Debugging Proxy Application
To begin with, let’s see what a Proxy Server is. A proxy server is a hardware or software system that acts as an intermediary between an endpoint device and another server from which that device is requesting a…
TYPO3 International Conference 2014
How to create a new user in CQ5 using API’s.
Assume that our CQ system is developed for a Manufacturer and they has to deal with different Dealers, all of whom need to get access to the site. For this purpose all dealers required a login credentials and…
Five Handy Must-Have Tools for QA
There are so many articles over the Web debating and detailing tools for software testing. However, this article is not going to be about that. Let me take all you testers and wannabe testers a little out of the box…
Version Control – How to migrate to Git from SVN
What is “version control”, and why should you care? Version control is a system that records changes to a file or set of files over time so that you can recall specific versions later. For the examples in this book…
PSYCHOLOGY OF TESTING
Testers do many actions to find errors in the application. They learn the product, test it and provide information to improve the quality. Testing can be considered as a destructive activity while reporting the…
Understand the space of “Data Archival testing”
As you all know that, there is an exponential rise in the amount of data being generated by organizations. One of the most important aspects of managing a business today is managing its data growth. On a daily…
PENETRATION TESTING: ONE STEP CLOSER TO SECURITY
Wiki Says “A penetration test, or the short form Pentest, is an attack on a computer system with the intention of finding security weaknesses, potentially gaining access to it, its functionality and data.” –…