Skip to content

Commit

Permalink
Merge pull request #226 from Hacker0x01/tomdev/content-update
Browse files Browse the repository at this point in the history
Update content
  • Loading branch information
iMartzen committed Apr 22, 2024
2 parents 02b519c + e1e4abf commit 80a0f92
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 9 deletions.
2 changes: 1 addition & 1 deletion _resources/00_what_is_hacker101.md
Expand Up @@ -2,4 +2,4 @@
title: What is Hacker101?
---

Hacker101 is a free educational resource developed by [HackerOne](https://www.hackerone.com/) to grow and empower the hacker community at large. We have video lessons and curated resources to help you learn the concepts of hacking and a [Capture the Flag](https://ctf.hacker101.com/) where you can turn that theory into practice.
Hacker101 is a free educational resource developed by [HackerOne](https://www.hackerone.com/) to grow and empower the hacker community at large. We have video lessons and curated resources to help you learn the concepts of hacking and a <a href="https://ctf.hacker101.com/" target="_blank">Capture the Flag</a> where you can turn that theory into practice.
2 changes: 1 addition & 1 deletion _resources/01_what_is_hacker101_ctf.md
Expand Up @@ -2,4 +2,4 @@
title: What is the Hacker101 CTF?
---

The [Hacker101 CTF](https://ctf.hacker101.com/) -- or Capture the Flag -- is a game where you hack through levels to find bits of data called flags. These flags mark your progress and allow you to receive invitations to private programs on [HackerOne](https://www.hackerone.com/), where you can use your newly-learned skills.
The <a href="https://ctf.hacker101.com/" target="_blank">Hacker101 CTF</a> -- or Capture the Flag -- is a game where you hack through levels to find bits of data called flags. These flags mark your progress and allow you to receive invitations to private programs on [HackerOne](https://www.hackerone.com/), where you can use your newly-learned skills.
2 changes: 1 addition & 1 deletion _resources/02_how_do_i_start.md
Expand Up @@ -2,7 +2,7 @@
title: I'm new to all of this; how do I get started?
---

Congratulations on taking the first step to becoming a hacker! We recommend starting with our [Hacker101 for Newcomers](/playlists/newcomers) and [Burp Suite](/playlists/burp_suite) playlists. Once you've completed that, start working through the [Hacker101 CTF](https://ctf.hacker101.com/) and watching the other [video lessons](/videos) as you need them. While there are no prerequisites for Hacker101, strictly speaking, there are things you can learn to accelerate your hacking education. Note that you don't need to know all of this -- or any -- to get started. Here's a curated list of resources:
Congratulations on taking the first step to becoming a hacker! We recommend starting with our [Hacker101 for Newcomers](/playlists/newcomers) and [Burp Suite](/playlists/burp_suite) playlists. Once you've completed that, start working through the <a href="https://ctf.hacker101.com/" target="_blank">Hacker101 CTF</a> and watching the other [video lessons](/videos) as you need them. While there are no prerequisites for Hacker101, strictly speaking, there are things you can learn to accelerate your hacking education. Note that you don't need to know all of this -- or any -- to get started. Here's a curated list of resources:

* Programming
* [JavaScript](https://javascript.info/): This is the language used on the majority of web pages. Understanding it is useful for bug hunting because many bugs actually stem from JS code.
Expand Down
2 changes: 1 addition & 1 deletion _resources/03_how_do_i_do_bug_bounties.md
Expand Up @@ -2,4 +2,4 @@
title: I've been hacking for a while now; how do I get into bug bounties?
---

We recommend [signing up](https://hackerone.com/users/sign_up) for a HackerOne account and checking out our extensive programs. Additionally, you can earn invitations to private programs on HackerOne via the [Hacker101 CTF](https://ctf.hacker101.com/). This gets you into programs with fewer hackers, often making it easier to find interesting and impactful bugs.
We recommend <a href="https://hackerone.com/users/sign_up" target="_blank">signing up</a> for a HackerOne account and checking out our extensive programs. Additionally, you can earn invitations to private programs on HackerOne via the <a href="https://ctf.hacker101.com/" target="_blank">Hacker101 CTF</a>. This gets you into programs with fewer hackers, often making it easier to find interesting and impactful bugs.
4 changes: 2 additions & 2 deletions index.md
Expand Up @@ -34,7 +34,7 @@ title: Home
<p class="lead my-3">
Put your skills into practice with CTF levels inspired by the real world
</p>
<a href="https://ctf.hacker101.com/" class="btn btn-outline-secondary">
<a href="https://ctf.hacker101.com/" target="_blank" class="btn btn-outline-secondary">
Check out CTF
</a>
</div>
Expand Down Expand Up @@ -67,7 +67,7 @@ title: Home
</span>
<p class="lead my-3">
He just got $30K in a week for hacking on Airbnb&#8217;s public
<a href="https://hackerone.com/airbnb">#bugbounty program</a>!
<a href="https://hackerone.com/airbnb" target="_blank">#bugbounty program</a>!
</p>
<blockquote class="blockquote text-success my-3">
<span class="position-absolute" style="left: 7px">&#8220;</span>
Expand Down
10 changes: 8 additions & 2 deletions start-here.md
Expand Up @@ -26,6 +26,12 @@ sidebar:
url: /playlists/mobile_hacking
---

Welcome to Hacker101! This page is designed to help you get the most out of our content. If you are new to bug bounties and web hacking, we highly recommend checking out our [Newcomers Playlist](/playlists/newcomers) where we show you the basics of web applications, the hacker mentality, and how to write a good report. In addition to the Newcomers Playlist, we recommend familiarizing yourself with [Burp Suite](/playlists/burp_suite), learning the basics of [Web Hacking](/playlists/web_hacking), and checking out "Report Writing, Communication Tips, and Community Guidelines" to learn how to utilize the platform to better communicate with triage and security teams.
Welcome to Hacker101! For those new to bug bounties and web hacking, we recommend starting with our [Newcomers Playlist](/playlists/newcomers). This playlist covers fundamental aspects such as web application basics, cultivating a hacker mindset, and crafting effective reports.

Hacker101 also provides Capture the Flag (CTF) levels to help you practice and sharpen your skills. Once you have earned 26 points in the CTF, you’ll be eligible to receive [invitations to private programs](https://docs.hackerone.com/hackers/invitations.html#gatsby-focus-wrapper). Whether you’re a new hacker or you’re just new to our platform, this is a great way for you to dive into the deep end from day one.
In addition to the Newcomers Playlist, we advise getting yourself familiair with [Burp Suite](/playlists/burp_suite), mastering the essentials of [Web Hacking](/playlists/web_hacking), and reviewing the _"Report Writing, Communication Tips, and Community Guidelines"_ section on this page to effectively engage with triage and security teams.

A large collection of hacking tools, like web, desktop, and mobile tools, scanners, datasets, and other valuable resources can be found on the [Resources](/resources) page. Be sure to check them out and get familiar with them.

Hacker101 also offers Capture the Flag (CTF) levels to practive what you've learned and increase your skills. When reaching a total of 26 points in the CTF, you become eligible for [invitations to private programs](https://docs.hackerone.com/hackers/invitations.html#gatsby-focus-wrapper). Whether you’re a new hacker or you’re just new to our platform, this is a great way for you to dive into the deep end from day one. Join in on the fun on <a href="https://ctf.hacker101.com/" target="_blank">Hacker101 CTF</a>!

Good luck, and happy hacking!
4 changes: 3 additions & 1 deletion videos.md
Expand Up @@ -20,6 +20,8 @@ sidebar:
url: /playlists/hacktivitycon
- text: "Cryptography"
url: /playlists/cryptography
- text: "Miscellaneous"
url: /playlists/misc
- title: "Hacker101's Picks"
links:
- text: "A Starter's Guide to Pentesting with OWASP"
Expand All @@ -32,7 +34,7 @@ sidebar:
url: /sessions/mobile_crash_course
---

These videos will help you learn a diverse set of topics. If you want to see specifics of what a session covers, simply click its title.
Explore the "Learning Tracks" section on this page to dive deep into various topics. Within these tracks, you'll find instructional videos aimed to broaden your hacker skill set. For detailed insights into the content of each session, click on its respective title and get started.

<a class="btn btn-primary" href="/start-here">
Not sure where to start? Click here!
Expand Down

0 comments on commit 80a0f92

Please sign in to comment.