快速紀錄一下使用的工具和關鍵字之類的(?
=============================================================
使用工具:
- IRC bot - 課堂使用的自架聊天軟體
- VirtualBox/VMware player or workstation:
- Kali Linux vs. OWASP BWA
- IDA Pro
- objDump
- ubuntu
$sudo apt-get install binutils
- Mac
$brew install binutils
- ubuntu $sudo apt-get install openssl
- python3
- JCE (Java Cryptography Extension)
- openSSL binaries
- d NDK
- Android Backup Extractor
- Jadx (dex-to-java compiler)
===用比較安全的方式在ubuntu裡面加path的方法===
- create a new file under
/etc/profile.d/
sudo vi /etc/profile.d/SCRIPT_NAME.sh
- add there:
export PATH="YOUR_PATH_WITHOUT_TRAILING_SLASH:$PATH"
- and give it execute permission
sudo chmod a+x /etc/profile.d/SCRIPT_NAME.sh
===紀錄一下VirtualBox共享資料夾(windows host& ubuntu client)的指令===
$sudo mount -t vboxsf window資料夾名稱 ubuntu下資料夾路徑