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 |
Tags
- Frida
- 무료웹ide
- m5go
- m5stack
- 메모리취약점
- frida서버설정
- 모바일해킹
- goorm
- irunit
- frida-server
- IDE
- 3utools
- fridump
- android
- 모바일보안
- fowarding
- checkra1n
- 위변조탐지
- frida-client
- 안드로이드동적분석
- 무결성검증
- goormide
- checkrain
- frida설정
- 프록시
- reverse shell
- 동적분석
- 웹ide
- ios
- 중요정보검색
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