Skip to content

Instantly share code, notes, and snippets.

View austinylin's full-sized avatar

Austin Lin austinylin

View GitHub Profile
@austinylin
austinylin / natas27.go
Last active November 6, 2022 06:52
Solution for natas27 (http://natas27.natas.labs.overthewire.org). Works as of November 2022.
package main
import (
"fmt"
"log"
"net/http"
"net/http/httputil"
"net/url"
"regexp"
"strings"

Keybase proof

I hereby claim:

  • I am austinylin on github.
  • I am austinylin (https://keybase.io/austinylin) on keybase.
  • I have a public key ASDtyTf8sP_HeXanslBYhW-BktUlSvhwg7Yc8xnrgCsUqAo

To claim this, I am signing this object:

#!/bin/sh
# Some things taken from here
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
# Set the colours you can use
black='\033[0;30m'
white='\033[0;37m'
red='\033[0;31m'
green='\033[0;32m'