An infosec/computer science community built by whitehats for whitehats.
Originally, we all contributed at Null Byte. However, upon OTW's departure from the community we decided that we needed our own place. The people of Null Byte needed a place uncontrolled by WonderHowTo.
Thus, we aim to create a new place: this place. 0x00sec is the next iteration of Null Byte. Here, contributors will post articles mainly about information security, but also related things, like computer science.
We started this with an idea on 4/21/16. unh0lys0da, pry0cc, and I (oaktree, a.k.a oaktree347) set out to make a new home. We hope that the members of Null Byte can adopt 0x00sec as a new place for the cultivation of new leaders in infosec.
To make this community thrive, we need content. We now have a public forum at https://discourse.0x00sec.org/ We are looking for inquisitive contributors and question askers, so please stop by and help get this machine rolling. All skill levels are embraced, as this diversity is beneficial for everybody!
When posting to 0x00sec, you need to do so through the pull request mechanics of github.
- Fork 0x00sec
- Upload your markdown to your forked repo, make sure to include this at the top of the file.
---
layout: post
title: Posting Like a Hacker
date: 23:23:23 -0700
categories:
author: your name
--- - For code snippets, use
{% highlight <language> linenos %} <your code here> {% endhighlight %}. - After the first block of text, put the
tag, and it will be where the excerpt is placed on the home page - Make a pull request or your post on the master branch, we will review the post and decide to merge/not merge it to 0x00sec.