~/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/htb/HTB: Bounty 2024-11-25
./ctf/offsec/PG: Pelican 2024-02-15
./ctf/offsec/PG: Twiggy 2024-02-09
./ctf/htb/HTB: Sunday 2023-12-23
./ctf/htb/HTB: Poison 2023-12-21
~/ioctl $ _