InterviewSolution
| 1. |
Explain What Is Owasp Webgoat And Webscarab? |
|
Answer» WebGoat: Its an EDUCATIONAL tool for learning related to application security, a baseline to test security tools against known issues. It’s a J2EE web application organized in “Security Lessons” based on tomcat and JDK 1.5. WebScarab: It’s a FRAMEWORK for analysing HTTP/HTTPS TRAFFIC. It does various functions like fragment analysis, observer the traffic between the server and browser, manual intercept, session ID analysis, identifying new URLs within each PAGE viewed. WebGoat: Its an educational tool for learning related to application security, a baseline to test security tools against known issues. It’s a J2EE web application organized in “Security Lessons” based on tomcat and JDK 1.5. WebScarab: It’s a framework for analysing HTTP/HTTPS traffic. It does various functions like fragment analysis, observer the traffic between the server and browser, manual intercept, session ID analysis, identifying new URLs within each page viewed. |
|