~/ioctl $ ls -la
total 5 drwxr-xr-x 6 root root 4096 Mar 16 00:00 . drwxr-xr-x 3 root root 4096 Mar 16 00:00 .. drwxr-xr-x 4 root root 4096 Mar 16 00:00 ctf/ # キャプチャー・ザ・フラッグ drwxr-xr-x 2 root root 4096 Mar 16 00:00 research/ # リサーチ drwxr-xr-x 2 root root 4096 Mar 16 00:00 tools/ # ツール -rw-r--r-- 1 root root 512 Mar 16 00:00 about # アバウト
~/ioctl $ cat motd
_ _ _
(_) ___ ___| |_| |
| |/ _ \ / __| __| |
| | (_) | (__| |_| |
|_|\___/ \___|\__|_| .lol
HTB & OffSec walkthroughs // security research // notes from the terminal
~/ioctl $ find ./ctf -name "*.md" -newer ./ctf | head -5 # 最新の投稿
./ctf/offsec/PG: Twiggy 2024-02-09
./ctf/htb/HTB: Busqueda 2023-12-19
./ctf/offsec/PG: Bratarina 2023-11-10
./ctf/htb/HTB: Knife 2023-06-15
~/ioctl $ _