Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- ios
- checkrain
- frida-server
- 안드로이드동적분석
- 무결성검증
- m5stack
- checkra1n
- goorm
- 중요정보검색
- android
- IDE
- frida서버설정
- 위변조탐지
- 메모리취약점
- 3utools
- 동적분석
- fowarding
- 모바일보안
- goormide
- irunit
- Frida
- m5go
- fridump
- 프록시
- frida-client
- 무료웹ide
- 모바일해킹
- reverse shell
- frida설정
- 웹ide
Archives
- Today
- Total
WhiteHat Security
Frida 설치 에러 [SSL: CERTIFICATE_VERIFY_FAILED] 본문
"pip3 install --trusted-host pypi.org --trusted-host files.pythonhosted.org frida"
명령어로 frida 설치시
다음과 같은 에러가 발생하는 경우가 있다.
"error: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)>"
이때 python3의 설치 폴더의 파일을 실행시켜주고 다시 설치하면 해결된다.
open /Applications/Python\ 3.8/Install\ Certificates.command
'보안 > 모바일 보안' 카테고리의 다른 글
[iOS Penetration] 메모리 덤프 (중요/개인정보 검색) (0) | 2020.08.11 |
---|---|
[iOS Penetration] 앱 위변조 탐지 체크 (0) | 2020.03.30 |
[iOS Penetration] Frida server 설정 (0) | 2020.03.24 |
[Andorid Penetration] 안드로이드 Frida Server 설정 (0) | 2020.03.13 |
[Andorid Penetration] PID Cat - 안드로이드 log 분석 (0) | 2019.12.09 |
Comments