The Pentester Guide — project overview

Live: guide.zishanhack.com · Source: github.com/ZishanAdThandar/pentest

What it is

A static, fast, fully indexable penetration-testing reference site: 7 deep-dive modules (Active Directory, pentesting methodology, bug bounty, CTF, security roadmap, tooling), 7 cheatsheet suites, and 10+ curated resource directories — written as plain Markdown and compiled to HTML.

Goals

Build & architecture

Iterations that count

Skills this demonstrates

How to run locally

git clone https://github.com/ZishanAdThandar/pentest
cd pentest
gem install jekyll bundler
bundler install
bundle exec jekyll serve
# open http://127.0.0.1:4000