Skip to content
CSS Ruby HTML Python Shell
Branch: master
Clone or download

Latest commit

Latest commit 91c457e Feb 26, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
_includes Added discord link. Jan 22, 2019
_layouts Added new site design and content. Nov 19, 2018
_sass Added new site design and content. Nov 19, 2018
assets Added new site design and content. Nov 19, 2018
playlists Added new site design and content. Nov 19, 2018
resources Added threat modeling slides. Jun 18, 2018
sessions Added CPU cache resource, speculative execution bugs, pointer authent… Apr 22, 2019
.gitignore Make Hacker101 hackerlicious. Jan 25, 2018
404.html Added new site design and content. Nov 19, 2018
CNAME Create CNAME May 2, 2018
Gemfile Added new site design and content. Nov 19, 2018
Gemfile.lock Bump rubyzip from 1.2.2 to 2.2.0 Feb 26, 2020
LICENSE Add LICENSE Mar 8, 2018
README.md Update README.md Oct 22, 2019
_config.yml Added new site design and content. Nov 19, 2018
discord.html Added discord link. Jan 22, 2019
favicon.ico Added favicon. Jan 24, 2018
index.md Added new site design and content. Nov 19, 2018
resourceGen.py Added new site design and content. Nov 19, 2018
resources.md Added new site design and content. Nov 19, 2018
resources.res Added new site design and content. Nov 19, 2018
update_bootstrap.sh Added new site design and content. Nov 19, 2018
videos.md Added native code crash course. Apr 22, 2019

README.md

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!

You can’t perform that action at this time.