Hacker0x01 / hacker101
Source code for Hacker101.com - a free online web and mobile security class.
AI Architecture Analysis
This repository is indexed by RepoMind. By analyzing Hacker0x01/hacker101 in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.
Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.
Repository Summary (README)
PreviewHacker101
Hacker101 is a free class for web security. Whether you're a programmer with an interest in bug bounties or a seasoned security professional, Hacker101 has something to teach you.
Getting Started
Prerequisites
- Ruby
- Suggestion: use
rbenv
- Suggestion: use
bundler- Run
gem install bundler, if needed
- Run
Installing
Clone this repo:
git clone https://github.com/Hacker0x01/hacker101.git
In the project directory, run:
bundle install
Build the site and spin up the server:
bundle exec jekyll serve
Browse to http://localhost:4000
Contributing
Issues and pull requests are welcome on GitHub!