githubEdit

Web-App Checklist Pentest

This is the checklist focused on pen-testing(dynamic assessment) of web applications, while most of the items can be also assessed by code auditing.

The checklist is based on the OWASP testing guide V4arrow-up-right. Some items that are not practically helpful to assess security(e.g. finding security vulnerabilities) are excluded, because they refer to processes(e.g. using proxy) or provide high-level concepts(e.g. persistent attacks), or contains subjective issues (e.g. weak password or security questions)

Checklist - Simple

Input Validation

Session Management

Authentication

Authorization

Client Attack

Configuration Management

Business Logic

Checklist - Verbose

Input Validation

Session Management

Authentication

Authorization

Client Attack

Configuration Management

Business Logic

Last updated