Top 5 Innovations Transforming Security Scanners
Like the web itself, security scanners are advancing at a fast pace. Here are the top 5 technologies that leading security professionals are applying to stay ahead of the curve: 5. XSS Analyzer The "classic" black box approach for detecting ... Read More
String Analysis in AppScan/JSA
Let's see how String Analysis is used to improve the accuracy of JSA. Consider the following real-world example: var str = document.URL; var url_check = str.indexOf('login.html'); if (url_check > -1) { result = str.substring(0,url_check); result = result + 'login.jsp' + ... Read More
What is String Analysis? A look at one of AppScan’s breakthrough technologies
The best technologies are often the ones that you, as a user, never have to worry about. They work automatically, behind the scenes, making a product or service work better. With nothing to configure, nothing new to learn. They just ... Read More

