Kilkat

  • 홈
  • 태그
  • 미디어로그
  • 위치로그
  • 방명록

Script/Windows 3

[powershell] shell_code.ps1

function Convert-HexStringToByteArray { param ([string]$hexString) $hexString = $hexString -replace "\\x", "" if ($hexString.Length % 2 -ne 0) { throw "16진수 문자열의 길이가 홀수입니다. 유효한 16진수 문자열이어야 합니다." } $bytes = @() for ($i = 0; $i -lt $hexString.Length; $i += 2) { $hexPair = $hexString.Substring($i, 2) if ($hexPair -notmatch '^[0-9A-Fa-f]{2}$') { ..

Script/Windows 2025.02.14

[powershell] 16진수 -> byte 문자열

function Convert-HexStringToByteArray { param ([string]$hexString) $hexString = $hexString -replace "\\x", "" if ($hexString.Length % 2 -ne 0) { throw "16진수 문자열의 길이가 홀수입니다. 유효한 16진수 문자열이어야 합니다." } $bytes = @() for ($i = 0; $i -lt $hexString.Length; $i += 2) { $hexPair = $hexString.Substring($i, 2) if ($hexPair -notmatch '^[0-9A-Fa-f]{2}$') { ..

Script/Windows 2025.02.14

[Windows] ms defender scheduling batch file

@echo off SCHTASKS /Create /SC ONLOGON /TN "WindowsDefenderQuickScanOnLogon" /TR "powershell -command Start-MpScan -ScanType QuickScan" /RL HIGHEST Windows 로그온 시 자동, 최고 권한 사용자 권한으로 ms defender를 실행하게 만드는 .bat 파일

Script/Windows 2024.03.15
이전
1
다음
더보기
프로필사진

Kilkat

Github: https://github.com/kilkat Linked In: https://www.linkedin.com/in/kilkat

  • 분류 전체보기 (50)
    • SecuDevOps (0)
      • Wazuh (0)
      • Datadog (0)
      • OpenVAS (0)
    • Security (21)
      • web hacking (0)
      • app application hacking (2)
      • reverse engineering (12)
      • system hacking (5)
      • forensic (2)
    • bugbounty (1)
      • h1 (1)
    • Programming (18)
      • c++ (2)
      • python (12)
      • django (4)
      • js (0)
    • Script (3)
      • Windows (3)
      • Linux (0)
    • CTF (2)
      • 2018.7.31공주대 정보보호영재교육원 CTF (1)
    • Science (4)
      • Biological Science (4)

Tag

dreamhack, 파이썬, Django, 백준, 웹해킹, 파이썬웹, 바이러스, 코로나바이러스, webhacking.kr문제풀이, 장고, reversing, 해커, 리버싱, 해킹문제, jango, web, djangovscode, 장고vscode, 해킹, vscode,

최근글과 인기글

  • 최근글
  • 인기글

최근댓글

공지사항

페이스북 트위터 플러그인

  • Facebook
  • Twitter

Archives

Calendar

«   2025/05   »
일 월 화 수 목 금 토
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

방문자수Total

  • Today :
  • Yesterday :

Copyright © Kakao Corp. All rights reserved.

티스토리툴바