Pentesting Methods & Methodology
Secure Code Review
Vulnerability Assessment
Penetration Testing
Secure Code Review
- Pure Play White box Security testing
- Manual Source code review with automated code scanning using Industry recognized tools
- Finds vulnerabilities earlier in the SDLC
- Less expensive to fix security vulnerabilities
- Covers the latest technologies/programming languages used by developers
Vulnerability Assessment
- Pure Play Black Box Security testing
- Manual review of vulnerabilities & scan results
- Finds vulnerabilities before going to live
- Can discover run-time and environment-related issues
- Eliminate potential False Positives
Penetration Testing
- Mix of Black & White Box Security testing
- In-depth manual pentesting using the latest techniques and resources
- Involves the target application and the environment around it
- Unleash/Uncover potential vulnerabilities among the applications