Skip to content

Hacker0x01/hacker101

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
December 9, 2021 14:40
September 27, 2021 12:21
July 6, 2021 00:19
March 29, 2021 21:23
May 2, 2018 10:59
May 30, 2020 16:32
October 22, 2019 17:35
December 10, 2021 10:53
May 30, 2020 16:32
January 6, 2022 10:42

Hacker101

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
  • 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

Contributing

Issues and pull requests are welcome on GitHub!