Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

1- Which tool is considered dynamic analysis tool? Explain what is meant by dyna

ID: 3546893 • Letter: 1

Question

1-      Which tool is considered dynamic analysis tool? Explain what is meant by dynamic code analysis?

2-      Which tool is considered static analysis tool? Explain what is referred by static code analysis?

3-      What possible high risk vulnerabilities did the Rats tool find in DVWA application source code?

4-      Did the static analysis tool find all the potential security laws in the application?

5-      What is black box testing on web site or web application?

6-      What is the command to execute skipfish on web site named www.is308lab.org and output the results to a directory named /var/scans/is308lab.org with a max 200000 request?

7-      During the manual code review what is noticed about high php to make it less likely to victimize users with XSS reflection?

8-      Would firefox be considered a web application assessment tool?

9-      What tool does OWASP recommend that pen testers use for penetration testing?

10-   Who publish and distributes skipfish and who was developer that code it?

Which tool is considered dynamic analysis tool? Explain what is meant by dynamic code analysis? Which tool is considered static analysis tool? Explain what is referred by static code analysis? What possible high risk vulnerabilities did the Rats tool find in DVWA application source code? What possible high risk vulnerabilities did the Rats tool find in DVWA application source code? What is black box testing on web site or web application? What is the command to execute skipfish on web site named www.is308lab.org and output the results to a directory named /var/scans/is308lab.org with a max 200000 request? During the manual code review what is noticed about high php to make it less likely to victimize users with XSS reflection? Would firefox be considered a web application assessment tool? What tool does OWASP recommend that pen testers use for penetration testing? Who publish and distributes skipfish and who was developer that code it?

Explanation / Answer

1.) Performance analysis tools use dynamic program analysis techniques. Dynamic program

analysis is the analysis of computer software that is performed by executing programs on a real or

virtual processor.

2.) Automated tool is considered static analysis tool. Static program analysis is the analysis of

computer software that is performed without actually executing programs (analysis performed on

executing programs is known as dynamic analysis ).

3.)

4.) No

5.) Black-box testing in web application is probing web applications for security vulnerabilities without

access to source code used to build the applications.

6.) Yes Firefox can be considered as a web application assessment tool since there are many plugins

specifically designed for web application security assessment or penetration testin g

7.)

8.) Skipfish is this Google code project created by Michal Zalewsk i