Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Hacker0x01/hacker101
Source code for Hacker101.com - a free online web and mobile security class.
https://github.com/Hacker0x01/hacker101
clickjacking csrf education hacker101 hackerone hacking mobile-security security session-fixation sql-injection unchecked-redirects vulnerability web-security xss
Last synced: 14 days ago
JSON representation
Source code for Hacker101.com - a free online web and mobile security class.
- Host: GitHub
- URL: https://github.com/Hacker0x01/hacker101
- Owner: Hacker0x01
- License: other
- Created: 2017-11-27T18:57:00.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-20T07:10:26.000Z (about 2 months ago)
- Last Synced: 2024-10-15T10:06:01.599Z (24 days ago)
- Topics: clickjacking, csrf, education, hacker101, hackerone, hacking, mobile-security, security, session-fixation, sql-injection, unchecked-redirects, vulnerability, web-security, xss
- Language: SCSS
- Homepage: https://www.hacker101.com
- Size: 26.1 MB
- Stars: 13,780
- Watchers: 694
- Forks: 2,528
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Starred-Repo - Hacker 101
- Hacking-Awesome - - A free class for web security by HackerOne (Uncategorized / Uncategorized)
- awesome-repositories - Hacker0x01/hacker101 - Source code for Hacker101.com - a free online web and mobile security class. (SCSS)
- awesome-list - hacker101 - a free online web and mobile security class. | Hacker0x01 | 12067 | (SCSS)
- Awesome-Hacking - Hacker101
- StarryDivineSky - Hacker0x01/hacker101 - 免费的在线 Web 和移动安全课程。 (web shell、shellcode / 网络服务_其他)
- guia-ackercode - Hacker101 - Curso gratuito sobre hacking e segurança da informação. (🎩 Hacking)
- fucking-Awesome-Hacking - Hacker101
README
# Hacker101
[Hacker101](https://www.hacker101.com/) 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`](https://github.com/rbenv/rbenv)
- `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](http://localhost:4000)
## Contributing
Issues and pull requests are welcome on [GitHub](
https://github.com/Hacker0x01/hacker101)!