# hacker101 **Repository Path**: git-zl/hacker101 ## Basic Information - **Project Name**: hacker101 - **Description**: Hacker101.com - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-01 - **Last Updated**: 2025-01-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Hacker101 [Hacker101](https://www.hacker101.com/) 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`](https://github.com/rbenv/rbenv) - `bundler` - Run `gem install bundler`, if needed ### 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](http://localhost:4000) ## Contributing Issues and pull requests are welcome on [GitHub]( https://github.com/Hacker0x01/hacker101)!