Source code for Hacker101.com - a free online web and mobile security class.
| 文件 | 最后提交记录 | 最后更新时间 |
|---|
| Update content-feature-request.md | 2 年前 |
| Update header.html | 2 年前 |
| Revamp design of Hacker101 to better match HackerOne application (#149) Major updates Co-authored-by: John Kim <john@hackerone.com> Co-authored-by: Reed Loden <reed@hackerone.com> | 4 年前 |
| Open external links in new tab | 2 年前 |
| fix: use U1 colors for dark mode links | 2 年前 |
| fix: remove quote from homepage | 2 年前 |
| fix: remove duplicated pages | 2 年前 |
| fix: use proper heading and fix minor typo | 2 年前 |
| Update asking_for_help.md - fixed grammatical error | 1 年前 |
| Merge pull request #234 from ternera/master Cleaned up grammar and punctuation | 1 年前 |
| Remove Gemfile.lock | 5 年前 |
| Revamp design of Hacker101 to better match HackerOne application (#149) Major updates Co-authored-by: John Kim <john@hackerone.com> Co-authored-by: Reed Loden <reed@hackerone.com> | 4 年前 |
| Create CNAME | 8 年前 |
| fix: Add rebrick dependency | 2 年前 |
| Various clean-ups | 5 年前 |
| Update README.md | 6 年前 |
| Revamp design of Hacker101 to better match HackerOne application (#149) Major updates Co-authored-by: John Kim <john@hackerone.com> Co-authored-by: Reed Loden <reed@hackerone.com> | 4 年前 |
| Hacky Holidays | 4 年前 |
| Various clean-ups | 5 年前 |
| fix: use consistent casing for homepage CTA | 2 年前 |
| Fix some MR issues | 2 年前 |
| spelling mistake there is a spelling mistake where `practice` is spelled as `practive` | 2 年前 |
| Added new site design and content. | 7 年前 |
| Merge branch 'master' into djwy-fix-regressions | 2 年前 |
黑客101
Hacker101 是一门针对网络安全性开设的免费课程。
无论你是对漏洞赏金感兴趣的程序员,还是经验丰富的安全专家,Hacker101 都能为你提供宝贵的知识。
入门
先决条件
- Ruby
建议使用:rbenv
- bundler
如需安装,运行 gem install bundler
安装步骤
克隆此仓库:
git clone https://github.com/Hacker0x01/hacker101.git
在项目目录中,执行:
bundle install
构建网站并启动服务器:
bundle exec jekyll serve
然后通过浏览器访问 http://localhost:4000
贡献
欢迎在 GitHub 上提交问题和拉取请求!