Kioptrix 1.1 Walkthrough

H1 Heading

Kioptrix 1.1 Walkthrough

H2 Heading

H3 Heading

Here’s some basic text.

And here some italics.

Here’s some bold text.

What about a link

Here’s a bulleted list:

  • First item
  • Second item
  • Third item

Here’s a numbered list

  1. First
  2. Second
  3. Third

Ruby code block:

for arg in ARGV
   file = File.open(arg)

   file_data = file.read

   sanitized = file_data.gsub(" ","")

   result = [sanitized].pack("H*")

   puts result
end

Python code block:

    import numpy as np

    def test_function(x, y):
      z = np.sum(x,y)
      return z  

R code block:

library(tidyverse)
df <- read_csv("some_file.csv")
head(df)

Here’s some inline code x+y.

Here’s some math:

\[z=x+y\]

You can also put it inline \(z=x+y\)