Welcome to HBH! If you had an account on hellboundhacker.org you will need to reset your password using the Lost Password system before you will be able to login.

Markdown


Markdown Support

Below you can see a table of the supported markdown types for HBH.

Markdown Result
*Italic* Italic
# Heading 1

Heading 1

## Heading 2

Heading 2

[HBH](https://hbh.sh) HBH
![HBH Logo](https://hbh.sh/favicon.ico) HBH Logo
> Blockquote
Blockquote

* List
* List
* List

  • List
  • List
  • List

1. One
2. Two
3. Three

  1. One
  2. Two
  3. Three
Horizontal rule:

---
Horizontal rule:
`Inline code` with backticks Inline code with backticks
``` js
var foo = function (bar) {
return bar++;
};

console.log(foo(5));
```
var foo = function (bar) {
                        return bar++;
                        };

                        console.log(foo(5));
                        
- [ ] complete task 1
- [x] complete task 2
- [ ] complete task 3
- [ ] complete task 4
  • complete task 1
  • Complete task 2
  • complete task 3
  • complete task 4
@ghost can you anwser this question ?
@ghost can you anwser this question ?
#14 issue has been fixed
#14 issue has been fixed