일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 은혜의 강 교회
- 픽크루
- 성남 코로나 확진자
- 폰폰테스트
- 이상형 만들기
- 홍혜걸
- 임영규
- 미국 금리인하
- 조희연
- 김영권
- 리리남매
- 이지혜
- 김영권 아내
- 학교 개학 연기 4월
- 불가피
- 해킹
- 김재석
- 스콜피온킹
- 킹덤 고근희
- 스페인 코로나
- 뭉쳐야 찬다
- 금리인하
- 고민정
- 최강욱
- 이태원 클라쓰 15회 예고
- libtins
- 성남은혜의강교회
- 제넥신
- 유튜버 김재석
- 양적완화
- Today
- Total
목록Linux (43)
Dork's port
자료가 사라져서 우선 Arichve 자료 백업 https://web.archive.org/web/20220617211727/https://www.kali.org/docs/nethunter/installing-nethunter-on-the-ticwatch-pro3/ https://build.nethunter.com/contributors/re4son/catfish/TicWatch-Pro-3-files/ Index of /catfish/TicWatch-Pro-3-files/ build.nethunter.com https://gitlab.com/yesimxev/kali-docs/-/tree/master/nethunter/installing-nethunter-on-the-ticwatch-pro3 nethunte..
추후에 업데이트 할 것 안드로이드 6.0 이상에서는 시스템 인증서가 설치되지 않기 때문에 루팅이 필요함. burp 인증서를 우선 안드로이드에 설치해둠 http://burp 루팅 후에 Magisk Module인 AlwaysUserCerts (github.com/NVISO-BE/MagiskTrustUserCerts/releases)를 설치 그 후 유저 영역에 설치된 burp 인증서를 system 영역의 인증서 영역으로 복사 (cp /data/misc/user/0/cacerts-added/9a5ba575.0 /system/etc/security/cacerts) 인증서 확인란에 PortSwigger가 보여지면 성공 cert validity too long 오류가 뜰경우 burp cert를 regenerating..
# wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - # echo 'deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main' | tee /etc/apt/sources.list.d/google-chrome.list # apt-get update # apt-get install google-chrome-stable