전체 글 (31) 썸네일형 리스트형 ㅇㅇ 영양제 1일 복용 정리표 (복용 시점 생략) • 비타민 D3: 2,000 IU • 비타민 C: 500~1,000mg • 마그네슘 (구연산 또는 글리시네이트형): 350~400mg • 오메가3 (EPA+DHA 기준): 1,000~1,500mg • 크롬 (Chromium Picolinate): 200~400㎍ • 아연 (Zinc): 15~30mg • 판토텐산 (비타민 B5): 500~1,000mg DuckDNS 설정 Duck DNS - installlinux cron if your linux install is running a crontab, then you can use a cron job to keep updated we can see this with ps -ef | grep cr[o]n if this returns nothing - then go and read up how to install cron for your distribution of linux. also confirm thatwww.duckdns.org ✅ 1단계: 기존 구성 삭제 및 패키지 설치rm -f /etc/config/ddnsopkg update opkg install ddns-scripts✅ 2단계: 설정 파일 생성nano /etc/.. FRIDA 주로 쓰는 옵션 ✅ 기본 명령 형식frida [options] target target: 프로세스 이름 (com.example.app) 또는 PID 숫자✅ 핵심 옵션 정리 -UUSB로 연결된 Android 디바이스에 attachfrida -U -n com.foo.app-n 이름으로 실행 중 프로세스에 attachfrida -n com.example.app-p PID로 attach (숫자값)frida -p 1234-f 앱을 직접 실행(fork) 후 attachfrida -f com.example.app-l JavaScript 스크립트 로드frida -l bypass.js--runtime=v8JS 엔진을 V8로 설정 (기본은 QJS)frida -U -n com.app --runtime=v8--debug디버그 정보 출력fri.. Android UnCrackable L2 owasp-mastg/Crackmes/Android/Level_02/UnCrackable-Level2.apk at master · OWASP/owasp-mastgThe Mobile Application Security Testing Guide (MASTG) is a comprehensive manual for mobile app security testing and reverse engineering. It describes the technical processes for verifying the contr...github.com$ adb install UnCrackable-Level2.apk frida -U -f owasp.mstg.uncrackable2 -l bypass.js앱을 실행해보니 이전과 .. venv Python 3.9.7https://www.python.org/downloads/release/python-397/ Python Release Python 3.9.7The official home of the Python Programming Languagewww.python.org환경변수 셋팅 (venv)가 앞에 붙어있으면됨 # (1) 가상환경 생성 python -m venv venv# → "venv"라는 이름으로 파이썬 가상환경 폴더를 만든다.# 이 폴더 안에만 독립적으로 패키지가 설치된다.# (2) 가상환경 활성화 (실행)venv\Scripts\activate# → "venv" 가상환경 안으로 진입. # (명령 프롬프트 앞에 (venv) 표시가 붙는다)# (3) pip 업그레이드pip .. Android UnCrackable L1 https://github.com/OWASP/owasp-mastg/raw/master/Crackmes/Android/Level_01/UnCrackable-Level1.apk$ adb install UnCrackable-Level1.apkAndroidManifest.xml 패키지명 : package="owasp.mstg.uncrackable1"메인 엑티비티(분석 진입점) : Jadx로 MainActivity 디컴파일 하여 확인 31번째 줄에서if (c.a() || c.b() || c.c()) {루팅을 검사하고있음을 확인 sg.vantagepoint.a.c... [OpenWrt] WireGuard 설정 1단계 : 패키지 설치 2단계 : WireGuard 인터페이스 추가 1. LuCI 웹 UI → 네트워크 > 인터페이스 2. "새로운 인터페이스 추가" > 이름 : wg0 3. 프로토콜 : WireGuard VPN 선택 3단계 : WireGuard 인터페이스 (기본설정)1. Genereate new ke pair 를 클릭 하여 키생성2. 접근포트 51820 (기본 값)3. IP Addresses 10.0.0.1/24 (로컬 가상 IP) 3단계 : WireGuard 인터페이스 (Peers 설정)예시로 여러가지 목적을 가진 Peer를 생성(필요한것만 쓰면됨)목적PeerAddressAllowedIPs전체 트래픽 VPN 사용user210.0.0.2/320.0.0.0/1, 128.0.0.0/1외부만 VPN사용.. 이전 1 2 3 4 다음