記錄跟著 Hackthebox Module 學習資安紅隊基礎知識以及工具
先從一個 Shell script 開始... #!/bin/bash # 確認特定的 file 是否存在並且是否可以被讀取 if [[ -e "$...