Skip to content

Instantly share code, notes, and snippets.

View aa-tan's full-sized avatar
🔑
Coding for fun

Aaron Tan aa-tan

🔑
Coding for fun
View GitHub Profile
@aa-tan
aa-tan / directory_list.php
Last active October 30, 2019 00:50
lists directories
<?php
include("./SECRET/s3cr3t.php");
?>
@aa-tan
aa-tan / keybase.md
Created September 16, 2019 14:47
keybase.md

Keybase proof

I hereby claim:

  • I am aa-tan on github.
  • I am atan (https://keybase.io/atan) on keybase.
  • I have a public key ASDEPqndyy2XZjA3R6ni7twgFgS6_p7xGzg3OeK54nZH0wo

To claim this, I am signing this object:

@aa-tan
aa-tan / challenge.go
Last active December 21, 2017 09:30
HDE Challenge 003 Submission
package main
import (
"fmt"
"strings"
"strconv"
"os"
"bufio"
)