Skip to content

infinite-omicron/pentesting-checklist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Penetration Testing Checklist

OWASP-based Web Application Security Testing Checklist.

Creative Commons Attribution 4.0 International

Motivation

Using a text-based format such as markdown for this checklist allows for easier manipulation via common UNIX command line tools such as awk, grep, and sed.

GitHub Issues Templates

Copy markdown file(s) to the .github/ISSUE_TEMPLATE/ directory, prepend the following YAML snippet to the front matter, and customize for each template:

about: ~
assignees: ~
labels: ~
name: ~
title: ~

Report Generation

pandoc report.md -o report.pdf

Acknowledgement

Based on Prathan Phongthiproek's OWASP Testing Checklist.

Converted to Markdown via Kyokomi's excel-to-markdown.

License

This work is licensed under a Creative Commons Attribution 4.0 International License.

Reference

See Also