“Hands-On Security in DevOps” Book Released This guide combines DevOps and security to help you to protect cloud services, and teaches…
雲端資訊安全
MySQL 效能監控SQL語句
MySQL 效能監控 這篇文章主要列出MySQL可以用來查詢效能監控的SQL語句 https://dev.mysql.com/doc/refman/8.0/en/server-status-variables.html 效能指標 SQL語句 緩存 show variables like “%Query_cache%” thread_cache_size show variables like ‘threatd%’; Database current connections show…
Firmware 必備測試工具
Firmware 必備測試工具 這篇文章主要介紹一般進行Firmware測試運用的相關工具 工具名稱 介紹 BinWALK BinWalk 是一個開源的FirmWare分析工具, 不需要程式碼, 可以針對一個特定的 Firmware整體分析 $binwalk firmware.bin https://tools.kali.org/forensics/binwalk https://github.com/ReFirmLabs/binwalk/wiki/quick-start-guide https://github.com/ReFirmLabs/binwalk/releases https://github.com/ReFirmLabs/binwalk GNU Binutils…