SJBANG Repository
close
프로필 배경
프로필 로고

SJBANG Repository

  • 분류 전체보기 (107) N
    • Python (45)
      • Intro (6)
      • 데이터분석 (16)
      • 업무자동화 (7)
      • Django (2)
      • Flask (3)
      • Streamlit (2)
      • MachineLearning (4)
      • QGIS (2)
    • DB (11)
      • Intro (3)
      • SQL(DML,DDL,DCL,TCL) (5)
      • 자동화 (1)
      • 모델링 및 설계 (1)
      • 코딩테스트 (1)
    • 보안 (1) N
      • Android App (10)
      • 서버&네트워크 (11)
      • IOS (4)
    • Zendesk (1)
    • C (1)
      • intro (1)
    • 회고록 (2)
      • 자격증 취득 후기 (2)
      • 면접 후기 (0)
      • 전문서적 (0)
      • 교양서적 (0)
    • 기타 (10)
      • 엑셀 (0)
      • R (1)
      • GIT (2)
    • 코딩테스트연습 (10)
      • level1 (8)
      • level2 (1)
      • level3 (1)
  • 홈
  • Python
  • DB
  • 보안
버프스위트(Burp Suite)를 활용한 모의해킹 - (1) 설치, 프록시 설정

버프스위트(Burp Suite)를 활용한 모의해킹 - (1) 설치, 프록시 설정

1. 버프스위트 설치 2. 프록시 서버 설정[설정] - ['프록시' 서버 설정] 버프스위트에서 프록시 서버에 설정버프스위트 실행 - [Proxy] - [Proxy settings] [Intercept is on] 활성화 , [Open browser] 실행 Forward : 웹사이트를 실행하여 버튼이나 여러 동작들이 실행되면서 소스코드가 움직이는 것을 확인 가능

  • format_list_bulleted 보안/서버&네트워크
  • · 2024. 5. 20.
  • textsms
Strings 다운로드

Strings 다운로드

https://learn.microsoft.com/ko-kr/sysinternals/downloads/strings 문자열 - Sysinternals이진 이미지에서 ANSI 및 UNICODE 문자열을 검색합니다.learn.microsoft.com 1. Strings 설치 확인 2. 문자열 확인strings.exe "파일 경로" > 저장할이름.txt

  • format_list_bulleted 보안/Android App
  • · 2024. 5. 20.
  • textsms
오라클 버추얼박스(VirtualBox) 다운로드 및 설치 방법

오라클 버추얼박스(VirtualBox) 다운로드 및 설치 방법

1. 오라클 VirtualBox 다운로드https://www.virtualbox.org/ Oracle VM VirtualBoxWelcome to VirtualBox.org! News Flash New May 3rd, 2024VirtualBox 7.0.18 released! Oracle today released a 7.0 maintenance release which improves stability and fixes regressions. See the Changelog for details. New April 16th, 2024VirtualBox 7.0.16 releasedwww.virtualbox.org VirtualBox 및 설치 후 USB 사용을 위해 확장팩(Extension Pack)도 함께 ..

  • format_list_bulleted 보안/서버&네트워크
  • · 2024. 5. 13.
  • textsms
MobSF 안드로이드 앱 보안 취약점 분석 실행 방법

MobSF 안드로이드 앱 보안 취약점 분석 실행 방법

Window 로컬에서 설치공식 문서 : https://mobsf.github.io/docs/#/가상 환경 생성python 버전 : 3.10 이상conda create -n 가상환경명 python==3.10 가상 환경 활성화conda activate mobSF  MobSF Clonehttps://github.com/MobSF/Mobile-Security-Framework-MobSFgit clone https://github.com/MobSF/Mobile-Security-Framework-MobSF.git Settings.py 파일 내 JAVA 경로 수정JAVA_DIRECTORY = '자바 설치 경로' Python 라이브러리 설치1. Django 설치conda install -c conda-forge Dja..

  • format_list_bulleted 보안/Android App
  • · 2024. 3. 27.
  • textsms

FRIDA 설치 및 사용법

Frida 설치1. anaconda 설치https://www.anaconda.com/download 2. 가상환경 생성conda create -n 가상환경명 python==3.7conda activate 가상환경명 3. 가상환경 내 Frida 설치pip install fridapip install frida-tools 4. 단말기 내에 frida 서버 설치 frida-server : https://github.com/frida/frida/releases adb push '다운받은 frida 서버' /data/local/tmp FRIDA 실행1. frida 실행adb shellsucd /data/local/tmpls -al./frida-server-설치버전 & Permission denied 오류 발생시 ..

  • format_list_bulleted 보안/Android App
  • · 2024. 2. 22.
  • textsms

SAMSUNG 공식 펌웨어 다운로드

* 펌웨어가 깨졌을 때 공장 초기화 과정도 수행되지 않을 경우 아래와 같은 방법으로 복구할 수 있습니다 1. 펌웨어 다운로드 기종에 맞는 버전으로 다운로드를 진행하여야 합니다! https://samfw.com Samsung Firmware Download - Lastest official firmware update Samsung Firmware Download ⭐ Official and fast update ⭐ Lastest and old version ⭐ Max speed and free download ⭐ Best Samsung Galaxy website samfw.com 2. odin 설치 https://www.osamsung.com/kr/ 최신 삼성 오딘 무료 다운로드 | Latest Samsu..

  • format_list_bulleted 보안/Android App
  • · 2024. 1. 28.
  • textsms
  • navigate_before
  • 1
  • 2
  • 3
  • 4
  • 5
  • navigate_next
공지사항
전체 카테고리
  • 분류 전체보기 (107) N
    • Python (45)
      • Intro (6)
      • 데이터분석 (16)
      • 업무자동화 (7)
      • Django (2)
      • Flask (3)
      • Streamlit (2)
      • MachineLearning (4)
      • QGIS (2)
    • DB (11)
      • Intro (3)
      • SQL(DML,DDL,DCL,TCL) (5)
      • 자동화 (1)
      • 모델링 및 설계 (1)
      • 코딩테스트 (1)
    • 보안 (1) N
      • Android App (10)
      • 서버&네트워크 (11)
      • IOS (4)
    • Zendesk (1)
    • C (1)
      • intro (1)
    • 회고록 (2)
      • 자격증 취득 후기 (2)
      • 면접 후기 (0)
      • 전문서적 (0)
      • 교양서적 (0)
    • 기타 (10)
      • 엑셀 (0)
      • R (1)
      • GIT (2)
    • 코딩테스트연습 (10)
      • level1 (8)
      • level2 (1)
      • level3 (1)
최근 글
인기 글
최근 댓글
태그
  • #판다스 데이터 수정
  • #엑셀
  • #직장인엑셀
  • #판데스데이터정렬
  • #리스트딕셔너리
  • #판다스 dropna
  • #엑셀함수
  • #판다스 fillna
  • #판다스 결측치
  • #판다스 sort_values
전체 방문자
오늘
어제
전체
Copyright © 쭈미로운 생활 All rights reserved.
Designed by JJuum

티스토리툴바