Skip to content

Source code for Hacker101.com - a free online web and mobile security class.

License

Notifications You must be signed in to change notification settings

Hacker0x01/hacker101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

df1c09d · Feb 22, 2025
Apr 22, 2024
Apr 22, 2024
Jun 18, 2021
Apr 22, 2024
Apr 26, 2024
Apr 24, 2024
Apr 25, 2024
Apr 26, 2024
Nov 25, 2024
Feb 11, 2025
Mar 30, 2021
Jun 18, 2021
May 2, 2018
Apr 22, 2024
May 30, 2020
Oct 22, 2019
Jun 18, 2021
Dec 10, 2021
May 30, 2020
Apr 26, 2024
Apr 22, 2024
Feb 21, 2025
Nov 19, 2018
Apr 26, 2024

Repository files navigation

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!