返回排行榜
Source code for Hacker101.com - a free online web and mobile security class.
educationhackingsecurityhackeronehacker101xssclickjackingcsrfweb-securitysession-fixationunchecked-redirectssql-injection
关键指标
Star 增长趋势
Star
14.5k
Forks
2.7k
周增长
—
Issues
0
5k10k
2018年1月2019年6月2020年11月2022年4月2023年9月2025年2月2026年7月
README
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
- Suggestion: use
rbenv
- Suggestion: use
bundler- Run
gem install bundler, if needed
- Run
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!
相关仓库