tag root

標籤
貢獻3
67
03:04 PM · Oct 26 ,2025

@root / 博客 RSS 訂閱

TANKING - Mac抓包軟件Charles抓包安卓CA證書安裝(Android 7以上需ROOT權限)小米8青春版刷開發版獲得ROOT權限

摘要 最近在研究Android的抓包,需要使用Charles打斷點,因此需要配置本地代理去抓取Android的Https流量,那麼需要在Android手機上安裝CA證書,並且Android 7以上的系統是隻信任系統證書,因此得想辦法將抓包軟件的CA證書搞到Android系統證書列表內才可以正常使用,那麼這就需要ROOT權限去將證書文件搬到系統目錄內才可以實現。 準備 小米8青春版 miui開

ssl證書 , Android , root , 抓包過濾 , charles

收藏 評論

simmy - MySQL報錯:Access denied for user root@localhost

報錯之後嘗試各種方式修改密碼都失敗,查詢後才發現是密碼沒有符合標準 Attempt to fix the "Access denied for user root@localhost" by changing the authentication method from auth_socket to mysql_native_password and setting the

密碼 , MySQL , 運維 , root

收藏 評論

apollo008 - dbyum.sh - centos系統下不需要root權限即可實現yum一鍵安裝軟件的bash腳本

#!/bin/bash #dbyum.sh # 在沒有root權限時,使用yum search和yumdownloader 安裝軟件到指定路徑下 E_BADARGS=65 if [ $# -eq 1 ] then rpm_name=$1 install_path=${HOME}/yum_custom elif [ $# -eq 2 ] ; then rpm_name=$1 i

rpm , bash , yum , Centos , root

收藏 評論