랭킹으로 돌아가기
Source code for Hacker101.com - a free online web and mobile security class.
educationhackingsecurityhackeronehacker101xssclickjackingcsrfweb-securitysession-fixationunchecked-redirectssql-injection
주요 지표
스타 성장
스타
14.5k
포크
2.7k
주간 성장
—
이슈
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!
관련 저장소