🎴 Flashcard Mode
Web Application Security and AppScan
Card1 / 20
Mastered0
Review0
QuestionClick to flip
While analyzing your application you observed that a part of your application is accessed using the domain name whereas the login url is defined as http://10.1.52.3/apps/login.asp. How will you configure appscan to test this Application?
AnswerClick to flip back
A
Add the domain name in the “Additional servers and domains” section in the scan configuration
💡 Explanation:
When part of the app uses a domain name but login uses IP (10.1.52.3), AppScan needs to know about both to test the complete application. Adding the domain to 'Additional servers and domains' allows AppScan to follow links and test all parts. Adding only the IP or changing code are incorrect approaches.